ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 130 - DVA-C01 discussion

Report
Export

A company uses Amazon DynamoDB for managing and tracking orders. The DynamoDB table is partitioned based on the order date. The company receives a huge increase in orders during a sales event, causing DynamoDB writes to throttle, and the consumed throughput is far below the provisioned throughput.

According to AWS best practices, how can this issue be resolved with MINIMAL costs?

A.
Create a new DynamoDB table for every order date.
Answers
A.
Create a new DynamoDB table for every order date.
B.
Increase the read and write capacity units of the DynamoDB table.
Answers
B.
Increase the read and write capacity units of the DynamoDB table.
C.
Add a random number suffix to the partition key values.
Answers
C.
Add a random number suffix to the partition key values.
D.
Add a global secondary index to the DynamoDB table.
Answers
D.
Add a global secondary index to the DynamoDB table.
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-key-uniformload.html

asked 16/09/2024
J. Cuylits
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first