Skip to main content

2V0-17.25 Real Exam Questions

VMware Cloud Foundation 9.0 Administrator

153 questions available · Page 1 of 16

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Which value statement best connects private-cloud capabilities to organizational outcomes?

  1. A

    Hardware consolidation is the only measurable outcome of a private cloud

  2. B

    Workload control requires giving up standardized delivery and operational agility

  3. C

    Self-service removes the need for policy consistency and placement decisions

  4. D

    Automation and standardization improve agility while governance preserves control

Show answer and explanation

Correct answer: D

Explanation

Automation makes service delivery faster and more repeatable, while standardization reduces variation in how resources are provided. Governance supplies the policies and placement controls that keep this agility within organizational boundaries. Together, these capabilities improve delivery without surrendering operational control.

Question 2 Single choice

An administrator needs to scale out the VMware Cloud Foundation (VCF) Automation node from a small to a medium form factor. The environment is currently deployed using the Simple VCF Automation Model.

Which action should the administrator take to achieve this?

  1. A

    Deploy a separate VCF Automation instance in the environment.

  2. B

    Redeploy the VCF Automation node as a single medium form factor using the VCF Operations Console.

  3. C

    Scale up the VCF Automation node to medium form factor using the VCF Operations Console.

  4. D

    Scale out the VCF Automation deployment to a High Availability model with medium form factor.

Show answer and explanation

Correct answer: D

Explanation

The requested operation is a scale-out from the Simple VCF Automation Model, not merely a resource increase for its existing single node. Scaling the deployment to a High Availability model adds the required deployment structure while using the medium form factor. A single-node resize would be a scale-up and would not satisfy the scale-out objective.

Question 3 Single choice

An administrator configures a new VMware NSX overlay segment for a new pool of virtual desktops to connect to with default segment policies. The virtual desktops will obtain an IPv4 address from a DHCP server connected to the same segment.

Which action must the administrator take to ensure IPv4 lease addresses can be successfully obtained from the DHCP server?

  1. A

    Clone the default segment security profile, configure the DHCP server block to No on the cloned profile and apply it to the segment.

  2. B

    Edit the default IP discovery profile, configure the DHCP server block to No and apply it to the segment.

  3. C

    Clone the default IP discovery profile, configure the DHCP server block to No on the cloned profile and apply it to the segment.

  4. D

    Edit the default segment security profile, configure the DHCP server block to No and apply it to the segment.

Show answer and explanation

Correct answer: A

Explanation

With default segment policies, the DHCP server block prevents the server on the segment from supplying leases. Clone the default segment security profile, configure DHCP server block to No on that cloned profile, and apply the profile to the segment. Cloning preserves the default profile while the segment-specific security setting permits DHCP lease traffic.

Question 4 Single choice

An administrator proposes retaining a virtual-machine snapshot indefinitely as an independent recovery copy.

Which response is correct?

  1. A

    Keep the snapshot because it is operationally equivalent to an independent backup

  2. B

    Use a backup workflow because a snapshot is a temporary state-management tool

  3. C

    Convert the snapshot into a cluster policy so it becomes independent of the VM

  4. D

    Power on the VM because running state makes a snapshot an independent backup

Show answer and explanation

Correct answer: B

Explanation

A virtual-machine snapshot is a temporary state-management tool tied to the VM and its storage chain, so it is not an independent recovery copy for indefinite retention. A backup workflow creates the distinct recovery mechanism required by the proposal. Keeping or powering on the snapshot does not change its dependency into backup independence.

Question 5 Single choice

What is the required update interval for VMware Cloud Foundation (VCF) licenses in connected mode to maintain the entitlement?

  1. A

    90 days

  2. B

    180 days

  3. C

    365 days

  4. D

    270 days

Show answer and explanation

Correct answer: B

Explanation

In connected mode, the VCF license entitlement must be updated at least once every 180 days. That interval is the required renewal cadence for maintaining entitlement; waiting longer would pass the permitted update period, while the shorter listed interval is not the stated requirement.

Question 6 Multiple choice

An administrator wants to expose applications running in a Tanzu Kubernetes cluster to the external network.

Which two objects are required? (Choose two.)

  1. A

    LoadBalancer Service

  2. B

    Ingress Controller

  3. C

    PersistentVolumeClaim

  4. D

    StatefulSet

  5. E

    Secret

Show answer and explanation

Correct answers: A, B

Explanation

A LoadBalancer Service provides an externally reachable service endpoint for the application. An Ingress Controller processes ingress rules and routes incoming requests to the appropriate services inside the Tanzu Kubernetes cluster. Together, these objects establish external entry and application-level routing; storage and workload-state objects do not expose traffic.

Question 7 Single choice

An administrator must configure network isolation between multiple namespaces within a single Supervisor Cluster.

Which feature should be used?

  1. A

    NSX Distributed Firewall rules

  2. B

    vSphere Role-Based Access Control

  3. C

    Supervisor Namespace Resource Limits

  4. D

    Pod Security Policies

Show answer and explanation

Correct answer: A

Explanation

NSX Distributed Firewall rules enforce traffic policy at the distributed network layer and can control communication between workloads in different namespaces. Rules can therefore establish the required network isolation within one Supervisor Cluster. Role-based access, resource limits, and pod security settings govern other boundaries rather than inter-namespace traffic.

Question 8 Single choice

A large corporation recently experienced a power outage at one of its primary data centers resulting in service disruption for customers in that region. An administrator is tasked to assess the current infrastructure and propose a plan to improve resiliency.

Current configuration:

  • Single-site vSAN Express Storage Architecture (ESA) cluster
  • 12 hosts
  • Cluster resource utilization (CPU, memory, and storage) is under 30%
Which solution would improve resiliency and minimize service disruption in data center outages with a recovery point objective of zero without requiring additional hosts?
  1. A

    Relocate six ESX hosts to another data center and configure a vSAN Stretched Cluster.

  2. B

    Deploy VMware Live Recovery to maintain an identical copy in a secondary site.

  3. C

    Convert existing production workload to a 2 failures - RAID-1 storage policy.

  4. D

    Configure the twelve ESX hosts into six fault domains.

Show answer and explanation

Correct answer: A

Explanation

Relocating six ESX hosts to another data center allows the existing 12-host estate to form a vSAN Stretched Cluster across two sites. The stretched design keeps data available at both locations and supports a zero recovery point objective during a site outage. Reusing six hosts at each site also avoids adding hosts.

Question 9 Single choice

Which tool can be used to backup and restore workloads on clusters provisioned by vSphere Supervisor?

  1. A

    Restic

  2. B

    Velero

  3. C

    Site Recovery Manager

  4. D

    VMware Live Recovery

Show answer and explanation

Correct answer: B

Explanation

Velero is the tool used to back up and restore workloads on Kubernetes clusters provisioned by vSphere Supervisor. It operates at the Kubernetes workload level, preserving the cluster resources needed for recovery and restoring them through the corresponding workflow. The other listed products serve different storage or infrastructure recovery roles.

Question 10 Multiple choice

An administrator is responsible for the management of a VMware Cloud Foundation (VCF) environment that consists of two VCF Automation tenants, Production and Development.

The administrator has been tasked with the following:

  • Configure a new Project within the Development tenant to support the creation of a new virtual machine-based application.
  • Ensure that, as the development team onboards new members, the ongoing management overhead of the project membership is minimized.
Which four of the following steps should the administrator take to meet the objective? (Choose four.)
  1. A

    Log in to the Development tenant as an Organization Administrator.

  2. B

    Assign at least one Namespace to the Project.

  3. C

    Assign both Project Administrators and Project Members to the Project using Active Directory Users.

  4. D

    Log in to the Development tenant as a Project Administrator.

  5. E

    Create a new Project.

  6. F

    Assign both Project Administrators and Project Members to the Project using Active Directory Groups.

  7. G

    Assign at least one Cloud Zone to the Project.

Show answer and explanation

Correct answers: A, E, F, G

Explanation

An Organization Administrator in the Development tenant has the authority to create the new Project. Assigning Project Administrator and Project Member roles through Active Directory groups minimizes recurring membership work because team changes can be handled through group membership. At least one Cloud Zone must be assigned so the Project has a placement destination for its virtual machine deployments.