Medium1 markMultiple Choice
Domain 4.1: Managing Compute Engine resourcesDomain 4.1Compute EngineSnapshotsBackup

GCP ACE · Question 32 · Domain 4.1: Managing Compute Engine resources

You are about to perform a major OS upgrade on a critical Compute Engine instance. You want to ensure you can quickly revert the disk to its exact current state if the upgrade fails.

What should you do FIRST?

Answer options:

A.

Create a custom image from the instance.

B.

Create a snapshot of the instance's boot disk.

C.

Export the disk to Cloud Storage.

D.

Enable autohealing on the instance.

How to approach this question

Identify the GCP feature designed for point-in-time backups of persistent disks.

Full Answer

B.Create a snapshot of the instance's boot disk.✓ Correct
A snapshot is a point-in-time backup of a Persistent Disk. Taking a snapshot before a major change (like an OS upgrade) is a best practice. If the upgrade fails, you can create a new disk from the snapshot and attach it to the VM, reverting the system to its previous state.

Common mistakes

Confusing Images (used as templates for new VMs) with Snapshots (used for backups of existing disks).

Practice the full GCP Associate Cloud Engineer Practice Exam 3

50 questions · hints · full answers · grading

More questions from this exam