
Answer-first summary for fast verification
Answer: Amazon DynamoDB
Amazon DynamoDB is a fully managed, serverless NoSQL database service that is designed to handle high-volume read and write workloads with low latency. Given the relatively simple data structure and the need for frequent read and write operations with low latency, DynamoDB would be the most appropriate choice for this use case.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A gaming company is developing a new multiplayer online game that requires a database to store player profiles, game scores, and leaderboards. The data structure is relatively simple, and the database needs to handle frequent read and write operations with low latency. Which AWS database service would be the most appropriate choice?
A
Amazon DynamoDB
B
Amazon RDS for MySQL
C
Amazon ElastiCache for Redis
D
Amazon Redshift