CV0-003 · Question #782
An engineer is investigating potential performance issues in a hypervisor platform. When comparing the allocated versus actual resources, the engineer notices the platform is oversubscribed. Which of
The correct answer is B. Oversubscription. Oversubscription is the direct cause of performance issues when a hypervisor platform has allocated more virtual resources than are physically available, leading to contention when VMs simultaneously demand those resources.
Question
An engineer is investigating potential performance issues in a hypervisor platform. When comparing the allocated versus actual resources, the engineer notices the platform is oversubscribed. Which of the following is MOST likely the immediate cause of the performance issues?
Options
- ADynamic allocation
- BOversubscription
- CBallooning
- DTransparent page sharing
How the community answered
(38 responses)- A5% (2)
- B76% (29)
- C16% (6)
- D3% (1)
Why each option
Oversubscription is the direct cause of performance issues when a hypervisor platform has allocated more virtual resources than are physically available, leading to contention when VMs simultaneously demand those resources.
Dynamic allocation is a resource management feature that adjusts VM resource assignments based on demand; it is a technique that can help manage oversubscription, not a cause of performance issues.
Oversubscription occurs when the total virtual resources (CPU, memory, storage I/O) allocated to all VMs exceed the physical capacity of the host. When actual workload demand pushes those VMs to use their allocations concurrently, the hypervisor cannot satisfy all requests, causing queuing, throttling, and measurable performance degradation.
Ballooning is a hypervisor memory-reclamation technique that inflates a balloon driver inside a VM to recover pages when the host is under memory pressure; it is a consequence of oversubscription, not the root cause.
Transparent page sharing deduplicates identical memory pages across VMs to improve effective memory capacity, which is a beneficial optimization rather than a cause of performance problems.
Concept tested: Hypervisor resource oversubscription and performance contention
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-resource-management/GUID-98BD5A8A-260A-494F-BAAE-74781F5C4B72.html
Topics
Community Discussion
No community discussion yet for this question.