0 of 50 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
You must sign in or sign up to start the quiz.
You must first complete the following:
Quiz complete. Results are being recorded.
0 of 50 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0 )
Earned Point(s): 0 of 0 , (0 )
0 Essay(s) Pending (Possible Point(s): 0 )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Current
Review
Answered
Correct
Incorrect
Question 1 of 50
1 point(s)
Which of the following option would you expect to see in the body of a SNS notification
Question 2 of 50
1 point(s)
Your application utilizes Amazon S3 reduced redundancy storage, and you have configured the s3:ReducedRedundancyLostObject notification on your Amazon S3 Bucket. What services might he use to create a “distributed” platform that replaces lost RRS objects on Amazon S3 automatically?
Question 3 of 50
1 point(s)
A user has just set up a push notification service to send a message to an application installed on his device with the Apple Push Notification Service. It seems to work well. The user now want to send a message to an application installed on devices for multiple platforms, those being the Apple Push Notification Service and Google Cloud Messaging for Android. What does he need to do first for this to be successful?
Question 4 of 50
1 point(s)
Which of the below request headers, when specified in an API call, would cause an object to be SSE?
Question 5 of 50
1 point(s)
Amazon SNS offers support for delivery of message attributes to Amazon SQS endpoints, and each message attribute contains of the following items: Name, Value, and Type. Which of the following option is TRUE, regarding message attributes?
Nam, type, and value must not be empty or null, and the message body should not be empty or null either
Name, type, and value can be empty or null, and the message body can be empty or null.
Name, type, and value should not be empty or null, but the message body can be empty or null
Name, type, and value can be empty or null the message body cannot be empty or null
Question 6 of 50
1 point(s)
Which of the following option is true if long polling is enabled?
Question 7 of 50
1 point(s)
What is Amazon SQS max message size?
Question 8 of 50
1 point(s)
Company A is utilizing Amazon SQS to decouple their systems for scalability. However, they want to send messages up to 456Kb in size. What might Company A do in order to send more than 256KB of data? Select the correct answer from the options below
Question 9 of 50
1 point(s)
Company C offers an online image recognition service and utilizes SQS to decouple system components for scalability. The SQS consumers poll the imaging queue as often as possible to keep end-to-end throughput as great as possible. However, Company C realizes that polling in tight loops is burning CPU cycles and increasing extra costs with empty responses. How can Company C reduce the number of empty responses? Select the correct answer from the options below
Question 10 of 50
1 point(s)
Which of the given statements is true about SQS standard queue?
Question 11 of 50
1 point(s)
How many messages queue can be created in SQS?
Question 12 of 50
1 point(s)
Can anyone configure anonymous access to a queue?
Question 13 of 50
1 point(s)
How many requests in SQS are available in the free tier?
Question 14 of 50
1 point(s)
In SQS, what is the maximum visibility timeout?
Question 15 of 50
1 point(s)
Amazon S3 can use which type of server-side encryption?
Question 16 of 50
1 point(s)
SQS is PCI DSS certified
Question 17 of 50
1 point(s)
Which of the following is a valid S3 bucket name?
Question 18 of 50
1 point(s)
What is the maximum number of S3 buckets by default allowed per AWS account?
Question 19 of 50
1 point(s)
You successfully upload an item to the US-STANDARD You then instantly make another API call and attempt to read the object. What will happen?
Question 20 of 50
1 point(s)
You have created a mobile app that relies on reading data from DynamoDB. How could you give each mobile device permissions to read from DynamoDB? Select an answer from the options below
Question 21 of 50
1 point(s)
Ahmed defines the following S3 bucket policy to grant users access to his bucket, but the bucket policy editor will not allow him to submit it. Why is this policy not working?
{
“Id”: “Policy1441839160967”,
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “Stmt1441839157568”,
“Action”: [
“s3:ListBucket”
],
“Effect”: “Allow”,
“Resource”: “arn:AWS:s3:::demo.testbucket.2 “
}
]
}
Question 22 of 50
1 point(s)
Which DynamoDB API call doesn’t consume capacity units?
Question 23 of 50
1 point(s)
As a developer retrieve information from DynamoDB, he receives this error: “ProvisionedThroughputExceededException”, but upon investigation, he notices that he is not beyond his table read capacity throughput. What is causing this error?
Question 24 of 50
1 point(s)
One DynamoDB read capacity unit represents one strongly consistent read per second, for an item up to 4 KB in size.
Question 25 of 50
1 point(s)
Which of the following statement is not true about Simple workflow?
Question 26 of 50
1 point(s)
You have saved items that are 6KB in size, and you want to have 100 strongly consistent reads per second. How many read capacity units do you need to provision?
Question 27 of 50
1 point(s)
S3 does not usually handle error codes with HTTP responses.
Question 28 of 50
1 point(s)
One unit of read capacity is —- in size?
Question 29 of 50
1 point(s)
S3 object is stored lexicographically, by introducing “randomness” to your S3 names, it helps S3 storage distribute the I/O load through more than one partition. Below are given the examples, how could a user add a hashed prefix to the naming convention to increase I/O performance?
Question 30 of 50
1 point(s)
The only SNS notification event supported by S3 is S3:ReducedRedundancyLostObject.
Question 31 of 50
1 point(s)
What is the maximum size of a Simple storage service object?
Question 32 of 50
1 point(s)
Which of the below is a default limit in S3?
Question 33 of 50
1 point(s)
Which API call would anyone use to query an item by its primary key?
Question 34 of 50
1 point(s)
A user attempted to make a new S3 bucket “Demo-Bucket-1234-US-East-2-Production Environment-12.25.14” in the US-EAST-2 region but the bucket creation failed. Why?
Question 35 of 50
1 point(s)
When utilizing the Ref function in CloudFormation, what do we get back if we pass in the logical ID of an AWS::EC2::Instance object?
Question 36 of 50
1 point(s)
You created an Elastic Load Balancer with Duration-Based sticky sessions allowed in front of your six EC2 web application instances in US-West-2. For High Availability, there are 3 web app instances in Availability Zone 1 and three web application instances in Availability Zone 2. To load test, you set up a software-based load tester in Availability Zone 2 to send traffic to the ELB, as well as letting several hundred users browse to the ELB’s hostname. After a while, you notice that the users’ sessions are spread evenly across the EC2 instances in both Availability zone, but the software-based load tester’s traffic is hitting only the instances in Availability Zone 2. What steps can he take to resolve this problem?
Choose the 2 correct answers from the options below
Question 37 of 50
1 point(s)
One of your client runs an ad-supported image sharing website using S3 to serve images to visitors of his site. At some point he finds out that other sites have been linking to the image on his site, causing loss to his business. What is an in effect method to mitigate this?
Question 38 of 50
1 point(s)
Which of the following is not subject to eventual consistency?
Question 39 of 50
1 point(s)
What is the default visibility timeout for SQS queue in seconds?
Question 40 of 50
1 point(s)
Which of the following bucket names are invalid? Select any two
Question 41 of 50
1 point(s)
Your supervisor called you wanting to know why she has not been receiving email notifications for AWS billing alerts. What do you suspect the problem might be and how can you find out? Choose 3 answers from the options below
Question 42 of 50
1 point(s)
You want to figure out what AMIs are available for you to use in a given region. Which API call is most appropriate? Choose an answer from the options below
Question 43 of 50
1 point(s)
Which of the following statements about DynamoDb is true?
Question 44 of 50
1 point(s)
Which of the below statements is true about DynamoDB?
Question 45 of 50
1 point(s)
What is the by default limit for CloudFormation templates per region?
Question 46 of 50
1 point(s)
You have an EC2 instance installed with an IAM role with write access permissions to an SQS queue. The instance is attempting to write a 512 KB message to an SQS queue. What will the result of this attempt be?
Question 47 of 50
1 point(s)
You receive a call from a potential customer who explains that one of the many services they offer a website running on a t2.micro EC2 instance where consumers can submit requests for customized e-cards to be sent to their friends and family. The e-card website administrator was on a cruise and was shocked when he returned to the office in mid-January to find hundreds of angry emails complaining that customers’ loved ones had not received their Christmas cards. He also had many emails from CloudWatch alerting him that the SQS queue for the e-card application had grown to over five hundred messages on December You investigate and find the problem was caused by a crashed EC2 instance which serves as an application server. What do you advise your customer to do first?
Question 48 of 50
1 point(s)
Which of the below can be increased by contacting AWS? Select any two
Question 49 of 50
1 point(s)
The “company” table has a primary key of “id.” Using DynamoDB, you are able to query the data based on the id primary key. Now you want the ability to query the forums table by userId. What would you add to the table for the period of table creation time?
Question 50 of 50
1 point(s)
2.181.56 is valid S3 bucket name. choose the correct answer from the following