Last Updated On : 25-May-2026
An administrator is tasked with developing an automated, repeatable process to:
Connect to the corporate Active Directory and create a Windows computer object in a defined Organizational Unit.
Connect to the target vCenter and create a Windows VM from a template.
Power on the VM and join it to the corporate domain.
Which VMware vSphere Foundation (VVF) component is best suited for this task?
A. vSphere Supervisor
B. VCF Operations
C. VCF CLI
D. VCF Operations Orchestrator
Explanation:
The scenario describes a complex automation task that spans multiple disparate systems: Active Directory (an external third-party service) and vCenter (the infrastructure layer). To perform these actions in a single, repeatable "workflow," a tool with extensible plug-ins and multi-platform support is required.
Why Other Options are Incorrect
Option A (vSphere Supervisor):
While the Supervisor (part of the vSphere Kubernetes Service) can deploy VMs via the VM Service, its primary focus is on declarative, Kubernetes-style resource management. It is not designed to natively reach out to an external Active Directory to create computer objects as part of its standard VM lifecycle.
Option B (VCF Operations):
This component (formerly vRealize Operations) is an observability and analytics tool. While VCF 9.0 has expanded its management capabilities, it is used for monitoring health, performance, and capacity rather than executing multi-step infrastructure provisioning workflows.
Option C (VCF CLI):
The Command Line Interface is a tool for interacting with the environment but does not provide the stateful workflow engine or the library of third-party plug-ins needed to automate a complex process like AD object creation alongside VM provisioning.
Reference
Broadcom TechDocs: Managing VMware Cloud Foundation Operations Orchestrator – VCF Orchestrator Overview.
VMware vSphere 9.0 Documentation: vSphere Automation and Orchestration Guide
An administrator is tasked to install a new VMware ESX host to an existing cluster. When the installation is completed, the host is not able to be reached from the vCenter.
When testing the host's management network, the default gateway, primary DNS, and secondary DNS are all unreachable, and the host name cannot be resolved. The VLAN for the management network is set correctly and the adapters are all connected.
What is the first step in troubleshooting this connectivity issue?
A. Verify the correct TCP/IP information is configured.
B. Verify the DVS configuration in vCenter.
C. Reinstall ESX on the host.
D. Disconnect and reconnect the physical network cable.
Explanation:
✅ Why Option A is Correct
The host cannot reach its default gateway, DNS servers, nor resolve its own hostname—all symptoms of a Layer 3 configuration issue. Before investigating physical cabling or vCenter integration, the administrator must verify the ESXi host's basic TCP/IP settings (IP address, subnet mask, default gateway, DNS) via the Direct Console User Interface (DCUI). An incorrect IP, wrong subnet, or invalid gateway would cause exactly these unreachable symptoms even with correct VLAN and physical connectivity. This is the standard first troubleshooting step per VMware best practices.
❌ Why Other Options Are Incorrect
B. Verify the DVS configuration in vCenter
– The host cannot be reached by vCenter at all, making DVS verification impossible. TCP/IP must be functional before vCenter can manage the host.
C. Reinstall ESX on the host
– Reinstallation is an extreme, time-consuming action. TCP/IP misconfiguration can be corrected in minutes via DCUI without reinstalling.
D. Disconnect and reconnect the physical network cable
– The adapters show as "connected," VLAN is set correctly, and there is no indication of link-flapping. A physical cable issue would typically cause complete loss of link, not selective unreachability of gateway and DNS while showing link up.
📚 References
VMware KB 1004048: "Troubleshooting ESXi host connectivity issues" – First step: Verify IP, subnet, gateway in DCUI
VMware TechDocs: "Verifying ESXi Host Network Configuration" – Basic TCP/IP validation before vCenter integration
A virtual machine (VM) owner has requested to move a VM from one cluster to another.
The following information has been provided:
The VM cannot have downtime during the transfer.
The same network is present on both clusters.
The datastore that the VM is currently on is not present in the destination cluster.
What step should the administrator perform to move the VM?
A. Perform a vMotion of the VM to the new cluster.
B. Backup the VM and restore it to the new cluster.
C. Perform a vMotion with Storage vMotion to the new cluster.
D. Inform the owner the VM cannot be moved to the new cluster.
Explanation:
✅ Why Option C is Correct
The requirements create two simultaneous needs:
No downtime → Requires an active vMotion (live migration)
Datastore not present in destination cluster → Requires Storage vMotion (live storage migration)
A combined vMotion + Storage vMotion operation moves both the VM's compute (CPU/memory state) and its virtual disks to the destination cluster in a single, zero‑downtime operation. The administrator initiates this by selecting the VM → Migrate → Change both compute resource and storage → Select the target cluster and a datastore within that cluster.
Because the same network is present on both clusters, network connectivity for the VM is preserved post‑migration.
❌ Why Other Options Are Incorrect
A. Perform a vMotion only to the new cluster
– vMotion alone moves compute resources (host/cluster) but leaves storage in place. The datastore is not accessible from the destination cluster, so the VM would have no access to its virtual disks after migration.
B. Backup and restore to the new cluster
– This would require downtime for the backup window and restore process, violating the “no downtime” requirement.
D. Inform the owner the VM cannot be moved
– Incorrect. VMware supports cross‑cluster live migration with combined vMotion + Storage vMotion when networks are compatible, as stated in the requirement.
📚 References
VMware TechDocs: “Migrate Virtual Machines with vMotion” – Combined compute and storage migration
VMware KB 1003113: “Requirements for vMotion and Storage vMotion” – Cross‑cluster compatibility
An administrator enables the VMware Cloud Foundation (VCF) Operations orchestrator Plug-in for VMware vSphere Web Client service on a VCF Operations orchestrator appliance.
How many vSphere instances can be integrated in the vSphere Client through the VCF Operations orchestrator plug-in?
A. 8
B. 15
C. 1
D. 10
Explanation:
When enabling the VCF Operations Orchestrator Plug-in (formerly known as the vRealize Orchestrator/Aria Automation Orchestrator plug-in) for the vSphere Web Client, a strict 1:1 relationship exists for the integration. A single instance of the Orchestrator appliance can only be integrated with one vCenter Server (or one vSphere Client instance) at a time using this specific plug-in mechanism.
While a VCF Operations Orchestrator appliance can manage and execute workflows against multiple vCenter instances by adding them as "vCenter endpoints" within the Orchestrator inventory, the vSphere Client Plug-in itself—which allows users to run workflows directly from the vSphere UI—only supports a single vSphere instance registration per Orchestrator server.
Why Other Options are Incorrect:
Options A, B, and D: These numbers (8, 10, 15) do not align with the architectural limitations of the Orchestrator plug-in for vSphere. These are often confused with maximums for other VCF components, such as the number of vCenter instances supported by a single SDDC Manager in specific early versions, or maximums for Linked Mode, but they do not apply to the Orchestrator UI integration.
Reference
VMware vSphere 9.0 Documentation: vSphere Automation and Orchestration Guide – "Registering Orchestrator as a vCenter Server Extension."
Broadcom TechDocs: VCF Operations Orchestrator Installation and Configuration Guide – "Configuring the vSphere Web Client Plug-in."
An administrator is tasked to create a new storage policy for an eight-node VMware vSAN
Original Storage Architecture (OSA) cluster.
The following specifications have been provided:
Tolerate up to two host failures.
Ensure maximum usable capacity.
Which storage policy settings must the administrator configure?
A. 1 failure - RAID-1
B. 2 failures - RAID-5
C. 3 failures - RAID-1
D. 1 failure - RAID-5
Explanation:
✅ Why Option B is Correct
The requirement states tolerate up to two host failures (FTT=2) while maximizing usable capacity. When tolerating two failures, vSAN provides two options: RAID-1 (mirroring) and RAID-6 (erasure coding). RAID-6 is significantly more space-efficient, consuming approximately 1.5x raw capacity versus RAID-1's 3x overhead. For an 8-node cluster, RAID-6 is fully supported as OSA clusters with 6+ fault domains can use erasure coding.
❌ Why Other Options Are Incorrect
A. 1 failure - RAID-1– This only tolerates a single host failure, failing the "two host failures" requirement.
C. 3 failures - RAID-1 – This tolerates three failures but requires 7+ hosts while offering poor efficiency (25% usable capacity). It does not maximize capacity.
D. 1 failure - RAID-5 – Tolerates only one failure, not two. RAID-5 requires 4+ hosts for OSA but cannot meet FTT=2.
📚 References
VMware TechDocs: "Planning Capacity in vSAN" – FTT capacity ratios
VMware TechDocs: "Using RAID 5 or RAID 6 Erasure Coding" – FTT=2 supports RAID-6 with 1.5x overhead
An administrator needs to ensure that only specific users can manage the virtual machines (VM) in a specific VMware vCenter folder.
Which three steps are required to accomplish this? (Choose three.)
A. Assign the new role to the appropriate users/groups.
B. Create a new role in vCenter with VM management permissions.
C. Apply the role to the specific vCenter folder.
D. Add the identity source to vCenter.
E. Create a datastore cluster.
Explanation:
To restrict VM management permissions to specific users for a specific vCenter folder, the administrator must follow the standard vCenter role-based access control (RBAC) workflow:
B. Create a new role in vCenter with VM management permissions.
First, define a custom role containing only the necessary VM management privileges (e.g., Power On/Off, Configure, Snapshot management). This ensures users have exactly the permissions required and nothing more.
C. Apply the role to the specific vCenter folder.
Assign the role to the target folder object in the vCenter inventory. This ties the permissions to the correct scope.
A. Assign the new role to the appropriate users/groups.
Finally, grant the role to the specific users or groups who require VM management access on that folder. Permission propagation can be enabled to affect all VMs within the folder.
These three steps follow the standard vCenter permission model: Role + Object + User/Group.
❌ Why Options D and E Are Incorrect
D. Add the identity source to vCenter.
The question assumes users already exist in an identity source (e.g., Active Directory). Adding an identity source is a prerequisite for authentication but is not one of the three steps required to assign folder-specific VM management permissions.
E. Create a datastore cluster.
Datastore clusters are used for storage DRS and resource management. This has no relevance to assigning VM management permissions at the folder level.
📚 References
VMware TechDocs: "vCenter Server Permissions" – Role, Group, Object model
VMware TechDocs: "Create a Custom Role" – Defining privileges for VM management
Which VMware Cloud Foundation (VCF) Operations capability enables monitoring and optimization of a VMware vSphere Foundation (VVF) environment?
A. Intelligent Alerts
B. Capacity Analytics
C. Log Insight Integration
D. Infrastructure Visibility
Explanation:
✅ Why Option B is Correct
VCF Operations Capacity Analytics provides both monitoring (tracking usage trends) and optimization (rightsizing and reclamation). It collects data on CPU, memory, and storage to predict future demand and identify over-provisioned VMs . The system offers four integrated optimization functions: overview, reclaim, workload balancing, and what-if predictive scenarios . For VVF environments specifically, Capacity Analytics enables "predictive cost control and capacity analytics for continuous performance optimization" .
❌ Why Other Options Are Incorrect
A. Intelligent Alerts
– Alerts notify administrators of issues but do not perform proactive optimization. Alerting is reactive, whereas the question requires both monitoring and optimization .
C. Log Insight Integration
– VCF Operations for Logs focuses on centralized log collection, syslog analysis, and troubleshooting . Logs help diagnose problems after they occur but do not optimize capacity or performance .
D. Infrastructure Visibility
– This is an outcome, not a named VCF Operations capability. Official VMware documentation lists "Continuous Performance Optimization" and "Efficient Capacity and Cost Management" as actual capabilities .
📚 References
VMware Product Page: "VMware Cloud Foundation Operations Capabilities"
Broadcom TechDocs: "How Capacity Optimization Works in VCF Operations"
Broadcom TechDocs: "Infrastructure Operations"
An administrator is tasked with enabling a Supervisor in a VMware vSphere Foundation (VVF) environment using vSphere networking and the Foundation Load Balancer. The vSAN-backed cluster has been configured with a vSphere Distributed Switch.
Which two actions must the administrator perform when enabling a Supervisor using vSphere networking? (Choose two.)
A. Select a vSphere namespace template to define initial namespace limits.
B. Provide a static IP address range for the Supervisor control plane VMs.
C. Configure a Tier-0 Gateway with BGP or static routing.
D. Enable the VM Service before deploying the Supervisor.
E. Assign a vSphere Distributed Switch and a corresponding port group.
Explanation:
✅ Why Options B and E Are Correct
When enabling a Supervisor with vSphere networking and the Foundation Load Balancer, mandatory networking prerequisites must be in place. The Supervisor control plane VMs (which run the Kubernetes management components) require a static IP address range for allocation—DHCP is not an option here, requiring an IP range specification during the enablement process .
The Foundation Load Balancer itself also requires a dedicated network port group on a vSphere Distributed Switch (VDS) for placing its Virtual IPs (VIPs) . The distributed switch provides the necessary multi-host connectivity and advanced networking features (like VLAN trunking) that the Load Balancer's service engines need, making it a mandatory requirement for this topology .
❌ Why Other Options Are Incorrect
A. Select a vSphere namespace template to define initial namespace limits
This is an optional post-deployment configuration task for resource governance, not a requirement for enabling the Supervisor .
C. Configure a Tier-0 Gateway with BGP or static routing
A Tier-0 Gateway is a component of NSX networking. The question specifies using vSphere networking and Foundation Load Balancer, not NSX. This action applies only to NSX-based deployments .
D. Enable the VM Service before deploying the Supervisor
VM Service is a Kubernetes-native feature for VM management that runs on top of an existing Supervisor; it cannot be enabled before the Supervisor exists .
📚 References
Broadcom TechDocs: "Requirements for Deploying vSphere Supervisor with Foundation Load Balancer"
Broadcom TechDocs: "Create a vSphere Distributed Switch for a Supervisor with VDS Networking"
| Page 2 out of 8 Pages |
| 123 |
| 2V0-16.25 Practice Test Home |