GCP PCA · Question 33 · Technical Processes
You need to back up a 500 GB Persistent Disk attached to a Compute Engine instance. The disk contains a highly active database. You want to minimize the time the database is locked during the backup process. What is the most efficient way to take the backup?
Answer options:
Stop the Compute Engine instance, copy the disk to Cloud Storage using gsutil, and restart the instance.
Flush the database to disk, take a Persistent Disk snapshot, and immediately resume database operations.
Export the database to a SQL dump file and upload it to Cloud Storage.
Create a custom machine image from the running instance.
50 questions · hints · full answers · grading