ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 230 - DOP-C01 discussion

Report
Export

A developer has written an application that writes data to Amazon DynamoDB. The DynamoDB table has been configured to use conditional writes. During peak usage times, writes are failing due to a ConditionalCheckFailedException error.

How can the developer increase the application’s reliability when multiple clients are attempting to write to the same record?

A.
Write the data to an Amazon SNS topic.
Answers
A.
Write the data to an Amazon SNS topic.
B.
Increase the amount of write capacity for the table to anticipate short-term spikes or bursts in write operations.
Answers
B.
Increase the amount of write capacity for the table to anticipate short-term spikes or bursts in write operations.
C.
Implement a caching solution, such as DynamoDB Accelerator or Amazon ElastiCache.
Answers
C.
Implement a caching solution, such as DynamoDB Accelerator or Amazon ElastiCache.
D.
Implement error retries and exponential backoff with jitter.
Answers
D.
Implement error retries and exponential backoff with jitter.
Suggested answer: D

Explanation:

Reference: https://aws.amazon.com/premiumsupport/knowledge-center/dynamodb-table-throttled/

asked 16/09/2024
Peter Unterasinger
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first