ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 201 - DOP-C01 discussion

Report
Export

You are experiencing performance issues writing to a DynamoDB table. Your system tracks high scores for video games on a marketplace. Your most popular game experiences all of the performance issues. What is the most likely problem?

A.
DynamoDB's vector clock is out of sync, because of the rapid growth in request for the most popular game.
Answers
A.
DynamoDB's vector clock is out of sync, because of the rapid growth in request for the most popular game.
B.
You selected the Game ID or equivalent identifier as the primary partition key for the table.
Answers
B.
You selected the Game ID or equivalent identifier as the primary partition key for the table.
C.
Users of the most popular video game each perform more read and write requests than average.
Answers
C.
Users of the most popular video game each perform more read and write requests than average.
D.
You did not provision enough read or write throughput to the table.
Answers
D.
You did not provision enough read or write throughput to the table.
Suggested answer: B

Explanation:

The primary key selection dramatically affects performance consistency when reading or writing to DynamoDB. By selecting a key that is tied to the identity of the game, you forced DynamoDB to create a hotspot in the table partitions, and overrequest against the primary key partition for the popular game. When it stores data, DynamoDB divides a table's items into multiple partitions, and distributes the data primarily based upon the partition key value. The provisioned throughput associated with a table is also divided evenly among the partitions, with no sharing of provisioned throughput across partitions.

asked 16/09/2024
George Sanchez
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first