VCA vSphere Virtual Machine Management 2 — Questions and Answers
Question 1: What is the purpose of VM hardware version in vSphere?
- It identifies the physical server model running the VM
- It determines which features and virtual hardware a VM can use (Correct answer)
- It sets the maximum storage capacity for the VM
- It controls the VM's network bandwidth limit
Correct answer: It determines which features and virtual hardware a VM can use
The VM hardware version determines which virtual hardware features are available, with higher versions supporting newer features but requiring minimum ESXi host versions.
Question 2: What is a vSphere Distributed Resource Scheduler (DRS) cluster?
- A group of VMs that automatically restart on failure
- A group of ESXi hosts that automatically balance VM workloads (Correct answer)
- A storage pool that distributes data across multiple datastores
- A network configuration that load balances VM traffic
Correct answer: A group of ESXi hosts that automatically balance VM workloads
DRS automatically distributes and balances VM workloads across a cluster of ESXi hosts using vMotion to maintain optimal resource utilization.
Question 3: Which vSphere feature allows scheduling automated VM power operations?
- vSphere vApp
- Scheduled Tasks in vCenter (Correct answer)
- DRS Automation
- VM Startup/Shutdown policies
Correct answer: Scheduled Tasks in vCenter
Scheduled Tasks in vCenter allows administrators to automate recurring operations like powering on/off VMs, taking snapshots, or running scripts at specified times.
Question 4: What does 'hot add' capability mean for a virtual machine?
- The ability to migrate a VM without powering it off
- Adding vCPUs or memory to a running VM without powering it off (Correct answer)
- Attaching a new datastore to an ESXi host while VMs are running
- Connecting a physical USB device to a running VM
Correct answer: Adding vCPUs or memory to a running VM without powering it off
Hot add allows vCPUs and memory to be added to a powered-on VM without a reboot, provided the guest OS and VM hardware support the feature.
Question 5: What is a vSphere vApp used for?
- Deploying single-VM workloads with enhanced performance
- Grouping related VMs into a logical unit with shared settings and startup order (Correct answer)
- Providing persistent storage for stateful applications
- Managing licensing for VMware software products
Correct answer: Grouping related VMs into a logical unit with shared settings and startup order
A vApp groups multiple VMs into a logical application unit, allowing shared IP pool management, startup/shutdown ordering, and deployment as a single entity.
Question 6: What is the purpose of VM affinity rules in a DRS cluster?
- Restricting which datastores a VM can use
- Controlling whether specific VMs should run on the same or different hosts (Correct answer)
- Setting CPU and memory reservation for a group of VMs
- Automating snapshot schedules for a set of VMs
Correct answer: Controlling whether specific VMs should run on the same or different hosts
VM affinity rules define whether certain VMs should be kept together on the same host (affinity) or separated on different hosts (anti-affinity) by DRS.
What is the purpose of VM hardware version in vSphere?