VMware Certified Professional - Data Center Virtualization (VCP-DCV) — Questions and Answers
Question 1: Which vSphere storage technology allows administrators to pool local flash and HDD storage across ESXi hosts to create a shared datastore?
- VMFS datastore on shared FC SAN
- NFS datastore on NAS array
- Raw Device Mapping (RDM)
- vSAN (Virtual SAN) (Correct answer)
Correct answer: vSAN (Virtual SAN)
VMware vSAN aggregates local storage devices (SSDs and HDDs) from multiple ESXi hosts into a distributed, shared datastore managed through storage policies.
Question 2: What is the default port group created on a vSphere Standard Switch when an ESXi host is first configured?
- Management Network
- vMotion Network
- VM Network (Correct answer)
- Storage Network
Correct answer: VM Network
VM Network is the default port group created on a vSphere Standard Switch during initial ESXi host configuration.
Question 3: In vSphere DRS, what does an 'aggressive' migration threshold mean?
- DRS will only migrate VMs when there is a critical imbalance
- DRS disables automatic migrations and only makes recommendations
- DRS migrates VMs only during maintenance window hours
- DRS will apply even small performance improvements by migrating VMs frequently (Correct answer)
Correct answer: DRS will apply even small performance improvements by migrating VMs frequently
An aggressive DRS threshold (level 5) triggers migrations for even minor load imbalances, prioritizing performance optimization over migration overhead.
Question 4: What is the recommended maximum CPU Ready value (%) that indicates acceptable VM performance in vSphere?
- 20%
- 5% (Correct answer)
- 10%
- 1%
Correct answer: 5%
A CPU Ready value above 5% typically indicates CPU contention and potential performance degradation for the VM.
Question 5: Which vSphere component manages the lock mechanism that prevents multiple ESXi hosts from writing to the same VMFS datastore file simultaneously?
- NFS file locking protocol
- vCenter Server
- vSphere HA master host
- SCSI reservations and ATS (Atomic Test and Set) (Correct answer)
Correct answer: SCSI reservations and ATS (Atomic Test and Set)
VMFS uses SCSI reservations and the hardware-accelerated Atomic Test and Set (ATS) primitive to manage file locking and prevent concurrent write conflicts across hosts.
Question 6: Which VMware feature enforces DISA STIG compliance by applying a standardized security baseline to ESXi hosts automatically?
- vCenter Update Manager
- vSphere Distributed Resource Scheduler
- NSX Intelligence
- vSphere Host Profiles (Correct answer)
Correct answer: vSphere Host Profiles
vSphere Host Profiles capture and enforce a reference host configuration — including STIG hardening settings — across all ESXi hosts in a cluster.
Question 7: What does the vSphere 'Proactive HA' feature do when a hardware health sensor on a host degrades?
- Triggers a full cluster rebalance via DRS
- Evacuates VMs from the degraded host before it fails completely (Correct answer)
- Immediately powers off the host
- Sends an alert but takes no automated action
Correct answer: Evacuates VMs from the degraded host before it fails completely
Proactive HA integrates with hardware health monitoring to evacuate VMs from a host showing degraded hardware signals before a full failure occurs.
Question 8: Why is documentation important in VCP technology management?
- Documentation slows down technology work unnecessarily
- It ensures knowledge transfer, supports troubleshooting, and maintains operational continuity (Correct answer)
- Only new systems require any documentation at all
- Documentation is only needed for compliance audits
Correct answer: It ensures knowledge transfer, supports troubleshooting, and maintains operational continuity
Technical documentation captures system configurations, procedures, and decisions, enabling knowledge transfer between team members, efficient troubleshooting, and operational continuity regardless of staff changes.
Question 9: Which vSphere feature continuously monitors cluster resource usage and proactively predicts capacity shortfalls?
- vSphere DRS
- vCenter Capacity Planning Plugin
- vSphere HA Admission Control
- vRealize Operations Manager (Correct answer)
Correct answer: vRealize Operations Manager
vRealize Operations Manager uses predictive analytics to forecast when cluster resources will be exhausted based on historical trends.
Question 10: What is the recommended approach for capacity planning quality assurance in a vSphere environment?
- Size each host at maximum capacity to minimize hardware costs
- Rely solely on vSphere HA to handle any capacity shortfalls
- Maintain headroom by keeping average cluster utilization below 80% to handle failures and spikes (Correct answer)
- Purchase new hardware only when hosts reach 100% CPU utilization
Correct answer: Maintain headroom by keeping average cluster utilization below 80% to handle failures and spikes
Keeping average cluster utilization below 80% ensures sufficient headroom for host failure scenarios, traffic spikes, and HA failover resource requirements.
Question 11: Which VMware vSAN policy attribute controls the number of host or disk failures a vSAN object can tolerate?
- Object Space Reservation
- Number of Disk Stripes per Object
- Flash Read Cache Reservation
- Failures to Tolerate (FTT) (Correct answer)
Correct answer: Failures to Tolerate (FTT)
The Failures to Tolerate (FTT) policy attribute defines how many simultaneous host, disk, or network failures a vSAN storage object can withstand without data loss.
Question 12: Why is written communication important in VCP practice?
- It is less effective than verbal communication in all situations
- Modern technology has eliminated the need for written communication
- Written records are only needed for legal disputes
- It creates a permanent record, ensures clarity, and provides reference for future actions (Correct answer)
Correct answer: It creates a permanent record, ensures clarity, and provides reference for future actions
Written communication creates documented records, provides clarity through careful word choice, allows review before sending, and serves as reference material for decisions and future actions.
Question 13: A risk register entry notes that patching ESXi hosts is 'deferred due to change freeze.' What risk category does this BEST represent?
- Vendor risk transferred to VMware support
- Strategic risk
- Compliance risk that must be escalated immediately
- Operational risk — accepted risk with planned remediation timeline (Correct answer)
Correct answer: Operational risk — accepted risk with planned remediation timeline
Deferring a known patch due to change freeze is an accepted operational risk; the organization acknowledges the risk and plans to address it when the freeze lifts.
Question 14: An ESXi host shows a 'purple screen of death' (PSOD). What is the recommended first step for quality analysis?
- Reinstall ESXi on the host
- Capture the vmkernel dump for VMware support analysis (Correct answer)
- Immediately reboot the host to restore services
- Migrate all VMs to another host and decommission it
Correct answer: Capture the vmkernel dump for VMware support analysis
A PSOD generates a vmkernel core dump containing diagnostic information; capturing it is critical before rebooting so VMware support can analyze the root cause.
Question 15: In vSphere, what metric is used to measure the percentage of time a VM is waiting for CPU resources?
- CPU Demand
- CPU Costop
- CPU Usage
- CPU Ready (Correct answer)
Correct answer: CPU Ready
CPU Ready measures the percentage of time a VM is in a ready state waiting to be scheduled on a physical CPU.
Question 16: Which VMware vSphere privilege category must be tightly controlled to comply with the principle of least privilege required by frameworks like NIST SP 800-53 AC-6?
- Virtual Machine.Interact.Console Interact privilege
- Network.Assign Network privilege
- Global.Act As vCenter Server privilege (Correct answer)
- Datastore.Browse privilege
Correct answer: Global.Act As vCenter Server privilege
The 'Global.Act As vCenter Server' privilege grants nearly unrestricted administrative rights and must be restricted to prevent privilege escalation, supporting AC-6 least privilege controls.
Question 17: What is the purpose of the ESXi DCUI (Direct Console User Interface)?
- To deploy new virtual machines from templates
- To provide local host management when the network or vCenter is unavailable (Correct answer)
- To monitor VM performance metrics in real time
- To configure vSphere Distributed Switch port groups
Correct answer: To provide local host management when the network or vCenter is unavailable
The DCUI provides a text-based console interface directly on the ESXi host for local management tasks such as network configuration and troubleshooting when vCenter is unreachable.
Question 18: Which ESXi resource management construct sets a guaranteed minimum amount of CPU or memory that a virtual machine will always receive?
- Reservation (Correct answer)
- Limit
- Share
- Entitlement
Correct answer: Reservation
A reservation guarantees that a specified amount of CPU (MHz) or memory (MB) is always available to a virtual machine, regardless of host contention.
Question 19: What is service level agreement (SLA) in VCP technology?
- A legal document for employee termination
- A type of software programming language
- An equipment warranty document from the manufacturer
- A formal agreement defining expected service performance standards between provider and client (Correct answer)
Correct answer: A formal agreement defining expected service performance standards between provider and client
An SLA defines specific, measurable performance standards (uptime, response time, resolution time) that a service provider commits to deliver, with consequences for failing to meet these standards.
Question 20: During a compliance audit, an auditor asks for evidence that no single administrator can both approve and implement a change to production VMs. Which governance control satisfies this requirement?
- vSphere High Availability admission control
- vSAN stretched cluster configuration
- Separation of Duties enforced via vCenter RBAC with distinct approval and implementation roles (Correct answer)
- vSphere Tag-based resource policies
Correct answer: Separation of Duties enforced via vCenter RBAC with distinct approval and implementation roles
Separation of Duties implemented through distinct vCenter RBAC roles ensures no single user can both request/approve and execute changes, a key control for SOX, PCI DSS, and ISO 27001.
Question 21: What is the minimum number of ESXi hosts required to form a vSAN cluster?
- 2
- 3 (Correct answer)
- 6
- 4
Correct answer: 3
A standard vSAN cluster requires a minimum of 3 ESXi hosts to maintain quorum and data availability with FTT=1.
Question 22: Which feature in vSphere allows live migration of virtual machines between ESXi hosts without any downtime?
- vMotion (Correct answer)
- Fault Tolerance (FT)
- High Availability (HA)
- Storage vMotion
Correct answer: vMotion
vMotion enables live migration of powered-on virtual machines between ESXi hosts with zero downtime by transferring VM memory and state.
Question 23: Which vSphere feature provides zero-downtime protection for VMs by maintaining a continuous mirror of a running VM on a secondary host?
- vSphere High Availability (HA)
- vSphere DRS
- vSphere Fault Tolerance (FT) (Correct answer)
- vSphere Replication
Correct answer: vSphere Fault Tolerance (FT)
vSphere Fault Tolerance maintains a live shadow VM on a secondary host that continuously mirrors the primary VM's execution state, providing zero RPO and zero RTO protection.
Question 24: Which report in vCenter Server shows the total number of VMs, hosts, and clusters across a vSphere environment at an inventory level?
- Compliance Report
- Inventory Report (Correct answer)
- Capacity Report
- Health Report
Correct answer: Inventory Report
The Inventory Report in vCenter provides a summary count of all managed objects including VMs, hosts, datastores, and clusters.
Question 25: What is the primary goal of regulatory compliance in VCP practice?
- Ensuring adherence to laws and standards that govern professional practice (Correct answer)
- Increasing operational costs for the organization
- Creating unnecessary bureaucratic processes
- Limiting professional creativity and innovation
Correct answer: Ensuring adherence to laws and standards that govern professional practice
Regulatory compliance ensures professionals and organizations follow applicable laws, industry regulations, and professional standards to protect public safety and maintain quality.
Question 26: A company subject to GLBA must protect nonpublic personal financial information. Which VMware capability supports GLBA's Safeguards Rule by restricting VM-to-VM traffic within the same VLAN?
- NSX-T Distributed Firewall micro-segmentation (Correct answer)
- vSphere vMotion encryption
- vSAN Erasure Coding
- vCenter Role-Based Access Control
Correct answer: NSX-T Distributed Firewall micro-segmentation
NSX-T's Distributed Firewall enforces east-west traffic policies between VMs on the same VLAN, preventing lateral movement that could expose financial data protected under GLBA.
Question 27: Which vSphere networking feature allows traffic from multiple VLANs to traverse a single physical network uplink?
- Network I/O Control (NIOC)
- VLAN trunking (802.1Q) (Correct answer)
- NIC teaming
- Link Aggregation (LACP)
Correct answer: VLAN trunking (802.1Q)
VLAN trunking using 802.1Q tagging allows multiple VLAN traffic streams to share a single physical uplink between a switch and an ESXi host.
Question 28: A stakeholder from the compliance team asks whether vSphere environments meet audit requirements. Which response best demonstrates effective communication?
- Provide a compliance matrix mapping vSphere controls to specific regulatory requirements with evidence artifacts (Correct answer)
- Tell them to consult the VMware documentation themselves
- Redirect them to the legal department without providing technical input
- Reply that vSphere is enterprise-grade and inherently compliant
Correct answer: Provide a compliance matrix mapping vSphere controls to specific regulatory requirements with evidence artifacts
A compliance matrix with control mappings and evidence artifacts directly addresses audit needs and demonstrates collaboration with the compliance team.
Question 29: What does a consistently high 'Co-Stop' (CSTP) metric in esxtop indicate for a virtual machine?
- The VM has too few vCPUs assigned
- The VM's memory is being aggressively ballooned
- The VM's network adapter is dropping packets
- The VM's vCPUs are frequently forced to wait for other vCPUs to be co-scheduled simultaneously (Correct answer)
Correct answer: The VM's vCPUs are frequently forced to wait for other vCPUs to be co-scheduled simultaneously
Co-Stop occurs when a multi-vCPU VM's virtual CPUs cannot all be scheduled simultaneously, indicating CPU resource contention for SMP VMs.
Question 30: A VMware project team is using an Agile-hybrid approach for a vRealize Automation implementation. Which artifact is used to prioritize features for each sprint?
- Gantt chart
- Work Breakdown Structure
- Product backlog (Correct answer)
- Risk register
Correct answer: Product backlog
The product backlog is a prioritized list of features and work items that the team selects from for each sprint.
Question 31: Which protocol does NFS datastores in vSphere rely on for communication between ESXi hosts and the storage server?
- NVMe over Fabrics
- NFS over TCP/IP (NFSv3 or NFSv4.1) (Correct answer)
- Fibre Channel
- iSCSI over TCP/IP
Correct answer: NFS over TCP/IP (NFSv3 or NFSv4.1)
ESXi connects to NFS datastores using NFS v3 or v4.1 over standard TCP/IP network connections.
Question 32: During a vSAN implementation, the lead engineer knowingly undersizes the cluster to stay within budget but does not inform the customer. This behavior violates which professional principle?
- Honesty and transparency (Correct answer)
- Efficiency
- Vendor compliance
- Cost optimization
Correct answer: Honesty and transparency
Knowingly delivering a solution that does not meet requirements without disclosure violates honesty and transparency.
Question 33: In vSphere, what is an 'Orphaned' virtual machine?
- A VM template that has been converted to a VM
- A VM registered in vCenter inventory but whose files no longer exist on the datastore (Correct answer)
- A VM running on a host not managed by vCenter
- A VM that has no snapshots
Correct answer: A VM registered in vCenter inventory but whose files no longer exist on the datastore
An orphaned VM appears in vCenter inventory but its underlying files on the datastore are missing or inaccessible, typically due to accidental deletion or datastore failure.
Question 34: A financial analyst asks an IT manager to separate IT spending into CapEx and OpEx categories. Which VMware-related expense is correctly classified as OpEx?
- Annual VMware support and subscription (SnS) renewals (Correct answer)
- Initial VMware perpetual license purchase
- SAN storage arrays
- Server hardware for ESXi hosts
Correct answer: Annual VMware support and subscription (SnS) renewals
Annual Support and Subscription (SnS) renewals are recurring operational expenses (OpEx), while initial perpetual licenses and hardware are capital expenditures (CapEx).
Question 35: A VMware professional realizes their vSphere design recommendation was incorrect and has already been implemented, causing performance degradation. What should they do?
- Blame the performance issues on hardware limitations
- Proactively disclose the error to the client and propose a remediation plan (Correct answer)
- Quietly issue a change request without acknowledging the original error
- Say nothing and wait for the client to notice
Correct answer: Proactively disclose the error to the client and propose a remediation plan
Professional accountability requires proactive disclosure of one's own errors and offering a remediation plan.
Question 36: What is the function of Storage vMotion in vSphere?
- It converts thick-provisioned disks to thin during migration
- It migrates VM memory state between datastores without downtime
- It live-migrates VM disk files from one datastore to another while the VM runs (Correct answer)
- It replicates VM disks to a remote site for disaster recovery
Correct answer: It live-migrates VM disk files from one datastore to another while the VM runs
Storage vMotion enables live migration of virtual machine disk files between datastores with no VM downtime, allowing storage maintenance and rebalancing.
Question 37: What does the vSphere esxtop utility measure that helps diagnose storage performance issues?
- Memory page fault frequency
- Network packet loss rates
- Disk latency (DAVG and KAVG) (Correct answer)
- CPU cache miss rates
Correct answer: Disk latency (DAVG and KAVG)
esxtop's disk panel shows DAVG (device average latency) and KAVG (kernel average latency), which are critical for diagnosing storage bottlenecks.
Question 38: Which VMware solution provides agentless antivirus and endpoint protection for VMs by offloading security scanning to a dedicated Security VM?
- VMware NSX Guest Introspection (Correct answer)
- VMware Carbon Black Cloud
- vSphere Trust Authority
- VMware AppDefense
Correct answer: VMware NSX Guest Introspection
NSX Guest Introspection enables agentless security by offloading antivirus scanning from individual VMs to a dedicated partner Security VM running on each ESXi host.
Question 39: What does 'VM hardware compatibility level' determine in vSphere?
- The ESXi version features available to a VM and migration compatibility across hosts (Correct answer)
- The maximum vCPUs a VM can have
- The network driver used by the VM's virtual NIC
- The storage adapter type used by VM disk files
Correct answer: The ESXi version features available to a VM and migration compatibility across hosts
VM hardware compatibility level (version) determines which vSphere features are available to a VM and the minimum ESXi host version required to run it.
Question 40: VMware recommends keeping snapshot chains for production VMs to a maximum of how many snapshots?
- 32
- 1
- 2–3 (Correct answer)
- 10
Correct answer: 2–3
VMware recommends no more than 2–3 snapshots in a chain for production VMs because longer chains degrade I/O performance and complicate consolidation.
Question 41: During a vSphere capacity review, a stakeholder proposes reducing VM reservations to free up resources. What communication response demonstrates technical leadership?
- Agree immediately to satisfy the stakeholder
- Refuse without providing a technical rationale
- Explain the risk of removing reservations on latency-sensitive workloads and propose right-sizing as an alternative approach (Correct answer)
- Implement the change and monitor for problems without stakeholder discussion
Correct answer: Explain the risk of removing reservations on latency-sensitive workloads and propose right-sizing as an alternative approach
Explaining technical risks while offering a viable alternative demonstrates expertise and guides stakeholders to better decisions without shutting down the conversation.
Question 42: Which vSphere 7 feature automatically patches ESXi hosts while keeping the cluster online using sequential host maintenance?
- vSphere Host Profiles with compliance remediation
- vSphere Auto Deploy
- vSphere Lifecycle Manager (vLCM) with cluster remediation (Correct answer)
- vSphere Update Manager baseline groups
Correct answer: vSphere Lifecycle Manager (vLCM) with cluster remediation
vSphere Lifecycle Manager remediates entire clusters by placing hosts into maintenance mode sequentially while DRS migrates VMs to maintain availability.
Question 43: In vCenter Server, which rollup type for historical performance data calculates the mean of all samples collected during a rollup period?
- Minimum
- Average (Correct answer)
- Summation
- Latest
Correct answer: Average
The Average rollup type computes the arithmetic mean of all collected samples within a rollup interval, smoothing out short-term spikes.
Question 44: When budgeting for a VMware vSAN deployment, which cost component is most commonly underestimated by IT teams?
- Initial hardware purchase price
- Server rack space
- Network switch upgrades for 10/25GbE connectivity (Correct answer)
- VMware software licenses
Correct answer: Network switch upgrades for 10/25GbE connectivity
vSAN requires high-speed network connectivity (10GbE minimum, 25GbE recommended) which often requires switch upgrades that teams overlook during initial budgeting.
Question 45: A vSphere administrator wants to reduce the risk of VM sprawl causing resource exhaustion. Which governance approach best addresses this?
- Enabling vSphere Storage I/O Control
- Increasing cluster memory capacity
- Enabling DRS in fully automated mode
- Implementing VM lifecycle management policies and decommissioning workflows (Correct answer)
Correct answer: Implementing VM lifecycle management policies and decommissioning workflows
VM lifecycle management policies define provisioning approval workflows and decommissioning processes that directly prevent uncontrolled VM sprawl.
Question 46: A project manager is conducting quality assurance on a vSphere implementation. Which activity involves auditing processes to ensure they are being followed correctly?
- Quality Audit (Correct answer)
- Quality Control inspection
- Change Impact Analysis
- Risk Review
Correct answer: Quality Audit
A quality audit examines whether project processes and standards are being applied properly, not just outcomes.
Question 47: What is the role of the vCenter Server Appliance (VCSA) in a vSphere environment?
- It runs virtual machine workloads directly
- It stores VM disk images and snapshots
- It provides centralized management, automation, and orchestration of ESXi hosts and VMs (Correct answer)
- It handles physical network switching between hosts
Correct answer: It provides centralized management, automation, and orchestration of ESXi hosts and VMs
vCenter Server Appliance (VCSA) is the central management platform for vSphere, enabling administration of ESXi hosts, VMs, clusters, and policies from a single interface.
Question 48: In vSphere performance monitoring, what does a 'ready' time value greater than 5% on a virtual CPU indicate?
- The VM vCPU is waiting for physical CPU time (Correct answer)
- The VM has insufficient memory allocated
- The VM storage adapter is saturated
- The VM is experiencing high network latency
Correct answer: The VM vCPU is waiting for physical CPU time
CPU Ready time above 5% means the vCPU is ready to execute but waiting for a physical CPU to become available, indicating CPU contention on the host.
Question 49: Which storage policy component in vSAN defines how data is distributed across disk groups for performance?
- Flash read cache reservation
- Failures to tolerate
- Object space reservation
- Number of disk stripes per object (Correct answer)
Correct answer: Number of disk stripes per object
The 'number of disk stripes per object' policy controls how many capacity devices each storage object is striped across, affecting performance.
Question 50: What does the 'swapped' memory metric in vSphere indicate about a virtual machine?
- The VM's memory has been written to the VMkernel swap file due to host memory pressure (Correct answer)
- The VM has migrated to a different host via vMotion
- The VM's memory reservation has been exceeded
- The VM is using ballooning to return memory to the host
Correct answer: The VM's memory has been written to the VMkernel swap file due to host memory pressure
Swapped memory indicates that the VMkernel has written the VM's memory pages to a .vswp swap file on disk because the host lacks sufficient physical RAM.
Question 51: Which ESXi command-line tool is used to manage ESXi configuration and perform troubleshooting tasks from the ESXi Shell?
- vmkfstools
- esxcli (Correct answer)
- esxcfg-nics
- vmrun
Correct answer: esxcli
esxcli is the primary command-line interface for configuring and troubleshooting ESXi hosts directly from the ESXi Shell or remotely.
Question 52: Which vSphere statistics collection level captures only basic CPU, memory, disk, and network averages with the lowest storage overhead?
- Level 1 (Correct answer)
- Level 4
- Level 3
- Level 2
Correct answer: Level 1
Statistics Level 1 collects only aggregated averages for the four primary resource types, minimizing database storage requirements.
Question 53: Which VMware product includes built-in capacity planning that helps predict when additional hardware budget will be needed before resources run out?
- vCenter Server
- VMware Site Recovery Manager
- vSphere Update Manager
- VMware Aria Operations (formerly vRealize Operations) (Correct answer)
Correct answer: VMware Aria Operations (formerly vRealize Operations)
VMware Aria Operations includes capacity analytics and 'Time Remaining' projections that predict when current hardware will reach capacity, enabling proactive budget planning.
Question 54: Which vSphere feature allows a virtual machine to be moved from one ESXi host to another without any downtime?
- High Availability
- vMotion (Correct answer)
- Fault Tolerance
- Storage vMotion
Correct answer: vMotion
vMotion enables live migration of running VMs between ESXi hosts with zero downtime by transferring memory state over the network.
Question 55: What is a root cause analysis in VCP quality assurance?
- A systematic investigation to identify the fundamental underlying cause of a problem (Correct answer)
- A method for counting defects in a product
- A technique for assigning blame after an incident
- A superficial review of symptoms only
Correct answer: A systematic investigation to identify the fundamental underlying cause of a problem
Root cause analysis digs beyond immediate symptoms to find the fundamental cause of a problem, enabling corrective actions that prevent recurrence rather than just addressing surface-level issues.
Question 56: A VMware administrator is calculating the break-even point for moving from physical to virtual servers. If virtualization saves $50,000/year in operating costs and the implementation costs $150,000, what is the payback period?
- 3 years (Correct answer)
- 4 years
- 2 years
- 1 year
Correct answer: 3 years
$150,000 implementation cost divided by $50,000 annual savings equals a 3-year payback period.
Question 57: Which vSphere DRS automation level requires manual administrator approval before migrating VMs?
- Manual (Correct answer)
- Fully Automated
- Conservative
- Partially Automated
Correct answer: Manual
In Manual DRS mode, vSphere generates migration recommendations but requires administrator approval before any VM is moved.
Question 58: An administrator configures a vSphere VM with CPU Hot Add enabled. What does this capability allow?
- Live migrating a VM while it is under CPU load
- Automatically increasing CPU reservations during peak usage
- Scheduling CPU affinity across NUMA nodes
- Adding virtual CPUs to a running VM without powering it off (Correct answer)
Correct answer: Adding virtual CPUs to a running VM without powering it off
CPU Hot Add allows additional vCPUs to be added to a powered-on VM, provided the guest OS supports hot-plug CPU functionality.
Question 59: When a VMware certification holder allows another person to use their VCP credentials to bid on a project, this action violates which principle?
- Cost efficiency
- Vendor partnership agreements
- Professional credential integrity and misrepresentation (Correct answer)
- Team collaboration
Correct answer: Professional credential integrity and misrepresentation
Allowing others to use personal certifications is credential fraud and violates the integrity requirements of all professional certifications.
Question 60: A business stakeholder requests that a critical production VM be migrated to a different datastore immediately without a maintenance window. How should the VCP professional respond?
- Refuse the request and explain that all changes require a two-week change freeze
- Perform the storage vMotion immediately as requested without question
- Assess the risk of an immediate storage vMotion, communicate the process and any potential impact, and proceed with the stakeholder's informed consent (Correct answer)
- Schedule the migration for the next quarterly maintenance window without notifying the stakeholder of the delay
Correct answer: Assess the risk of an immediate storage vMotion, communicate the process and any potential impact, and proceed with the stakeholder's informed consent
Storage vMotion can typically be performed live, but the administrator should assess risk, communicate the process, and obtain informed consent before proceeding.
Question 61: Which vSphere component is responsible for abstracting physical network resources and providing logical switching capabilities for virtual machines?
- NSX-T Edge node
- vSphere Standard Switch (VSS)
- vSphere Distributed Switch (VDS) (Correct answer)
- VMkernel adapter
Correct answer: vSphere Distributed Switch (VDS)
vSphere Distributed Switch (VDS) abstracts physical network resources and provides centralized logical switching across multiple ESXi hosts.
Question 62: Which VMware feature enables administrators to enforce compliance and desired-state configuration across ESXi hosts using baseline profiles?
- vSphere Update Manager (VUM)
- vSphere Configuration Profiles
- vSphere Lifecycle Manager (vLCM) (Correct answer)
- VMware Skyline
Correct answer: vSphere Lifecycle Manager (vLCM)
vSphere Lifecycle Manager (vLCM) manages the lifecycle of ESXi hosts using image-based or baseline-based remediation to enforce compliance across the cluster.
Question 63: Which VMware tool provides real-time visibility into vSphere performance metrics and helps identify bottlenecks across compute, storage, and network?
- VMware Site Recovery Manager
- vRealize Operations Manager (Correct answer)
- vSphere Update Manager
- vCenter Server Appliance
Correct answer: vRealize Operations Manager
vRealize Operations Manager (vROps) provides real-time and historical performance analytics with AI-driven anomaly detection across the vSphere infrastructure.
Question 64: What is the difference between quantitative and qualitative data in VCP analysis?
- They are interchangeable terms for the same type of data
- Quantitative data cannot be used in professional settings
- Quantitative data is numerical and measurable; qualitative data is descriptive and categorical (Correct answer)
- Qualitative data is always more accurate than quantitative
Correct answer: Quantitative data is numerical and measurable; qualitative data is descriptive and categorical
Quantitative data consists of numerical measurements that can be statistically analyzed, while qualitative data consists of descriptive observations, opinions, and categories that provide context and depth.
Question 65: A VCP candidate is leading a migration from vSphere 7 to vSphere 8. A department head is concerned about application downtime. Which stakeholder management technique should be applied first?
- Schedule a requirements-gathering session to identify the department's RTO and RPO expectations (Correct answer)
- Escalate the concern to the CIO immediately without investigation
- Proceed with migration and inform stakeholders after completion
- Reassure the department head that vMotion eliminates all downtime without gathering specifics
Correct answer: Schedule a requirements-gathering session to identify the department's RTO and RPO expectations
Gathering RTO/RPO requirements before making commitments ensures the migration plan aligns with the business's actual tolerance for disruption.
Question 66: An administrator notices high disk 'aborted commands' in vSphere performance charts. What does this metric primarily indicate?
- Storage I/O commands were terminated before completion, often due to path failures (Correct answer)
- VMDK files have exceeded their maximum size
- The datastore is running out of free space
- Virtual disk snapshots are corrupted
Correct answer: Storage I/O commands were terminated before completion, often due to path failures
Aborted commands in storage metrics indicate SCSI commands that were terminated prematurely, typically caused by path failures or HBA issues.
Question 67: Which vSphere feature automatically restarts virtual machines on another host when a host failure is detected?
- vSphere FT
- vSphere vMotion
- vSphere DRS
- vSphere HA (Correct answer)
Correct answer: vSphere HA
vSphere HA monitors hosts and automatically restarts VMs on surviving hosts when a host failure is detected.
Question 68: What is the default data collection interval for real-time performance statistics in vCenter Server?
- 10 seconds
- 60 seconds
- 20 seconds (Correct answer)
- 30 seconds
Correct answer: 20 seconds
vCenter Server collects real-time performance data at 20-second intervals, which is the default sampling rate for live monitoring.
Question 69: Which vSphere feature monitors ESXi host and virtual machine performance and automatically balances workloads across hosts in a cluster?
- vSphere HA
- vSphere FT
- vSphere DRS (Correct answer)
- vSphere DPM
Correct answer: vSphere DRS
vSphere Distributed Resource Scheduler (DRS) monitors resource utilization and automatically migrates VMs via vMotion to balance workloads.
Question 70: A vSphere administrator is configuring ESXi hosts for a FedRAMP Moderate baseline. Which FIPS 140-2 validated cryptographic mode must be enabled on ESXi?
- vCenter Enhanced Linked Mode
- VMware vSphere Lifecycle Manager patch baseline
- ESXi FIPS mode via advanced system setting UserVars.ESXiFIPSMode (Correct answer)
- vSAN Deduplication
Correct answer: ESXi FIPS mode via advanced system setting UserVars.ESXiFIPSMode
Enabling ESXi FIPS mode forces the use of FIPS 140-2 validated cryptographic modules for SSH, TLS, and other protocols, as required by FedRAMP Moderate controls.
Question 71: In vRealize Operations, which metric type represents the highest observed value within a collection interval?
- Minimum
- Average
- Maximum (Correct answer)
- Summation
Correct answer: Maximum
The Maximum metric type captures the peak value recorded during a given collection interval, useful for identifying resource spikes.
Question 72: Which vRealize Operations dashboard widget displays the top N objects ranked by a specific metric over a selected time period?
- Top-N Widget (Correct answer)
- Metric Sparkline
- Object Relationship Widget
- Scoreboard Widget
Correct answer: Top-N Widget
The Top-N Widget in vRealize Operations ranks and displays the highest or lowest performing objects for a chosen metric, helping prioritize troubleshooting.
VMware Certified Professional - Data Center Virtualization (VCP-DCV)
The VCP-DCV certification validates expertise in VMware vSphere 8.x, covering deployment, configuration, management, and troubleshooting of virtualized data center infrastructure using ESXi and vCenter Server.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds