
Answer-first summary for fast verification
Answer: Cloud Spanner
Cloud Spanner is the recommended choice because it is a globally distributed relational database that offers strong consistency and SQL support, making it ideal for mission-critical applications like inventory management. Unlike Cloud SQL, which is limited to a single region, Cloud Spanner can scale horizontally across multiple regions. Cloud Firestore lacks SQL support, and BigQuery is designed for data warehousing, not for OLTP systems such as inventory management. For more details, visit [Google Cloud Spanner introduction](https://cloud.google.com/blog/products/gcp/introducing-cloud-spanner-a-global-database-service-for-mission-critical-applications).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are consulting for a multinational company to design a service for an inventory management system. The system requires strong consistency, SQL support, and the ability to scale for hundreds of users across North America, Asia, and Europe. Which Google Cloud service would you recommend?
A
BigQuery
B
Cloud Spanner
C
Cloud Firestore
D
Cloud SQL
No comments yet.