Question: Cloud Spanner is:
- A managed environment for deploying containerized apps.
- An enterprise-grade, globally distributed, and strongly consistent managed database service built for the cloud specifically to combine the benefits of relational database structure with non-relational horizontal scale.
- A fully managed database service that makes it easy to set up, maintain, manage, and administer relational MySQL and PostgreSQL databases in the cloud.
- A tool for developing and executing a wide range of data processing patterns on very large datasets.
Explanation
Cloud Spanner is the Google Cloud database service for relational workloads that need global scale. It combines SQL, schemas, and ACID transactions with automatic replication and horizontal scaling. Its strong consistency makes it suitable for applications that cannot tolerate conflicting database states across regions. This role is different from container deployment, basic relational database administration, or batch data processing.
Why the other options are incorrect
Google Kubernetes Engine is for deploying containerized applications, not managed relational databases.
Cloud SQL manages traditional MySQL, PostgreSQL, and SQL Server databases, but it is not the globally distributed Spanner architecture.
Dataflow is for stream and batch data processing, not relational transaction management.
Source for verification
https://cloud.google.com/spanner/docs/overview
https://cloud.google.com/sql/docs/introduction
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Cloud Platform Business Professional" page.