0
0
GCPcloud~5 mins

Backup and restore in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the main purpose of backup in cloud infrastructure?
Backup is to create copies of data or system states to protect against data loss or corruption, allowing recovery if something goes wrong.
Click to reveal answer
beginner
Name a common GCP service used for backing up virtual machine disks.
Google Cloud Compute Engine Snapshots are used to back up persistent disks attached to virtual machines.
Click to reveal answer
intermediate
What is the difference between incremental and full backups?
A full backup copies all data every time. An incremental backup copies only data changed since the last backup, saving time and storage.
Click to reveal answer
beginner
How does Google Cloud Storage help in backup and restore?
Google Cloud Storage provides durable, scalable storage to save backup files securely and retrieve them when needed for restore.
Click to reveal answer
intermediate
Why is it important to test restore procedures regularly?
Testing restores ensures backups are valid and recovery works, preventing surprises during actual failures.
Click to reveal answer
Which GCP service is best suited for backing up database snapshots?
ACloud Functions
BCloud SQL automated backups
CCloud Pub/Sub
DCloud Run
What type of backup copies only data changed since the last backup?
AIncremental backup
BDifferential backup
CFull backup
DSnapshot backup
Where should you store backups for best durability in GCP?
ALocal VM disk
BCompute Engine instance memory
CCloud Storage buckets
DCloud DNS
What is a snapshot in GCP Compute Engine?
AA live copy of a VM instance
BA database export
CA network configuration backup
DA backup of a persistent disk at a point in time
Why should backups be stored in a different location than the original data?
ATo protect against site failures or disasters
BTo improve network speed
CTo increase data duplication
DTo reduce storage costs
Explain the key steps involved in backing up and restoring a virtual machine in GCP.
Think about how you save and recover your computer files but in the cloud.
You got /4 concepts.
    Describe why regular testing of backup restore processes is critical in cloud infrastructure.
    Imagine practicing a fire drill to be ready for a real fire.
    You got /4 concepts.