nerdexam
Google

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)…

Designing and Implementing High Availability and Disaster Recovery for Cloud SQL

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
    1. Provision a Cloud SQL for MySQL instance in us-central1-a.
  • B
    1. Provision a Cloud SQL for MySQL instance in us-central1-a.
  • C
    1. Provision a Cloud SQL for MySQL instance in us-central1-a.
  • D
    1. Provision a Cloud SQL for MySQL instance in us-central1-a.

How the community answered

(39 responses)
  • A
    13% (5)
  • B
    79% (31)
  • C
    5% (2)
  • D
    3% (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

#Cloud SQL#High Availability#Disaster Recovery#Multi-Region Architecture

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DATABASE-ENGINEER Practice