nerdexam
CompTIA

SK0-004 · Question #827

An engineer is running a server as a hypervisor for 15?0 VMs. Which of the following components are the MOST essential for this server to maintain this parameter? (Choose two.)

The correct answer is B. CPU cores C. Memory capacity. Running 150 VMs on a single hypervisor requires resources that are directly consumed by each active VM. CPU cores and memory capacity are the two primary constraints that determine how many VMs can run simultaneously.

Server hardware installation and management

Question

An engineer is running a server as a hypervisor for 15?0 VMs. Which of the following components are the MOST essential for this server to maintain this parameter? (Choose two.)

Options

  • ALocal hard drives
  • BCPU cores
  • CMemory capacity
  • DMultiple NICs
  • EMultiple PCI slots

How the community answered

(41 responses)
  • A
    5% (2)
  • B
    90% (37)
  • D
    2% (1)
  • E
    2% (1)

Why each option

Running 150 VMs on a single hypervisor requires resources that are directly consumed by each active VM. CPU cores and memory capacity are the two primary constraints that determine how many VMs can run simultaneously.

ALocal hard drives

Local hard drives are useful but VMs can use networked storage such as SAN or NAS, making local drives a convenience rather than a fundamental constraint on running 150 VMs.

BCPU coresCorrect

Each VM requires virtual CPUs that map to physical cores - without sufficient cores, all VMs compete for CPU time causing severe contention and inability to schedule workloads at scale. At 150 VMs, physical core count is a hard ceiling on concurrent VM execution.

CMemory capacityCorrect

Each VM requires a dedicated RAM allocation that must be physically present in the host - with 150 VMs, total memory demand is the sum of every VM's allocation. Insufficient memory forces the hypervisor into memory ballooning or swapping, which severely degrades all VM performance.

DMultiple NICs

Multiple NICs improve bandwidth and redundancy but are not the primary bottleneck for VM density - a single NIC can serve many VMs through virtual switching.

EMultiple PCI slots

PCI slots allow physical expansion cards but are not consumed per-VM, so they do not directly limit how many VMs can be hosted.

Concept tested: Hypervisor resource requirements for high VM density

Topics

#hypervisor#virtualization#CPU cores#memory capacity

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice