Google Cloud Professional Cloud Database Engineer — Question 105

You are configuring a brand new Cloud SQL for PostgreSQL database instance in Google Cloud. Your application team wants you to deploy one primary instance, one standby instance, and one read replica instance. You need to ensure that you are following Google-recommended practices for high availability. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because it ensures that the primary instance is protected against failure by having the standby instance in a different zone, which is a Google-recommended practice for high availability. Options B and D do not provide zone redundancy for the standby instance, and option C unnecessarily spreads instances across multiple regions, which can introduce latency and complexity.