66 real Hypervisor Concepts questions from the Virtualization bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.
1. What is Type 1 hypervisor?
Junior
A.A Type 1 hypervisor installed directly on physical hardware with no underlying OS, giving better performance and security (e.g. ESXi, Hyper-V, Xen)
B.a hypervisor running on a host OS (VMware Workstation, VirtualBox)
C.A hardware unit (Intel VT-d, AMD-Vi) that translates and isolates device DMA, enabling safe PCI passthrough and SR-IOV to VMs
D.a hypervisor running directly on bare metal (ESXi, Hyper-V, KVM, Xen)
A.Type 1 hypervisor — A pre-packaged VM image bundling an OS and application, often distributed as an OVA/OVF for quick deployment
B.Type 1 hypervisor — Whether a snapshot captures only crash-consistent disk state or an application-consistent state via guest quiescing and VSS/freeze hooks
C.Type 1 hypervisor — The operating system that runs inside a virtual machine, unaware it is virtualized except through paravirtual drivers
D.Type 1 hypervisor — a hypervisor running directly on bare metal (ESXi, Hyper-V, KVM, Xen)
A.Software installed in the guest (VMware Tools, qemu-guest-agent, Hyper-V Integration Services) providing paravirtual drivers, time sync, quiescing and graceful shutdown
B.a hypervisor running directly on bare metal (ESXi, Hyper-V, KVM, Xen)
C.Whether a snapshot captures only crash-consistent disk state or an application-consistent state via guest quiescing and VSS/freeze hooks
D.a hypervisor running on a host OS (VMware Workstation, VirtualBox)
A.Type 2 hypervisor — a hypervisor running on a host OS (VMware Workstation, VirtualBox)
B.Type 2 hypervisor — Emulation presents a virtual device the hypervisor implements in software, while passthrough hands a real PCI device to one VM via the IOMMU for native speed
C.Type 2 hypervisor — a hypervisor running directly on bare metal (ESXi, Hyper-V, KVM, Xen)
D.Type 2 hypervisor — The classic virtualization model where privileged guest instructions trap to the VMM which emulates them; fails for x86 sensitive-but-unprivileged instructions, motivating VT-x
A.Type 1 — the kernel module turns Linux itself into a bare-metal hypervisor
B.A technique where the guest OS is modified to make hypercalls to the hypervisor instead of issuing privileged instructions, improving efficiency (classic Xen PV)
C.A design where the hypervisor is kept minimal and drivers/management live in a privileged partition or service VM, reducing the trusted computing base (Xen dom0, Hyper-V root partition)
D.A hardware unit (Intel VT-d, AMD-Vi) that translates and isolates device DMA, enabling safe PCI passthrough and SR-IOV to VMs
A.KVM classification — A pre-packaged VM image bundling an OS and application, often distributed as an OVA/OVF for quick deployment
B.KVM classification — Type 1 — the kernel module turns Linux itself into a bare-metal hypervisor
C.KVM classification — A design where the hypervisor is kept minimal and drivers/management live in a privileged partition or service VM, reducing the trusted computing base (Xen dom0, Hyper-V root partition)
D.KVM classification — A file or block object presented to a VM as a physical disk, in formats such as VMDK, VHDX or qcow2
A.A Type 2 hypervisor that runs as an application on top of a conventional host operating system, relying on the host OS for hardware access (e.g. VirtualBox, VMware Workstation)
B.CPU extensions Intel VT-x / AMD-V that accelerate virtualization
C.a hypervisor running directly on bare metal (ESXi, Hyper-V, KVM, Xen)
D.a hypervisor running on a host OS (VMware Workstation, VirtualBox)
A.hardware-assisted virtualization — CPU extensions Intel VT-x / AMD-V that accelerate virtualization
B.hardware-assisted virtualization — A Type 1 hypervisor installed directly on physical hardware with no underlying OS, giving better performance and security (e.g. ESXi, Hyper-V, Xen)
C.hardware-assisted virtualization — The classic virtualization model where privileged guest instructions trap to the VMM which emulates them; fails for x86 sensitive-but-unprivileged instructions, motivating VT-x
D.hardware-assisted virtualization — allocating more vCPU/vRAM than physical, relying on non-simultaneous peak usage
A.A technique where the guest OS is modified to make hypercalls to the hypervisor instead of issuing privileged instructions, improving efficiency (classic Xen PV)
B.Hardware page-table virtualization (Intel EPT, AMD RVI/NPT) that maps guest physical to host physical memory without costly shadow page tables
C.allocating more vCPU/vRAM than physical, relying on non-simultaneous peak usage
D.Running a hypervisor inside a virtual machine, exposing virtualization CPU extensions to the guest so it can host its own VMs
A.overcommit — A design where the hypervisor is kept minimal and drivers/management live in a privileged partition or service VM, reducing the trusted computing base (Xen dom0, Hyper-V root partition)
B.overcommit — Another name for the hypervisor component that creates, runs and manages virtual machines by mediating access to physical hardware
C.overcommit — The operating system that runs inside a virtual machine, unaware it is virtualized except through paravirtual drivers
D.overcommit — allocating more vCPU/vRAM than physical, relying on non-simultaneous peak usage
A.A process where a confidential VM proves to a relying party, via hardware-signed measurements, that it runs unmodified on genuine SEV-SNP or TDX hardware
B.A Type 2 hypervisor that runs as an application on top of a conventional host operating system, relying on the host OS for hardware access (e.g. VirtualBox, VMware Workstation)
C.A technique where the guest OS is modified to make hypercalls to the hypervisor instead of issuing privileged instructions, improving efficiency (classic Xen PV)
D.a hypervisor running on a host OS (VMware Workstation, VirtualBox)
17. Which term means: "A Type 2 hypervisor that runs as an application on top of a conventional host operating system, relying on the host OS for hardware access (e.g. VirtualBox, VMware Workstation)"?
A.Hosted hypervisor — The classic virtualization model where privileged guest instructions trap to the VMM which emulates them; fails for x86 sensitive-but-unprivileged instructions, motivating VT-x
B.Hosted hypervisor — Type 1 — the kernel module turns Linux itself into a bare-metal hypervisor
C.Hosted hypervisor — A Type 2 hypervisor that runs as an application on top of a conventional host operating system, relying on the host OS for hardware access (e.g. VirtualBox, VMware Workstation)
D.Hosted hypervisor — CPU extensions (Intel VT-x, AMD-V) that let the hypervisor run guest code directly with a new privilege ring, removing the need for binary translation
A.CPU extensions Intel VT-x / AMD-V that accelerate virtualization
B.A Type 1 hypervisor installed directly on physical hardware with no underlying OS, giving better performance and security (e.g. ESXi, Hyper-V, Xen)
C.A Type 2 hypervisor that runs as an application on top of a conventional host operating system, relying on the host OS for hardware access (e.g. VirtualBox, VMware Workstation)
D.Emulation presents a virtual device the hypervisor implements in software, while passthrough hands a real PCI device to one VM via the IOMMU for native speed
20. Which term means: "A Type 1 hypervisor installed directly on physical hardware with no underlying OS, giving better performance and security (e.g. ESXi, Hyper-V, Xen)"?
A.Bare-metal hypervisor — A Type 1 hypervisor installed directly on physical hardware with no underlying OS, giving better performance and security (e.g. ESXi, Hyper-V, Xen)
B.Bare-metal hypervisor — Hardware page-table virtualization (Intel EPT, AMD RVI/NPT) that maps guest physical to host physical memory without costly shadow page tables
C.Bare-metal hypervisor — The classic virtualization model where privileged guest instructions trap to the VMM which emulates them; fails for x86 sensitive-but-unprivileged instructions, motivating VT-x
D.Bare-metal hypervisor — Another name for the hypervisor component that creates, runs and manages virtual machines by mediating access to physical hardware
A.Whether a snapshot captures only crash-consistent disk state or an application-consistent state via guest quiescing and VSS/freeze hooks
B.Another name for the hypervisor component that creates, runs and manages virtual machines by mediating access to physical hardware
C.A process where a confidential VM proves to a relying party, via hardware-signed measurements, that it runs unmodified on genuine SEV-SNP or TDX hardware
D.The operating system that runs inside a virtual machine, unaware it is virtualized except through paravirtual drivers
A.Guest OS — A design where the hypervisor is kept minimal and drivers/management live in a privileged partition or service VM, reducing the trusted computing base (Xen dom0, Hyper-V root partition)
B.Guest OS — A technique where the guest OS is modified to make hypercalls to the hypervisor instead of issuing privileged instructions, improving efficiency (classic Xen PV)
C.Guest OS — The operating system that runs inside a virtual machine, unaware it is virtualized except through paravirtual drivers
D.Guest OS — Whether a snapshot captures only crash-consistent disk state or an application-consistent state via guest quiescing and VSS/freeze hooks
A.Another name for the hypervisor component that creates, runs and manages virtual machines by mediating access to physical hardware
B.Whether a snapshot captures only crash-consistent disk state or an application-consistent state via guest quiescing and VSS/freeze hooks
C.A Type 2 hypervisor that runs as an application on top of a conventional host operating system, relying on the host OS for hardware access (e.g. VirtualBox, VMware Workstation)
D.Running a hypervisor inside a virtual machine, exposing virtualization CPU extensions to the guest so it can host its own VMs
26. Which term means: "Another name for the hypervisor component that creates, runs and manages virtual machines by mediating access to physical hardware"?
A.Virtual machine monitor (VMM) — A Type 2 hypervisor that runs as an application on top of a conventional host operating system, relying on the host OS for hardware access (e.g. VirtualBox, VMware Workstation)
B.Virtual machine monitor (VMM) — Another name for the hypervisor component that creates, runs and manages virtual machines by mediating access to physical hardware
C.Virtual machine monitor (VMM) — CPU extensions (Intel VT-x, AMD-V) that let the hypervisor run guest code directly with a new privilege ring, removing the need for binary translation
D.Virtual machine monitor (VMM) — A hardware unit (Intel VT-d, AMD-Vi) that translates and isolates device DMA, enabling safe PCI passthrough and SR-IOV to VMs
A.a hypervisor running directly on bare metal (ESXi, Hyper-V, KVM, Xen)
B.CPU extensions (Intel VT-x, AMD-V) that let the hypervisor run guest code directly with a new privilege ring, removing the need for binary translation
C.Emulation presents a virtual device the hypervisor implements in software, while passthrough hands a real PCI device to one VM via the IOMMU for native speed
D.Software installed in the guest (VMware Tools, qemu-guest-agent, Hyper-V Integration Services) providing paravirtual drivers, time sync, quiescing and graceful shutdown
29. Which term means: "CPU extensions (Intel VT-x, AMD-V) that let the hypervisor run guest code directly with a new privilege ring, removing the need for binary translation"?
A.Hardware-assisted virtualization — Whether a snapshot captures only crash-consistent disk state or an application-consistent state via guest quiescing and VSS/freeze hooks
B.Hardware-assisted virtualization — A Type 1 hypervisor installed directly on physical hardware with no underlying OS, giving better performance and security (e.g. ESXi, Hyper-V, Xen)
C.Hardware-assisted virtualization — CPU extensions (Intel VT-x, AMD-V) that let the hypervisor run guest code directly with a new privilege ring, removing the need for binary translation
D.Hardware-assisted virtualization — a hypervisor running on a host OS (VMware Workstation, VirtualBox)
Showing 30 of 66 Hypervisor Concepts questions — the full set, with answers, explanations and an AI tutor on every question, is inside.
Free to start
Answers, AI explanations, and a scored voice mock interview
Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take one full AI mock interview — scored like a real panel.