Easy1 markMultiple Choice
GCP ACE · Question 31 · Domain 4.1: Managing Compute Engine resources
You have a Compute Engine instance that you only use during business hours. To save costs, you stop the instance every evening and start it every morning.
What happens to the data on the instance's attached Persistent Disk when the instance is stopped?
You have a Compute Engine instance that you only use during business hours. To save costs, you stop the instance every evening and start it every morning.
What happens to the data on the instance's attached Persistent Disk when the instance is stopped?
Answer options:
A.
The data is permanently deleted to free up storage space.
B.
The data remains intact and is available when the instance is started again.
C.
The data is automatically backed up to Cloud Storage and then deleted from the disk.
D.
The data remains intact, but the disk is converted to a read-only state.
How to approach this question
Understand the lifecycle of a Persistent Disk compared to the VM it is attached to.
Full Answer
B.The data remains intact and is available when the instance is started again.✓ Correct
The data remains intact and is available when the instance is started again.
When you stop a Compute Engine instance, the instance is shut down and you stop paying for CPU and memory. However, any attached Persistent Disks remain intact and retain their data. You continue to incur storage charges for the disk while the instance is stopped. When you start the instance again, it will boot up with all the data exactly as you left it. (Note: This is different from Local SSDs, where data is lost if the instance is stopped).
Common mistakes
Confusing Persistent Disks with Local SSDs (which do lose data when stopped).
Practice the full GCP Associate Cloud Engineer Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the primary purpose of a Google Cloud project?EasyQ02Your development team needs to manage Compute Engine instances in a specific project. They need t...MediumQ03You are automating the setup of a new Google Cloud project using a bash script. You need to enabl...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...MediumQ05Your finance team wants to perform granular analysis of your Google Cloud spending using SQL. The...Hard
Expert