
Answer-first summary for fast verification
Answer: Create a snapshot schedule for the disk using the desired interval.
The correct answer is B. Creating a snapshot schedule for the disk using the desired interval is the best practice recommended by Google. This approach ensures regular backups and allows for automatic deletion of older backups to save on costs. Snapshots are incremental, making them efficient and quick to restore in case of a disaster.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a Google Associate Cloud Engineer, you are managing a crucial workload on Compute Engine. Ensuring regular backups of the boot disk for this workload is essential for business continuity. In the event of a disaster, you need the ability to restore these backups promptly. Additionally, to control costs, it's important to configure automatic deletion of older backups. Adhering to Google's recommended practices, what steps should you take?
A
Create a Cloud Function to create an instance template.
B
Create a snapshot schedule for the disk using the desired interval.
C
Create a cron job to create a new disk from the disk using gcloud.
D
Create a Cloud Task to create an image and export it to Cloud Storage.
No comments yet.