Medium1 markMultiple Choice
GCP ACE · Question 15 · Domain 2.3: Planning and configuring data storage options
Your company is building a global financial trading platform. The application requires a fully managed relational database that provides strong consistency, horizontal scalability, and high availability across multiple regions globally.
Which Google Cloud database service should you choose?
Your company is building a global financial trading platform. The application requires a fully managed relational database that provides strong consistency, horizontal scalability, and high availability across multiple regions globally.
Which Google Cloud database service should you choose?
Answer options:
A.
Cloud SQL
B.
Cloud Spanner
C.
Cloud Bigtable
D.
Firestore
How to approach this question
Look for the combination of 'relational', 'horizontal scalability', and 'global'.
Full Answer
B.Cloud Spanner✓ Correct
Cloud Spanner
Cloud Spanner is the only GCP database service that combines the benefits of relational database structure (SQL, ACID transactions, strong consistency) with non-relational horizontal scale and global distribution.
Common mistakes
Choosing Cloud SQL because it is relational, ignoring the 'horizontal scalability' and 'global' requirements.
Practice the full GCP Associate Cloud Engineer Practice Exam 3
50 questions · hints · full answers · grading
More questions from this exam
Q01You are starting a new project in Google Cloud and need to create a new GCP project and enable th...EasyQ02A new team member has joined your operations team. They need to be able to view all Compute Engin...MediumQ03Your company is migrating to Google Cloud. You currently manage all employee identities in an on-...MediumQ04Your development team is experimenting with new GCP services in a sandbox project. The finance te...MediumQ05Your company wants to perform complex, custom SQL analysis on their Google Cloud billing data to ...Easy
Expert