Last Updated On : 4-Jun-2026
An administrator must deploy a new VMware Cloud Foundation (VCF) instance using a supported VCF Operations model with the smallest possible resource footprint. Which VCF Operations deployment model should be used?
A. Stretched Cluster
B. Continuous Availability
C. Simple
D. High Availability
Explanation:
The Simple deployment model (also known as a "Small" or "Single-Node" configuration) is designed specifically for small-scale environments, proof-of-concepts, or remote sites where minimizing hardware overhead is more critical than high availability.
Why Other Options Are Incorrect
A. Stretched Cluster:
This is a complex, high-resource model designed for disaster recovery across two geographically separate sites. It requires double the infrastructure and a witness node.
B. Continuous Availability (CA):
This is the most resource-intensive model. It requires nodes to be paired across fault domains and necessitates a "Witness Node." A minimum of four analytics nodes is typically required for CA.
D. High Availability (HA):
While common, the HA model requires at least two analytics nodes (a Primary and a Replica). This essentially doubles the resource footprint compared to the Simple model because all data must be mirrored.
Valid References
VMware Aria Operations (VCF Operations) Sizing Guide:Explicitly lists the "Simple/Small" profile as the entry-level footprint for operations management.
CF 9.0 Administration Guide: Under "Operations Management Deployment," it identifies the single-node Simple model as the baseline configuration for low-resource environments.
An administrator creates a custom alert in VCF Operations for a VM with a symptom definition: “Read Latency > 1 ms.” The alert should trigger immediately once the symptom condition occurs. What additional step is required to ensure the alert functions?
A. Enable the alert in an Active Policy.
B. Create a new Payload Template.
C. Create an instance of the REST Notification Plugin.
D. Create and enable a super metric for read latency in the Active Policy.
Explanation:
In VCF Operations, creating a Symptom Definition and an Alert Definition is only the first half of the process. For the alert to actually monitor objects and trigger, it must be "activated" within the operational framework.
Why Other Options Are Incorrect
B. Create a new Payload Template:
This is used to format the content of an outbound notification (like an email or Slack message). It does not affect whether the alert actually triggers within the VCF Operations UI.
C. Create an instance of the REST Notification Plugin:
This is an outbound "Action." It is necessary if you want to send the alert to an external system (like ServiceNow), but the alert itself will still "function" (trigger and show up in the dashboard) without it as long as it is in the Policy.
D. Create and enable a super metric:
Read Latency is a base metric already provided by the VMware Tools/VADP. A super metric is only needed if you are performing a mathematical calculation across multiple objects (e.g., Average Latency across all VMs in a cluster).
References
VMware Aria Operations User Guide: Refer to the section "Managing Policies" and "Enabling Alert Definitions." It explicitly states that new alert definitions are disabled by default and must be enabled in a policy to become active.
An administrator has been tasked with deploying a new VMware Cloud Foundation (VCF)
solution. The design states:
Single VCF Instance within a new VCF Fleet
Management domain and three workload domains
VCF Operations deployed in Continuous Availability Mode
Which three steps must be performed? (Choose three.)
A. Manually deploy a new VCF Operations Continuous Availability cluster into the new VCF instance.
B. In the VCF Installer Deployment Wizard, select the option to connect to an existing VCF Operations instance.
C. Convert the VCF Operations High Availability Mode Cluster within the new VCF fleet to Continuous Availability Mode.
D. Manually deploy a VCF Operations Witness node into the new VCF instance.
E. Use the VCF Installer Deployment Wizard to deploy the VCF fleet with VCF Operations in High Availability Mode.
F. Use a JSON Specification file to deploy the VCF Fleet without a VCF Operations instance.
Explanation:
1. JSON Specification without Operations (F):
The VCF Installer (Cloud Builder) has a fixed set of deployment profiles. It typically supports a standard deployment or a deployment with High Availability (HA) for its management components. To meet a specific, high-end requirement like Continuous Availability, the standard practice is to use a JSON/Excel Deployment Parameter Sheet that excludes the automated VCF Operations deployment. This prevents a conflict with a standard HA setup and allows for a customized manual build.
2. Manual Deployment of CA Cluster (A):
Continuous Availability is a specialized architecture that requires nodes to be separated into two distinct Fault Domains. Since the automated installer does not configure these advanced affinity rules and fault domain mappings during Day 0, the administrator must manually deploy the analytics nodes into the newly created Management Domain and configure the cluster for CA.
3. Deployment of the Witness Node (D):
A defining characteristic of Continuous Availability (unlike standard High Availability) is the requirement for a Witness Node. This node acts as a tie-breaker to prevent "split-brain" scenarios if communication between the two fault domains is lost. This node must be deployed manually as part of the CA cluster configuration.
Why Other Options Are Incorrect
B. Connect to an existing instance:
The prompt states this is a new VCF Fleet. There is no "existing" instance to connect to yet.
C. Convert HA to CA:
While technically possible in some standalone scenarios, in a VCF deployment context, it is cleaner and recommended to deploy the CA architecture natively rather than attempting a post-deployment conversion of an automated HA instance.
E. Deploy in High Availability Mode:
This directly contradicts the design requirement. HA is a 2-node local redundancy model, whereas CA is a multi-fault-domain model with a Witness node.
References
VMware Aria Operations (VCF Operations) Deployment Guide: Section on "Continuous Availability Requirements," which explicitly lists the Witness node and Fault Domain configuration.
What is the function of Velero?
A. Publish DNS records for applications to DNS servers.
B. Monitor cluster services.
C. Collect data and logs from different sources, unify them, and send them to multiple destinations.
D. Backup and restore Kubernetes clusters.
Explanation:
Velero (formerly Heptio Ark) is an open-source tool designed specifically for the data protection of Kubernetes clusters and their persistent volumes. In a VMware Cloud Foundation (VCF) environment, it is often utilized to protect containerized workloads running on VMware Kubernetes Service (VKS).
Why Other Options Are Incorrect
A. Publish DNS records:
This is typically the function of ExternalDNS or an Ingress Controller, which synchronizes Kubernetes services with DNS providers.
B. Monitor cluster services:
Monitoring and observability are handled by tools like Prometheus, Grafana, or VCF Operations. Velero does not provide real-time health monitoring.
C. Collect data and logs:
This describes a log aggregator or data collector, such as Fluentd, Logstash, or Fluent Bit, which unifies logs and sends them to destinations like Elasticsearch or Aria Operations for Logs.
References
VMware vSphere with Tanzu Services Guide: Identifies Velero as the community-standard tool for backing up and restoring vSphere Pods and TKG clusters.
Velero Documentation: Defines the project as a tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes.
As part of a new VMware Cloud Foundation (VCF) fleet, an administrator is tasked to deploy vSphere Supervisor utilizing VMware NSX networking. Which networking connectivity type should the administrator configure?
A. Avi Load Balancer Controller IPs
B. Data Network Subnet
C. Distributed Gateway
D. Centralized Gateway
Explanation
When you enable the vSphere Supervisor (formerly Workload Management) using VMware NSX as the networking provider, the architecture relies on specific logical networking constructs to facilitate communication between the management plane and the containerized workloads.
Why Other Options Are Incorrect
A. Avi Load Balancer Controller IPs:
While Avi (VMware NSX Advanced Load Balancer) is a valid load balancing solution for VCF, it is typically used as an alternative to NSX networking or as a specific component within a VDS-backed deployment. When using full NSX networking, the gateway itself is the primary requirement.
B. Data Network Subnet:
This refers to a range of IP addresses assigned to the workload traffic (the pods and services), but it is a subset of the configuration, not the "connectivity type" required to establish the Supervisor's communication path.
C. Distributed Gateway:
In NSX, a Distributed Router (DR) handles East-West traffic between virtual machines on the same logical switch. However, for the Supervisor to be reachable and to manage its external dependencies, the Centralized portion (SR - Service Router) of the gateway is what must be configured for the North-South connectivity.
References
VMware vSphere with Tanzu Concepts and Planning:Under the "NSX Networking for Supervisor" section, it details the requirement for a Tier-0 or Tier-1 gateway to provide centralized routing.
What is the required update interval for VMware Cloud Foundation (VCF) licenses in connected mode to maintain the entitlement?
A. 90 days
B. 180 days
C. 365 days
D. 270 days
Explanation:
In VMware Cloud Foundation (VCF), when utilizing a "Connected" or "SaaS-based" consumption model, the SDDC Manager must communicate with the VMware (Broadcom) cloud backend to validate and refresh license entitlements.
Why Other Options Are Incorrect
B, C, and D (180, 365, 270 days):
These intervals are too long. VMware's subscription-based licensing model requires more frequent validation to ensure that monthly or quarterly billing and entitlement data remain accurate. Using a full year (365 days) or even six months (180 days) would create too much of a lag between actual usage and license validation.
References
VMware Cloud Foundation 9.0 Licensing Guide: Under the "Subscription Licensing" section, it details the connectivity requirements for SDDC Manager to maintain an active license state.
VCF Planning and Preparation Guide: Outlines the firewall and proxy requirements for the 90-day license check-in to the VMware Cloud services.
An administrator is tasked with creating a two-node VMware vSAN cluster for a remote branch office. What two options can the administrator configure to provide the witness node? (Choose two.)
A. Physical ESX Host
B. vSAN Witness Appliance
C. VCF Operations appliance
D. VCF Installer
E. vCenter appliance
Explanation:
A two-node vSAN cluster is essentially a stretched cluster with only one node per data site. Because vSAN requires more than 50% of components to be available to maintain data access, a third "site" must host the Witness.
vSAN Witness Appliance (B):
This is the most common and recommended method. It is a pre-configured, lightweight virtual machine (a nested ESXi instance) provided by VMware. It is specifically designed to run as a witness, requiring minimal resources and a lower-tier license (or no license in some cases). It must be deployed on a host outside of the two-node vSAN cluster itself.
Physical ESX Host (A):
A standard physical server running ESXi can also serve as a witness. While this is less common due to the hardware cost, it is technically supported. The host must not be a member of the vSAN cluster it is witnessing; it acts as a standalone entity that provides the third "vote" in the cluster quorum.
Why Other Options Are Incorrect
C. VCF Operations appliance:
This is a management tool used for monitoring and analytics. It does not have the hypervisor capabilities or the specialized software stack required to participate in vSAN storage quorum.
D. VCF Installer:
Also known as Cloud Builder, this is a transient tool used only for the initial deployment of the VCF stack. It is not a persistent infrastructure component and cannot host vSAN metadata.
E. vCenter appliance:
While vCenter manages the vSAN cluster and configures the witness, it cannot be the witness. The witness must be an ESXi-based entity (physical or virtual appliance) that can participate in the vSAN data path.
References
VMware vSAN 2-Node Cluster Guide:States that a witness can be either a specialized virtual appliance or a physical ESXi host located at a third site.
An administrator must deploy a new VCF instance in a dark site (no Internet). How should binaries be downloaded before starting installation?
A. Use the VCF Download Tool.
B. Use Broadcom Downloads.
C. Use the VCF Installer.
D. Use SDDC Manager
Explanation:
The VCF Download Tool is a standalone CLI utility (often used as part of the VCF PowerVCF or Cloud Builder toolset) designed specifically for offline or air-gapped scenarios.
Why Other Options Are Incorrect
B. Use Broadcom Downloads:
While you can manually download individual ISOs from the Broadcom portal, this is not the recommended or supported way to gather VCF binaries. VCF requires specific, validated versions and metadata bundles that the portal does not package correctly for the automated installer.
C. Use the VCF Installer:
The VCF Installer (Cloud Builder) is the tool that consumes the binaries during deployment, but it does not have the native capability to reach out and "download" the entire software stack, especially in a dark site environment where it has no outbound connection.
D. Use SDDC Manager:
SDDC Manager is only available after the management domain is successfully deployed. While it handles "Day 2" updates, it cannot be used to download the "Day 0" binaries required to build the instance in the first place.
References
VMware Cloud Foundation 9.0 Deployment Guide: Details the "Disconnected Mode" deployment and the use of the VCF Download Tool for air-gapped environments.
| Page 5 out of 13 Pages |
| 3456 |
| 2V0-17.25 Practice Test Home |