New Year Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

Note! Following DVA-C01 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is DVA-C02

DVA-C01 Exam Dumps - AWS Certified Developer Associate Exam

Go to page:
Question # 33

A Developer is creating an Auto Scaling group whose instances need to publish a custom metric to Amazon CloudWatch.

Which method would be the MOST secure way to authenticate a CloudWatch PUT request?

A.

Create an IAM user with PutMetricData permission and put the user credentials in a private repository; have applications pull the credentials as needed.

B.

Create an IAM user with PutMetricData permission, and modify the Auto Scaling launch configuration to inject the user credentials into the instance user data.

C.

Modify the CloudWatch metric policies to allow the PutMetricData permission to instances from the Auto Scaling group.

D.

Create an IAM role with PutMetricData permission and modify the Auto Scaling launching configuration to launch instances using that role.

Full Access
Question # 34

The release process workflow of an application requires a manual approval before the code is deployed into the production environment.

What is the BEST way to achieve this using AWS CodePipeline?

A.

Use multiple pipelines to allow approval

B.

Use an approval action in a stage

C.

Disable the stage transition to allow manual approval

D.

Disable a stage just prior the deployment stage

Full Access
Question # 35

A company is building an application to track athlete performance using an Amazon DynamoDB table. Each item in the table is identified by a partition key (user_id) and a sort key (sport_name). The table design is shown below:

(Note: Not all table attributes are shown)

A Developer is asked to write a leaderboard application to display the top performers (user_id) based on the score for each sport_name.

What process will allow the Developer to extract results MOST efficiently from the DynamoDB table?

A.

Use a DynamoDB query operation with the key attributes of user_id and sport_name and order the results based on the score attribute.

B.

Create a global secondary index with a partition key of sport_name and a sort key of score, and get the results

C.

Use a DynamoDB scan operation to retrieve scores and user_id based on sport_name, and order the results based on the score attribute.

D.

Create a local secondary index with a primary key of sport_name and a sort key of score and get the results based on the score attribute.

Full Access
Question # 36

You are writing to a DynamoDB table and receive the following exception:" ProvisionedThroughputExceededException". though according to your Cloudwatch metrics for the table, you are not exceeding your provisioned throughput.

What could be an explanation for this?

A.

You haven't provisioned enough DynamoDB storage instances

B.

You're exceeding your capacity on a particular Range Key

C.

You're exceeding your capacity on a particular Hash Key

D.

You're exceeding your capacity on a particular Sort Key

E.

You haven't configured DynamoDB Auto Scaling triggers

Full Access
Question # 37

A meteorological system monitors 600 temperature gauges, obtaining temperature samples every minute and saving each sample to a DynamoDB table. Each sample involves writing 1K of data and the writes are evenly distributed over time.

How much write throughput is required for the target table?

A.

1 write capacity unit

B.

10 write capacity units

C.

60 write capacity units

D.

600 write capacity units

E.

3600 write capacity units

Full Access
Question # 38

An application on AWS is using third-party APIs. The Developer needs to monitor API errors in the code, and wants to receive notifications if failures go above a set threshold value.

How can the Developer achieve these requirements?

A.

Publish a custom metric on Amazon CloudWatch and use Amazon SES for notification.

B.

Use an Amazon CloudWatch API-error metric and use Amazon SNS for notification.

C.

Use an Amazon CloudWatch API-error metric and use Amazon SES for notification.

D.

Publish a custom metric on Amazon CloudWatch and use Amazon SNS for notification.

Full Access
Question # 39

Where should an Elastic Beanstalk configuration file named healthcheckur1.config be placed in the application source bundle?

A.

In the root of the application

B.

In the bin folder

C.

In healthcheckur1.config.ebextension under root

D.

In the .ebextensions folder

Full Access
Question # 40

A company is developing an application that will run on several Amazon EC2 instances in an Auto Scaling group and can access a database running on Amazon EC2. The application needs to store secrets required to connect to the database. The application must allow for periodic secret rotation, and there should be no changes to the application when a secret changes.

What is the SAFEST way to meet these requirements?

A.

Associate an IAM role to the EC2 instance where the application is running with permission to access the database.

B.

Use AWS Systems Manager Parameter Store with the SecureString data type to store secrets.

C.

Configure the application to store secrets in Amazon S3 object metadata.

D.

Hard code the database secrets in the application code itself.

Full Access
Go to page: