PROFESSIONAL-CLOUD-DATABASE-ENGINEER · Question #15
Your organization has a critical business app that is running with a Cloud SQL for MySQL backend database. Your company wants to build the most fault-tolerant and highly available solution possible…
The correct answer is B. 1. Provision a Cloud SQL for MySQL instance in us-central1-a. Surviving both a zonal and a regional failure requires two distinct mechanisms. For zonal failure protection, a Cloud SQL High Availability (HA) configuration is required - this creates a synchronous standby instance in a different zone within the same region (us-central1)…
Question
Your organization has a critical business app that is running with a Cloud SQL for MySQL backend database. Your company wants to build the most fault-tolerant and highly available solution possible. You need to ensure that the application database can survive a zonal and regional failure with a primary region of us-central1 and the backup region of us-east1. What should you do?
Options
- A
- Provision a Cloud SQL for MySQL instance in us-central1-a.
- B
- Provision a Cloud SQL for MySQL instance in us-central1-a.
- C
- Provision a Cloud SQL for MySQL instance in us-central1-a.
- D
- Provision a Cloud SQL for MySQL instance in us-central1-a.
How the community answered
(39 responses)- A13% (5)
- B79% (31)
- C5% (2)
- D3% (1)
Explanation
Surviving both a zonal and a regional failure requires two distinct mechanisms. For zonal failure protection, a Cloud SQL High Availability (HA) configuration is required - this creates a synchronous standby instance in a different zone within the same region (us-central1), enabling automatic failover if one zone goes down. For regional failure protection, a cross-region read replica must be provisioned in us-east1. Option B is the correct combination: an HA-enabled primary instance in us-central1 (for zonal resilience) plus a cross-region replica in us-east1 (for regional resilience). The other options likely omit either the HA configuration or the cross-region replica, leaving the solution vulnerable to one of the two failure scenarios.
Topics
Community Discussion
No community discussion yet for this question.