Medium1 markMultiple Choice
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?
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
Q01You are starting a new project in Google Cloud and need to create a new GCP project and enable th...EasyQ02A new team member has joined your operations team. They need to be able to view all Compute Engin...MediumQ03Your company is migrating to Google Cloud. You currently manage all employee identities in an on-...MediumQ04Your development team is experimenting with new GCP services in a sandbox project. The finance te...MediumQ05Your company wants to perform complex, custom SQL analysis on their Google Cloud billing data to ...Easy
Expert