A cloud administrator receives an alert that a virtual machine (VM) is unresponsive. The VM is hosted on a hypervisor that shows high CPU ready time. Which of the following is the most likely cause?
Trap 1: Insufficient memory allocated to the VM
Incorrect; memory issues cause swapping, not CPU ready time.
Trap 2: Network latency between the VM and storage
Incorrect; network latency affects I/O, not CPU ready.
Trap 3: Disk I/O contention from other VMs
Incorrect; disk I/O contention causes high disk latency, not CPU ready time.
- A
Insufficient memory allocated to the VM
Why wrong: Incorrect; memory issues cause swapping, not CPU ready time.
- B
Network latency between the VM and storage
Why wrong: Incorrect; network latency affects I/O, not CPU ready.
- C
Disk I/O contention from other VMs
Why wrong: Incorrect; disk I/O contention causes high disk latency, not CPU ready time.
- D
Over-provisioning of vCPUs on the hypervisor
Correct; over-provisioned vCPUs cause contention and high ready time.