Google Cloud Professional Cloud Architect — Question 159

Your company has an enterprise application running on Compute Engine that requires high availability and high performance. The application has been deployed on two instances in two zones in the same region in active-passive mode. The application writes data to a persistent disk. In the case of a single zone outage, that data should be immediately made available to the other instance in the other zone. You want to maximize performance while minimizing downtime and data loss.
What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because using a regional SSD persistent disk allows for high availability and immediate access to data across zones. Option A relies on snapshots, which introduce latency and potential data loss. Option B uses Cloud Storage, which is not suitable for high-performance applications needing low-latency access, and option D's local SSD cannot be shared across instances, making it less viable for failover scenarios.