ASSOCIATE-CLOUD-ENGINEER · Question #328
ASSOCIATE-CLOUD-ENGINEER Question #328: Real Exam Question with Answer & Explanation
The correct answer is B: Configure daily scheduled persistent disk snapshots with a retention period of 7 days.. Compute Engine snapshots provide a fast and efficient way to back up the entire disk of a VM instance, including the operating system, applications, and data. They are incremental backups, meaning they only store the changes made since the last snapshot, which helps save storage
Question
Your company is running a critical workload on a single Compute Engine VM instance. Your company's disaster recovery policies require you to back up the entire instance's disk data every day. The backups must be retained for 7 days. You must configure a backup solution that complies with your company's security policies and requires minimal setup and configuration. What should you do?
Options
- AConfigure the instance to use persistent disk asynchronous replication.
- BConfigure daily scheduled persistent disk snapshots with a retention period of 7 days.
- CConfigure Cloud Scheduler to trigger a Cloud Function each day that creates a new machine
- DConfigure a bash script using gsutil to run daily through a cron job. Copy the disk's files to a Cloud
Explanation
Compute Engine snapshots provide a fast and efficient way to back up the entire disk of a VM instance, including the operating system, applications, and data. They are incremental backups, meaning they only store the changes made since the last snapshot, which helps save storage
Community Discussion
No community discussion yet for this question.