VMware Certified Professional Data Center Virtualization VCP-DCV (VCP-DCV) — Questions 175

511 questions total · 7pages · All types, answers revealed

Page 1 of 7

Page 2
1
MCQhard

Refer to the exhibit. An administrator runs vmkfstools -Ph on a VSAN datastore. The output shows VMFS version 3.61 and a capacity of 2.0 TB. Which statement is true about this datastore?

A.The datastore is a VMFS datastore that has been upgraded to version 3.61.
B.The datastore is a Virtual Volumes datastore, which uses VMFS 3.61.
C.The datastore is an NFS datastore mounted as VMFS 3.61.
D.The datastore is a vSAN datastore, and the VMFS version shown is for compatibility with VMFS tools.
AnswerD

vSAN datastores appear as VMFS 3.61 to allow tools like vmkfstools to read them.

Why this answer

The exhibit shows a VSAN datastore displayed as VMFS version 3.61. vSAN datastores are presented as VMFS version 3.61 to maintain compatibility with VMFS tools. The actual vSAN object store is not formatted with VMFS, but vmkfstools reports this version for compatibility.

2
MCQeasy

An administrator needs to expand a VMFS5 datastore that is currently 2 TB in size. The underlying LUN is 5 TB. What is the maximum size the datastore can be expanded to without involving additional LUNs?

A.64 TB
B.5 TB
C.4 TB
D.2 TB
AnswerB

Correct: The datastore can use the entire 5 TB LUN.

Why this answer

VMFS5 supports datastores up to 64 TB, but the LUN size limits the datastore. The LUN is 5 TB, so the datastore can be expanded to 5 TB (the full LUN size). Option B is incorrect because 2 TB is the current size.

Option C is incorrect because 64 TB is the max theoretical size but limited by LUN. Option D is incorrect because 4 TB is not the LUN size.

3
MCQhard

Refer to the exhibit. An administrator attempts to apply this cluster image to an ESXi 8.0.1 cluster, but the image validation fails. What is the most likely cause?

A.The 'nmlx5-core' component version is incompatible with the selected ESXi base image.
B.The vendor addon 'VXLAN/5.6.0' is not compatible with ESXi 8.0.1.
C.The firmware section is empty.
D.The 'Intel-i40en' component is missing a critical bug fix.
AnswerB

VXLAN 5.6.0 is designed for ESXi 7.x and is not supported on ESXi 8.0.1.

Why this answer

Option B is correct because the vendor addon 'VXLAN/5.6.0' is explicitly listed as incompatible with the ESXi 8.0.1 base image. In vSphere Lifecycle Management, a cluster image consists of an ESXi base image, optional vendor addons, and firmware/driver components. If a vendor addon version is not certified or supported for the selected base image version, image validation will fail.

The error indicates that the VXLAN addon version 5.6.0 does not meet compatibility requirements for ESXi 8.0.1.

Exam trap

The trap here is that candidates often assume validation failures are caused by missing firmware or driver bugs, but vLCM strictly enforces vendor addon compatibility with the base image, and an empty firmware section is permissible.

How to eliminate wrong answers

Option A is wrong because the 'nmlx5-core' component version is not inherently incompatible with the ESXi 8.0.1 base image; the error message specifically points to the vendor addon, not a core driver. Option C is wrong because an empty firmware section does not cause image validation failure; firmware is optional and can be added later via a hardware support manager (HSM) or left empty without blocking validation. Option D is wrong because the 'Intel-i40en' component missing a critical bug fix would not cause a validation failure; missing bug fixes are typically flagged as warnings or non-critical issues, not hard validation errors.

4
MCQmedium

An administrator runs vmkfstools on a VMFS datastore and receives the output shown. The datastore is backed by a single LUN from a SAN array. What is the most likely explanation for the multiple extents shown?

A.The LUN was presented to the host with multiple paths, and each path is treated as a separate extent.
B.The datastore was expanded by adding an extent from the same LUN.
C.The datastore is a VMFS6 datastore with three logical volumes aggregated into one namespace.
D.The virtual machine has a large VMDK file that spans multiple extents due to VMFS6 sub-block allocation.
AnswerB

When expanding a VMFS datastore, the system can add extents from the same LUN, leading to multiple extents as shown.

Why this answer

When a VMFS datastore is expanded using the same LUN, vmkfstools can show multiple extents because the additional space is added as a separate extent on the same physical LUN. This is a common practice to grow a datastore without reprovisioning a new LUN, and the output reflects the original and expanded extents both pointing to the same LUN identifier.

Exam trap

The trap here is that candidates confuse multipathing (multiple paths to a LUN) with multiple extents, or assume that VMFS6's sub-block allocation creates extents for VMDK files, when in fact extents are a datastore-level construct, not a virtual disk feature.

How to eliminate wrong answers

Option A is wrong because multiple paths to the same LUN are managed by the host's multipathing plugin (e.g., NMP or SATP) and do not create separate extents; vmkfstools would show a single extent with multiple paths. Option C is wrong because VMFS6 does not aggregate multiple logical volumes into one namespace; it uses a single volume with sub-blocks and block sizes, and extents are not logical volumes. Option D is wrong because a large VMDK file spanning extents is a characteristic of VMFS2/3's extent-based file system, not VMFS6, and vmkfstools output showing multiple extents refers to the datastore's extents, not the virtual disk's allocation.

5
MCQeasy

An administrator wants to limit the amount of CPU resources a single VM can consume in a vSphere cluster. Which feature should be used?

A.CPU affinity
B.CPU reservation
C.Resource pools
D.CPU limit
AnswerD

CPU limit restricts the maximum CPU usage of a VM.

Why this answer

A CPU limit sets an upper bound on CPU usage. Option C is correct. Option A (resource pools) can limit at a group level but not per VM easily.

Option B (affinity) binds vCPUs to cores. Option D (reservation) guarantees minimum resources.

6
MCQmedium

An administrator wants to use vLCM to manage firmware for a cluster of Dell PowerEdge servers. What is required?

A.Manual download of firmware ISOs
B.Dell OpenManage Enterprise
C.vSphere Update Manager baseline
D.vCenter Server with vLCM and hardware support manager (HSM)
AnswerD

The HSM communicates with Dell's firmware catalog and is required to apply firmware updates via vLCM.

Why this answer

Option A is correct because firmware management via vLCM requires an up-to-date vCenter Server with vLCM enabled and a hardware support manager (HSM) for Dell, such as Dell OpenManage Enterprise integration.

7
Multi-Selecthard

An administrator is configuring a distributed switch with LACP. Which two statements are true regarding LACP support on vSphere distributed switches? (Choose two.)

Select 2 answers
A.LACP supports both active and passive modes.
B.LACP automatically distributes traffic based on IP hash.
C.LACP can be configured on standard vSwitches.
D.LACP requires a Link Aggregation Group (LAG) to be created on the distributed switch.
E.LACP is only supported for virtual machine traffic, not for management or vMotion.
AnswersA, D

DVS supports both LACP modes.

Why this answer

Options B and C are correct. LACP requires a LAG to be created on the DVS (B) and supports both active and passive modes (C). Option A is false (standard vSwitches do not support LACP).

Option D is false (LACP can be used for all traffic types). Option E is false (load balancing is determined by the LAG policy, not automatically IP hash).

8
MCQeasy

What is the maximum number of paths that vSphere supports for a single storage device?

A.8
B.256
C.32
D.4
AnswerC

vSphere supports up to 32 paths per device.

Why this answer

vSphere supports up to 32 paths per storage device. 4 paths is common for some arrays, 8 is typical but not the maximum, and 256 is too high.

9
MCQmedium

An administrator is using vLCM to manage a cluster with a single image. The cluster contains four ESXi hosts. After updating the image to a new ESXi version, the administrator attempts to remediate the cluster but only three hosts are successfully remediated. The fourth host remains in a 'Non-Compliant' state with the message: 'Host does not have sufficient memory to perform remediation.' What should the administrator do to resolve this issue?

A.Use the 'Force Remediate' option in vLCM to bypass the check.
B.Place the host into maintenance mode to evacuate VMs before remediation.
C.Increase the physical memory of the host.
D.Reboot the host to free up memory.
AnswerB

Maintenance mode ensures no VMs are running, freeing memory for remediation.

Why this answer

Option B is correct because vLCM requires the host to be in maintenance mode before remediation to free up memory resources for the update process. The error 'Host does not have sufficient memory to perform remediation' indicates that running VMs are consuming memory that is needed for the remediation operation. Placing the host into maintenance mode evacuates all VMs, releasing memory and allowing the remediation to proceed.

Exam trap

The trap here is that candidates may think the error is about insufficient physical memory and choose to increase memory or reboot, when the real issue is that the host is not in maintenance mode and running VMs are consuming the memory needed for remediation.

How to eliminate wrong answers

Option A is wrong because 'Force Remediate' does not bypass memory checks; it is used to override compliance warnings or errors related to hardware compatibility or driver issues, not memory constraints. Option C is wrong because increasing physical memory is unnecessary and does not address the immediate issue of memory being consumed by running VMs; the host likely has sufficient physical memory but it is occupied by workloads. Option D is wrong because rebooting the host will not free up memory if VMs are still running; it would only temporarily clear memory but VMs would restart and consume memory again, and the host must be in maintenance mode for vLCM remediation anyway.

10
Multi-Selectmedium

Which TWO features are available only in the vSphere Enterprise Plus edition?

Select 2 answers
A.vSphere Fault Tolerance
B.Storage vMotion
C.vSphere HA
D.vSphere vMotion
E.vSphere DRS
AnswersA, E

Correct: FT requires Enterprise Plus.

Why this answer

vSphere DRS and vSphere Fault Tolerance are exclusive to Enterprise Plus.

11
MCQhard

An administrator attempts to expand a VMFS datastore by increasing the LUN size, but the expand option is grayed out. What could be the reason?

A.The datastore is using block size 2 MB
B.The LUN is shared with another datastore
C.The host is not rescanned
D.The datastore is on a RDM
AnswerB

A LUN can only be used by one datastore; sharing prevents expansion.

Why this answer

If the LUN is shared with another datastore, it cannot be expanded because a LUN can belong to only one datastore. Block size does not affect expansion; RDMs are not used for VMFS; rescan is unrelated to the grayed-out option.

12
MCQeasy

A company uses vSphere 7 with Distributed Resource Scheduler (DRS). They want to ensure that VMs are migrated to hosts with more available resources during peak load. Which default DRS setting controls the aggressiveness of initial placement and migration?

A.Migration threshold
B.VM monitoring sensitivity
C.EVC mode
D.HA admission control
AnswerA

The migration threshold controls DRS aggressiveness.

Why this answer

The DRS migration threshold (1-5) determines how aggressively DRS will recommend and apply migrations. Option A is correct. Options B, C, D are unrelated to DRS migration aggressiveness.

13
MCQeasy

An administrator wants to ensure that no user can view or modify VMs in a particular folder except the folder owner. What is the proper method to achieve this?

A.Use the No Access permission on the folder for all other users.
B.Assign the folder owner with Administrator role on the folder.
C.Create a global role that denies access to all VMs except the folder owner.
D.On the folder, assign permissions to the folder owner with the desired role and ensure propagation is set to 'All children'.
AnswerD

This applies the role to VMs within the folder.

Why this answer

Option C is correct by setting a permission for the folder and propagating it to child objects. Option A is incorrect because propagation can be controlled. Option B is incorrect because global roles affect all objects.

Option D is incorrect because inheritance can be blocked using No Access permissions.

14
Multi-Selectmedium

Which TWO statements accurately describe vSphere Lifecycle Manager (vLCM) image-based management features?

Select 2 answers
A.An image includes ESXi version, firmware/driver version, and additional components.
B.Only vendor-specific images from OEMs are supported.
C.A single vLCM image can be applied to a maximum of 10 hosts in a cluster.
D.Offline bundles can be imported to create a custom image for the cluster.
E.Multiple images can be assigned to different hosts within the same cluster.
AnswersA, D

Image defines all components for a consistent cluster state.

Why this answer

Options B and E are correct. Image-based management uses a single image for the cluster, and you can import offline bundles for custom ISOs. Option A is incorrect as images are not limited to 10 hosts.

Option C is incorrect because only one image per cluster. Option D is incorrect because you can use custom images, not only vendor-specific.

15
MCQhard

A vSphere administrator is tasked with scaling a cluster to support a new workload that requires high network throughput. The existing hosts have 10GbE NICs and are using the default vmnic driver. Which technology can improve network performance without additional hardware?

A.Enable SR-IOV on the physical NICs.
B.Enable NetQueue and increase the number of RX queues.
C.Increase the number of vCPUs for each VM.
D.Use vSphere vMotion to balance load.
AnswerB

NetQueue distributes packet processing across multiple CPUs, improving network performance.

Why this answer

NetQueue is a VMware technology that distributes network packet processing across multiple CPU cores by increasing the number of receive (RX) queues on the physical NIC. This reduces CPU bottlenecks and improves throughput for high-bandwidth workloads without requiring additional hardware. The default vmnic driver in vSphere supports NetQueue, making it a software-only performance enhancement.

Exam trap

The trap here is that candidates often confuse SR-IOV as a software-only feature, but it requires hardware support and dedicated NIC configuration, whereas NetQueue is a native vSphere optimization that works with standard drivers and no extra hardware.

How to eliminate wrong answers

Option A is wrong because SR-IOV requires hardware support and configuration on the physical NIC to create virtual functions, and it is not a software-only improvement; it also bypasses the vSphere network stack, which can complicate management. Option C is wrong because increasing vCPUs for each VM does not directly improve network throughput; it addresses CPU-bound workloads, not network I/O bottlenecks. Option D is wrong because vSphere vMotion is used for live migration of VMs to balance compute load, not to improve network performance on existing hosts; it does not enhance throughput or reduce latency.

16
MCQmedium

An organization uses a VDS with 4 hosts. They want to use Network I/O Control (NIOC) to prioritize vMotion traffic over management traffic. After configuring NIOC, the administrator notices that vMotion performance is not improved. What could be the cause?

A.The vMotion VMkernel adapter is not assigned to the correct network resource pool
B.The physical uplinks are oversubscribed
C.The vMotion traffic is not marked with the appropriate CoS tag
D.NIOC is not enabled on the VDS
AnswerA

Without assigning the adapter to the vMotion resource pool, NIOC cannot prioritize vMotion traffic.

Why this answer

Option B is correct because NIOC requires that each traffic type be assigned to a network resource pool; if the vMotion VMkernel adapter is not assigned to the vMotion resource pool, NIOC does not apply. Option A (NIOC not enabled) would prevent any NIOC functionality, but the administrator configured NIOC, so it is likely enabled. Option C (oversubscribed uplinks) could affect performance but does not explain why NIOC prioritization is ineffective.

Option D (CoS marking) is unrelated to NIOC shares.

17
MCQhard

A VMware vSphere cluster uses vSphere Fault Tolerance (FT) for a critical virtual machine with 4 vCPUs. The administrator notices increased latency and CPU ready time on the primary VM. What is the most likely cause?

A.The network between the primary and secondary VM uses jumbo frames.
B.The virtual disks are thinly provisioned, causing I/O latency.
C.The VM has more than 2 vCPUs, increasing the overhead of deterministic replay.
D.The FT logging traffic is sent over multicast, causing packet loss.
AnswerC

Multi-vCPU FT VMs have significant performance overhead due to the need to synchronize all vCPUs.

Why this answer

Option C is correct because vSphere FT for multi-vCPU VMs uses a deterministic record/replay mechanism that can introduce significant overhead, especially with 4 vCPUs. Option A is incorrect because jumbo frames are not a main cause of FT overhead. Option B is incorrect because FT does not use multicast.

Option D is incorrect because thin provisioning does not directly affect CPU performance.

18
MCQhard

An administrator is deploying a latency-sensitive application in a vSphere environment. The application requires consistent low-latency network access. Which configuration would be the best practice to minimize network latency for this VM?

A.Use a dedicated physical NIC for the VM using direct path I/O (passthrough).
B.Disable TCP segmentation offload on the VM.
C.Use a distributed virtual switch with Load-Based Teaming.
D.Enable the VM's network adapter to use e1000 emulation.
AnswerA

PCI passthrough eliminates virtualization overhead, reducing latency.

Why this answer

Direct path I/O (PCI passthrough) allows the VM to access the physical NIC directly, bypassing the hypervisor network stack and reducing latency. Option C is correct. Option A (LBT) is for load balancing, not latency.

Option B (disabling TSO) increases CPU overhead. Option D (e1000) is slower than VMXNET3.

19
MCQmedium

Based on the exhibit, what is the compliance status of Host1?

A.Compliant
B.Both hosts are non-compliant.
C.Non-compliant
D.Compliance cannot be determined.
AnswerC

Host1 has an older base version.

Why this answer

Option C is correct because Host1 is running a different version than the cluster image (5.5 vs 6.0), so it is non-compliant. Option A is wrong because Host1 is not compliant. Option B is wrong because both hosts are not compliant.

Option D is wrong because Host2 is compliant.

20
MCQmedium

A company has a vLCM-managed cluster with hosts that have different hardware models (heterogeneous). The administrator needs to manage updates for all hosts. What is the correct approach?

A.Use vSphere baselines to manage each host individually.
B.Create a cluster image that includes all necessary drivers for both hardware models.
C.Use a single image and manually add missing drivers after remediation.
D.Create multiple host images, each tailored to a specific hardware model.
AnswerD

vLCM allows multiple host images in a cluster for heterogeneous environments.

Why this answer

Option D is correct because vLCM supports heterogeneous clusters by creating multiple host images, one per host hardware configuration. Option A is wrong because a single cluster image is for homogeneous clusters. Option B is wrong because baselines are legacy.

Option C is wrong because vLCM supports heterogeneous clusters.

21
Drag & Dropmedium

Place the steps to create a resource pool in a cluster.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order

Why this order

Initiate creation, name it, set resources, optional expandable, confirm.

22
MCQhard

An administrator is troubleshooting SSH connectivity to an ESXi host from a management workstation at 10.10.10.2. The SSH session is established, but the administrator cannot ping the host's IP 10.10.10.1. Based on the exhibit, what is the most likely cause?

A.The default gateway is not set correctly.
B.ICMP traffic is blocked by the ESXi firewall.
C.The SSH service is not running on the host.
D.The management workstation is on a different VLAN.
AnswerB

ESXi firewall blocks ping by default.

Why this answer

The administrator can establish an SSH session, which proves that the ESXi host's SSH service is running and that TCP port 22 is reachable from the management workstation. However, the inability to ping the host's IP address (10.10.10.1) indicates that ICMP echo requests are being blocked. By default, the ESXi firewall blocks ICMP traffic, so the most likely cause is that ICMP is filtered by the host firewall.

Exam trap

The trap here is that candidates assume SSH connectivity implies full network reachability, but the ESXi firewall selectively permits services, so a successful SSH session does not guarantee that ICMP or other protocols are allowed.

How to eliminate wrong answers

Option A is wrong because the default gateway is not required for ping to succeed within the same subnet; the workstation (10.10.10.2) and the host (10.10.10.1) are on the same network segment, so no gateway is involved. Option C is wrong because the SSH session is established, which directly proves the SSH service is running and listening on TCP port 22. Option D is wrong because if the workstation were on a different VLAN, the SSH session would not be able to establish at all, as layer-3 routing would be required and the host's IP would be unreachable.

23
MCQhard

A vSphere environment uses VMCA for certificate management. An administrator needs to replace the certificate for vCenter Server with a custom CA-signed certificate. The custom CA root certificate must be trusted by all ESXi hosts. Which method should the administrator use to distribute the custom CA root certificate to ESXi hosts?

A.Restart the rhttpproxy service on each ESXi host with a new configuration
B.Import the root CA certificate into vCenter Server and it will automatically push to hosts
C.Manually upload the root CA certificate to each ESXi host via SCP
D.Create a host profile containing the custom CA root certificate and apply it to the ESXi hosts
AnswerD

Host profiles provide consistent, policy-based distribution.

Why this answer

Option C is correct because using a host profile to apply the certificate ensures consistency and is policy-driven. Option A is wrong because manually copying to each host is not scalable. Option B is wrong because vCenter does not automatically push root CAs to hosts; it only replaces the machine SSL certificate.

Option D is wrong because the rhttpproxy service is for proxying, not for certificate distribution.

24
MCQhard

An administrator manages a vSAN cluster with 5 ESXi hosts in a single failure domain. The cluster uses vSAN version 8 and is configured with a single disk group per host. A storage policy is applied to a group of VMs with 'Number of failures to tolerate = 1' and 'Primary level of failures = Host'. One host experiences a catastrophic hardware failure and is now marked as 'Absent' in the vSAN cluster. The administrator checks the vSAN health and finds that the affected host's disk group is completely lost. One of the VMs from that group previously had two replicas on different hosts and a witness component on a third host. The VM is still powered on, and the administrator sees that one replica was on the failed host. The other replica and witness are on surviving hosts. What is the current state of this VM regarding data accessibility?

A.The VM is accessible but performance is degraded because the disk group on the failed host is gone.
B.The VM is inaccessible because the lost replica cannot be rebuilt without a replacement host.
C.The VM is inaccessible because the witness component is now the only copy and cannot be used for reads.
D.The VM is fully accessible because it still has one replica and the witness.
AnswerD

The surviving replica and witness provide sufficient redundancy to maintain full data accessibility.

Why this answer

With FTT=1, the object has 2 replicas + 1 witness. The surviving replica and witness are sufficient to maintain read/write access. The VM remains fully accessible despite losing one replica.

Option B is incorrect because vSAN can rebuild on another host if available. Option D is incorrect because the witness is metadata, not data.

25
Multi-Selecteasy

An administrator is configuring a vSphere Standard Switch. Which two settings are essential for basic network connectivity of virtual machines?

Select 2 answers
A.Port group name
B.MTU
C.Network adapter type (e.g., E1000)
D.Security policy
E.VLAN ID
AnswersA, E

A unique name is required for the port group.

Why this answer

Options A and B are correct because a port group must have a name and a VLAN ID (even if 0) to be created. Option C is incorrect because MTU can default. Option D is incorrect because the network adapter type is chosen by the VM.

Option E is incorrect because the MAC address is assigned automatically.

26
MCQhard

A company runs a 3-node vSAN cluster with all-flash configuration. Each host has 2 CPUs (8 cores each) and 256 GB RAM. The cluster hosts 30 VMs, including a critical database VM with 8 vCPUs and 64 GB RAM. Recently, users report that the database VM is slow during peak hours. The administrator checks vCenter performance charts and sees that the VM's CPU ready time averages 10%, and the vSAN latency spikes to 15 ms during peak hours. The storage policy for the database VM is set to RAID-1 mirroring with 2 failures to tolerate (FTT=2). The cluster is configured with 3 disk groups per host, each with one 400 GB NVMe cache SSD and two 2 TB SAS SSD capacity drives. Which action would most improve the performance of the database VM?

A.Add one additional disk group to each host to increase storage performance.
B.Change the storage policy for the database VM to RAID-1 mirroring with FTT=1 (primary level of failures to tolerate).
C.Remove one host from the cluster to reduce network traffic.
D.Add a fourth host to the vSAN cluster to distribute the load.
AnswerB

Correct: Reducing FTT from 2 to 1 reduces the number of replicas from 3 to 2, decreasing write amplification and latency.

Why this answer

The database VM is experiencing high CPU ready time (10%) and vSAN latency spikes (15 ms). With FTT=2 and RAID-1 mirroring, each write must be replicated to three hosts (the primary and two mirrors), consuming significant storage and network resources. Reducing FTT to 1 lowers the write amplification from 3x to 2x, decreasing I/O latency and freeing up CPU cycles for the VM, directly addressing both symptoms.

Exam trap

The trap here is that candidates often focus on adding hardware (disk groups or hosts) to solve performance issues, overlooking that the storage policy's replication factor (FTT) directly controls write amplification and is the root cause of both CPU ready time and vSAN latency spikes.

How to eliminate wrong answers

Option A is wrong because adding a disk group per host would increase parallelism but does not reduce the write amplification caused by FTT=2; the bottleneck is the replication overhead, not raw disk group count. Option C is wrong because removing a host would reduce the cluster to 2 nodes, which cannot support FTT=2 (requires at least 3 hosts) and would likely cause data unavailability or performance degradation. Option D is wrong because adding a fourth host would distribute the load but still require the same FTT=2 replication factor, so the write amplification and latency issues would persist.

27
MCQhard

An administrator has a vLCM-managed cluster with a desired image that includes a custom VIB from a third party. After remediation, one host shows 'Compliant' but the custom VIB is missing. What is the most likely cause?

A.The host has a host profile that overrides the vLCM image.
B.The host's acceptance level is set to 'CommunitySupported' but the VIB requires 'PartnerSupported'.
C.The custom VIB was not included in the baseline.
D.The custom VIB is not available in the VMware online depot.
AnswerB

vLCM respects host acceptance levels; if lower, the VIB is not installed.

Why this answer

Option B is correct because vLCM enforces host acceptance levels during image compliance checks. If the host's acceptance level is set to 'CommunitySupported' but the custom VIB requires 'PartnerSupported', vLCM will skip installing that VIB even though the rest of the image is compliant. This results in a 'Compliant' status because the host matches the desired image definition, but the VIB is missing because it was never accepted for installation.

Exam trap

The trap here is that candidates assume 'Compliant' means all VIBs are installed, but vLCM can report compliance even when a VIB is excluded due to acceptance level mismatches, leading to a false sense of completeness.

How to eliminate wrong answers

Option A is wrong because host profiles do not override vLCM images; vLCM manages the complete software image, and host profiles are applied separately for configuration, not for VIB installation. Option C is wrong because the scenario states the custom VIB was included in the desired image, so it was part of the baseline; the issue is acceptance level, not inclusion. Option D is wrong because the custom VIB is from a third party and is not expected to be in the VMware online depot; vLCM can import VIBs from local or remote depots, and the depot availability is not the cause of the missing VIB after a compliant status.

28
Multi-Selecthard

Which THREE factors should be considered when planning a rolling upgrade of ESXi hosts in a vSphere cluster from version 7.0 to 8.0 using vLCM?

Select 3 answers
A.Check the compatibility of third-party VIBs with ESXi 8.0.
B.Ensure that the vCenter Server is upgraded to 8.0 before upgrading ESXi hosts.
C.Assume that all server hardware is supported by ESXi 8.0 since it is a major release.
D.Verify that the VUM rollback feature is configured to allow revert in case of failure.
E.Disable vSphere DRS to prevent VM migration during host maintenance.
AnswersA, B, D

Incompatible VIBs can cause hosts to fail after upgrade.

Why this answer

Options A, B, and C are correct. D is incorrect because DRS should be enabled for automated migration. E is incorrect as hardware compatibility should be checked via HCL, not assumed.

29
Multi-Selectmedium

Which TWO conditions must be met for a successful Storage vMotion of a virtual machine with a raw device mapping (RDM) in physical compatibility mode?

Select 2 answers
A.The source and target datastores support SCSI-3 persistent reservations.
B.The source and target are on the same storage array.
C.The destination datastore is compatible with physical RDMs.
D.The virtual machine is using a shared virtual SCSI controller.
E.The virtual machine must be powered off.
AnswersA, C

Physical RDMs use SCSI-3 reservations.

Why this answer

Option A is correct because the source and target datastores must support SCSI-3 persistent reservations. Option D is correct because the destination datastore must be compatible with physical RDMs. Option B is incorrect because RDM vMotion does not require shared storage.

Option C is incorrect because the VM can be powered on. Option E is incorrect because RDM vMotion does not require the same storage array.

30
Multi-Selecteasy

Which TWO actions are valid for optimizing network performance for vSphere clusters configured with Network I/O Control (NIOC)?

Select 2 answers
A.Allocate network shares to different traffic types based on business priority.
B.Enable traffic shaping on every virtual machine.
C.Disable NIOC on the virtual switch to reduce overhead.
D.Use host profiles to apply the same NIOC settings to all hosts in the cluster.
E.Set network resource pools with reservations for critical traffic types.
AnswersA, E

Shares determine bandwidth proportion during contention.

Why this answer

Option A is correct because shares allocation manages bandwidth proportionally. Option D is correct because reserving bandwidth guarantees minimum throughput. Option B is incorrect because disabling NIOC reduces control.

Option C is incorrect because NIOC is typically used at the host level, not across clusters with host profiles alone. Option E is incorrect because traffic shaping is for individual VMs, not NIOC.

31
MCQmedium

A vSphere cluster has DRS enabled with 'Partially automate' mode. A VM is consistently showing high CPU ready time. The administrator wants to ensure the VM is automatically migrated to a less loaded host. What must be done?

A.Enable EVC mode on the cluster
B.Set the VM's DRS automation level to 'Automatic'
C.Set the VM's DRS automation level to 'Manual'
D.Enable HA admission control
AnswerB

Automatic DRS level allows vCenter to automatically migrate the VM based on load.

Why this answer

Option C is correct because the VM needs to be set to Automatic for DRS to migrate it automatically. Option A is wrong as Manual would require operator action. Option B is wrong; EVC does not affect DRS migration decisions.

Option D is wrong; HA admission control is for availability, not performance.

32
Matchingmedium

Match each vSphere component to its primary function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Centralized management of ESXi hosts and VMs

Hypervisor that runs VMs

Interface for managing vCenter and ESXi

Live migration of VMs without downtime

Automatic restart of VMs after host failure

Why these pairings

These are core vSphere components and their functions.

33
MCQmedium

An administrator is configuring a new iSCSI storage array for a vSphere cluster. The array supports multiple iSCSI targets. What is the recommended best practice for multipathing to ensure high availability and load balancing?

A.Use the management VMkernel port for iSCSI traffic to simplify configuration.
B.Create multiple VMkernel ports for iSCSI, each bound to a separate physical NIC, and configure multiple iSCSI targets.
C.Configure a single physical NIC with multiple VLANs for iSCSI traffic.
D.Use a single VMkernel port for iSCSI and assign multiple IP addresses to it.
AnswerB

This provides path redundancy and load balancing.

Why this answer

Option B is correct because VMware best practices for iSCSI multipathing require multiple VMkernel ports, each bound to a separate physical NIC, and multiple iSCSI targets to provide both path redundancy and load balancing. This configuration leverages the Pluggable Storage Architecture (PSA) and native multipathing plugins (NMP) to distribute I/O across active paths while maintaining high availability through automatic path failover. Using separate VMkernel ports and NICs ensures that no single point of failure exists in the storage network.

Exam trap

The trap here is that candidates often confuse logical separation (VLANs or multiple IPs on one NIC) with true physical path redundancy, leading them to select options that appear to provide multipathing but actually create a single point of failure.

How to eliminate wrong answers

Option A is wrong because using the management VMkernel port for iSCSI traffic violates the principle of network isolation and can cause performance contention, as management and storage traffic share the same network stack and resources. Option C is wrong because configuring a single physical NIC with multiple VLANs for iSCSI traffic does not provide true multipathing; a single NIC failure would still cause complete storage connectivity loss, and VLANs alone do not create separate physical paths. Option D is wrong because a single VMkernel port with multiple IP addresses does not create independent paths; all traffic still traverses the same physical NIC and network stack, offering no redundancy or load balancing.

34
MCQmedium

An administrator wants to replicate a critical VM to a remote site with a Recovery Point Objective (RPO) of 15 minutes. Which vSphere feature should be used?

A.Storage vMotion
B.vSphere Replication
C.vSphere vMotion
D.Site Recovery Manager (SRM)
AnswerB

Supports low RPOs down to 5 minutes.

Why this answer

Option B is correct. vSphere Replication supports RPO as low as 5 minutes (depending on configuration). vMotion is for live migration, not replication. Storage vMotion is for storage migration. SRM uses replication but is a disaster recovery orchestration platform, not a replication engine itself.

35
MCQeasy

An administrator wants to schedule a recurring maintenance window for vSphere Lifecycle Manager image-based remediation of a cluster. Which feature should be used?

A.vSphere Lifecycle Manager cluster settings.
B.vSphere vMotion.
C.vCenter Server scheduled tasks.
D.vSphere DRS maintenance mode schedule.
AnswerC

Scheduled tasks can run vLCM remediation operations.

Why this answer

Option B is correct because vCenter Server scheduled tasks can trigger vLCM remediation at specified times. Option A is wrong because DRS maintenance mode schedule is for individual hosts, not vLCM remediation. Option C is wrong because vMotion is not a scheduling feature.

Option D is wrong because the vLCM cluster settings do not have scheduling capabilities.

36
MCQhard

A vSAN stretched cluster is configured with two witness hosts to allow for site failures. Performance troubleshooting reveals that write latency for synchronous writes is higher than expected for cross-site operations. Which setting should be reviewed as a likely cause?

A.vSAN preferred fault domain configuration
B.vSAN deduplication and compression
C.vSAN object repair timer
D.vSAN network MTU setting
AnswerA

If the VM is not using the local site as preferred, writes may be sent to a remote site, increasing latency.

Why this answer

In a stretched cluster, if the network latency between sites is high, it can increase write latency. The preferred fault domain setting can also affect latency if the VM's data is not local.

37
MCQhard

A company runs a large vSphere environment with multiple clusters using vSAN. The performance team observes that some VMs are experiencing high latency on reads. The vSAN cluster is configured with 5 hosts, each having one cache tier (NVMe) and one capacity tier (SATA SSD). The VMs are all-flash storage policies. What should the administrator check first?

A.Disable deduplication and compression on the vSAN datastore.
B.Check the vSAN cache hit ratio and verify that the cache tier size is adequate.
C.Reconfigure the disk groups to use multiple cache devices.
D.Increase the network bandwidth between hosts.
AnswerB

Low cache hit ratio leads to reads from capacity tier, increasing latency.

Why this answer

High read latency in an all-flash vSAN environment often indicates that the cache tier is being overwhelmed or is undersized. The cache hit ratio directly measures how often read requests are served from the fast NVMe cache versus the slower SATA SSD capacity tier. A low cache hit ratio means the capacity tier is handling too many reads, causing latency.

Checking this ratio is the first diagnostic step before making configuration changes.

Exam trap

The trap here is that candidates often jump to network or disk group reconfiguration (options C or D) without first using the built-in performance metrics to isolate the bottleneck, or they mistakenly think disabling deduplication/compression (option A) will improve read latency when those features primarily affect capacity tier write performance and space efficiency.

How to eliminate wrong answers

Option A is wrong because disabling deduplication and compression (which operate on the capacity tier) would not directly address read latency caused by cache misses; it might even increase capacity tier writes. Option C is wrong because reconfiguring disk groups to use multiple cache devices is a potential remediation, but it should only be considered after verifying that the current cache tier is indeed the bottleneck via the cache hit ratio. Option D is wrong because increasing network bandwidth addresses network congestion, not read latency from local disk I/O; vSAN read operations are primarily local unless the VM is on a different host and the read policy requires remote access.

38
MCQhard

A company is designing a vSphere environment for a critical database application. The storage array supports both Fibre Channel (FC) and iSCSI. The application requires low latency and high IOPS. Which storage protocol and path policy should be recommended?

A.FC with Fixed path policy.
B.FC with Most Recently Used (MRU) path policy.
C.iSCSI with Round Robin path policy.
D.FC with Round Robin path policy.
AnswerD

FC is low latency; Round Robin balances I/O across paths.

Why this answer

FC provides lower latency and higher IOPS than iSCSI due to dedicated hardware and lower protocol overhead, making it ideal for critical database workloads. The Round Robin path policy is recommended for FC with active-active storage arrays because it distributes I/O across all available paths, maximizing throughput and load balancing, which aligns with the requirement for high IOPS.

Exam trap

The trap here is that candidates often assume MRU is the default for FC or that Fixed is sufficient, but the VCP-DCV exam tests the understanding that Round Robin is the recommended path policy for active-active arrays to achieve load balancing and high IOPS, especially for performance-sensitive workloads like databases.

How to eliminate wrong answers

Option A is wrong because the Fixed path policy uses a single preferred path and only switches on failure, which does not optimize for high IOPS or load balancing across multiple paths. Option B is wrong because the Most Recently Used (MRU) path policy is designed for active-passive arrays and can cause path thrashing or suboptimal performance in active-active environments, failing to meet low-latency and high-IOPS needs. Option C is wrong because iSCSI typically incurs higher latency and CPU overhead compared to FC due to TCP/IP processing, making it less suitable for a critical database application requiring low latency and high IOPS.

39
MCQeasy

A vSphere cluster with 3 ESXi hosts (each with 2 sockets, 8 cores per socket, hyperthreading enabled, and 256 GB RAM) runs a set of web server VMs. The cluster is configured with DRS enabled and a migration threshold of 3 (conservative). The administrator notices that one host has consistently high CPU ready time (average 15%) while the other two hosts have ready time below 2%. The host with high ready time has 10 VMs, while the others have 6 each. CPU utilization on the busy host is 80%, while on the other hosts it is 40%. What should the administrator do to improve the situation with minimal disruption?

A.Disable Hyper-Threading on all hosts to reduce vCPU contention.
B.Manually migrate some VMs from the overloaded host to the other hosts using vMotion.
C.Add a fourth host to the cluster.
D.Increase the DRS migration threshold to a more aggressive value (e.g., 4 or 5).
AnswerD

A higher threshold allows DRS to balance the cluster more aggressively, moving VMs away from the overloaded host.

Why this answer

The cluster is unbalanced because DRS is not migrating VMs aggressively enough. Increasing the DRS migration threshold to a more aggressive level will allow DRS to move VMs from the overloaded host to the underutilized hosts. Option D is the best immediate step.

Option A would increase overhead and is not best practice. Option B would be effective but requires manual intervention and may not be the simplest. Option C would add capacity but is a longer-term solution.

40
MCQhard

A large enterprise manages a vSphere cluster of 32 ESXi hosts using vLCM image-based management. The cluster spans two data centers (DC1 and DC2) with 16 hosts each. The administrator has configured a single cluster image for the entire cluster. Recently, the administrator added 4 new hosts in DC2 that have a newer generation of network cards requiring a specific driver. The administrator updated the cluster image to include the new driver component, then started remediation for the entire cluster. During remediation, the administrator noticed that hosts in DC1, which do not require the new driver, began to fail remediation with 'Component Not Applicable' errors. Additionally, several hosts in DC1 entered a non-responsive state and had to be manually recovered. The administrator needs to prevent such issues in the future while still managing all hosts with a single image. What is the best course of action?

A.Maintain a single image but remediate hosts in DC1 and DC2 separately by using vLCM pre-checks.
B.Create two separate clusters, one for each data center, each with its own image tailored to the hardware.
C.Use vLCM hardware compatibility checks to exclude the driver component for hosts that do not need it.
D.Add the driver component as an optional component in the image, not a required one.
AnswerD

Optional components are only installed on hosts that have the corresponding hardware.

Why this answer

Option C is correct because marking the driver component as optional ensures it is only installed on hosts that require it, avoiding failures on hosts that don't. Option A is wrong because splitting into two clusters is not necessary and adds complexity. Option B is wrong because hardware compatibility checks cannot exclude a component per host.

Option D is wrong because separate remediation doesn't address the component being required.

41
MCQhard

A vSphere environment uses vSAN and has VM encryption enabled. The administrator needs to recover a VM after an encrypted disk becomes corrupted. What is required?

A.The vSAN health service.
B.A recent backup of the VM files.
C.The key management server (KMS) and the KEK/Rekey.
D.The VM’s storage policy.
AnswerC

The KMS stores the encryption keys; without them, the data cannot be decrypted.

Why this answer

Option D is correct because for encrypted VMs, the key server (KMIP) and the associated encryption keys are essential for decryption. Option A is incorrect because the encryption policies are stored in vCenter, but the actual keys are external. Option B is incorrect because vSAN has repair mechanics but cannot decrypt without keys.

Option C is incorrect because file-based backup does not guarantee recoverability without keys.

42
MCQeasy

An administrator notices that a VM with a 500 GB virtual disk stored on an NFS datastore is performing poorly during backup operations. The NFS datastore is mounted with default settings. Which change will most likely improve performance?

A.Move the VM to a cluster with more memory.
B.Enable jumbo frames on the ESXi host's VMkernel adapter for NFS.
C.Increase the size of the NFS datastore to 1 TB.
D.Configure the NFS datastore to use vStorage APIs for Array Integration (VAAI).
AnswerD

VAAI offloads storage operations to the array, improving performance.

Why this answer

Option D is correct because VAAI for NFS offloads storage operations like hardware-assisted locking and full-file/clone operations to the NAS array, reducing CPU overhead on the ESXi host and improving performance during backup-intensive tasks. Since the NFS datastore is mounted with default settings, VAAI is not automatically enabled and must be explicitly configured to leverage array-based primitives.

Exam trap

The trap here is that candidates often assume jumbo frames (Option B) are the universal fix for NFS performance issues, but the question specifically points to backup operations, where VAAI offloads are the targeted solution for storage-level bottlenecks.

How to eliminate wrong answers

Option A is wrong because moving the VM to a cluster with more memory does not address the I/O bottleneck on the NFS datastore; backup performance is limited by storage latency and network throughput, not host memory. Option B is wrong because enabling jumbo frames on the VMkernel adapter for NFS can improve network efficiency for large transfers, but it does not directly optimize the storage operations (e.g., locking, cloning) that cause poor backup performance; the issue is likely due to software-based operations that VAAI can offload. Option C is wrong because increasing the NFS datastore size to 1 TB does not affect performance; it only provides more storage capacity, which does not resolve the underlying I/O or protocol overhead during backups.

43
Multi-Selecthard

Which TWO statements about vCenter Single Sign-On (SSO) are true? (Choose two.)

Select 2 answers
A.It supports multiple identity sources such as Active Directory and LDAP
B.It uses Kerberos to authenticate users to vCenter Server
C.It stores user passwords in plaintext for faster authentication
D.It requires a Windows Active Directory domain to function
E.It uses SAML 2.0 tokens for authentication between vCenter services
AnswersA, E

SSO can integrate with various identity providers.

Why this answer

Options B and D are correct. SSO supports multiple identity sources (e.g., AD, LDAP) and uses SAML tokens for authentication. Option A is wrong because passwords are stored hashed, not in plaintext.

Option C is wrong because SSO can work without a Windows Active Directory. Option E is wrong because SSO uses SAML, not Kerberos, for token exchange.

44
MCQhard

A large financial organization has a vSphere cluster with 10 ESXi hosts (8.x) connected to a pair of Nexus 9000 switches via two 10G LACP link aggregation groups (LAGs) per host. Each host has a vSphere Distributed Switch (vDS 7.0.3) with two LAGs (LAG1: vmnic0, vmnic1; LAG2: vmnic2, vmnic3). The vDS has three port groups: Production (VLAN 100-200), DMZ (VLAN 300), and Storage (VLAN 400). The port groups use LACP with load balancing 'Route based on IP hash'. Recently, the network team changed the physical switch port channels from mode 'active' to 'passive' on the downstream ports connected to host #3, without informing the virtualization team. Within hours, VMs on host #3 experience intermittent connectivity; some can communicate but others cannot, and vMotion between host #3 and other hosts fails with a network unreachable error. iSCSI storage traffic from host #3 is also unstable. The administrator verifies that the vDS LACP configuration on host #3 still expects 'active' mode. Which of the following actions is the most effective to restore full functionality while maintaining LACP?

A.Change the LACP mode on host #3's vDS from 'active' to 'passive' for both LAGs.
B.Disable LACP on host #3's vDS and use static EtherChannel instead.
C.Replace the vDS with multiple standard switches and use active/standby failover.
D.Remove and recreate the LAGs on host #3's vDS after verifying the physical switch's LACP configuration.
AnswerD

Recreating the LAGs on the vDS, after verifying the physical switch's LACP settings, ensures LAG IDs and modes are synchronized, restoring LACP functionality.

Why this answer

Option B is correct because the mismatch in LACP mode (vDS expects active, physical switch is passive) causes LACP to fail or form incorrectly. Changing the vDS LACP mode on host #3 to 'passive' would allow it to negotiate with the physical switch (passive+passive will not form LACP; but if switch is passive, vDS must be active or both active? Actually, LACP requires at least one end active. If switch is passive and vDS is passive, LACP will not establish.

The physical switch is now passive, so vDS must be active to initiate negotiation. Wait: The issue is the switch changed to passive. With vDS active, active+passive works.

But the stem says 'the vDS LACP configuration on host #3 still expects active mode' – that should work with switch passive? Actually, active+passive does work because active sends frames, passive responds. So why is it failing? Possibly the physical switch changed to passive, but the vDS still has active, but active+passive should work. Let me reconsider: The error might be due to misconfiguration of LAG IDs.

The correct action is to re-sync the LAG. Option A (recreate LAG) is drastic. Option C (disable LACP) is not maintaining LACP.

Option D (use separate standard switches) is unnecessarily complex. Maybe the best is to update the vDS to match the physical switch's LACP mode? Actually, active+passive works. Perhaps the physical switch change also affected the LAG port-channel configuration.

The most direct fix is to ensure both ends are consistent. The vDS expects active, but the switch might have changed to passive and also changed the LAG hash or something. The question wants the most effective action to restore functionality while maintaining LACP.

Option B: Reconfigure the vDS LACP on host #3 to match the physical switch's mode (passive). But if both are passive, no LACP. Option A: Recreate the LAGs on the vDS after verifying physical switch configuration.

That might be better. Actually, the correct answer is likely A because the issue might be more than just mode mismatch; the LAG IDs might not match. The most reliable step is to recreate the LAGs on the vDS after confirming physical switch config.

I'll go with A. However, I need to ensure consistency. Let me think: The vDS LACP modes are active/passive.

If the physical switch is now passive, the vDS should be active for LACP to form. But the stem says the vDS expects active, which should work. So why is it failing? Possibly because the physical switch is not sending LACPDUs (passive listens but doesn't initiate).

If the vDS is active, it sends LACPDUs, and the passive switch responds. That should work. So maybe the problem is that the physical switch also changed the LAG port-channel ID or the member ports.

Therefore, simply changing the vDS mode to passive would cause both ends to be passive, no LACP formation. That would make things worse. So the best action is to verify and reconcile the physical switch configuration (maybe change it back to active) but the admin cannot change physical switch? The question asks what the virtualization admin should do.

Option A: Recreate the LAGs after verifying the physical switch configuration. That includes ensuring LACP modes match and IDs match. That is most effective.

Option B is incorrect because changing vDS to passive on host #3 could break LACP if switch is also passive. Option C would remove LACP but not maintain it. Option D is a major change.

So I'll set A as correct.

45
MCQmedium

Refer to the exhibit. A vSphere administrator is reviewing a cluster configuration JSON. What can be determined from the configuration?

A.The cluster uses a slot-based admission control policy.
B.vSphere DRS is set to partially automated.
C.The cluster can tolerate two host failures.
D.The cluster has admission control disabled.
AnswerA

Correct: 'fixedSlotPolicy' means slot-based.

Why this answer

The 'ha_admission_control_policy' is set to 'fixedSlotPolicy', indicating slot-based admission control.

46
MCQhard

A security audit reveals that an ESXi host has been compromised due to an attacker gaining root access via the DCUI. The host is configured with a default DCUI password. Which security best practice should have been implemented to prevent this?

A.Configure the DCUI lockdown mode to 'Normal'
B.Disable the DCUI service
C.Set a strong password for the root account
D.Disable SSH access
AnswerA

Normal lockdown mode restricts DCUI access to local console only.

Why this answer

DCUI Lockdown Mode 'Normal' disables direct root access via the Direct Console User Interface (DCUI) by requiring authentication through vCenter Single Sign-On (SSO). This prevents an attacker from using the default or weak DCUI password to gain root access, as the root account is no longer accepted for DCUI login. The mode still allows authorized vCenter administrators to access the host via the DCUI using their SSO credentials, maintaining manageability while eliminating the root password attack vector.

Exam trap

The trap here is that candidates often choose 'Set a strong password for the root account' because they focus on password strength, but the question specifically highlights a default password being used, and the correct solution is to eliminate the root password as an authentication method for the DCUI entirely.

How to eliminate wrong answers

Option B is wrong because the DCUI service cannot be disabled; it is the console interface for local host management and is always available when the host is powered on. Option C is wrong because while a strong root password is a basic security measure, it does not prevent an attacker who already knows or guesses the default password from gaining root access via the DCUI; the core issue is that the default password is used, not its strength. Option D is wrong because disabling SSH does not affect DCUI access; the attack vector in this scenario is the DCUI, not SSH, so disabling SSH would not mitigate the compromise.

47
MCQmedium

An administrator is planning a storage upgrade for a vSphere cluster. The cluster currently uses VMware vSAN as the primary datastore. The administrator wants to add capacity to the vSAN datastore without adding additional hosts. Which action should the administrator take?

A.Replace existing disks in each host with larger capacity disks and claim them to the same disk group
B.Combine disks from different hosts into a single disk group
C.Add a new disk group on each host with additional capacity disks
D.Add a new VMFS datastore and use Storage vMotion to move VMs
AnswerA

Replacing disks with larger ones increases vSAN capacity; the disks must be in the correct disk group.

Why this answer

Option C is correct because vSAN capacity can be increased by adding more disk groups or adding disks to existing disk groups (if slots are available). Option A is incorrect because adding a new vSphere datastore (e.g., VMFS) does not increase vSAN capacity unless migrated. Option B is incorrect because combining disks from different hosts in one disk group is not possible; each host has its own disk groups.

Option D is incorrect because extending a disk group across hosts is not supported.

48
Multi-Selecthard

Which two of the following are characteristics of the vSphere Enhanced vMotion Compatibility (EVC) feature? (Choose two.)

Select 2 answers
A.It is configured at the host level
B.It allows vMotion between hosts of different CPU generations within the same cluster
C.It enables memory overcommit by default
D.It masks CPU features to a baseline level across all hosts in the cluster
E.It requires all VMs to be powered off before enabling
AnswersB, D

EVC enables vMotion across different CPU generations by masking features.

Why this answer

Options B and C are correct. EVC masks CPU features to ensure compatibility across hosts of different generations. Option A is incorrect because EVC does not affect memory.

Option D is incorrect because EVC does not require manual power-off; you can enable EVC with VMs powered on. Option E is incorrect because EVC is per-cluster, not per-host.

49
Multi-Selectmedium

Which TWO statements are true regarding vSphere Lifecycle Manager (vLCM) clusters? (Choose two.)

Select 2 answers
A.vLCM can manage vSAN clusters using a single image.
B.vLCM only supports clusters with identical hardware.
C.vLCM can only remediate hosts that are part of a cluster.
D.vLCM requires vCenter Server to be in Enhanced Linked Mode.
E.vLCM supports both single image and baseline-based cluster management.
AnswersA, E

vLCM fully supports vSAN clusters with single image.

Why this answer

Option A is correct because vLCM can manage vSAN clusters using a single image, which ensures that all hosts in the cluster run the same software version and driver/firmware combinations, including vSAN-specific components. This simplifies lifecycle management by eliminating the need for separate baselines and reduces compatibility issues.

Exam trap

The trap here is that candidates often assume vLCM requires homogeneous hardware or cluster membership, but vLCM actually supports heterogeneous hardware and standalone hosts, and Enhanced Linked Mode is not a requirement.

50
MCQmedium

An administrator is configuring a distributed switch for a cluster of ESXi hosts. The requirements are: VLAN 100 for production, VLAN 200 for management, and a separate VLAN 300 for vMotion. The management network should be isolated from production traffic. What is the best practice for configuring these networks on the distributed switch?

A.Create three separate distributed port groups, each with the appropriate VLAN ID, and assign each VM kernel adapter or VM to the correct port group.
B.Create one distributed port group with VLAN 100, and use VLAN tagging on the VMs for management and vMotion.
C.Use standard switches for management and vMotion to avoid complexity.
D.Create one distributed port group with VLAN trunk (4095) and use port-based VLAN filtering on the VMs.
E.Create two port groups: one for production (VLAN 100) and one for management+vMotion (VLAN 200) because vMotion can share VLAN with management.
AnswerA

This provides isolation and follows best practices.

Why this answer

Option B is correct because best practice is to create separate port groups for each traffic type with specific VLAN IDs. Option A is wrong because VLAN tagging on VMs is not intended for management/vMotion kernel adapters. Option C is wrong because VLAN trunk (4095) is for guest-level tagging.

Option D is wrong because vMotion should have its own VLAN. Option E is wrong because distributed switch can handle all.

51
Multi-Selecthard

An administrator is troubleshooting a VM that is running slowly. Esxtop shows the VM has high %SWPWV (swap wait). Which three conditions could cause this? (Choose three.)

Select 3 answers
A.The host is overcommitted on memory
B.The VM has a memory limit that is lower than its active memory
C.The VM's vswap file is stored on slow storage
D.The VM has a memory reservation equal to its configured size
E.The host is overcommitted on CPU
AnswersA, B, C

Host memory overcommitment leads to VM swapping when physical memory is exhausted.

Why this answer

The correct options are A, C, and E. Swap wait occurs when the VM is waiting for swapped memory. A limit lower than active forces swapping.

Host memory overcommitment causes swapping. Slow vswap storage increases latency. CPU overcommitment does not cause swap wait.

Reservation equal to configured size would prevent swapping.

52
MCQhard

An administrator sees the exhibit log entry while remediating a cluster with a single image. The cluster image is based on ESXi 7.0 Update 3 (build 789012). The host esxi-05 has build 123456. The admin has verified that the host is compatible with the image. What is the most likely reason for the mismatch?

A.The host should be upgraded to ESXi 8.0.
B.The host's hardware is incompatible with the build.
C.The cluster image was incorrectly created with a wrong build number.
D.The host has not been updated to the latest patch for ESXi 7.0 U3.
AnswerD

The host is on an older build of the same version; updating to the image's build will resolve compliance.

Why this answer

Option A is correct because the host's build number is lower, indicating it is missing the latest patches for 7.0 U3. Since the image expects a specific build, the host needs to be updated to that build. Option B is wrong because the host is already on 7.0 U3, just a different build.

Option C is wrong because the admin verified compatibility. Option D is wrong because the error is about the software version, not the cluster image creation.

53
MCQeasy

A company has a vSphere cluster with vSphere HA enabled. During a host failure, virtual machines on the failed host do not restart. The administrator checks the HA agent log and sees the error message: 'HA agent on host <hostname> has no master detected'. Which of the following is the most likely cause?

A.Datastore heartbeats are failing on the failed host
B.The management network is isolated and HA isolation response is not configured
C.vCenter Server service is stopped
D.The VDS uplink failure detection policy is set to 'Link Status only'
AnswerB

HA agents rely on management network for master election; isolation prevents master detection.

Why this answer

Option A is correct because the HA agents communicate via the management network; if isolation is not properly configured, a host may not detect a master. Option B is incorrect because vCenter Server being offline does not directly affect HA agent communication. Option C is incorrect because datastore heartbeats are secondary.

Option D is incorrect because VDS health check is unrelated.

54
MCQhard

A managed hosting provider uses vSphere 7 with vSAN to run customer VMs. One customer's VM is a SQL Server database with 8 vCPUs and 128 GB RAM. The administrator notices that the VM's performance during peak hours is poor, with high disk latency and occasional disconnects. The cluster has 4 hosts, each with 10 cores (HT enabled) and 256 GB RAM. vSAN is configured with a hybrid disk group (SSD cache, HDD capacity) per host. The VM's storage policy is set to 'Performance' with RAID-1 mirroring (2 copies). The administrator runs esxtop and sees high %DAVG (device average latency) for the VM's vmdk. The observed latency averages 30 ms, but spikes to 100 ms. The host where the VM is running has relatively low CPU and memory usage, and the vSAN cache is not full. Which of the following is the most likely root cause and recommended solution?

A.Cause: vSAN disk group has a single SSD cache leading to high latency during heavy writes. Solution: Convert to all-flash vSAN.
B.Cause: vSAN cache is unable to handle the write burst. Solution: Add more cache capacity by using larger SSDs.
C.Cause: The VM's memory ballooning is causing excessive swapping to vSAN, which is slow. Solution: Increase the VM's memory reservation.
D.Cause: vSAN is encountering disk contention due to multiple VMs sharing the same disk. Solution: Deploy a dedicated vSAN datastore for the customer.
AnswerA

Hybrid vSAN uses SSDs as cache and HDDs as capacity; write bursts can exceed the cache flush rate to HDDs, causing latency spikes. All-flash eliminates the HDD bottleneck.

Why this answer

Option C is correct. The high spike latency suggests that the SSD cache is being overwhelmed during write bursts. All-flash vSAN eliminates the HDD tier bottleneck.

Option A is wrong; the cache is not full, so adding capacity won't help write bursts; the issue is write buffer exhaustion. Option B is wrong; memory ballooning would cause swapping but not high device latency. Option D is wrong; contention is not from multiple VMs sharing the disk group, as vSAN distributes objects.

55
MCQmedium

A vSphere cluster has 10 ESXi hosts configured with vSphere DRS. The administrator wants to ensure that a group of VMs running a latency-sensitive application are always placed on the same host. Which DRS rule should be created?

A.VM-to-Host affinity rule with a 'should run on hosts in group' constraint.
B.VM-VM affinity rule with a 'must run on the same host' constraint.
C.VM-VM affinity rule with a 'should run on the same host' constraint.
D.VM-VM anti-affinity rule with a 'separate VMs' constraint.
AnswerB

This ensures the VMs are always on the same host.

Why this answer

Option B is correct because a VM-VM affinity rule (Must run on the same host) ensures that VMs in a group are kept together. Option A is incorrect because host affinity rules affect VM-host relationships, not VM-VM. Option C is incorrect because should run on hosts is a preference, not mandatory.

Option D is incorrect because Separate VMs rule does the opposite.

56
MCQhard

An administrator checks the compliance status of a vLCM-managed cluster and sees that several hosts are marked as non-compliant even though the cluster image has not been changed recently. The hosts are currently running a version that matches the cluster image. What is the most likely cause of this non-compliance?

A.A new baseline was created and applied to the hosts.
B.The compliance cache is outdated; a manual rescan is needed.
C.VMware Tools was upgraded on the hosts without updating the cluster image.
D.The cluster image was updated but the hosts were not remediated.
AnswerB

vLCM caches compliance data; if the cache is stale, a rescan will update it and show correct compliance.

Why this answer

Option C is correct because the compliance cache may become stale if hosts are not rescanned after maintenance. Option A is wrong because the image is correct; the cache is the issue. Option B is wrong because vLCM does not use baselines.

Option D is wrong because VMware Tools is managed separately.

57
MCQmedium

An administrator is troubleshooting an issue where a VM on a vSphere Distributed Switch cannot receive traffic from outside its subnet. The VM can send traffic out and receive replies from hosts on the same subnet. The default gateway is configured correctly. What is the most likely cause?

A.The VXLAN Tunnel Endpoint (VTEP) IP is not reachable from the remote subnet.
B.The ESXi host's default gateway is misconfigured.
C.The router does not have a route back to the VM's subnet.
D.The port group VLAN ID is different from the physical switch trunk allowed VLAN.
AnswerC

If the upstream router lacks a return route, packets destined to the VM are dropped, causing asymmetric routing where outbound succeeds but inbound fails.

Why this answer

Option B is correct because if the route is missing on the physical router back to the VM's subnet, the router drops return traffic. This is a common routing misconfiguration. Option A is incorrect because the default gateway is the VM's gateway; the ESXi host's management gateway is unrelated.

Option C is incorrect because the VTEP IP is for VXLAN, not regular routing. Option D is incorrect because a port group VLAN mismatch would cause issues with same-subnet communication as well.

58
MCQhard

A company runs a three-tier application on vSphere 7.0. The web tier uses VLAN 100, app tier VLAN 200, and database tier VLAN 300. Each tier is on a separate port group on a vSphere distributed switch. The environment uses Network I/O Control (NIOC) with shares set to: Web (50), App (30), Database (20). The physical uplinks are two 10 GbE NICs in a team. Recently, the database team reports slow performance during peak hours. The network team checks the physical switches and finds no congestion. The ESXi host shows the two uplinks are heavily utilized with many dropped packets on the database port group. The administrator suspects that the database traffic is being starved by other traffic. Which action should the administrator take to resolve the issue? A. Increase the number of physical uplinks to four 10 GbE NICs. B. Change the NIOC shares to Web (10), App (30), Database (60). C. Create a separate vSphere standard switch for the database tier. D. Enable SR-IOV on the physical NICs and assign virtual functions to database VMs.

A.Create a separate vSphere standard switch for the database tier.
B.Enable SR-IOV on the physical NICs and assign virtual functions to database VMs.
C.Increase the number of physical uplinks to four 10 GbE NICs.
D.Change the NIOC shares to Web (10), App (30), Database (60).
AnswerD

Increases database shares, giving it higher priority.

Why this answer

Option D is correct because the database traffic is being starved due to low NIOC shares relative to the web and app tiers. By increasing the database shares to 60 and reducing web to 10, the database port group will receive a higher proportion of the available bandwidth during congestion, alleviating the dropped packets and slow performance. NIOC shares are relative and only take effect when there is contention, so adjusting them directly addresses the starvation without requiring additional hardware.

Exam trap

The trap here is that candidates often assume adding more physical uplinks or isolating traffic on a separate switch will solve performance issues, but they overlook that NIOC shares directly control bandwidth allocation during congestion, and adjusting them is the most efficient and cost-effective solution.

How to eliminate wrong answers

Option A is wrong because increasing the number of physical uplinks to four 10 GbE NICs does not address the root cause of traffic starvation; it only adds more bandwidth, which may not help if the existing bandwidth is not being fairly allocated due to NIOC share settings. Option B is wrong because enabling SR-IOV on the physical NICs and assigning virtual functions to database VMs bypasses the vSphere network stack, but it does not resolve the contention on the shared uplinks; it could introduce complexity and is not a direct fix for NIOC share misconfiguration. Option C is wrong because creating a separate vSphere standard switch for the database tier would isolate the traffic but would still share the same physical uplinks unless dedicated uplinks are assigned, which is not mentioned; it also does not leverage NIOC's traffic shaping capabilities and may lead to underutilization of resources.

59
Multi-Selectmedium

Which THREE security features are available in vSphere Trust Authority (vTA)?

Select 3 answers
A.Attestation of ESXi hosts
B.Integration with Active Directory for authentication
C.Trusted Platform Module (TPM) based attestation
D.Encryption of vMotion traffic
E.Key provider services for virtual machines
AnswersA, C, E

vTA attests host integrity.

Why this answer

Option A is correct because vSphere Trust Authority (vTA) uses attestation to verify the integrity of ESXi hosts before allowing them to interact with trusted infrastructure. This attestation process confirms that the host is running genuine, untampered VMware code, which is a core security feature of vTA.

Exam trap

The trap here is that candidates often confuse general vSphere security features (like vMotion encryption or AD integration) with vTA-specific capabilities, which are narrowly focused on attestation and key provider services.

60
MCQeasy

A vSphere administrator has a VMFS6 datastore that is running low on space. The storage array has additional unallocated LUNs. The administrator attaches a new 2 TB LUN to the ESXi host. What is the correct procedure to increase the datastore capacity?

A.Use the 'Increase datastore capacity' wizard to add the LUN as an extent
B.Unmount the datastore, expand the VMFS partition, then remount
C.Recreate the datastore with a larger block size and restore from backup
D.Create a new datastore on the LUN and use Storage vMotion to migrate VMs
AnswerA

VMFS can be extended online by adding an extent.

Why this answer

VMFS6 supports online extension by expanding the extent. Option B is correct. Option A (migrating VMs) is unnecessary.

Option C (unmount and extend) is not required. Option D (convert to VMFS5) is wrong and would lose data.

61
MCQeasy

A company manages a vSphere cluster of 200 ESXi hosts using vSphere Lifecycle Manager baselines (baseline-based remediation). They decide to migrate to vLCM image-based management. The administrator selects one host as a reference host, generates a cluster image from it, and attempts to apply the image to the entire cluster. Most hosts remediate successfully, but 20 hosts fail with the error: "Image deployment failed: Error retrieving VIBs from repository." The failed hosts are all from a different hardware vendor than the reference host but are on the vSphere HCL. The administrator confirms that the repository URL is reachable from the failed hosts and that there are no network connectivity issues. What should the administrator do first to resolve the issue?

A.Check the vLCM cluster image for any components specific to the reference host's hardware that are not present in the failed hosts.
B.Reboot the failed hosts and retry the remediation.
C.Verify that the failed hosts have sufficient disk space in the /scratch partition.
D.Manually upload the required VIBs to the local depot on each failed host.
AnswerA

The image likely includes hardware-specific VIBs from the reference host that are incompatible or missing for the other hardware models; removing unnecessary components resolves the issue.

Why this answer

The error 'Error retrieving VIBs from repository' when applying a cluster image generated from a reference host indicates that the image contains hardware-specific VIBs (e.g., drivers, CIM providers) that are present on the reference host but not compatible with the failed hosts from a different hardware vendor. vLCM cluster images are derived from the reference host's software specification, including any vendor-specific components, and when applied to hosts lacking that hardware, the VIB retrieval fails because the repository does not contain matching VIBs for those hosts. The first step is to check the cluster image for such components and remove or replace them with hardware-independent versions to ensure compatibility across the heterogeneous cluster.

Exam trap

The trap here is that candidates often assume network or repository issues are the cause, but the error specifically points to VIB retrieval failure due to incompatible hardware-specific components in the image, not connectivity problems.

How to eliminate wrong answers

Option B is wrong because rebooting the hosts does not address the root cause of missing or incompatible VIBs in the image; it would only retry the same failing operation. Option C is wrong because insufficient disk space in /scratch would typically cause a different error (e.g., 'Insufficient disk space'), not a VIB retrieval failure from a repository, and the administrator already confirmed network connectivity. Option D is wrong because manually uploading VIBs to a local depot is unnecessary and bypasses vLCM's centralized image management; the correct approach is to modify the cluster image to remove hardware-specific components, not to manually stage VIBs on each host.

62
MCQhard

An administrator is troubleshooting a virtual machine that experiences intermittent performance issues. The VM is configured with 8 vCPUs and 32 GB memory. The administrator runs esxtop and sees that the %RDY for the VM is consistently above 20%. What does this indicate?

A.The VM is contending for CPU resources due to overallocation of vCPUs.
B.The VM's virtual disks are experiencing high latency.
C.The VM is experiencing memory ballooning.
D.The VM is using its CPU resources efficiently.
AnswerA

High %RDY typically means the host's CPU is oversubscribed.

Why this answer

Option D is correct because high %RDY means the VM is ready to run but is waiting for CPU resources from the hypervisor; this indicates CPU overcommitment. Option A is incorrect because high %RDY does not directly correlate with memory. Option C is incorrect because storage latency is not shown in CPU %RDY.

Option B is incorrect because high %RDY is a sign of CPU contention, not just normal utilization.

63
MCQhard

A vSphere environment uses a vSphere Distributed Switch (vDS) with 10G uplinks and Network I/O Control (NIOC) enabled. Administrators report that during peak traffic, NFS storage traffic is experiencing high latency, while other traffic types remain unaffected. The vDS has default NIOC shares and limits. Which action should be taken to prioritize NFS traffic without completely starving other traffic?

A.Set a low bandwidth limit for the NFS traffic class.
B.Increase the shares for the NFS traffic class.
C.Set a high bandwidth reservation for the NFS traffic class.
D.Disable Network I/O Control on the vDS.
AnswerB

Increasing shares gives NFS higher relative weight during contention, ensuring it gets more bandwidth without hard limits, thus reducing latency while allowing other traffic to still use remaining bandwidth.

Why this answer

Option D is correct because increasing the shares for the NFS system traffic class gives it a higher proportion of bandwidth during contention, without imposing a hard limit. Option A is incorrect because setting a high limit for NFS could starve other traffic if NFS uses all bandwidth. Option B is incorrect because setting a low limit for NFS would cap NFS traffic, worsening performance.

Option C is incorrect because disabling NIOC removes all prioritization, making all traffic equal and not solving the issue.

64
Multi-Selectmedium

Which TWO options are valid methods to reduce vSphere storage latency? (Select two.)

Select 2 answers
A.Enable Storage I/O Control (SIOC).
B.Increase the number of storage adapters.
C.Use VMFS-6 with automatic space reclamation.
D.Use larger block sizes in VMFS.
E.Use vSAN with deduplication and compression.
AnswersA, B

SIOC provides I/O prioritization to reduce latency for important VMs.

Why this answer

Correct: B (SIOC) and D (more storage adapters). SIOC prioritizes I/O to reduce latency for critical VMs. More storage adapters increase parallelism.

Option A (space reclamation) helps efficiency but not latency. Option C (dedup/compression) may increase latency due to CPU overhead. Option E (larger block size) may help sequential but not reduce overall latency.

65
Multi-Selectmedium

Which TWO of the following are best practices for securing ESXi hosts? (Choose two.)

Select 2 answers
A.Grant the root user direct permissions on all hosts.
B.Disable the ESXi firewall to simplify management.
C.Enable lockdown mode on the host.
D.Allow DCUI access from trusted management networks.
E.Configure Active Directory integration for host authentication.
AnswersC, E

Lockdown mode disables direct root access via SSH and DCUI.

Why this answer

Options A and B are correct. Option A: Lockdown mode restricts direct root access. Option B: Active Directory integration allows centralized user management.

Option C is incorrect because DCUI should be restricted, not allowed from the network; DCUI is for local console. Option D is incorrect because keeping the firewall enabled is a security best practice. Option E is incorrect because using root directly is not recommended (use delegated admins).

66
MCQmedium

A company manages a vSphere 8 cluster with vLCM enabled. The administrator needs to remediate the cluster to apply a security patch. What should the administrator do to minimize performance impact on running workloads?

A.Enable Quick Boot in the cluster image configuration.
B.Use vSphere Live Migration to move workloads before remediation.
C.Use legacy baselines instead of vLCM to allow rolling updates.
D.Disable Distributed Power Management (DPM) to prevent hosts from powering off during remediation.
AnswerA

Quick Boot reduces the host reboot time by skipping hardware reinitialization, thus minimizing the time in maintenance mode.

Why this answer

Option B is correct because Quick Boot reduces the time ESXi hosts spend in maintenance mode during remediation, minimizing performance impact. Option A is wrong because vSphere Live Migration is not a feature for patching. Option C is wrong because legacy baselines are not used with vLCM.

Option D is wrong because disabling DPM is recommended but not the key to minimizing impact; Quick Boot provides the most benefit.

67
Drag & Dropmedium

Arrange the steps to create a new virtual machine in vSphere Client.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order

Why this order

The standard workflow: initiate creation, choose type, name/place, select compute, then storage and settings.

68
MCQeasy

An administrator needs to lock down an ESXi host for FIPS 140-2 compliance. Which step must be taken?

A.Disable the ESXi Shell and SSH services.
B.Enable lockdown mode on the ESXi host.
C.Configure a host profile with a security policy.
D.Enable FIPS mode in the host's BIOS.
AnswerB

Lockdown mode restricts direct console and SSH access, enforcing FIPS requirements.

Why this answer

Option C is correct. The ESXi host must be placed in lockdown mode to restrict direct access. Option A is incorrect because SSH can still be used even if the shell is disabled; lockdown mode disables both.

Option B is incorrect because host profiles help configure but do not enforce lockdown. Option D is incorrect because FIPS mode is a separate configuration.

69
MCQhard

A vSphere administrator is configuring Network I/O Control (NIOC) on a vSphere Distributed Switch to prioritize vMotion traffic during maintenance windows. The environment has three system traffic classes: Management, NFS, and vMotion. The administrator wants to ensure that when the network is congested, vMotion gets at least 50% of the available bandwidth, while Management and NFS each get at least 25%. Which NIOC configuration achieves this?

A.Set a limit of 500 Mbps for Management and NFS, and no limit for vMotion.
B.Set the vMotion traffic class shares to 50, Management shares to 25, and NFS shares to 25.
C.Set a reservation of 500 Mbps for vMotion, 250 Mbps for Management, and 250 Mbps for NFS.
D.Do nothing; NIOC is not needed because all traffic types are equally important.
AnswerB

Shares define relative priority; with these values, vMotion gets 50/100 = 50% during congestion, fulfilling the requirement.

Why this answer

Option A is correct because shares allocate bandwidth proportionally during contention. Setting shares to 50/25/25 gives vMotion 50% of the bandwidth when all are busy. Option B is incorrect because reservations guarantee minimum bandwidth but do not guarantee proportional allocation; plus, the question asks for 'at least' percentages during congestion, which shares handle.

Option C is incorrect because limits cap bandwidth and would prevent vMotion from using more than 500 Mbps, not guaranteeing 50% of available bandwidth. Option D is incorrect because disabling NIOC removes prioritization, making all traffic equal.

70
MCQhard

Refer to the exhibit. The ESXi host has three VMkernel interfaces. A vMotion operation fails with a routing error. Which is the most likely cause?

A.The vMotion VMkernel interface uses DHCP.
B.The vMotion VMkernel interface is on vmk1, but the default gateway points to vmk0.
C.The vMotion VMkernel interface is on vmk0, but the gateway is incorrect.
D.The vMotion VMkernel interface is on vmk2, but no route exists for the vMotion destination network.
AnswerD

If the destination is not on the same subnet as vmk2, a route is needed but missing.

71
MCQeasy

Refer to the exhibit. The administrator is troubleshooting performance for VM 'vm2'. Based on the log, what is the performance issue?

A.The host is overloaded with too many VMs
B.The VM is not experiencing significant CPU performance issues
C.The VM is experiencing high CPU ready time indicating starvation
D.The VM has a memory balloon driver issue
AnswerB

Ready time below 5% is normal; no issue.

Why this answer

The CPU ready time values (around 3%) are within acceptable thresholds (typically under 5%). There is no indication of contention or overcommitment.

72
MCQmedium

Refer to the exhibit. An administrator tries to enable vSAN on a host and receives this error. What is the most likely cause?

A.The vSAN cluster has insufficient hosts (needs at least 2).
B.The host does not have any disks installed.
C.The host has disks but they are not claimed for vSAN or not configured in a disk group.
D.The host's disks are all SSD and vSAN requires HDD for capacity tier.
AnswerC

vSAN disk groups must be created; just having disks is insufficient.

Why this answer

vSAN requires at least one disk group consisting of one or more capacity disks (and optionally a cache disk). The error indicates that no disk group is present or the disks are not properly claimed.

73
MCQhard

An administrator is configuring persistent memory (PMem) for a critical database VM. The host has 512 GB of Intel Optane PMem. The VM must be able to vMotion while PMem is used. Which configuration meets this requirement?

A.Use NVDIMM labels and create a datastore for PMem
B.Add a vPMem device to the VM and ensure the destination host has compatible PMem
C.Configure the VM to use PMem in hardware passthrough mode
D.Emulate PMem using SSD-backed virtual disks
AnswerB

vPMem (virtual PMem) allows vMotion between hosts with PMem capacity.

Why this answer

vMotion with PMem requires that the PMem is presented as a vPMem (virtual persistent memory) and the destination host has compatible PMem capacity. However, vMotion of VMs with PMem is only supported if the PMem is used as a vPMem disk in non-hardware passthrough mode. Option D is correct.

Option A (hardware passthrough) prevents vMotion. Option B (NVDIMM) is another term. Option C (software emulation) is not recommended.

74
MCQhard

A company has a vSphere cluster with 10 ESXi hosts managed by vLCM. They use a custom image that includes a third-party network driver. After updating the image to include a new version of the driver, remediation fails on all hosts with the error: 'The software specification contains a VIB that is not compatible with the host platform.' What is the most likely cause?

A.The new driver VIB is not compatible with the ESXi version in the image.
B.The vLCM image depot is corrupted.
C.The hosts have incompatible firmware.
D.The custom image is not signed by VMware.
AnswerA

The VIB must match the ESXi build; an incompatible version causes this error.

Why this answer

The error 'The software specification contains a VIB that is not compatible with the host platform' indicates that the VIB (vSphere Installation Bundle) in the custom image is not designed to run on the ESXi version specified in the image. vLCM validates VIB compatibility against the ESXi base image version, and a third-party driver VIB must be built for that exact ESXi build. Since the new driver version is incompatible with the ESXi version, remediation fails on all hosts.

Exam trap

The trap here is that candidates often assume the error is about signing or corruption, but vLCM specifically checks VIB-to-platform compatibility at the VIB metadata level, not the image's signature or depot integrity.

How to eliminate wrong answers

Option B is wrong because a corrupted vLCM image depot would typically cause download or checksum errors, not a specific VIB compatibility message. Option C is wrong because incompatible firmware would generate hardware-related errors (e.g., driver/firmware mismatch), not a VIB platform compatibility error. Option D is wrong because vLCM does not require custom images to be signed by VMware; it only validates VIB acceptance levels (e.g., VMwareCertified, PartnerSupported) and host acceptance levels, not a VMware signature on the entire image.

75
MCQeasy

An administrator needs to expand a VMFS6 datastore that is currently 2 TB in size. The LUN presented to the ESXi host has been expanded to 3 TB from the storage array. Which command should the administrator use to extend the datastore?

A.esxcli storage vmfs extend -l naa.60050768018603e1b800000000000001
B.esxcli storage vmfs grow -l naa.60050768018603e1b800000000000001
C.vmkfstools --extend /vmfs/devices/disks/naa.60050768018603e1b800000000000001
D.vmkfstools --growfs /vmfs/devices/disks/naa.60050768018603e1b800000000000001
AnswerD

This command extends the VMFS datastore to the full LUN size.

Why this answer

The correct command is `vmkfstools --growfs` because it is the only VMware-supported method to expand a VMFS6 datastore after the underlying LUN has been resized. This command grows the file system to use the newly available unpartitioned space on the device, without requiring a new partition. The `--growfs` option specifically targets the VMFS file system, not the partition, which is essential for VMFS6 datastores.

Exam trap

The trap here is that candidates often confuse the `esxcli storage vmfs` commands with the `vmkfstools` commands, mistakenly thinking `esxcli storage vmfs grow` is valid, or they assume `vmkfstools --extend` applies to datastores when it is actually for VMDK files.

How to eliminate wrong answers

Option A is wrong because `esxcli storage vmfs extend` is used to extend a VMFS datastore by adding a new extent (i.e., a new LUN or partition), not to grow the existing file system into unpartitioned space on the same LUN. Option B is wrong because `esxcli storage vmfs grow` is not a valid command; the correct `esxcli` subcommand for growing a VMFS datastore into unpartitioned space is `esxcli storage vmfs growfs`. Option C is wrong because `vmkfstools --extend` is used to extend a VMDK file, not a VMFS datastore; it operates on virtual disk files, not on the underlying storage device.

Page 1 of 7

Page 2

All pages