Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

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

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

AWS Certified Developer Associate Exam Questions and Answers

Question 1

A company hosts a microservices application that uses Amazon API Gateway, AWS Lambda, Amazon Simple Queue Service (Amazon SOS), and Amazon DynamoDB, One of the Lambda functions adds messages to an SOS FIFO queue.

When a developer checks the application logs, the developer finds a few duplicated items in a DynamoDB table. The items were inserted by another polling function that processes messages from the queue.

What is the MOST likely cause of this issue?

Options:

A.

Write operations on the DynamoDB table are being throttled

B.

The SOS queue delivered the message to the function more than once

C.

API Gateway duplicated the message in the SOS queue

D.

The polling function timeout is greater than the queue visibility timeout

Buy Now
Question 2

A company's ecommerce website is experiencing massive traffic spikes, which are causing performance problems in the company database. Users are reporting that accessing the website takes a long time

A developer wants to implement a caching layer using Amazon ElastiCache. The website is required to be responsive no matter which product a user views, and the updates to product information and prices must be strongly consistent

Options:

A.

Which cache writing policy will satisfy these requirements?

B.

Write to the cache directly and sync the backend at a later time.

C.

Write to the backend first and wait for the cache to expire.

D.

Write to the cache and the backend at the same time

E.

Write to the backend first and invalidate the cache

Question 3

An application needs to encrypt data that is written to Amazon S3 where the keys are managed in an on-premises data center and the encryption is handled by S3. Which type of encryption should be used?

Options:

A.

Use server-side encryption with Amazon S3-managed keys

B.

Use server-side encryption with AWS KMS-managed keys.

C.

Use client-side encryption with customer master keys

D.

Use server-side encryption with customer-provided keys