Question: Which statement best aligns with the role Cloud Spanner plays in GCP?
- Cloud Spanner is good for configuring replications and applying updates.
- Cloud Spanner is good for object database management at scale that requires the capacity to process millions of objects in near real time.
- Cloud Spanner is good for binary data such as images, media serving, and backups.
- Cloud Spanner is good for relational database management systems at scale that require high availability and HTAP.
Explanation
Cloud Spanner is a fully managed, distributed relational database service for workloads that need strong consistency and scale. It supports ACID transactions, SQL, and relational schemas while distributing data across Google Cloud infrastructure. Built-in replication supports high availability for mission-critical applications. Its ability to support transactional workloads with analytical access aligns with HTAP use cases.
Why the other options are incorrect
Replication and updates describes administration tasks, not the primary role of Cloud Spanner.
Object database management describes object-oriented or NoSQL-style data handling, not Cloud Spanner.
Binary data describes Cloud Storage, not Cloud Spanner.
Source for verification
https://cloud.google.com/spanner/docs/overview
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.