LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


To ensure high availability for your application server running on Compute Engine in the europe-west1-d zone, you need to replicate it to the europe-west2-c zone with minimal steps. What is the most efficient method to achieve this?

Real Exam



Explanation:

The correct answer is C because creating a snapshot and then a new disk from that snapshot in the desired zone is the most straightforward and efficient method to replicate a disk across zones. This approach leverages GCP's snapshot functionality to ensure data integrity and availability.

  • Option A is incorrect because gcloud does not support direct disk copying across zones.
  • Option B involves unnecessary steps by first creating the disk in the original zone before moving it.
  • Option D is incorrect as it moves the existing instance rather than creating a replica, which does not meet the high availability requirement.
Powered ByGPT-5