SG0-001 · Question #408
Which of the following backup methods would take the LEAST amount of time to complete?
The correct answer is A. A full and subsequent incremental backup. An incremental backup captures only the data that has changed since the last backup, making it the quickest method to complete after an initial full backup.
Question
Which of the following backup methods would take the LEAST amount of time to complete?
Options
- AA full and subsequent incremental backup
- BAll differential backups
- CA full and subsequent differential backup
- DA full and alternating differential and incremental backup
How the community answered
(48 responses)- A96% (46)
- B2% (1)
- D2% (1)
Why each option
An incremental backup captures only the data that has changed since the last backup, making it the quickest method to complete after an initial full backup.
An incremental backup backs up only the data that has changed since the last backup (either full or incremental). This means the size of the incremental backup is typically very small, leading to the shortest backup window among the options for a single subsequent backup operation.
"All differential backups" is an incomplete strategy; it implies multiple differential backups, each growing larger as they include all changes since the last full backup, and a single differential backup might be larger than a single incremental.
A differential backup backs up all data that has changed since the last full backup, meaning over time, differential backups grow in size, potentially becoming quite large and taking longer than a daily incremental backup.
Alternating differential and incremental backups would involve both types, and while incremental backups are fast, a single subsequent incremental backup is generally the fastest option compared to a differential or an alternating scheme which might include a larger differential.
Concept tested: Backup types - incremental vs differential
Source: https://learn.microsoft.com/en-us/azure/backup/backup-architecture#backup-types
Topics
Community Discussion
No community discussion yet for this question.