10 free VMware 2V0-17.25 practice questions with the correct answer and a full explanation for each, taken from the CertStash pack of 100 questions. Work through them, then open each answer to check your reasoning.
Get all 100 questions (US$39) · Download these 10 as a PDF
Question 1
Which VMWare Cloud Foundation (VCF) Automation component provides a self-service catalog in the VM Apps tenant?
Show answer and explanation
Correct answer: A. VCF Service Broker
VCF Service Broker is the component that provides a self-service catalog in the VM Apps tenant, enabling users to request and consume services through a portal interface. Service Broker integrates with other VCF Automation components to deliver the self-service experience.
Why the other options are wrong
- B. VCF Config is used for infrastructure configuration management, not self-service catalog delivery.
- C. VCF Assembler is used for application-centric deployment and lifecycle management, not for tenant-level service catalogs.
- D. VCF Operations Orchestrator provides workflow automation and orchestration capabilities, not the self-service catalog interface itself.
Question 2
A security team informed an administrator that a VMware vCenter root password was compromised. As a precaution, the password was changed directly in vCenter.
What should an administrator do to regain management capability of this vCenter by VMWare Cloud Foundation (VCF) Operations?
Show answer and explanation
Correct answer: C. Enter the new root password using the Remediate password function in VCF Operations.
When a vCenter password is changed outside of VCF Operations management, the Remediate password function in VCF Operations is used to re-synchronize VCF's knowledge of the credential. This restores management capability by updating the stored password in VCF Operations to match the new value.
Why the other options are wrong
- A. Rotate password is used for scheduled password changes managed by VCF, not for remediation after external changes.
- B. Reset password is not the correct function for this scenario; remediate is the proper choice for out-of-band password changes.
- D. Update password is not a standard VCF Operations function for managing compromised credentials.
Question 3
An administrator is responsible for managing a VMware Cloud Foundation (VCF) Automation organization within a VCF instance. The administrator has been tasked with updating an VMware NSX VPC by editing the NSX Connectivity profile for an NSX Project. The current profile was generated automatically when the NSX VPC was created.
What is the impact of the administrator making this change to the NSX VPC?
Show answer and explanation
Correct answer: C. Only the selected NSX VPC will be updated with the new VPC connectivity profile.
The NSX VPC connectivity profile referenced here was generated automatically for that specific VPC at creation time, so it is bound to that single VPC. Editing it therefore changes the connectivity settings of only the selected NSX VPC. Other VPCs, whether in the same NSX Project or elsewhere in the VCF Automation organization, keep the profiles already associated with them and are untouched.
Why the other options are wrong
- A. A connectivity profile edit is never propagated organization wide across every NSX VPC in the VCF instance.
- B. The profile being edited belongs to the selected VPC, so VPCs that reference their own profiles are not re-configured by this change.
- D. Membership in the same NSX Project does not cause other VPCs to inherit the edit, since each VPC retains the profile bound to it.
Question 4
An administrator is tasked to obtain an overview of all VMware vSAN and non-vSAN datastores within a VMware Cloud Foundation (VCF) environment using VCF Operations.
Where can the administrator access the required information?
Show answer and explanation
Correct answer: D. Storage Overview
Storage Overview in VCF Operations provides a comprehensive view of all datastores in the environment, including both vSAN and non-vSAN storage. This is the dedicated interface for obtaining datastore inventory and status information.
Why the other options are wrong
- A. Data Protection & Recovery focuses on backup and disaster recovery operations, not storage inventory.
- B. VCF Health provides general health metrics and alerts about the VCF environment but is not the dedicated storage overview.
- C. Diagnostic Findings presents issues and diagnostics rather than a complete overview of available storage resources.
Question 5
An administrator has been tasked with deploying a new VMware Cloud Foundation (VCF) instance using a supported VCF Operations model that has the smallest possible resource footprint.
Which VCF Operations deployment model should the administrator use?
Show answer and explanation
Correct answer: C. Simple
The Simple deployment model is the VCF Operations deployment option with the smallest resource footprint. It is designed for minimal infrastructure requirements while maintaining core functionality, making it suitable for environments with constrained resources.
Why the other options are wrong
- A. Continuous Availability requires more resources due to its requirement for multiple instances and redundancy mechanisms.
- B. High Availability requires additional resources for maintaining failover capabilities and multiple nodes.
- D. Stretched Cluster is a more complex topology that requires even greater resource allocation for multi-site deployment.
Question 6
Which three statements are characteristics of a VMware Cloud Foundation (VCF) private cloud? (Choose three.)
Show answer and explanation
Correct answer: B, C, F
B. VCF offers automation of operations and the ability to optimize network services. C. VCF supports the provisioning of both VMs and containers. F. VCF offers the ability to configure full isolation of organizations in the private cloud. VCF private clouds support both VMs and containers for workload deployment (C), offer automation of operations and network service optimization (B), and provide the ability to configure full isolation of organizations to maintain security and separation of tenant environments (F). These are core capabilities that define VCF private cloud offerings.
Why the other options are wrong
- A. VCF private clouds support multiple compliance frameworks and can be customized beyond what a single CSP offers.
- D. VCF is storage-agnostic and supports multiple storage technologies beyond just vSAN.
- E. VCF offers automated scalability through orchestration, not manual scalability.
Question 7
An administrator is preparing to deploy a new VMware Cloud Foundation (VCF) fleet to an environment that does not have internet access.
Which two binaries must be uploaded to the VCF Installer appliance before initiating the deployment? (Choose two.)
Show answer and explanation
Correct answer: B, C
B. VCF Operations C. NSX For offline VCF deployments without internet access, the NSX (C) and VCF Operations (B) binaries must be pre-uploaded to the VCF Installer appliance. These are the primary component binaries that the installer requires to proceed with a complete VCF deployment.
Why the other options are wrong
- A. ESX binaries are typically obtained through existing infrastructure or alternate methods; they are not a primary upload requirement.
- D. Lifecycle Manager is managed through VCF Operations and does not require a separate binary upload.
- E. Identity Broker is configured post-deployment and does not require a pre-uploaded binary.
Question 8
An administrator is responsible for managing a VMware Cloud Foundation (VCF) fleet. The administrator has been tasked with creating a solution that allows Kubernetes development teams to complete the self-service creation of Active Directory (AD) accounts with the following requirements:
• Only users within the Development tenant should be able to create user accounts.
• Users must be able to create and destroy user accounts in the development AD only.
The administrator has already deployed a dedicated VCF Operations orchestrator for the Development tenant.
What four additional tasks must the administrator complete to meet the stated objective? (Choose four.)
Show answer and explanation
Correct answer: C, D, E, G
C. Configure the VCF Operations orchestrator integration to connect to the dedicated VCF Operations orchestrator. D. Publish the Active Directory User creation workflow to the self-service catalog in VCF Automation through the Content Hub. E. Create a Custom Resource object and select the appropriate VCF Operations orchestrator workflows for object creation and destruction. G. Configure the VCF Operations orchestrator Active Directory plugin to connect to the development Active Directory. To enable self-service AD account creation, the administrator must: configure the VCF Operations orchestrator integration to connect to the dedicated orchestrator (C), configure the Active Directory plugin to connect to the development AD (G), create a Custom Resource object with appropriate workflows for creation and destruction (E), and publish the AD User creation workflow to the self-service catalog through Content Hub (D). These four steps ensure proper orchestrator connectivity, plugin configuration, resource definition, and user-facing catalog availability.
Why the other options are wrong
- A. Configuring the embedded orchestrator integration is not needed when a dedicated orchestrator is already deployed.
- B. The plugin must connect to the development AD, not the production AD, per the stated requirements.
- F. Publishing actions rather than workflows is incorrect; the workflow itself must be published to the catalog.
Question 9
An administrator is deciding on a storage solution to create the first management workload domain for a new VMware Cloud Foundation (VCF) instance.
Which three storage solutions can the administrator use as principal storage? (Choose three.)
Show answer and explanation
Correct answer: B, C, D
B. VMFS on Fibre Channel (FC) C. NFSv3 D. vSAN OSA When deploying the first workload domain, the management domain, the installer accepts vSAN, NFS v3, or VMFS on Fibre Channel as principal storage. vSAN OSA, meaning the Original Storage Architecture, remains a valid vSAN choice alongside ESA, and both NFS v3 exports and FC-backed VMFS datastores can be supplied as external principal storage. Other array technologies can be attached later as supplemental storage once the management domain is running.
Why the other options are wrong
- A. NVMe/TCP cannot be selected as principal storage for the management domain and is only added afterwards as supplemental storage.
- E. Virtual Volumes require VASA provider registration after deployment, so vVols is available as principal storage for VI workload domains rather than for the initial management domain.
Question 10
An administrator is tasked with configuring a storage solution within a VMware Cloud Foundation (VCF) environment. The storage must be accessible to both client workstations and virtual machines.
Which VCF feature should an administrator configure to satisfy the requirement?
Show answer and explanation
Correct answer: D. vSAN File services
File Services is the VCF feature that enables shared file storage accessible to both client workstations and virtual machines. This NAS-like capability allows simultaneous access from multiple clients and VMs, satisfying the requirement for a storage solution that serves both user workstations and virtualized resources. Other vSAN options are designed primarily for VM storage, not client access.
Why the other options are wrong
- A. vSAN Storage Cluster is designed for VM storage and does not provide client workstation access.
- B. Local VMFS datastores are accessible only to VMs, not client workstations.
- C. vSAN Stretched Cluster provides high availability for VM storage across sites but does not enable client workstation access.
That was 10 of 100.
The full VMware 2V0-17.25 pack has all 100 questions, each with the answer, the explanation and why the other options are wrong, plus a questions-only copy for timed runs. US$39, paid once, with free monthly updates and a pass-or-your-money-back guarantee.
