CertGrid
VMware Certification

VMware VCP-VVF: vSphere Foundation Administrator Practice Exam

Validates administering a VMware vSphere Foundation environment: ESXi and vCenter deployment, VM and resource management (DRS, HA, vMotion), standard and distributed switch networking, vSAN and datastore storage, and lifecycle, monitoring, and troubleshooting. The current successor to the retired VCP-DCV.

Practice 879 exam-style VMware VCP-VVF questions with full answer explanations, then take timed mock exams that score like the real thing.

879
Practice questions
60
On the real exam
600
Passing score
135 min
Exam length

Question bank reviewed Jul 2026.

What the VMware VCP-VVF exam covers

Free VMware VCP-VVF sample questions

A sample of 10 questions with answers and explanations. Sign up free to practice all 879.

  1. Question 1VMware vSphere Foundation architecture and licensing

    A host has two physical CPUs: CPU1 with 12 cores and CPU2 with 20 cores. Applying the 16-core-per-CPU minimum, what is the total number of core licenses required?

    • A40
    • B24
    • C36Correct
    • D32
    ✓ Correct answer: C

    The minimum is evaluated per CPU socket. CPU1 has only 12 physical cores, which is below the minimum, so it is licensed at the 16-core minimum. CPU2 has 20 physical cores, which exceeds the minimum, so it must be licensed for its actual 20 cores. The total is 16 plus 20, which equals 36 core licenses.

    Why the other options are wrong
    • A40 would result from rounding CPU2 up to the next multiple of 16, which is not how the model works.
    • B24 reflects only the physical core count of CPU1 twice and does not account for either CPU correctly.
    • D32 would result if both CPUs were licensed only at the 16-core minimum, ignoring that CPU2 has more than 16 actual cores.
  2. Question 2VMware vSphere Foundation architecture and licensing

    A mid-sized organization runs two vSphere clusters, wants software defined storage and a small pilot of containerized workloads, and has no requirement for network virtualization overlays or multi-cloud automation. Which bundle is the best fit?

    • AVMware vSphere Foundation (VVF)Correct
    • BvSphere Standard
    • CStandalone vSphere Enterprise Plus with an add-on vSAN license
    • DVMware Cloud Foundation (VCF)
    ✓ Correct answer: A

    VVF bundles the full vSphere Enterprise Plus feature tier, a vSAN capacity entitlement, Aria Operations, Aria Operations for Logs, and vSphere Kubernetes Service, which directly covers this organization's needs without paying for NSX or full SDDC lifecycle automation that VCF would add.

    Why the other options are wrong
    • BvSphere Standard lacks DRS, the Distributed Switch, and any vSAN or Kubernetes entitlement.
    • CThis approach could technically work but requires assembling multiple separate licenses instead of one bundle purpose-built for this need.
    • DVCF adds NSX and full-stack lifecycle automation that this organization does not require, increasing cost unnecessarily.
  3. Question 3vCenter Server and ESXi installation and configuration

    True or False: A file-based backup of the vCenter Server Appliance can be protected with a password that encrypts the backup data, configured when setting up the backup job.

    • ATrueCorrect
    • BFalse
    ✓ Correct answer: A

    When configuring either an on-demand or scheduled file-based backup in the VAMI, the administrator can optionally supply an encryption password. This password is then required during the restore process, and losing it means the backup cannot be restored.

    Why the other options are wrong
    • BThis is false; the VAMI backup workflow does support an optional encryption password for the backup data.
  4. Question 4vCenter Server and ESXi installation and configuration

    By default, after how many days does a vsphere.local user's password expire under the vCenter Single Sign-On password policy?

    • A30 days
    • B180 days
    • C60 days
    • D90 daysCorrect
    ✓ Correct answer: D

    The default vCenter Single Sign-On password policy sets a maximum password lifetime of 90 days for vsphere.local accounts. Administrators can adjust this value from the Password Policy screen in the vSphere Client. This policy applies only to local vsphere.local accounts, not to accounts sourced from an external identity source such as Active Directory.

    Why the other options are wrong
    • A30 days is shorter than the actual documented default.
    • B180 days is longer than the actual documented default.
    • C60 days is not the documented default lifetime.
  5. Question 5Virtual machine and resource management (DRS, HA, vMotion)

    In the vSphere Client, a VM is shown with a DRS score of 92%. What does this value represent?

    • AThe percentage of the VM's disk that is thin-provisioned
    • BThe percentage of time the VM has been powered on since deployment
    • CThe likelihood that HA will restart the VM after a failure
    • DHow efficiently the VM is receiving the resources it needs relative to what it would receive with unlimited resources, where higher is betterCorrect
    ✓ Correct answer: D

    A VM's DRS score is a percentage that indicates how close the VM is to receiving the resources it needs, essentially measuring execution efficiency compared to an unconstrained scenario. A higher score means the VM is happier, meaning less resource contention.

    Why the other options are wrong
    • AThin provisioning percentage is unrelated to the DRS score, which is a compute resource metric.
    • BUptime percentage is not what the DRS score measures.
    • CHA restart likelihood is unrelated to DRS scoring; DRS score concerns resource efficiency, not availability protection.
  6. Question 6Virtual machine and resource management (DRS, HA, vMotion)

    An administrator needs to present a LUN directly to a VM so that array-based clustering software can send native SCSI commands to the physical storage device, but does not need vSphere snapshot support on that disk. Which RDM compatibility mode should be selected?

    • APhysical compatibility modeCorrect
    • BVirtual compatibility mode
    • CThin provisioned mapping
    • DEager zeroed mapping
    ✓ Correct answer: A

    Physical compatibility mode passes SCSI commands almost directly through to the underlying physical LUN, which is required by some clustering or array management software, but it does not support vSphere snapshots.

    Why the other options are wrong
    • BVirtual compatibility mode virtualizes the mapped disk and supports snapshots rather than passing raw SCSI commands through.
    • CThin provisioned mapping is not an RDM compatibility mode.
    • DEager zeroed mapping is not an RDM compatibility mode; eager zeroing applies to VMDK provisioning, not RDM modes.
  7. Question 7Networking (standard and distributed switches, VMkernel)

    Since ESXi 5.5, what happens to the number of ports on a standard switch as more virtual machines and VMkernel adapters are connected to it?

    • AA second standard switch must be created once 128 ports are used
    • BThe host must be rebooted to add additional ports
    • CThe switch automatically expands its port allocation as needed (elastic port allocation)Correct
    • DThe administrator must manually increase the port count before adding more devices
    ✓ Correct answer: C

    Since ESXi 5.5, standard and distributed switch port groups use elastic port allocation, meaning the number of ports grows automatically as more devices connect, up to the configured maximum. Administrators no longer need to manually pre-size the port count.

    Why the other options are wrong
    • AA single standard switch is not limited to 128 ports; it can grow beyond that default automatically.
    • BNo reboot is required for port allocation to expand; it happens dynamically at runtime.
    • DManual pre-configuration of port counts is not required due to elastic port allocation introduced in ESXi 5.5.
  8. Question 8Storage (datastores, vSAN, storage policies)

    What is a Storage Container in a Virtual Volumes (VVols) environment?

    • AA snapshot of a virtual volume taken before a storage policy change
    • BA compressed archive of VM template files
    • CA logical pool of raw storage capacity on the array from which individual virtual volumes are allocatedCorrect
    • DA folder in the vCenter inventory used only for organizing virtual machines
    ✓ Correct answer: C

    A storage container groups raw physical storage capacity on the array and is presented to vCenter as a VVols datastore, from which individual virtual volumes are provisioned per VM.

    Why the other options are wrong
    • AA storage container is not a snapshot mechanism.
    • BA storage container is not a file archive format.
    • DvCenter inventory folders for organizing VMs are unrelated to array-side storage containers.
  9. Question 9Storage (datastores, vSAN, storage policies)Select all that apply

    Which of the following statements correctly describe components managed under the Native Multipathing Plugin (NMP) in ESXi? (Select two.)

    • AThe Storage Array Type Plugin (SATP) handles array-specific tasks such as detecting path state changes and performing failoverCorrect
    • BThe Path Selection Plugin (PSP) determines which physical path is used to send an I/O request to a deviceCorrect
    • CThe SATP determines which virtual machines are candidates for Storage DRS migration
    • DThe PSP is responsible for reclaiming dead space on thin-provisioned LUNs
    ✓ Correct answer: A, B

    The SATP understands the failover characteristics of a specific array model and reacts to path state changes accordingly, while the PSP applies a path selection policy such as Fixed, MRU, or Round Robin to route I/O. Neither component is involved in Storage DRS placement decisions or space reclamation.

    Why the other options are wrong
    • CStorage DRS migration decisions are unrelated to the SATP, which only manages array path behavior.
    • DSpace reclamation (UNMAP) is handled through VAAI primitives, not by the PSP.
  10. Question 10Monitoring, lifecycle management, and troubleshootingSelect all that apply

    An administrator suspects a host is experiencing CPU contention affecting several VMs. Which two esxtop CPU counters would best help confirm and quantify this? (Choose two.)

    • ADAVG for the affected VMs' virtual disks
    • BPercent used (%USED) and physical CPU utilization, to confirm physical cores are heavily loaded while %RDY is elevatedCorrect
    • CMBALLOON for the affected VMs
    • DPercent ready (%RDY) for the affected VMs' vCPUsCorrect
    ✓ Correct answer: B, D

    %RDY quantifies how often vCPUs wait for physical CPU time, and correlating it with high %USED and physical CPU utilization across the host confirms the physical CPUs are genuinely saturated and driving the contention rather than some other bottleneck.

    Why the other options are wrong
    • ADAVG is a storage device latency counter, unrelated to CPU contention.
    • CMBALLOON reflects memory reclamation, not CPU contention.

VMware VCP-VVF practice exam FAQ

How many questions are in the VMware VCP-VVF practice exam on CertGrid?

CertGrid has 879 practice questions for VMware VCP-VVF: vSphere Foundation Administrator, covering 6 exam domains. The real VMware VCP-VVF exam has about 60 questions.

What is the passing score for VMware VCP-VVF?

The VMware VCP-VVF exam passing score is 600, and you have about 135 minutes to complete it. CertGrid scores your practice attempts the same way so you know when you are ready.

Are these official VMware VCP-VVF exam questions?

No. CertGrid is an independent practice platform. Questions are written to mirror the style and concepts of VMware VCP-VVF: vSphere Foundation Administrator, with full explanations, but they are not official or copied vendor exam items. They are original practice questions designed to help you genuinely learn the material.

Can I practice VMware VCP-VVF for free?

Yes. You can start practicing VMware VCP-VVF: vSphere Foundation Administrator for free with daily practice and sample questions. Paid plans unlock full timed exams, complete explanations, and domain analytics.