CV0-003 · Question #867
A systems administrator is implementing a new version of a company's primary human-resources application. An upgrade will be performed on the production server, as there is no development environment.
The correct answer is B. A production snapshot. A production snapshot captures the exact state of a server at a specific point in time, enabling near-instant rollback if an upgrade fails.
Question
A systems administrator is implementing a new version of a company's primary human-resources application. An upgrade will be performed on the production server, as there is no development environment. The administrator needs to have a plan in case something goes wrong with the upgrade. Which of the following will work best to ensure a quick rollback in case an issue arises?
Options
- AAn application-level backup
- BA production snapshot
- CA full backup
- DA differential backup
How the community answered
(38 responses)- A3% (1)
- B95% (36)
- C3% (1)
Why each option
A production snapshot captures the exact state of a server at a specific point in time, enabling near-instant rollback if an upgrade fails.
An application-level backup only captures application-specific data or configuration files, not the full system state, so it cannot fully restore the server to its pre-upgrade condition.
A production snapshot creates an instantaneous, point-in-time copy of the entire server state - including OS, application binaries, configuration, and data - directly on the hypervisor or storage layer. Because the snapshot preserves the pre-upgrade state at the block level, reverting simply discards changes made since the snapshot was taken, making rollback very fast. This is the preferred method when no dedicated dev environment exists and speed of recovery is critical.
A full backup requires a complete restore operation, which is time-consuming and slower than reverting a snapshot, making it a poor choice when a quick rollback is needed.
A differential backup captures only changes since the last full backup and requires both the full backup and the differential to restore, making the process slower and more complex than a snapshot revert.
Concept tested: Production snapshots for rapid rollback recovery
Source: https://learn.microsoft.com/en-us/azure/virtual-machines/snapshot-copy-managed-disk
Topics
Community Discussion
No community discussion yet for this question.