aiotestking uk

AWS-Certified-Developer-Associate Exam Questions - Online Test


AWS-Certified-Developer-Associate Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Q1. Can you configure an RDS Read Replica using CIoudFormation templates?

A. Yes, provided that you have root access.

B. Yes, when you create a new CIoudFormation template

C. Yes, but not for all Regions.

D. No, you can add the ReadRepIica only when the resource is made available by CIoudFormation 

Answer: B

Explanation:

AWS CIoudFormation gives developers and systems administrators an easy way to create and manage collections of AWS resources. You can now set Read Replicas for your databases with RDS when you create a new C|oudFormation tempIate.You can start using it with the sample template of C|oudFormation.

Reference:

https://s3.amazonaws.com/cloudformation-templates-us-east-1/RDS_MySQL_With_Read_RepIica.tempI

Q2. A user is running a webserver on EC2. The user wants to receive the SMS when the EC2 instance utilization is above the threshold limit. Which AWS services should the user configure in this case?

A. AWS CIoudWatch + AWS SES.

B. AWS CIoudWatch + AWS SNS.

C. AWS CIoudWatch + AWS SQS.

D. AWS EC2 + AWS Cloudwatch. 

Answer: B

Explanation:

Amazon SNS makes it simple and cost-effective to push to mobile devices, such as iPhone, iPad, Android, Kindle Fire, and internet connected smart devices, as well as pushing to other distributed services. In this case, the user can configure that Cloudwatch sends an alarm on when the threshold is crossed to SNS which will trigger an SMS.

Reference: http://aws.amazon.com/sns/

Q3. In DynamoDB, if you create a table and request 10 units of write capacity and 200 units of read capacity of provisioned throughput, how much would you be charged in US East (Northern Virginia) Region?

A. $0.05 per hour

B. $0.10 per hour

C. $0.03 per hour

D. $0.15 per hour 

Answer: A

Explanation:

To understand pricing in DynamoDB, consider the following example. If you create a table and request 10 units of write capacity and 200 units of read capacity of provisioned throughput, you would be charged:

$0.01 + (4 x $0.01) = $0.05 per hour

Reference: http://aws.amazon.com/dynamodb/pricing/

Q4. Does Amazon DynamoDB support both increment and decrement atomic operations?

A. No, neither increment nor decrement operations.

B. Only increment, since decrement are inherently impossible with DynamoDB's data model.

C. Only decrement, since increment are inherently impossible with DynamoDB's data model.

D. Yes, both increment and decrement operations. 

Answer: D

Explanation:

Amazon DynamoDB supports increment and decrement atomic operations.

Reference:        http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/APISummary.html

Q5. You want to have multiple versions of your application running at the same time, with all versions launched via AWS Elastic Beanstalk. Is this possible?

A. No. However if you have 2 AWS accounts this can be done

B. No. AWS Elastic Beanstalk is not designed to support multiple running environments

C. Yes. AWS Elastic Beanstalk is designed to support a number of multiple running environments

D. Yes. However AWS Elastic Beanstalk is designed to support only 2 multiple running environments 

Answer: C

Explanation:

AWS Elastic Beanstalk is designed to support multiple running environments. As an example you could have one for integration testing, one for pre-production, and one for production, with each environment independently configured and running on its own separate AWS resources.

Reference: https://aws.amazon.com/elasticbeansta|k/faqs/

Q6. Regarding Amazon SWF, the coordination logic in a workflow is contained in a software program called a

A. Handler

B. Decider

C. Cordinator

D. Worker 

Answer: B

Explanation:

In Amazon SWF, the coordination logic in a workflow is contained in a software program called a decider. The decider schedules actMty tasks, provides input data to the actMty workers, processes events that  arrive while the workflow is in progress, and ultimately ends (or closes) the workflow when the objective has been completed.

Reference:        http://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dg-intro-to-swf.html

Q7. A user is planning to create a structured database in the cloud. Which of the below mentioned AWS offerings help the user achieve the goal?

A. AWS DynamoDB

B. AWS RDS

C. AWS Simp|eDB

D. AWS RSD

Answer:

Explanation:

AWS RDS is a managed database server offered by AWS, which makes it easy to set up, operate, and scale a relational database or structured data in cloud.

Reference:       http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html

Q8. A user is creating an ELB with VPC. Which of the following options is available as a part of the "Add EC2

instances" page?

A. Select Subnet

B. Select IAM

C. Select ENI

D. Select VPC 

Answer: A

Explanation:

When a user is launching an ELB with VPC, he/she has to select the options, such as subnet and security group before selecting the instances part of that subnet.

Reference:

http://docs.aws.amazon.com/EIasticLoadBaIancing/latest/Deve|operGuide/elb-getting-started.htmI

Q9. In regards to Amazon SQS how many times will you receive each message?

A. At least twice

B. Exactly once

C. As many times as you want

D. At least once 

Answer: D

Explanation:

Amazon SQS is engineered to provide "at least once" delivery of all messages in its queues. Although most of the time, each message will be delivered to your application exactly once, you should design your system so that processing a message more than once does not create any errors or inconsistencies. Reference: https://aws.amazon.com/sqs/faqs/

Q10. A user has not enabled versioning on an S3 bucket. What will be the version ID of the object inside that bucket?

A. 0

B. There will be no version attached

C. Null

D. Blank 

Answer: C

Explanation:

S3 objects stored in the bucket before the user has set the versioning state have a version ID of null. When the user enables versioning, the objects in the bucket do not change and their ID remains null. Reference: http://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersionSuspendedBuckets.htmI