exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 557 discussion

A developer is designing a game that stores data in an Amazon DynamoDB table. The partition key of the table is the country of the player. After a sudden increase in the number of players in a specific country, the developer notices ProvisionedThroughputExceededException errors.

What should the developer do to resolve these errors?

  • A. Use strongly consistent table reads.
  • B. Revise the primary key to use more unique identifiers.
  • C. Use pagination to reduce the size of the items that the queries return.
  • D. Use the Scan operation to retrieve the data.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
e886835
1 day, 11 hours ago
Selected Answer: B
when the request rate exceeds the provisioned throughput for a specific partition key in DynamoDB. This means that the partition key (country in this case) has become a hot spot, as many players from the same country are causing an overload of requests to that partition. To resolve this issue, the developer should revise the primary key to distribute the traffic more evenly
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago