It is more faster and easier to pass the Amazon AWS-Certified-Developer-Associate exam by using Tested Amazon AWS Certified Developer Associate questuins and answers. Immediate access to the Replace AWS-Certified-Developer-Associate Exam and find the same core area AWS-Certified-Developer-Associate questions with professionally verified answers, then PASS your exam with a high score now.

Q81. When you use the AWS Elastic Beanstalk console to deploy a new application .

A. you’II need to upload each file separately

B. you’II need to create each file and path

C. you’II need to upload a source bundle

D. you’II need to create each file 

Answer: C

Explanation:

When you use the AWS Elastic Beanstalk console to deploy a new application or an application version, you’II need to upload a source bundle.

Reference:

http://docs.aws.amazon.com/elasticbeanstaIk/latest/dg/using-features.depIoyment.source.html


Q82. A user has created a blank EBS volume in the US-East-1 region. The user is unable to attach the volume to a running instance in the same region. What could be the possible reason for this?

A. The instance must be in a running state. It is required to stop the instance to attach volume

B. The AZ for the instance and volume are different

C. The instance is from an instance store backed AMI

D. The instance has enabled the volume attach protection 

Answer: B

Explanation:

An EBS volume provides persistent data storage. The user can attach a volume to any instance provided they are both in the same AZ. Even if they are in the same region but in a different AZ, it will not be able to attach the volume to that instance.

Reference:       http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.htmI


Q83. A user wants to access RDS from an EC2 instance using IP addresses. Both RDS and EC2 are in the same region, but different AZs. Which of the below mentioned options help configure that the instance is accessed faster?

A. Configure the Private IP of the Instance in RDS security group

B. Security group of EC2 allowed in the RDS security group

C. Configuring the elastic IP of the instance in RDS security group

D. Configure the Public IP of the instance in RDS security group 

Answer: A

Explanation:

If the user is going to specify an IP range in RDS security group, AWS recommends using the private IP address of the Amazon EC2 instance. This provides a more direct network route from the Amazon EC2 instance to the Amazon RDS DB instance, and does not incur network charges for the data sent outside of the Amazon network.

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


Q84. What does Amazon SQS provide?

A. An asynchronous message queue service.

B. A Simple Query Sewer, managed directly by Amazon Web Services.

C. None of these.

D. A synchronous message queue service.

Answer: A

Explanation:

Amazon SQS stands for Simple Queue Services, and provides a cost-effective way to decouple the components of your application through an asynchronous message queue service

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


Q85. A user is creating multiple IAM users. What advice should be given to him to enhance the security?

A. Grant least prMleges to the indMdual user

B. Grant all higher prMleges to the group

C. Grant less prMleges for user, but higher prMleges for the group

D. Grant more prMleges to the user, but least prMleges to the group 

Answer: A

Explanation:

It is a recommended rule that the root user should grant the least prMleges to the IAM user or the group. The higher the prMleges, the more problems it can create.

Reference:       http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.htmI


Q86. A user is creating a snapshot of an EBS volume. Which of the below statements is incorrect in relation to the creation of an EBS snapshot?

A. Its incremental

B. It can be used to launch a new instance

C. It is stored in the same AZ as the volume

D. It is a point in time backup of the EBS volume 

Answer: C

Explanation:

The EBS snapshots are a point in time backup of the EBS volume. It is an incremental snapshot, but is always specific to the region and never specific to a single AZ.

Hence the statement "|t is stored in the same AZ as the volume" is incorrect.

Reference:       http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.htmI


Q87. A user is planning to make a mobile game which can be played online or offline and will be hosted on EC2.

The user wants to ensure that if someone breaks the highest score or they achieve some milestone they  can inform all their colleagues through email. Which of the below mentioned AWS services helps achieve this goal?

A. AWS Simple Workflow Service.

B. AWS Simple Queue Service.

C. Amazon Cognito

D. AWS Simple Email Service. 

Answer: D

Explanation:

Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective email-sending service for businesses and developers. It integrates with other AWS services, making it easy to send emails from applications that are hosted on AWS.

Reference: http://aws.amazon.com/ses/faqs/


Q88. What is the maximum number of tags that a user can assign to an EC2 instance?

A. 50

B. 10

C. 5

D. 25

Answer:

Explanation:

To help manage EC2 instances as well as their usage in a better way, the user can tag the instances. The tags are metadata assigned by the user which consists of a key and a value. One resource can have a maximum of 10 tags.

Reference:       http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html