Question 112 of 284
Single answerYou have a workload running on Compute Engine that is critical to your business. You want to ensure that the data on the boot disk of this workload is backed up regularly. You need to be able to restore a backup as quickly as possible in case of disaster. You also want older backups to be cleaned automatically to save on cost. You want to follow Google-recommended practices. What should you do?
ACreate a Cloud Function to create an instance template.
✓BCreate a snapshot schedule for the disk using the desired interval.
CCreate a cron job to create a new disk from the disk using gcloud.
DCreate a Cloud Task to create an image and export it to Cloud Storage.
✓
Correct Answer: B
Create a snapshot schedule for the disk using the desired interval.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.