CV0-003 · Question #141
A virtual machine snapshot is:
The correct answer is B. a revertible point in time of the virtual machine. A VM snapshot is a point-in-time record of a virtual machine's disk, memory, and settings state that can be reverted to if needed.
Question
A virtual machine snapshot is:
Options
- Aa backup copy of the virtual machine.
- Ba revertible point in time of the virtual machine.
- Can exact copy of the virtual machine.
- Dan image of the virtual machine.
How the community answered
(30 responses)- A3% (1)
- B90% (27)
- C3% (1)
- D3% (1)
Why each option
A VM snapshot is a point-in-time record of a virtual machine's disk, memory, and settings state that can be reverted to if needed.
A backup is a separate, restorable full copy of data designed for disaster recovery, whereas a snapshot is a dependent delta record that cannot function without the original VM files.
A snapshot stores only the delta changes from the moment it is taken and preserves memory state, VM settings, and disk state, allowing an administrator to roll back the VM to that exact moment; it is not an independent copy but a revertible checkpoint tied to the live VM.
An exact copy (clone) produces a fully independent duplicate VM with its own identity, while a snapshot maintains a dependency on the parent VM and only captures changed blocks.
An image is a standalone, deployable template used to provision new VMs, not a revertible state record linked to a currently running virtual machine.
Concept tested: Virtual machine snapshot vs backup vs clone
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-vm-administration/GUID-CA948C69-7F58-4519-AEB1-739545EA94E5.html
Topics
Community Discussion
No community discussion yet for this question.