CV0-003 · Question #307
A software company recently moved all of its development testing to a public cloud environment. The company primarily uses IaaS to deploy and test its code. The company needs the software developers…
The correct answer is C. Incremental. Incremental backups capture only changed data since the last backup, enabling frequent checkpoint creation with minimal overhead so that a damaged system can be restored to a very recent state quickly.
Question
A software company recently moved all of its development testing to a public cloud environment. The company primarily uses IaaS to deploy and test its code. The company needs the software developers to be more agile and efficient when testing application code. Which of the following backup types should the developers use to BEST ensure the speedy recovery of a system if it is damaged?
Options
- ASnapshots
- BFull
- CIncremental
- DDifferential
How the community answered
(33 responses)- A3% (1)
- B9% (3)
- C73% (24)
- D15% (5)
Why each option
Incremental backups capture only changed data since the last backup, enabling frequent checkpoint creation with minimal overhead so that a damaged system can be restored to a very recent state quickly.
Snapshots are point-in-time VM state captures useful for immediate rollback scenarios but are not a traditional backup type designed for efficient repeated, long-term protection in a continuous development workflow.
A full backup copies all data on every run, making it slow to execute and impractical for the frequent backups needed in a fast-moving dev environment where storage efficiency and backup speed matter.
Because incremental backups transfer only blocks or files changed since the previous backup, they execute rapidly and can be scheduled at high frequency without disrupting active development work in a cloud IaaS environment. This high cadence means the most recent restore point is always very close in time to any failure event, minimizing the data and work lost during recovery and effectively providing the speedy return-to-work capability that agile developers need.
Differential backups grow progressively larger because they capture all changes since the last full backup, causing both backup duration and storage consumption to increase over time, making them less efficient than incrementals for frequent agile checkpoints.
Concept tested: Incremental backup frequency for agile cloud dev recovery
Source: https://learn.microsoft.com/en-us/azure/backup/backup-overview
Topics
Community Discussion
No community discussion yet for this question.