An administrator wants to limit the amount of CPU resources a single VM can consume in a vSphere cluster. Which feature should be used?
CPU limit restricts the maximum CPU usage of a VM.
Why this answer
A CPU limit sets an upper bound on CPU usage, which is exactly what the administrator needs to limit a single VM's CPU consumption. Option D is correct. Option A (CPU affinity) binds vCPUs to specific physical cores, but does not limit usage.
Option B (CPU reservation) guarantees a minimum amount of CPU, not a limit. Option C (resource pools) can be used to set limits on a group of VMs, but for a single VM, a CPU limit is the direct feature.