ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 210 - DVA-C01 discussion

Report
Export

Queries to an Amazon DynamoDB table are consuming a large amount of read capacity. The table has a significant number of large attributes. The application does not need all of the attribute data. How can DynamoDB costs be minimized while maximizing application performance?

A.
Batch all the writes, and perform the write operations when no or few reads are being performed.
Answers
A.
Batch all the writes, and perform the write operations when no or few reads are being performed.
B.
Create a global secondary index with a minimum set of projected attributes.
Answers
B.
Create a global secondary index with a minimum set of projected attributes.
C.
Implement exponential backoffs in the application.
Answers
C.
Implement exponential backoffs in the application.
D.
Load balance the reads to the table using an Application Load Balancer.
Answers
D.
Load balance the reads to the table using an Application Load Balancer.
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/AWSEC2/latest/APIReference/query-api-troubleshooting.html

asked 16/09/2024
Benjamin Colart
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first