Easy1 markMultiple Choice
GCP ACE · Question 32 · Domain 4.1: Managing Compute Engine resources
You are about to perform a major software upgrade on a critical Compute Engine instance. You want to ensure you can quickly revert to the current state if the upgrade fails.
What should you do FIRST?
You are about to perform a major software upgrade on a critical Compute Engine instance. You want to ensure you can quickly revert to the current state if the upgrade fails.
What should you do FIRST?
Answer options:
A.
Create a custom image from the instance.
B.
Take a snapshot of the instance's persistent disk.
C.
Export the disk to a Cloud Storage bucket.
D.
Enable auto-healing on the instance.
How to approach this question
Identify the standard backup mechanism for Compute Engine disks.
Full Answer
B.Take a snapshot of the instance's persistent disk.✓ Correct
A persistent disk snapshot is a point-in-time backup of the data on your disk. Taking a snapshot before a risky operation (like an OS upgrade) is a best practice. If something goes wrong, you can create a new disk from the snapshot and attach it to the VM, effectively rolling back the changes.
Common mistakes
Confusing Images and Snapshots. Images are for deployment (bootstrapping new VMs); Snapshots are for backup and recovery.
Practice the full GCP Associate Cloud Engineer Practice Exam 7
50 questions · hints · full answers · grading
More questions from this exam
Q01You are starting a new initiative and need to create a new Google Cloud project using the Cloud S...EasyQ02Your company is migrating to Google Cloud and wants to manage user identities centrally. They cur...MediumQ03You have just created a new Google Cloud project and want to deploy a containerized application u...MediumQ04Your finance team wants to perform complex SQL queries on your Google Cloud billing data to analy...MediumQ05You are managing a development project in Google Cloud. You want to ensure that you are notified ...Easy
Expert