
Answer-first summary for fast verification
Answer: Amazon DynamoDB
Amazon DynamoDB is a fully managed NoSQL database service that is designed for low-latency read and write operations. Its flexible data model and automatic scaling capabilities make it a suitable choice for applications with simple data structures and high throughput requirements, such as gaming applications.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A gaming company is developing a new multiplayer online game that requires a database to store player profiles, game scores, and leaderboards. The database needs to handle frequent read and write operations with low latency, and the data structure is relatively simple. Which AWS database service would be the most appropriate choice?
A
Amazon RDS for MySQL
B
Amazon DynamoDB
C
Amazon ElastiCache for Redis
D
Amazon Neptune
No comments yet.