Medium1 markMultiple Choice
GCP ACE · Question 31 · Domain 4.1: Managing Compute Engine resources
You need to create a backup of a persistent disk attached to a Compute Engine instance. You want to ensure that you can quickly create new VMs in different regions using this exact disk state.
What should you create?
You need to create a backup of a persistent disk attached to a Compute Engine instance. You want to ensure that you can quickly create new VMs in different regions using this exact disk state.
What should you create?
Answer options:
A.
A Snapshot
B.
A Custom Image
C.
An Instance Template
D.
A Machine Image
How to approach this question
Understand the difference between Snapshots (incremental backups) and Images (reusable boot templates).
Full Answer
B.A Custom Image✓ Correct
A Custom Image
Custom Images are global resources used to create boot disks for new instances. While snapshots can be used to create images, if your primary goal is to boot new VMs in different regions, creating an Image is the correct approach.
Common mistakes
Choosing Snapshot. Snapshots are tied to the region of the original disk and are meant for incremental backups, not as global boot templates.
Practice the full GCP Associate Cloud Engineer Practice Exam 2
50 questions · hints · full answers · grading
More questions from this exam
Q01Your company is migrating to Google Cloud and needs to establish a resource hierarchy. You have t...EasyQ02You are managing access to a GCP project. You need to grant 15 developers the ability to view Com...MediumQ03You have created a new GCP project using the Cloud Console. You want to deploy a Cloud Function u...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...EasyQ05Your finance team wants to perform complex SQL analysis on your GCP billing data to understand co...Medium
Expert