SK0-004 · Question #200
In an effort to reduce recovery time during hardware failures, a server administrator needs to implement a backup method that will allow for complete OS and service/application recovery as long as…
The correct answer is B. Bare metal. Bare metal backup captures the entire system state - including the OS, drivers, applications, and data - enabling full recovery onto compatible hardware without reinstalling anything.
Question
In an effort to reduce recovery time during hardware failures, a server administrator needs to implement a backup method that will allow for complete OS and service/application recovery as long as compatible hardware is available. Which of the following backup types meets this requirement?
Options
- AIncremental
- BBare metal
- CSnapshot
- DFull
How the community answered
(56 responses)- A2% (1)
- B91% (51)
- C2% (1)
- D5% (3)
Why each option
Bare metal backup captures the entire system state - including the OS, drivers, applications, and data - enabling full recovery onto compatible hardware without reinstalling anything.
Incremental backup only captures data changed since the last backup, so it cannot independently restore an OS or applications without first applying a full backup and all subsequent incremental sets.
A bare metal backup records a complete image of the physical disk including the boot sector, OS files, installed services, and application data. During recovery, this image is written directly to new compatible hardware, restoring the system to its exact pre-failure state. No OS reinstallation or application configuration is required, making it the fastest path to full operational recovery after hardware failure.
Snapshots capture a point-in-time state of a volume or VM but are typically tied to the source storage platform and do not inherently provide bootable, hardware-independent recovery.
A full backup copies all selected files and data but does not capture OS boot records and system configuration in a way that allows direct restoration onto bare hardware without a separate OS installation.
Concept tested: Bare metal backup for complete OS and application recovery
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-backup
Topics
Community Discussion
No community discussion yet for this question.