Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpoperations › Which approach lets you snapshot a Compute Engin…

Which approach lets you snapshot a Compute Engine Persistent Disk on a recurring schedule (e.g. daily) without writing custom cron jobs?

AExport the disk to BigQuery and re-import it daily
BRun a Cloud SQL backup job against the disk
CConfigure a snapshot schedule on the disk
DManually click 'Create snapshot' every day from the Console
Answer & Solution
Correct answer: C. Configure a snapshot schedule on the disk
Snapshot schedules are a native disk feature — attach a schedule (daily/weekly/hourly), define retention, done. Manual clicks don't scale; Cloud SQL backups are for managed SQL instances not raw disks; the BigQuery round trip is nonsense.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions