220-1102 · Question #546
A payroll server has data on it that needs to be readily available and can be recovered quickly if something is accidentally removed. Which of the following backup methods should be used to provide th
The correct answer is A. Full. For the fastest data recovery, a full backup is the most suitable method because it contains all data in a single backup set. This eliminates the need to combine multiple backup files during restoration.
Question
A payroll server has data on it that needs to be readily available and can be recovered quickly if something is accidentally removed. Which of the following backup methods should be used to provide the fastest data recovery in this situation?
Options
- AFull
- BDifferential
- CSynthetic
- DIncremental
How the community answered
(44 responses)- A95% (42)
- B2% (1)
- D2% (1)
Why each option
For the fastest data recovery, a full backup is the most suitable method because it contains all data in a single backup set. This eliminates the need to combine multiple backup files during restoration.
A full backup backs up all selected data every time it runs, meaning a complete copy of the data is available in a single backup file or set. This provides the fastest recovery time (RTO) because only one backup needs to be restored, without requiring previous full or incremental backups to reconstruct the data.
A differential backup backs up all changes since the last full backup, requiring the full backup and the latest differential backup to restore, which is slower than a full backup alone.
A synthetic full backup combines the last full backup with subsequent incremental backups on the backup server to create a new 'full' backup, but the initial recovery still involves combining multiple pieces, making it not inherently the fastest direct restore process for the end-user needing data back.
An incremental backup backs up only the changes since the last backup (full or incremental), meaning restoration requires the last full backup and all subsequent incremental backups, which is the slowest restoration method.
Concept tested: Backup methods and recovery speed
Source: https://learn.microsoft.com/en-us/windows/win32/msi/full-incremental-and-differential-backups
Topics
Community Discussion
No community discussion yet for this question.