List of questions
Related questions
Question 137 - DOP-C01 discussion
You are creating a new API for video game scores. Reads are 100 times more common than writes, and the top 1% of scores are read 100 times more frequently than the rest of the scores. What's the best design for this system, using DynamoDB?
A.
DynamoDB table with 100x higher read than write throughput, with CloudFront caching.
B.
DynamoDB table with roughly equal read and write throughput, with CloudFront caching.
C.
DynamoDB table with 100x higher read than write throughput, with ElastiCache caching.
D.
DynamoDB table with roughly equal read and write throughput, with ElastiCache caching.
Your answer:
0 comments
Sorted by
Leave a comment first