Easy1 markMultiple Choice
GCP PCA · Question 21 · Technical Requirements
A financial services company is designing a new global payment processing system. The system requires a relational database that provides strong consistency, horizontal scalability, and high availability across three continents. Which GCP database service should you recommend?
A financial services company is designing a new global payment processing system. The system requires a relational database that provides strong consistency, horizontal scalability, and high availability across three continents. Which GCP database service should you recommend?
Answer options:
A.
Cloud SQL for PostgreSQL
B.
Cloud Spanner
C.
Cloud Bigtable
D.
Firestore
How to approach this question
Look for the keywords 'relational', 'global/multi-continent', and 'horizontal scalability'.
Full Answer
B.Cloud Spanner✓ Correct
Cloud Spanner
Cloud Spanner is uniquely designed for this exact use case. It combines the benefits of relational database structure (SQL, schemas, ACID transactions) with non-relational horizontal scale and global distribution.
Common mistakes
Choosing Cloud SQL (A) and assuming read replicas solve the global write scalability requirement.
Practice the full GCP Professional Cloud Architect Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ02CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ03CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...HardQ04CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ05CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...Easy
Expert