mediumMultiple ChoiceObjective-mapped
220-1201 Practice Question: A company uses a Type 1 hypervisor for production…
A company uses a Type 1 hypervisor for production servers. A technician needs to migrate a running VM from one host to another without any downtime. Which feature should be used?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Perform a live migration using the hypervisor's built-in feature
Live migration (vMotion in VMware) moves a running VM between hosts with zero downtime. This is a key feature of enterprise hypervisors for maintenance and load balancing.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Snapshot the VM and restore on the new host
Why it's wrong here
Snapshots capture a point-in-time state of a virtual machine, including its memory, disk, and configuration files. While useful for backups or testing, restoring a snapshot, especially to a new host, necessitates powering off the original VM, transferring potentially large data files, and then powering on the restored VM. This entire process inherently introduces significant service interruption and downtime, making it unsuitable for a production environment requiring continuous operation.
- ✗
Use virtual machine cloning
Why it's wrong here
Virtual machine cloning creates an exact, independent copy of a VM's virtual disks and configuration, essentially duplicating the entire machine. This method is primarily used for creating templates or deploying multiple identical VMs. However, to prevent conflicts such as duplicate IP addresses, MAC addresses, or Security Identifiers (SIDs) on the network, the original VM typically must be powered off or undergo a system preparation (sysprep) process before the clone can be brought online. This directly results in downtime for the original production service.
- ✓
Perform a live migration using the hypervisor's built-in feature
Why this is correct
Live migration is a sophisticated feature built into type 1 hypervisors that allows a running virtual machine to be moved from one physical host to another without any interruption to the services it provides. The process involves iteratively copying the VM's active memory and CPU state to the destination host while the VM continues to execute on the source, with a final cutover taking only milliseconds. This ensures zero downtime and continuous availability, making it the ideal solution for relocating production VMs.
- ✗
Export the VM as an OVF and import on the new host
Why it's wrong here
Exporting a virtual machine to an Open Virtualization Format (OVF) or Open Virtual Appliance (OVA) package creates a standardized, portable file set containing the VM's virtual disks and configuration. This is highly beneficial for archiving, sharing, or deploying VMs across different hypervisor platforms. However, the fundamental requirement for an export operation is that the source VM must be powered off. Consequently, the VM remains offline until it is successfully imported and powered on at the new destination host, leading to unavoidable service downtime.
Go deeper
Related to this question
About these practice questions
One of 972 original 220-1201 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 220-1201 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 220-1201 exam.