DVA-C01 Dumps

DVA-C01 Free Practice Test

Amazon-Web-Services DVA-C01: AWS Certified Developer Associate Exam

QUESTION 11

AutoScaIing is configured with 3 AZs. Each zone has 5 instances running. If AutoScaIing wants to terminate an instance based on the policy action, which instance will it terminate first?

Correct Answer: B
Before Auto Scaling selects an instance to terminate, it first identifies the Availability Zone that has more instances than the other Availability Zones used by the group. If all the Availability Zones have the same number of instances, it identifies a random Availability Zone.
Reference: http://docs.aws.amazon.com/AutoScaIing/latest/DeveIoperGuide/us-termination-policy.html

QUESTION 12

In DynamoDB, the default table size is:

Correct Answer: D
DynamoDB has seamless scalability with no table size limits and unlimited storage, so you shouIdn\'t be worried about managing storage on the host or to provisioning more drive, as your data requirement changes.
Reference: http://aws.amazon.com/dynamodb/

QUESTION 13

A user wants to configure AutoScaIing which scales up when the CPU utilization is above 70% and scales down when the CPU utilization is below 30%. How can the user configure AutoScaIing for the above mentioned condition?

Correct Answer: C
The user can configure the AutoScaIing group to automatically scale up and then scale down based on the specified conditions. To configure this, the user must setup policies which will get triggered by the C|oudWatch alarms.
Reference:
http://docs.aws.amazon.com/AutoScaling/latest/DeveIoperGuide/as-scaIe-based-on-demand.html

QUESTION 14

What kind of service is provided by AWS DynamoDB?

Correct Answer: B
DynamoDB is a fast, fully managed NoSQL database service. Reference: http://aws.amazon.com/dynamodb/

QUESTION 15

How can you secure data at rest on an EBS volume?

Correct Answer: C