ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

95 / 500

Question 95:

You are creating a new API for video game scores. Reads are 100 times more common than writes. The top 1% of scores are read more frequently than the rest of the scores. These reads come from the high scores. Which of the following options is the best to design this system using DynamoDB?

Answer options:

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.Create Global Secondary Index (GSI) properly based on the top score(s). Use DAX as the caching service.