CV0-003 · Question #304
A cloud administrator wants to apply patches in an isolated copy of the production virtual server to assess the impact. Which of the following activities would BEST achieve this objective?
The correct answer is B. Snapshot. A snapshot captures the VM's exact state at a point in time, allowing an administrator to launch an isolated copy to safely test patches before applying them to production.
Question
A cloud administrator wants to apply patches in an isolated copy of the production virtual server to assess the impact. Which of the following activities would BEST achieve this objective?
Options
- AClustering
- BSnapshot
- CImage backup
- DCloning
How the community answered
(28 responses)- A4% (1)
- B93% (26)
- D4% (1)
Why each option
A snapshot captures the VM's exact state at a point in time, allowing an administrator to launch an isolated copy to safely test patches before applying them to production.
Clustering links multiple servers for high availability or load balancing and does not create an isolated copy of a VM for patch testing.
A snapshot preserves the full disk state of the production VM as a point-in-time image from which an isolated instance can be deployed and patched independently. Because the snapshot-based copy is completely separate from the running production VM, any adverse patch effects are contained, and the production server remains unaffected throughout the assessment.
An image backup is designed for full-system disaster recovery restoration, not for spinning up a temporary isolated environment to evaluate patch impact.
Cloning creates a full persistent duplicate of a VM and is typically used for long-running parallel environments, making it heavier and less suited for temporary isolated patch validation than a snapshot.
Concept tested: VM snapshot for isolated patch testing
Source: https://learn.microsoft.com/en-us/azure/virtual-machines/snapshot-copy-managed-disk
Topics
Community Discussion
No community discussion yet for this question.