SK0-004 · Question #903
A server administrator was asked to implement a site backup solution. The backup window during regular business days is from midnight to 6:00 a.m. because end-of-cycle payroll processing will occur…
The correct answer is C. Perform daily differential backups. Differential backups capture all changes since the last full backup, keeping each daily backup session shorter than a full backup while remaining manageable over a multi-month period.
Question
A server administrator was asked to implement a site backup solution. The backup window during regular business days is from midnight to 6:00 a.m. because end-of-cycle payroll processing will occur for the next three months. Which of the following backup methodologies would satisfy this restriction in performing short backups?
Options
- APerform daily incremental backups.
- BPerform daily full backups.
- CPerform daily differential backups.
- DPerform daily normal backups.
How the community answered
(30 responses)- A3% (1)
- B10% (3)
- C80% (24)
- D7% (2)
Why each option
Differential backups capture all changes since the last full backup, keeping each daily backup session shorter than a full backup while remaining manageable over a multi-month period.
Incremental backups are the shortest individual sessions but require every incremental set plus the last full backup for restoration, increasing recovery complexity over a three-month chain.
A full backup copies all data every night, making it the longest possible backup job and unlikely to fit consistently within a 6-hour window.
A differential backup copies only data changed since the last full backup, meaning each nightly session is significantly shorter than a full backup and comfortably fits within the 6-hour window. Over the three-month payroll period, differentials grow gradually but never reset to zero like incrementals do after each run, keeping restore complexity low while maintaining short backup windows. This makes differential the best balance of short backup duration and operational reliability.
A normal backup is synonymous with a full backup and shares the same drawback of backing up all data nightly, which is too time-consuming for the restricted window.
Concept tested: Differential vs incremental backup window trade-offs
Source: https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service
Topics
Community Discussion
No community discussion yet for this question.