Google Cloud Professional Cloud Database Engineer — Question 22

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?

Answer options

Correct answer: B

Explanation

The correct answer is B because it provisions a Cloud SQL for MySQL instance in the primary region, creates a multiple-zone instance in the same primary region for redundancy, and sets up a read replica in the backup region to ensure data availability during a regional failure. The other options either place the multiple-zone instance in a different region or do not utilize the correct zones, which would not meet the requirements for fault tolerance.