SK0-004 · Question #349
An administrator is creating a comprehensive backup system to backup a single web server. Which of the following is the BEST way to provide full restore?
The correct answer is A. Take an image backup nightly while the server is online. An image (full) backup taken nightly provides the most complete single restore point by capturing the entire server state including OS, applications, and data.
Question
An administrator is creating a comprehensive backup system to backup a single web server. Which of the following is the BEST way to provide full restore?
Options
- ATake an image backup nightly while the server is online.
- BTake an incremental backup while the server is offline.
- CTake a monthly snapshot backup while the server is online.
- DTake a differential backup while the server is online.
How the community answered
(39 responses)- A85% (33)
- B10% (4)
- C3% (1)
- D3% (1)
Why each option
An image (full) backup taken nightly provides the most complete single restore point by capturing the entire server state including OS, applications, and data.
An image backup captures a complete sector-by-sector copy of the server, allowing a bare-metal restore to exactly the state at backup time. Taking it nightly minimizes data loss to at most one day, and performing it while the server is online (using VSS or similar snapshot technology) avoids service interruption while still ensuring data consistency.
An incremental backup only captures data changed since the last backup, so a full restore requires the last full backup plus every incremental in sequence, making recovery slower and more complex.
Monthly snapshots leave up to 30 days of potential data loss, which is far too infrequent for a comprehensive backup strategy on a production web server.
A differential backup captures all changes since the last full backup, but the question does not describe a full backup also being taken, and differential alone cannot provide a complete bare-metal restore.
Concept tested: Backup types and full restore strategy
Source: https://learn.microsoft.com/en-us/azure/backup/backup-architecture
Topics
Community Discussion
No community discussion yet for this question.