Want to know Ucertify AWS-Certified-Developer-Associate Exam practice test features? Want to lear more about Amazon AWS Certified Developer Associate certification experience? Study Top Quality Amazon AWS-Certified-Developer-Associate answers to Update AWS-Certified-Developer-Associate questions at Ucertify. Gat a success with an absolute guarantee to pass Amazon AWS-Certified-Developer-Associate (AWS Certified Developer Associate) test on your first attempt.

Q25. can be used to bootstrap both the Chef Server and Chef Client software on your EC2 instances.

A. AWS CIoudFormation

B. AWS Elastic Beanstalk

C. AWS OpsWorks

D. Amazon Glacier 

Answer: A

Explanation:

AWS CIoudFormation can be used to bootstrap both the Chef Server and Chef Client software on your EC2 instances.

Reference: http://aws.amazon.com/c|oudformation/faqs/


Q26. A user is running a MySQL RDS instance. The user will not use the DB for the next 3 months. How can the user save costs?

A. Pause the RDS actMties from CLI until it is required in the future

B. Stop the RDS instance

C. Create a snapshot of RDS to launch in the future and terminate the instance now

D. Change the instance size to micro 

Answer: C

Explanation:

The RDS instances unlike the AWS EBS backed instances cannot be stopped or paused. The user needs to take the final snapshot, terminate the instance and launch a new instance in the future from that snapshot

Reference: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.BackingUpAndRestoringAmazonR DSInstances.htmI


Q27. What happens if your application performs more reads or writes than your provisioned capacity?

A. Nothing

B. requests above your provisioned capacity will be performed but you will receive 400 error codes.

C. requests above your provisioned capacity will be performed but you will receive 200 error codes.

D. requests above your provisioned capacity will be throttled and you will receive 400 error codes. 

Answer: D

Explanation:

Speaking about DynamoDB, if your application performs more reads/second or writes/second than your tabIe’s provisioned throughput capacity allows, requests above your provisioned capacity will be throttled and you will receive 400 error codes.

Reference: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughputlntro.htmI


Q28. Does AWS CIoudFormation support Amazon EC2 tagging?

A. It depends if the Amazon EC2 tagging has been defined in the template.

B. No, it doesn’t support Amazon EC2 tagging.

C. No, CIoudFormation doesn’t support any tagging

D. Yes, AWS CIoudFormation supports Amazon EC2 tagging 

Answer: D

Explanation:

In AWS CIoudFormation, Amazon EC2 resources that support the tagging feature can also be tagged in an AWS template. The tag values can refer to template parameters, other resource names, resource attribute values (e.g. addresses), or values computed by simple functions (e.g., a concatenated list of strings).

Reference: http://aws.amazon.com/c|oudformation/faqs/


Q29. A user has set an IAM policy where it allows all requests if a request from IP 10.10.10.1/32. Another policy allows all the requests between 5 PM to 7 PM. What will happen when a user is requesting access from IP 10.10.10.1/32 at 6 PM?

A. IAM will throw an error for policy conflict

B. It is not possible to set a policy based on the time or IP

C. It will deny access

D. It will allow access 

Answer: D

Explanation:

With regard to IAM, when a request is made, the AWS service decides whether a given request should be allowed or denied. The evaluation logic follows these rules:

By default, all requests are denied. (In general, requests made using the account credentials for resources in the account are always allowed.)

An explicit allow policy overrides this default. An explicit deny policy overrides any allows. Reference:

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


Q30. Which one of the following statements is NOT an advantage of DyanamoDB being built on Solid State Drives:

A. serve high-scale request workloads

B. low request pricing

C. high I/O performance of WebApp on EC2 instance

D. low-latency response times 

Answer: C

Explanation:

In DynamoDB, SSDs help achieve design goals of predictable low-latency response times for storing and accessing data at any scale. The high I/O performance of SSDs also enables to serve high-scale request workloads cost efficiently, and to pass this efficiency along in low request pricing.

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


Q31. Your manager has requested you to tag EC2 instances to orgAMze and manage a load balancer. Which of the following statements about tag restrictions is incorrect?

A. The maximum key length is 127 Unicode characters.

B. The maximum value length is 255 Unicode characters.

C. Tag keys and values are case sensitive.

D. The maximum number of tags per load balancer is 20. 

Answer: D

Explanation:

Tags help you to categorize your load balancers in different ways, for example, by purpose, owner, or environment. The following basic restrictions apply to tags: The maximum number of tags per resource is

10. The maximum key length is 127 Unicode characters. The maximum value length that can be used is 255 Unicode characters. The tag keys and values are case sensitive. Allowed characters are letters, spaces, and numbers representable in UTF-8, plus the following special characters: + - =. _ : / @. Do not use leading or trailing spaces. Do not use the aws: prefix in your tag names or values because it is reserved for AWS use. You can't edit or delete tag names or values with this prefix. Tags with this prefix do not count against your tags per resource limit.

Reference:

http://docs.aws.amazon.com/EIasticLoadBaIancing/latest/DeveIoperGuide/add-remove-tags.htmI#tag-res trictions


Q32. A user has launched an RDS instance. The user has created 3 databases on the same server. What can the maximum size be for each database?

A. The size of each DB cannot be more than 3 TB

B. It is not possible to have more than one DB on a single instance

C. The total instance storage size cannot be more than 3 TB

D. The size of each DB cannot be more than 1 TB 

Answer: C

Explanation:

The AWS RDS DB instance is an isolated DB environment provided by AWS in which the user can create more than 1 database. The maximum size ofthe instance should be between 5 GB and 3 TB. The size of each DB can be anything in this range.

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