Free Virtualization practice questions
10 free 220-1201 questions on Virtualization, each with a full explanation — no account needed. This section sits in the Virtualization & Cloud part of the exam. Answer every question to see your score, then read the lessons below for anything you missed.
You are a help desk technician asked to evaluate a suspicious PDF attachment that a user received via email. Your manager instructs you to open the file in a VM but minimize any risk of the file affecting the host or the local network. The PDF does not require internet access to review. Which configuration best meets this requirement?
When handling high-risk files that do not require internet access, the safest approach is to reduce connections between the guest, host, and LAN. Disabling shared folders and clipboard prevents easy data transfer between the VM and host. Host-only networking restricts communication to just the host and VM, preventing exposure to the wider network. Bridged networking, shared folders, drag-and-drop, and USB passthrough increase the attack surface and create pathways for malware to move beyond the VM boundary.
You support a department that relies on a legacy accounting application that only runs on Windows 7. The organization uses Windows 11 on all workstations and cannot replace the application yet. Security has expressed concern about exposure. Which solution best balances functionality and risk control?
When an application requires an older operating system, a full virtual machine running that OS is the appropriate solution. This preserves compatibility while isolating the legacy environment from the main workstation. Restricting network access reduces exposure to threats and limits the legacy system’s reach. Compatibility mode and application virtualization do not solve an OS-level requirement, and granting administrator rights increases security risk without addressing isolation.
You are testing a new printer driver in a Windows 10 VM to determine whether it causes boot instability. Your supervisor requires results that can be repeated by other technicians using the same starting conditions. What should you do first to ensure a defensible, repeatable test process?
A repeatable testing workflow depends on starting from a known baseline. Taking a clearly labeled snapshot before installing the driver captures the VM’s clean state so the test can be rolled back and repeated under identical conditions. This prevents hidden variables from influencing results and allows other technicians to reproduce the same steps and outcomes. Adjusting networking or resources may help functionality, but they do not establish a controlled baseline for repeatable testing.
You are troubleshooting inconsistent results while testing a patch inside a VM. Another technician reports different outcomes using what appears to be the same steps. You discover that your VM contains months of prior software installs and configuration changes. What is the most likely cause of the discrepancy?
A consistent baseline ensures that each test starts from the same documented OS version, patch level, and configuration state. When a VM accumulates months of changes, hidden variables such as leftover drivers, pending updates, or modified settings can alter results. Without a controlled baseline, technicians cannot reliably compare outcomes. Resource allocation and snapshots affect performance and rollback, but they do not explain differing functional results caused by environmental drift.
You are setting up a Windows 64-bit VM for a training lab. During creation, the hypervisor reports that hardware virtualization is not available, and the 64-bit guest option does not appear. The CPU model supports virtualization, but the system was recently reset. What is the most likely fix to meet the VM requirement for 64-bit guests?
A common cause of failed 64-bit guest installs is hardware virtualization being disabled in BIOS/UEFI even when the CPU supports it. Enabling Intel VT-x or AMD-V (often labeled Virtualization or AMD SVM) and then performing a full reboot allows the hypervisor to access the required CPU features. vCPU count, storage speed, and network mode affect performance and connectivity but do not enable 64-bit guest support.
You are running a VM on a 16 GB host laptop while keeping a browser and documentation open on the host. After allocating aggressive guest RAM, the host becomes sluggish and starts paging heavily to disk. The VM also becomes unstable during updates. Which change best addresses the VM requirement problem while keeping the host responsive?
VM memory allocation must leave enough RAM for the host OS and the hypervisor’s overhead. Over-allocating guest RAM can starve the host, forcing paging to disk and making both host and VM unstable. Reducing the guest allocation restores host headroom and improves overall stability. Network mode and USB pass-through do not solve host RAM starvation.
You are building a home lab VM on a host with limited free disk space. You want the VM’s virtual disk to consume only the space actually used by the guest OS at first, even though the disk is configured with a larger maximum size. Which virtual disk approach best fits this storage requirement?
Thin provisioning allows a virtual disk file to start smaller and grow as the guest writes data, which conserves host storage initially. Thick provisioning allocates the full size up front, consuming the maximum space immediately. Snapshots typically add additional change-tracking files that increase disk usage, and using an external drive does not prevent growth because the VM still writes data as it runs.
You are asked to analyze an untrusted installer in a VM but still need the VM to download tools and updates from the internet. Security also requires minimizing exposure to the local LAN. Which VM network mode best matches these constraints?
NAT places the VM behind the host’s IP, typically allowing outbound internet access while limiting inbound access from the LAN unless port forwarding is configured. This reduces exposure compared with bridged mode, which places the VM directly on the LAN. Host-only and internal modes are more restrictive and commonly block direct internet access without additional routing, which conflicts with the requirement to download tools and updates.
A technician kept multiple long-term snapshots of a VM used for frequent patch testing. Over time, the VM becomes noticeably slower and the host disk begins filling unexpectedly. The technician assumes snapshots are a safe replacement for backups. Which statement best describes the core problem with this setup?
Snapshots are intended for short-term rollback, not long-term protection. They create additional files that track changes after the snapshot point, which consumes disk space and increases storage I/O overhead as chains grow. This can slow the VM and fill the host drive. Snapshots also are not backups because they typically depend on the same underlying VM storage, so they do not provide long-term disaster recovery.
A school computer lab uses VDI so students can log in at any station and get a consistent desktop. This morning, multiple students report that after entering credentials they never reach a desktop assignment screen, and the issue affects different endpoints across the lab. Based on the VDI login flow, which component is the most likely point of failure?
After a user signs in, the system must assign a virtual desktop from a dedicated desktop or pooled desktop set. The component responsible for directing users to the correct desktop or pool is the VDI connection broker. When many users on different endpoints cannot reach the desktop assignment stage, it points to a shared central component rather than individual endpoint hardware or local updates.
Study this section
Every lesson that covers Virtualization on the 220-1201 exam.