
Answer-first summary for fast verification
Answer: Store the application data on a regional persistent disk. If an outage occurs, create an instance in another zone with this disk attached.
The correct answer is D. When using regional persistent disks in Google Cloud, the data is automatically replicated to two replicas across different zones within the region. This ensures high availability because, in the event of a zonal failure, you can directly attach the regional persistent disk to a VM in another zone without the need to create a snapshot or restore data from it. Hence, option D provides immediate data availability and minimal downtime, addressing the high-availability requirement effectively.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are in the process of transferring a crucial business application from an on-premises data center to Google Cloud. To enhance your high-availability strategy, it is essential to guarantee that the application's data will remain instantly accessible in the event of a zonal outage. What actions should you take to achieve this?
A
Store the application data on a zonal persistent disk. Create a snapshot schedule for the disk. If an outage occurs, create a new disk from the most recent snapshot and attach it to a new VM in another zone.
B
Store the application data on a zonal persistent disk. If an outage occurs, create an instance in another zone with this disk attached.
C
Store the application data on a regional persistent disk. Create a snapshot schedule for the disk. If an outage occurs, create a new disk from the most recent snapshot and attach it to a new VM in another zone.
D
Store the application data on a regional persistent disk. If an outage occurs, create an instance in another zone with this disk attached.
No comments yet.