CV0-002 · Question #449
Joe, a developer, has a virtualization environment consisting of four hosts. Joe needs to configure the environment to be able to place new VMs automatically to the recommended host with more resource
The correct answer is B. Workload scheduling. To automatically place new virtual machines on recommended hosts with more resources in a virtualization environment, workload scheduling must be enabled.
Question
Joe, a developer, has a virtualization environment consisting of four hosts. Joe needs to configure the environment to be able to place new VMs automatically to the recommended host with more resources. Which of the following must be enabled on the environment to achieve this?
Options
- ADynamic power control
- BWorkload scheduling
- CHigh Availability
- DLoad balancing
How the community answered
(34 responses)- A3% (1)
- B88% (30)
- C6% (2)
- D3% (1)
Why each option
To automatically place new virtual machines on recommended hosts with more resources in a virtualization environment, workload scheduling must be enabled.
Dynamic power control manages host power states to save energy, not to place VMs based on resource availability.
Workload scheduling, often implemented as a Dynamic Optimization or similar feature in virtualization platforms, automatically analyzes host resource utilization (CPU, memory, storage) and recommends or performs VM placement or migration to optimize resource distribution. This ensures new VMs are placed on the most suitable hosts, leading to efficient resource utilization and preventing resource contention.
High Availability (HA) ensures VMs are restarted on other hosts in case of a host failure, it does not automatically place new VMs.
Load balancing typically distributes network traffic among multiple servers, not places new VMs across virtualization hosts.
Concept tested: Virtualization workload scheduling and resource optimization
Source: https://learn.microsoft.com/en-us/azure/azure-vmware/concepts-resource-management
Topics
Community Discussion
No community discussion yet for this question.