Courseiva
Back to VMware Certified Professional Data Center Virtualization VCP-DCV questions

Scenario-based practice

Troubleshooting Scenario Questions

Practise VMware Certified Professional Data Center Virtualization VCP-DCV practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

15
scenario questions
VCP-DCV
exam code
VMware
vendor

Scenario guide

How to approach troubleshooting scenario questions

These questions describe a network symptom and ask you to identify the root cause or the correct fix. They appear across all certification exams and reward systematic thinking over memorisation. The best candidates follow a consistent troubleshooting framework even under time pressure.

Quick answer

Troubleshooting Scenario Questions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Related practice questions

Related VCP-DCV topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1mediummultiple choice
Full question →

A vSphere administrator is troubleshooting a VM that is experiencing excessive disk latency. The VM is on a datastore accessed via NFS over a 1GbE network. The host shows high network utilization. Which action should be taken to improve performance?

Question 2easymultiple choice
Full question →

An administrator is troubleshooting a host compliance issue in a vLCM-managed cluster with an image based on ESXi 8.0. The exhibit shows the output of 'esxcli software vib list' on a non-compliant host. Which action is most likely to resolve the compliance issue?

Exhibit

Refer to the exhibit.
```
esxcli software vib list | grep -i nmlx
nmlx5-core                     5.0.0.22-1OEM.700.0.0.12345   VMware      VMwareCertified   2023-01-01
nmlx5-rdma                     5.0.0.22-1OEM.700.0.0.12345   VMware      VMwareCertified   2023-01-01
nmlx5-en                       5.0.0.22-1OEM.700.0.0.12345   VMware      VMwareCertified   2023-01-01
```
Question 3hardmulti select
Full question →

Which TWO troubleshooting steps should an administrator take when a host fails to remediate and shows 'compliance error: host firmware mismatch' in a vLCM cluster? (Choose two.)

Question 4hardmultiple choice
Full question →

A company runs a critical e-commerce platform on a vSphere 7 cluster with ESXi hosts connected to a vSAN datastore. The environment uses vSphere Trust Authority (vTA) and VM encryption with an external KMS. Recently, after a successful vTA attestation, one of the VMs (WebServer-01) failed to power on with the error: 'Unable to decrypt the encrypted virtual machine upon re-registration. Reason: The KMS server is unreachable.' The administrator verifies that other encrypted VMs on the same host power on successfully. The KMS cluster consists of two servers: KMS-01 and KMS-02, both accessible from the management network. The administrator checks the VM's configuration and finds that it uses a custom storage policy with encryption. What is the most likely cause of this specific VM's failure?

Question 5mediummultiple choice
Full question →

A global company manages multiple vSphere clusters across different data centers. They have a standard operating procedure to upgrade ESXi hosts every two years. The vSphere administrator is planning the upgrade of a critical production cluster that runs a mix of VMs, including some latency-sensitive applications. The cluster consists of 20 ESXi 7.0 Update 3 hosts managed by vLCM with a single image. The target is ESXi 8.0 Update 1. The administrator wants to minimize downtime and ensure rollback capability. The company has a hardware support manager (HSM) integrated with vLCM. After staging the new image, the administrator remediates the cluster. During the remediation of the first host, the host fails to reboot after applying the image and becomes unresponsive. What is the most likely cause of this failure?

Question 6mediummultiple choice
Open the full VLAN trunking answer →

A VM on a vSphere Distributed Switch is experiencing intermittent connectivity drops. The administrator checks the vDS health check and sees no errors. The physical switch logs show no issues. The VM is on a port group with VLAN 200. The administrator runs a ping from the VM to the gateway and notices packet loss. What should the administrator investigate next?

Question 7hardmultiple choice
Full question →

An administrator is troubleshooting a VM that is experiencing high latency on its virtual disks. The VM is connected to a vSphere datastore backed by an NFS share. The ESXi host has multiple VMkernel ports configured for NFS traffic. Which configuration change is most likely to improve storage performance?

Question 8hardmultiple choice
Full question →

An administrator configures permissions as shown in the exhibit. Users 'user1' and 'user2' are in the 'Limited' role which only allows 'Read' and 'Console interaction' privileges. User1 reports being unable to open a console to a VM running on host2.domain.com. What is the most likely cause?

Exhibit

Refer to the exhibit.

Output from ESXi host:
```
~ # esxcli system permission list
Path                                                                   User  Group  Role
/datacenter/host/cluster/host1.domain.com                              admin        Admin
/datacenter/host/cluster/host1.domain.com                              user1        Limited
/datacenter/host/cluster/host2.domain.com                              admin        Admin
/datacenter/host/cluster/host2.domain.com                              user2        Limited
```
Question 9hardmultiple choice
Open the full VLAN trunking answer →

Refer to the exhibit. An administrator notices that virtual machines on the Production port group are unable to communicate with hosts on VLAN 200. The Management and Storage port groups work fine. What is the most likely cause?

Exhibit

esxcfg-vswitch -l
Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks
vSwitch0          128         5           128               1500    vmnic0
VLAN ID: 0
DVS Name         Num Ports   Used Ports  Configured Ports  MTU     Uplinks
DSwitch          256         12          256               9000    vmnic1, vmnic2
  DVPortgroup: Management (VLAN 100, ports: 3)
  DVPortgroup: Production (VLAN 200, ports: 5)
  DVPortgroup: Storage (VLAN 300, ports: 4)

vmkping -I vmk0 192.168.100.1
PING 192.168.100.1 (192.168.100.1): 56 data bytes
64 bytes from 192.168.100.1: icmp_seq=0 ttl=64 time=0.345 ms
--- 192.168.100.1 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
Question 10mediummultiple choice
Full question →

A vSphere administrator is troubleshooting a VM that has been disconnected from its virtual disk. The VM's virtual disk file (vmdk) is still present on the datastore, but the VM cannot be powered on. Which step should the administrator take first to resolve the issue?

Question 11hardmultiple choice
Full question →

A financial institution operates a vSphere 7 environment with 1,000 VMs, many of which process sensitive data. The security team mandates VM encryption at rest using a Key Management Server (KMS) cluster. The administrator has configured the KMS cluster as a key provider in vCenter and enabled encryption on a test VM, which works correctly. However, after adding a new ESXi host to the cluster and attempting to power on a previously encrypted VM, the VM fails to start with the error: 'Key provider unavailable for host <hostname>.' The new host is correctly licensed for encryption and has network connectivity to the KMS. The administrator verifies that the KMS cluster is operational and that other hosts can power on encrypted VMs. What is the most likely cause of this issue?

Question 12hardmulti select
Full question →

An administrator is troubleshooting a vLCM cluster that has multiple ESXi hosts with non-compliant status. The cluster uses a single image with an HSM for firmware. Which TWO actions should the administrator take to identify the root cause of non-compliance? (Choose two.)

Question 13mediummultiple choice
Full question →

An administrator is troubleshooting a VM that is running slowly. The VM has 4 vCPUs and 16 GB of memory. The host has 2 physical CPUs with 10 cores each, hyper-threading enabled. The administrator runs esxtop and sees that %RDY for the VM is consistently above 15%. Which action would most likely reduce the ready time?

Question 14mediummultiple choice
Open the full VLAN trunking answer →

A vSphere administrator is troubleshooting connectivity issues for a virtual machine on a standard switch. The VM is configured with VLAN 100, but cannot ping the default gateway. The VMkernel port on the host is on VLAN 200. The physical switch port connected to the host is configured as a trunk port allowing VLANs 100 and 200. Which action should the administrator take to resolve the issue?

Question 15mediummultiple choice
Full question →

An administrator needs to capture traffic from a specific virtual machine for troubleshooting. Which vSphere networking feature should be used?

These VCP-DCV practice questions are part of Courseiva's free VMware certification practice question bank. Courseiva provides original exam-style VCP-DCV questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.