
Answer-first summary for fast verification
Answer: Use Cloud Spanner to store user data mapped to the game statistics.
Option B, which involves using Cloud Spanner, is the correct answer. Cloud Spanner is a globally distributed, horizontally scalable database service provided by Google Cloud Platform. It offers strong consistency guarantees, high availability, and automatic scaling. These features make it an ideal choice for ensuring optimal gaming performance for global users while minimizing management complexity. Other options, like using Bigtable or Cloud SQL, do not offer the same blend of global scalability, strong consistency, and ease of management that Cloud Spanner provides.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are developing a multi-player gaming application that requires storing game information in a database. With the anticipated growth in the application's popularity, your key concern is maintaining consistent performance. It is crucial to ensure that the gaming experience remains optimal for users around the world, all while keeping the management of the database as straightforward as possible. What strategy should you adopt to achieve this?
A
Use Cloud SQL database with cross-region replication to store game statistics in the EU, US, and APAC regions.
B
Use Cloud Spanner to store user data mapped to the game statistics.
C
Use BigQuery to store game statistics with a Redis on Memorystore instance in the front to provide global consistency.
D
Store game statistics in a Bigtable database partitioned by username.
No comments yet.