CCNA Vsphere Architecture Questions

59 questions · Vsphere Architecture topic · All types, answers revealed

1
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.

2
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.

3
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.

4
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.

5
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.

6
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.

7
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.

8
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.

9
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.

10
MCQhard

An administrator wants to deploy a new ESXi host using vSphere Lifecycle Manager (vLCM). The host has a different hardware version than the cluster baseline. Which action is required?

A.Use a host profile to apply the configuration.
B.Create a separate cluster with a compatible image specification for the new host.
C.Replace the host hardware to match the baseline.
D.Manually install the same ESXi version on the host before adding to the cluster.
AnswerB

Hardware differences may require a different image.

Why this answer

Option C is correct. vLCM uses hardware compatibility checks; if the host is not compatible, it must be placed in a separate cluster or remediated via image-based management. Option A is not standard. Option B is handled by vLCM automatically if compatible.

Option D is incorrect as vLCM can handle heterogeneous hardware if using clusters with multiple hardware vendors.

11
MCQeasy

A vSphere administrator needs to ensure that a critical VM restarts automatically if the ESXi host fails. Which feature should be configured?

A.vSphere vMotion
B.vSphere HA
C.vSphere DRS
D.vSphere Fault Tolerance
AnswerB

Correct: HA restarts VMs after host failure.

Why this answer

vSphere HA provides host failure detection and automatic restart of VMs.

12
MCQmedium

A vSphere administrator deploys a new ESXi host and wants to ensure it is automatically added to a specific cluster and applies the correct host profiles. Which method should the administrator use?

A.Use Clone Host functionality in vSphere Client.
B.Use Auto Deploy with stateful installations.
C.Use Host Profiles to attach the profile to the cluster.
D.Use vCenter Server to add the host manually.
AnswerB

Correct: Auto Deploy automates provisioning and profile application.

Why this answer

Auto Deploy with stateful installations provisions hosts and applies profiles automatically during network boot.

13
MCQeasy

Which switch type requires a separate vCenter Server to manage its configuration?

A.Virtual Edge Gateway Switch
B.vSphere Distributed Switch
C.vSphere Standard Switch
D.vSphere Edge Switch
AnswerB

Requires vCenter Server for central management.

Why this answer

Option B is correct. vSphere Distributed Switch (VDS) requires vCenter Server for management. Standard switches are managed per host. Options A and D are incorrect because standard switches are host-level.

Option C is not a real switch type.

14
MCQhard

A vSphere cluster using vSAN is experiencing high latency for some VMs. The administrator checks the vSAN skyline health and finds that all disk groups are healthy. Which additional step should the administrator take to diagnose the issue?

A.Verify that the vSAN network is configured with jumbo frames.
B.Enable vSAN encryption to improve performance.
C.Increase the number of disk groups on each host.
D.Check the vSAN performance service for object latency breakdown.
AnswerD

Correct: Performance service provides detailed latency metrics.

Why this answer

The vSAN performance service provides detailed latency breakdown to identify the source of high latency.

15
MCQeasy

An administrator deploys a new vCenter Server Appliance (VCSA) using the CLI installer. The administrator wants to ensure the appliance is highly available. Which deployment option should the administrator choose during the installation?

A.Deploy the VCSA with an embedded Platform Services Controller
B.Enable Enhanced vMotion Compatibility (EVC) on the cluster
C.Configure vSphere HA on the cluster that hosts the VCSA
D.Deploy the VCSA with an external Platform Services Controller and enable vCenter HA later
AnswerD

vCenter HA requires external PSC for multi-node active/passive mode.

Why this answer

Option B is correct because the VCSA can be deployed with an embedded or external Platform Services Controller (PSC); for high availability, the recommended architecture is to deploy the VCSA with an external PSC and then use vCenter HA. Option A is incorrect because embedded PSC does not support vCenter HA. Option C is incorrect because vCenter HA is the correct feature, not Enhanced vMotion.

Option D is incorrect because vSphere HA is for host-level, not vCenter HA.

16
MCQmedium

A company has a vSphere environment with a vCenter Server Appliance (VCSA) that is running low on disk space. The administrator notices that the /storage/archive partition is nearly full. Which action should the administrator take to reclaim space without impacting the functionality of vCenter Server?

A.Increase the size of the VCSA virtual disk using vSphere Web Client.
B.Run the 'vcenter-delete-archive' script from the command line.
C.Use the Windows Disk Cleanup utility on the VCSA.
D.Manually delete files from the /storage/archive directory using SSH.
AnswerB

This script is designed to safely clean up old archived data.

Why this answer

The VCSA runs on a Linux-based operating system, not Windows, so the Windows Disk Cleanup utility is irrelevant. The /storage/archive partition stores historical data such as stats, events, and tasks. VMware provides the 'vcenter-delete-archive' script as the supported method to safely purge old archived data from this partition without risking corruption of the vCenter Server database or services.

Manually deleting files via SSH can leave the database in an inconsistent state, while increasing the virtual disk only postpones the issue without reclaiming space.

Exam trap

The trap here is that candidates assume any manual deletion or disk expansion is acceptable, but VMware specifically tests the understanding that only the provided script can safely clean the archive without breaking vCenter Server functionality.

How to eliminate wrong answers

Option A is wrong because increasing the VCSA virtual disk size expands the partition but does not reclaim space; it only adds more storage, which is not a cleanup action. Option C is wrong because the VCSA is a Linux-based appliance, not a Windows system, so the Windows Disk Cleanup utility cannot be used. Option D is wrong because manually deleting files from /storage/archive via SSH can corrupt the vCenter Server database and is not a supported or safe method; the correct approach is to use the official VMware script.

17
Multi-Selectmedium

Which TWO of the following are valid use cases for vSphere Fault Tolerance (FT)? (Choose two.)

Select 2 answers
A.A VM that has a snapshot for backup purposes.
B.A VM with 4 vCPUs that must be protected from host failure.
C.A VM running a critical application that requires zero downtime in case of host failure.
D.A VM with a physical RDM (Raw Device Mapping) attached.
E.A VM with 16 vCPUs that requires high availability.
AnswersB, C

FT supports up to 8 vCPUs in vSphere 7 and later.

Why this answer

B is correct because vSphere Fault Tolerance (FT) supports VMs with up to 8 vCPUs (vSphere 7.0+) and provides continuous availability by maintaining a secondary VM that mirrors the primary VM's state via vLockstep, ensuring zero downtime in case of host failure. This makes it suitable for protecting a 4-vCPU VM from host failure.

Exam trap

The trap here is that candidates often confuse vSphere FT with vSphere HA, assuming FT can protect any VM regardless of vCPU count or configuration, but FT has strict limits (max 8 vCPUs, no snapshots, no physical RDMs) that are frequently tested in the exam.

18
MCQmedium

An administrator notices that a VM with a critical application is experiencing intermittent network connectivity. The VM is configured with an E1000 vNIC. The ESXi host has been upgraded from 6.5 to 7.0. What is the most likely cause?

A.The VM hardware version needs to be upgraded to version 15.
B.The VM needs to be powered off and back on to reset the vNIC.
C.The E1000 vNIC is not supported in ESXi 7.0; VMXNET3 must be used.
D.The E1000 driver is incompatible with ESXi 7.0.
AnswerA

Correct: Upgrading virtual hardware resolves compatibility issues.

Why this answer

Upgrading the virtual hardware to version 15 or later ensures compatibility with ESXi 7.0 and resolves issues.

19
Drag & Dropmedium

Sequence the steps to configure a VM to use a static IP address via vSphere's customization specification.

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

Steps
Order

Why this order

Initiate customization, select/create spec, configure IP, apply, then power on.

20
MCQeasy

A company has a vSphere cluster of eight ESXi hosts managed by a single vCenter Server. They need to apply a critical security patch to the ESXi hosts with minimal downtime. Which method should the administrator use?

A.Use vMotion to migrate all VMs to one host, apply patch, then move back.
B.Use vSphere vMotion to migrate VMs, then apply patch using CLI on each host.
C.Put each host in maintenance mode and apply the patch via Update Manager.
D.Schedule a host reboot during maintenance window and apply patch via ISO boot.
AnswerC

Correct: Update Manager automates patching with minimal downtime.

Why this answer

Putting each host in maintenance mode and applying the patch via Update Manager is standard and minimizes downtime.

21
Multi-Selectmedium

Which TWO capabilities are exclusive to vSphere with Tanzu compared to standard vSphere clusters?

Select 2 answers
A.DRS and HA
B.Tanzu Kubernetes Grid Service
C.Native Kubernetes control plane
D.vMotion
E.vSAN storage policies
AnswersB, C

Creates and manages TKG clusters.

Why this answer

Options A and D are correct. vSphere with Tanzu enables native Kubernetes cluster lifecycle management and can run Tanzu Kubernetes Grid VMs. B and C are available in standard vSphere. E is a feature of vSAN, not exclusive to vSphere with Tanzu.

22
Multi-Selecteasy

Which three of the following are valid vSphere licensing tiers for vSphere 7? (Choose three.)

Select 3 answers
A.vSphere Enterprise Plus
B.vSphere Essentials Kit
C.vSphere Platinum
D.vSphere Standard
E.vSphere with Operations Management (vSOM)
AnswersA, D, E

Valid tier.

Why this answer

Options A, B, and D are correct. The vSphere 7 licensing tiers are: vSphere Standard, vSphere Enterprise Plus, and vSphere with Operations Management. vSphere Essentials Kit is for 3 hosts, but it's a separate product. vSphere Platinum was for NSX/AppDef, but in vSphere 7, it's not a standalone tier; NSX is a separate license. vSphere ROBO is for remote offices, not a standard tier.

23
MCQhard

An administrator notices that a virtual machine on an NFS datastore is experiencing intermittent performance degradation. The ESXi hosts are connected to the NFS server via a 10 GbE network. The administrator uses esxtop and sees high average latency on the storage device, but the NFS server reports low latency. What is the most likely cause?

A.Jumbo frames are enabled on the ESXi hosts but not on the NFS server
B.Network congestion is causing TCP retransmissions
C.The NFS server is performing data deduplication on the datastore
D.The NFS datastore is mounted with read-only permissions
AnswerB

Network issues cause retransmissions increasing latency on the client side, while server reports low latency.

Why this answer

Option D is correct because NFS uses TCP/IP; if the network is congested or there is packet loss, the retransmissions cause increased latency seen by ESXi but not by the NFS server itself (the server sees requests and responses in its stack). Option A is incorrect because the NFS datastore is already mounted; connectivity is fine. Option B is incorrect because jumbo frames do not typically cause high latency; they might cause issues if misconfigured but not this specific symptom.

Option C is incorrect because deduplication on the server side would not cause latency on ESXi side.

24
Multi-Selectmedium

Which TWO features are provided by vSphere vDS (Distributed Switch) but not by a standard switch?

Select 2 answers
A.MTU configuration
B.LACP support
C.VLAN support
D.Network I/O Control
E.Port mirroring (NetFlow)
AnswersD, E

Centralized QoS for traffic types.

Why this answer

Options A and D are correct. Network I/O Control and port mirroring (NetFlow, switch-level monitoring) are vDS-only features. B is available on both, C is a standard switch limitation (hybrid not supported), E is available on both.

25
Matchingmedium

Match each vSphere error/message to its meaning.

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

Concepts
Matches

VM is ready to run but waiting for CPU scheduling

VM waiting for memory pages to be swapped in

VM memory reclaimed by vmmemctl driver

Balances storage I/O and space across datastores

All Paths Down - no storage connectivity

Why these pairings

Common vSphere performance indicators and error conditions.

26
Multi-Selecteasy

Which TWO statements are true regarding vMotion requirements?

Select 2 answers
A.Both source and destination ESXi hosts must be licensed for vMotion.
B.The VM's virtual disks must be stored on shared storage.
C.Both hosts must be in the same cluster.
D.The VM must be powered on.
E.Both hosts must be in the same vCenter Server instance.
AnswersA, D

Correct: vMotion is a licensed feature.

Why this answer

vMotion requires both source and destination hosts to be licensed for vMotion, and the VM must be powered on.

27
MCQeasy

An administrator needs to upgrade the ESXi hosts in a cluster to version 7.0 U3. The administrator uses vSphere Lifecycle Manager (vLCM) with a cluster image. After staging the image on one host, the administrator attempts to remediate that host but gets an error that the host is not compliant. Which is the most likely reason?

A.The host is not in maintenance mode
B.The ESXi version difference between the image and the host is too large
C.The host does not have the required firmware version
D.The vCenter Server service needs to be restarted
AnswerA

Hosts must be in maintenance mode for remediation using cluster images.

Why this answer

Option A is correct because vLCM requires hosts to be in an acceptable state (e.g., in maintenance mode, connected) for remediation. Option B is incorrect because vLCM does not require vCenter Server reboot. Option C is incorrect because ESXi 7.0 U2 to U3 is supported.

Option D is incorrect because vLCM manages firmware through vendor add-ons, but not having firmware does not cause non-compliance; it depends on the image specifications.

28
MCQhard

An administrator is troubleshooting a performance issue where a VM is not receiving the expected CPU resources. The VM is a member of a resource pool with a CPU Shares value of 2000. The host has two other resource pools: one with 1000 shares and another with 500 shares. All resource pools are competing for CPU. The VM's reservation is set to 2 GHz, and the host has 8 GHz available. What is the minimum CPU allocation the VM is guaranteed?

A.4 GHz (based on share ratio)
B.2 GHz
C.8 GHz (all host CPU)
D.0 GHz (no guarantee without reservation)
AnswerB

The reservation guarantees 2 GHz regardless of other resource pool shares.

Why this answer

The VM's reservation of 2 GHz guarantees that the host will reserve at least that amount of CPU capacity for the VM, regardless of contention or share values. Shares only affect the distribution of excess resources beyond reservations, not the guaranteed minimum. Since the host has 8 GHz available, the reservation is fully satisfiable, so the VM is guaranteed 2 GHz.

Exam trap

The trap here is that candidates often confuse shares with reservations, assuming that a higher share value guarantees more CPU, when in fact only a reservation provides a hard guarantee, and shares only affect the distribution of unused capacity.

How to eliminate wrong answers

Option A is wrong because it incorrectly applies the share ratio (2000:1000:500 = 4:2:1) to the total host CPU, but shares only determine proportional allocation of unreserved resources, not guaranteed minimums. Option C is wrong because a reservation of 2 GHz does not guarantee all 8 GHz of host CPU; the VM is limited to its reservation unless additional resources are available and shares allow it. Option D is wrong because a reservation explicitly provides a guaranteed minimum allocation; without a reservation, the VM would have no guarantee, but here a reservation is set.

29
MCQhard

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?

A.Configure multiple VMkernel ports for NFS and enable port binding with a route based on originating port ID policy.
B.Use a single VMkernel port for NFS and configure it with the highest priority.
C.Enable jumbo frames on the NFS VMkernel port and the physical switches.
D.Increase the disk queue depth on the VM's virtual SCSI controller.
AnswerA

This leverages multiple network paths to improve performance and redundancy.

Why this answer

Option A is correct because NFS port binding (also known as NFS multipathing) allows multiple VMkernel ports to be used for NFS traffic, and when combined with a 'route based on originating port ID' load-balancing policy, it enables the ESXi host to distribute NFS I/O across multiple physical NICs and paths. This increases aggregate throughput and reduces latency by avoiding congestion on a single VMkernel port or physical link, which is the most effective change for improving storage performance in this scenario.

Exam trap

The trap here is that candidates often assume jumbo frames (Option C) are the universal fix for storage latency, but they overlook that NFS port binding directly addresses the root cause of network congestion by enabling multipathing, which is the specific technology tested in this VCP-DCV domain.

How to eliminate wrong answers

Option B is wrong because using a single VMkernel port for NFS, even with the highest priority, does not increase bandwidth or reduce latency; it still creates a single point of contention and cannot leverage multiple network paths. Option C is wrong because while jumbo frames can reduce CPU overhead and improve throughput for large transfers, they do not directly address high latency caused by insufficient network parallelism; they also require end-to-end support and may not help if the bottleneck is I/O distribution. Option D is wrong because increasing the disk queue depth on the VM's virtual SCSI controller can increase throughput in some cases, but it does not resolve network-level congestion or path limitations on the NFS datastore; it may even exacerbate latency by queuing more I/O behind a slow network path.

30
MCQhard

An administrator is planning a vCenter Server deployment for a large environment with 15 ESXi hosts and 300 VMs. The environment requires high availability for vCenter Server. Which deployment topology should the administrator choose?

A.A Windows vCenter Server with a mirrored SQL database.
B.A VCSA configured with vCenter HA (active-passive).
C.A single VCSA with an embedded database.
D.A VCSA deployed with an external Platform Services Controller.
AnswerB

Correct: vCenter HA provides automatic failover.

Why this answer

vCenter HA (active-passive) provides automatic failover for the vCenter Server Appliance.

31
MCQeasy

An organization wants to migrate a VM from one vCenter Server to another without shutting down the VM. Both vCenter Servers are in Enhanced Linked Mode. Which migration method should the administrator use?

A.Cold migration
B.Cross-vCenter vMotion
C.Storage vMotion
D.Export the VM as OVF and import it to the other vCenter
AnswerB

This enables live migration across vCenter Servers when they are in Enhanced Linked Mode.

Why this answer

Cross-vCenter vMotion (option B) is the correct method because it allows a live, zero-downtime migration of a running VM between vCenter Server instances, even when both are in Enhanced Linked Mode. This feature uses the vMotion protocol to transfer memory and execution state across vCenter boundaries without requiring shared storage, as long as the source and destination hosts are in the same vCenter Single Sign-On domain and meet compatibility requirements.

Exam trap

The trap here is that candidates may confuse Enhanced Linked Mode with the ability to perform any migration between vCenters, but only Cross-vCenter vMotion supports live migration; Storage vMotion and OVF export/import are often incorrectly chosen because they are associated with moving VMs without understanding the vCenter boundary limitation.

How to eliminate wrong answers

Option A is wrong because cold migration requires the VM to be powered off, which contradicts the requirement of not shutting down the VM. Option C is wrong because Storage vMotion only moves the VM's virtual disks between datastores within the same vCenter Server, not between different vCenter Server instances. Option D is wrong because exporting a VM as OVF and importing it to another vCenter Server requires the VM to be powered off (or at least quiesced) and involves significant downtime, not a live migration.

32
MCQeasy

Which vSphere component is responsible for managing the lifecycle of ESXi hosts, including patching and upgrading?

A.vSphere Lifecycle Manager
B.Host Profiles
C.Auto Deploy
D.vSphere Distributed Resource Scheduler
AnswerA

It manages patching and upgrades for ESXi hosts.

Why this answer

vSphere Lifecycle Manager (vLCM) is the correct component because it is specifically designed to manage the lifecycle of ESXi hosts, including patching, upgrading, and firmware/driver updates. It uses desired-state management to ensure hosts conform to a specified image or baseline, automating the entire update process across clusters.

Exam trap

The trap here is that candidates often confuse Host Profiles (which manage configuration) with lifecycle management, or they think Auto Deploy handles patching because it deploys images, but Auto Deploy is for initial provisioning, not ongoing patching of existing hosts.

How to eliminate wrong answers

Option B (Host Profiles) is wrong because Host Profiles capture and apply host-level configuration settings (e.g., networking, storage) but do not manage patching or upgrading of ESXi software. Option C (Auto Deploy) is wrong because Auto Deploy provisions ESXi hosts from a central image repository using PXE boot, but it does not handle patching or upgrading of already-deployed hosts; it is primarily for stateless or stateful deployment. Option D (vSphere Distributed Resource Scheduler) is wrong because DRS manages workload placement and resource balancing across hosts in a cluster, not host software lifecycle tasks like patching or upgrading.

33
MCQeasy

A vSphere administrator is designing a new cluster for a mission-critical application that requires maximum availability. The cluster will consist of four ESXi hosts. Which vSphere feature should be enabled to protect against host failures while minimizing resource waste?

A.Enable vSphere DRS and set the migration threshold to the most aggressive setting.
B.Enable vSphere HA and configure admission control to reserve resources for one host failure.
C.Enable vSphere Fault Tolerance on all VMs in the cluster.
D.Configure vSphere Replication for all VMs to replicate to a secondary site.
AnswerB

This provides the required availability while optimizing resource usage.

Why this answer

Option B is correct because vSphere HA with admission control configured to reserve resources for one host failure ensures that if a host fails, the VMs can be restarted on the remaining hosts without overcommitting resources. This provides maximum availability for mission-critical applications while minimizing resource waste by only reserving enough capacity for a single host failure, not for multiple or all hosts.

Exam trap

The trap here is that candidates often confuse vSphere HA (which provides host-level failover) with vSphere DRS (which only optimizes resource usage) or assume that Fault Tolerance is the only way to achieve maximum availability, ignoring its massive resource overhead and practical limitations.

How to eliminate wrong answers

Option A is wrong because vSphere DRS is a load-balancing and placement tool, not a high-availability feature; it does not protect against host failures or provide any failover capability. Option C is wrong because vSphere Fault Tolerance provides continuous availability by creating a secondary VM that mirrors the primary, but it requires significant CPU and memory overhead (often 100%+ resource duplication) and is not practical for all VMs in a cluster due to resource waste and compatibility limitations. Option D is wrong because vSphere Replication is a disaster recovery feature that replicates VMs to a secondary site, which protects against site-level failures but does not provide immediate host-level failover within the same cluster and introduces latency and storage overhead.

34
MCQmedium

An administrator needs to migrate a powered-on VM from one datastore to another without any downtime. Which vSphere feature should be used?

A.Storage DRS
B.Storage vMotion
C.vSphere Replication
D.vSphere vMotion
AnswerB

Migrates VM files with zero downtime.

Why this answer

Option B is correct. Storage vMotion allows live migration of VM files while the VM remains powered on. vMotion migrates compute. vSphere Replication is for DR. Storage DRS balances storage but does not directly migrate without downtime.

35
MCQhard

A financial services company runs a critical trading application on a vSphere 7 cluster with four ESXi hosts. Each host has 512 GB RAM and dual 16-core CPUs. The application is extremely latency-sensitive and runs in a single VM named TRADER-01. The VM currently has 16 vCPUs and 128 GB RAM assigned. The cluster uses vSphere HA and DRS in fully automated mode with aggressive migration threshold. Recently, the application experienced occasional latency spikes. Monitoring shows that these spikes correlate with DRS migrations of other VMs on the same host as TRADER-01. The administrator needs to eliminate these latency spikes without sacrificing application performance. The company has budget constraints and cannot add new hardware. Which action should the administrator take?

A.Disable DRS on the cluster and rely solely on vSphere HA
B.Create a DRS rule to keep TRADER-01 on a single host and set the host as a preferred host for the VM
C.Set the DRS migration threshold to conservative (level 1) to minimize vmotion events
D.Reduce the vCPU count of TRADER-01 to 8 to reduce CPU schedul time
AnswerC

Reducing migration threshold decreases the number of DRS recommendations and actions, reducing latency spikes.

Why this answer

Option B is correct because setting DRS migration threshold to conservative reduces frequency of vmotions, thus reducing latency spikes from migrations. Option A would limit TRADER-01 to only one host, but if that host fails, the VM will be down; also DRS will not be able to balance. Option C would disable DRS entirely, losing benefits.

Option D would increase latency due to vCPU scheduling overhead.

36
Multi-Selectmedium

Which TWO of the following are characteristics of vSphere High Availability (HA) heartbeat networks? (Choose two.)

Select 2 answers
A.Datastore heartbeats can be used as a secondary heartbeat mechanism.
B.A separate physical network is required for HA heartbeats.
C.The management network is the primary heartbeat network.
D.The default isolation address is the vCenter Server IP address.
E.Heartbeats are sent over the VM network to avoid interference with management traffic.
AnswersA, C

Datastore heartbeats provide an additional layer to detect host failures.

Why this answer

Datastore heartbeats serve as a secondary heartbeat mechanism in vSphere HA. When the primary management network heartbeat fails, the host checks datastore heartbeats to determine whether it is isolated or has suffered a network partition. This prevents unnecessary VM restarts when the management network is temporarily unavailable but the host is still connected to shared storage.

Exam trap

The trap here is that candidates often assume a separate physical network is mandatory for HA heartbeats (Option B) or that the default isolation address is the vCenter Server IP (Option D), when in fact the management network is primary and the default isolation address is the default gateway.

37
MCQeasy

A small business runs a small vSphere environment with a single ESXi host (Host-A) and a VCSA on a separate host. The company is concerned about single points of failure for the ESXi host. They have a budget to purchase a second identical ESXi host (Host-B) and want to ensure that VMs can be restarted automatically if Host-A fails. They also want to be able to perform maintenance on Host-A without VM downtime. They have a shared storage array (iSCSI) that both hosts can access. The administrator decides to create a vSphere cluster with HA and DRS. However, after adding both hosts to the cluster and enabling HA, the administrator notices that the cluster does not have a shared datastore accessible by both hosts that serves as the HA heartbeat. Which action should the administrator take to enable HA?

A.Install a second vCenter Server to provide redundancy
B.Create a VMFS datastore on each host's local storage and enable HA
C.Deploy a vSAN cluster using local disks on both hosts
D.Configure the existing iSCSI datastore as a heartbeat datastore for HA
AnswerD

The iSCSI datastore is shared; HA can use it for heartbeat signaling.

Why this answer

Option A is correct because HA requires a datastore for heartbeat if the management network is isolated. The shared storage already exists (iSCSI), so simply configuring the datastore heartbeat on the existing storage will enable HA. Option B is incorrect because vSAN would require additional licensing and configuration.

Option C is incorrect because VMFS on local storage is not shared. Option D is incorrect because HA can use datastore heartbeats without vCenter.

38
Multi-Selecthard

Which THREE components are part of a vSAN cluster?

Select 3 answers
A.vSAN datastore
B.vSAN network
C.vSAN witness host
D.ESXi hosts
E.vCenter Server
AnswersA, B, D

Correct: The datastore is the aggregated storage.

Why this answer

A vSAN cluster consists of ESXi hosts, a vSAN datastore, and a vSAN network for communication.

39
MCQmedium

A company's vSphere environment consists of four ESXi hosts, each with two 10 GbE physical NICs. The administrator configures a VDS with two dvUplinks and uses load-balancing policy 'Route based on IP hash'. To use IP hash, what additional configuration is required on the physical switches?

A.Enable VLAN trunking on the switch ports
B.Configure LACP on the VDS uplink port groups
C.Configure link aggregation (LACP or static EtherChannel) on the switch ports
D.Enable IGMP snooping on the switch
AnswerC

IP hash load balancing requires an aggregated link on the physical switch side.

Why this answer

Option C is correct because IP hash requires Link Aggregation Control Protocol (LACP) or static EtherChannel to be configured on the physical switch ports. Option A is not required because VLAN trunking is already configured. Option B is incorrect because IGMP snooping is for multicast, not required.

Option D is incorrect because ESXi itself does not need LACP configuration on the VDS (though it can use LACP), but the physical switch must have EtherChannel.

40
Multi-Selecthard

Which THREE parameters are considered by vSphere DRS when generating initial placement recommendations for a new VM?

Select 3 answers
A.Storage I/O latency
B.Host network utilization
C.Host memory load
D.Host CPU load
E.VM power state
AnswersB, C, D

DRS can consider network metrics.

Why this answer

Options A, C, and E are correct. DRS considers host CPU load, memory load, and network utilization. B is not a direct input; DRS does not consider storage latency at placement time for new VMs (though Storage DRS does).

D is not a DRS input.

41
MCQmedium

A vSphere administrator is planning to deploy a vCenter Server Appliance (VCSA) with an embedded Platform Services Controller (PSC). The company policy requires that all vCenter services be highly available. Which deployment topology should the administrator choose?

A.Deploy a single VCSA with embedded PSC on a standalone host.
B.Deploy a VCSA with an external PSC, and install the PSC on a separate VM.
C.Deploy a VCSA with embedded PSC on a cluster with vSphere HA enabled.
D.Deploy two VCSAs in separate vCenter Single Sign-On domains and configure multi-site.
AnswerC

vSphere HA restarts the VCSA if the host fails, providing high availability.

Why this answer

Option C is correct because deploying a VCSA with an embedded PSC on a cluster with vSphere HA enabled ensures that if the ESXi host running the VCSA fails, the VCSA is automatically restarted on another host in the cluster, providing high availability for all vCenter services. The embedded PSC topology is fully supported with vSphere HA, and this approach meets the policy requirement without the complexity of external PSCs or multi-site configurations.

Exam trap

The trap here is that candidates often confuse high availability (HA) with fault tolerance or disaster recovery, leading them to choose multi-site or external PSC options, but vSphere HA on a cluster is the simplest and correct method to achieve high availability for a single VCSA with embedded PSC.

How to eliminate wrong answers

Option A is wrong because a single VCSA on a standalone host provides no redundancy; if the host fails, the VCSA and all vCenter services become unavailable, violating the high availability requirement. Option B is wrong because deploying a VCSA with an external PSC does not inherently provide high availability for the vCenter services; it only separates authentication services, and the VCSA itself remains a single point of failure unless additional clustering (e.g., vSphere HA) is applied. Option D is wrong because deploying two VCSAs in separate vCenter Single Sign-On domains with multi-site is designed for disaster recovery across sites, not for high availability within a single site, and it introduces domain isolation that prevents unified management.

42
MCQeasy

An administrator needs to migrate a running VM from one datastore to another without any downtime. Which vSphere feature allows this?

A.Cross vCenter vMotion
B.Storage vMotion
C.Storage DRS
D.vMotion
AnswerB

Correct: Storage vMotion moves virtual disks live.

Why this answer

Storage vMotion migrates VM storage while the VM is running, with no downtime.

43
MCQmedium

A company uses Linked Mode vCenter Servers across two data centers. One of the links fails. What happens to the management capabilities?

A.Both vCenter Servers become unavailable.
B.Each vCenter Server can manage its own inventory, but cross-datacenter tasks fail.
C.One vCenter Server takes over management of both data centers.
D.vSphere HA on both clusters reactivates the link.
AnswerB

Linked Mode allows independence; only cross-datacenter features are impacted.

Why this answer

Option A is correct. Each vCenter Server in Linked Mode operates independently; the link failure only affects cross-datacenter operations. Option B is incorrect because both continue working.

Option C is incorrect because they are not in a failover cluster. Option D is incorrect.

44
Multi-Selectmedium

Which two of the following are required to deploy a vSphere cluster with vSphere HA and DRS? (Choose two.)

Select 2 answers
A.Clock synchronization across all hosts (NTP)
B.A minimum of two vCenter Server instances
C.Network connectivity between hosts for management traffic
D.An active Directory service for authentication
E.Shared storage accessible by all hosts in the cluster
AnswersA, C

HA and DRS require synchronized time for proper operation.

Why this answer

Options B and E are correct. Multiple vCenter Servers are not required; one vCenter can manage HA/DRS. Options D is optional.

Clock synchronization is critical for HA master election and DRS recommendations.

45
MCQeasy

A rapidly growing company currently uses vSphere 7 Standard Edition across two data centers connected via a high-latency link. They plan to implement a vSAN stretched cluster to provide a unified storage solution and enable automatic failover between sites. The cluster must support VM-level encryption at rest and in transit, as well as intelligent capacity management with deduplication and compression. The budget is strictly allocated to a per-CPU licensing model. Which vSAN edition should the company select to meet all requirements while minimizing costs?

A.vSAN Enterprise
B.vSAN Starter
C.vSAN Advanced
D.vSAN Standard
AnswerA

vSAN Enterprise includes all required features: stretched clusters, encryption, deduplication/compression, and intelligent capacity management.

Why this answer

vSAN Enterprise edition is required to support stretched clusters, encryption, and intelligent capacity management features such as deduplication/compression. vSAN Advanced supports deduplication/compression and encryption but not stretched clusters. vSAN Standard lacks both stretched clusters and encryption. vSAN Starter is intended for small deployments and does not support any of these advanced features. Therefore, vSAN Enterprise is the correct choice.

46
MCQhard

A vSphere administrator is troubleshooting a performance issue on a cluster with vSphere DRS enabled. The administrator notices that all VMs are on the same host despite DRS being fully automated. What is the most probable cause?

A.DRS automation level is set to 'Manual'.
B.The host with all VMs has a higher DRS migration threshold.
C.The cluster has DRS set to manual mode.
D.The vMotion network is not configured.
AnswerB

Correct: A high threshold makes DRS less aggressive.

Why this answer

A conservative migration threshold (high number) prevents DRS from moving VMs even when load is unbalanced.

47
MCQmedium

An administrator configures DRS on a cluster with two hosts. The administrator wants to ensure that two critical VMs (VM1 and VM2) always run on separate hosts. Which rule type should the administrator create?

A.Separate Virtual Machines
B.Virtual Machines to Hosts (Should run)
C.Keep Virtual Machines Together
D.Virtual Machines to Hosts (Must not run)
AnswerA

This rule ensures VMs are on different hosts.

Why this answer

Option B is correct because 'Separate Virtual Machines' rule ensures VMs run on different hosts. Option A is incorrect as 'Keep Virtual Machines Together' causes them to run on same host. Option C is incorrect because 'Virtual Machines to Hosts' rule is for affinity to specific hosts.

Option D is incorrect as 'Host Affinity' is for VM groups to host groups.

48
MCQeasy

What is the maximum number of ESXi hosts that can be managed by a single vCenter Server instance in vSphere 8 (standard domain)?

A.1000
B.500
C.4000
D.2000
AnswerD

vCenter Server 8 supports up to 2000 hosts per instance.

Why this answer

Option A is correct. In vSphere 8, a single vCenter Server can manage up to 2000 ESXi hosts. Option B (1000) is the limit for earlier versions.

Options C and D are incorrect.

49
MCQhard

An administrator attempts to vMotion a powered-on VM from ESXi host A to host B. The vMotion fails with the error: 'the destination host does not have access to the virtual machine's network'. The VM is connected to a standard switch on host A with a VLAN ID 100. Host B is connected to a VDS that also has a portgroup with VLAN ID 100. What is the most likely cause?

A.The VM is using a standard switch while host B uses a VDS
B.The VM is connected to a network that is not present on the destination host
C.Host B does not have the correct MTU set
D.Host B does not have the correct VLAN configuration
AnswerA

vMotion requires the source and destination to have the same network label; standard and VDS are different.

Why this answer

Option D is correct because vMotion requires compatible network configurations; the standard switch portgroup and VDS portgroup are not considered the same network even if VLAN IDs match. Option A is incorrect because VDS can support vMotion if networks are compatible. Option B is incorrect because different vSwitch types cause incompatibility.

Option C is incorrect because host B may have the correct VLAN, but the network must be the same type or bridged via port groups with matching names.

50
MCQmedium

A financial services firm maintains a multi-site vSphere environment with independent vCenter Server systems in New York and London, each managing approximately 200 virtual machines. The company requires a disaster recovery solution that can orchestrate failover of an entire site with automated IP address changes and integrated testing capabilities. They also need centralized management and the ability to attach the recovery site's vCenter to the same vCenter Single Sign-On domain as the protected site. The current vCenter versions are 7.0 Update 3. Which solution best meets these requirements while adhering to VMware best practices?

A.Implement a vSAN stretched cluster across both data centers and enable proactive HA policies.
B.Deploy vCenter Site Recovery (SRM) paired with vSphere Replication, and use Enhanced Linked Mode to connect the vCenter systems.
C.Configure vCloud Availability for vCloud Director to replicate VMs between sites.
D.Use vCenter High Availability (VCHA) to protect the vCenter Server and rely on vSphere HA for VMs.
AnswerB

SRM provides orchestrated failover, IP customization, and testing; Enhanced Linked Mode allows centralized management and a single SSO domain.

Why this answer

vCenter Site Recovery (part of VMware Site Recovery Manager) is the ideal solution for orchestrated failover with automated IP reconfiguration and testing. Linking vCenter systems via Enhanced Linked Mode provides centralized management and a common SSO domain. vSphere Replication alone lacks orchestration and testing. The other options either do not support all requirements (vCloud Availability for vCloud Director environments) or are not suitable for multi-site DR (vSAN stretched clusters require shared storage).

51
MCQhard

Refer to the exhibit. An administrator runs the vmkfstools command on a VMFS datastore. Which information can be derived from the output?

A.The datastore ID is the file system UUID.
B.The datastore is formatted with VMFS version 6.82.
C.The datastore supports ESXi 6.5 and later.
D.The datastore has 1 TB capacity.
AnswerA

Correct: The UUID is displayed.

Why this answer

The output shows the file system UUID directly.

52
Multi-Selecthard

Which THREE components are required to implement vSphere with Tanzu (Workload Management)? (Choose three.)

Select 3 answers
A.A separate vCenter Server for Tanzu management
B.A vSphere Distributed Switch (vDS)
C.NSX-T Data Center for networking
D.A vSphere cluster with vSphere DRS enabled
E.Shared storage accessible by all ESXi hosts in the cluster
AnswersB, D, E

vDS is required for Tanzu networking.

Why this answer

A vSphere Distributed Switch (vDS) is required for vSphere with Tanzu because it provides the centralized management and network segmentation needed for Kubernetes workloads. The vDS enables features like Network I/O Control and port groups that are essential for the NSX-T integration and the overlay networks used by Tanzu clusters. Without a vDS, the required network isolation and policy enforcement for pods and services cannot be achieved.

Exam trap

The trap here is that candidates often assume NSX-T is mandatory for vSphere with Tanzu, but the exam tests that a vDS is the minimum networking requirement, with NSX-T being an optional but recommended component for advanced networking features.

53
MCQhard

An organization has a vSphere 7.0 environment with three ESXi hosts (Host A, B, C) in a cluster. Each host has 256 GB of RAM and 2 sockets with 16 cores each. The cluster hosts 50 VMs with varying resource requirements. The administrator enabled vSphere DRS and set the migration threshold to 3 (conservative). Recently, the administrator noticed that Host A's memory usage averages 90%, while Host B and C average 50%. The administrator wants to balance the memory load without causing unnecessary vMotion migrations. The VMs on Host A are critical, and the administrator wants to avoid manually migrating them. The cluster has vSphere HA enabled with admission control set to reserve resources for one host failure. The administrator decides to adjust DRS settings. Which course of action should the administrator take to improve memory load balancing while minimizing migrations?

A.Decrease the DRS migration threshold to level 1 to minimize migrations.
B.Increase the DRS migration threshold to a more aggressive setting (e.g., level 4 or 5) to encourage more migrations for load balancing.
C.Create an affinity rule to keep VMs on Host A, as they are critical.
D.Disable DRS and manually migrate VMs from Host A to Host B and C during a maintenance window.
AnswerB

A more aggressive threshold will cause DRS to recommend more migrations to balance memory.

Why this answer

Option B is correct because increasing the DRS migration threshold to a more aggressive setting (e.g., level 4 or 5) will cause DRS to generate more frequent and stronger recommendations for vMotion migrations, actively balancing the memory load across the cluster. Since Host A's memory usage is at 90% and the other hosts are at 50%, a higher threshold will trigger migrations to relieve the imbalance without manual intervention, while still respecting the conservative starting point (level 3). This aligns with the administrator's goal of improving load balancing without manually migrating critical VMs.

Exam trap

The trap here is that candidates often confuse 'conservative' with 'better for stability' and choose to lower the threshold (Option A), not realizing that a higher threshold (more aggressive) is needed to actively correct an existing imbalance, while a lower threshold only reduces unnecessary migrations when the cluster is already balanced.

How to eliminate wrong answers

Option A is wrong because decreasing the DRS migration threshold to level 1 (most conservative) would make DRS even less likely to recommend migrations, worsening the memory imbalance rather than improving it. Option C is wrong because creating an affinity rule to keep VMs on Host A would explicitly prevent vMotion migrations away from the overloaded host, directly counteracting the goal of balancing memory load. Option D is wrong because disabling DRS and manually migrating VMs during a maintenance window contradicts the requirement to avoid manual migrations and would also disrupt critical VMs, whereas DRS can perform automated, non-disruptive vMotion migrations.

54
MCQhard

A vSAN cluster uses a storage policy with FTT=2 (RAID-6). Each object is 256 GB. What is the minimum usable capacity required to store 10 such objects, accounting for overhead?

A.5.12 TB
B.2.56 TB
C.6.4 TB
D.10.24 TB
AnswerC

RAID-6 with overhead gives approximately 6.4 TB usable.

Why this answer

Option C is correct. FTT=2 RAID-6 requires 3 copies (data + 2 parity). For 256 GB objects, total raw capacity per object = 768 GB.

For 10 objects, raw = 7680 GB. With default overhead (~1.2x), usable is about 6.4 TB. Option A ignores overhead, B underestimates, D overestimates.

55
MCQeasy

Refer to the exhibit. An ESXi 7.0 host is being configured for vSphere Trust Authority. The administrator runs the command shown and gets the output. What does this indicate?

A.The TPM 2.0 device is present but not accessible.
B.The command is incorrect; the correct command is 'esxcli system visorfs tpm list'.
C.The host does not have a TPM 2.0 chip, so vSphere Trust Authority cannot be used.
D.The host has a TPM 2.0 chip but it is not supported by ESXi.
AnswerC

Correct: TPM 2.0 is required.

Why this answer

The output clearly states that no TPM 2.0 device is present, which is required for vSphere Trust Authority.

56
MCQmedium

A managed service provider manages multiple vSphere environments for various customers. One customer's cluster consists of 6 ESXi hosts (3 pairs of identical hardware) and uses vSAN as shared storage. The cluster runs over 100 VMs with varying workloads. The administrator notices that a specific host (Host-C) is using significantly more storage capacity than its peers, even though it hosts a similar number of VMs. The administrator suspects the vSAN storage policies are not configured optimally. Upon investigation, the administrator finds that all VMs use the default vSAN policy with 'RAID-0 (Mirroring) - No failure tolerance' and 'Object space reservation' set to 100%. Which change would most evenly distribute storage consumption across all hosts?

A.Increase 'Object space reservation' to 200%? Explanation: Incorrect, reservation is for thick provisioning, not distribution.
B.Change the policy to 'RAID-5/6 (Erasure Coding)' to reduce capacity overhead
C.Enable deduplication and compression on the vSAN datastore
D.Set 'Number of failures to tolerate' to 1 (mirroring)
AnswerD

Mirroring creates a second replica on another host, distributing capacity more evenly.

Why this answer

Option C is correct because changing the failure tolerance to 1 (RAID-1 mirroring) creates two copies of each object, which are placed on different hosts, balancing capacity. Option A would increase capacity usage. Option B would reduce availability.

Option D would not change replication.

57
MCQmedium

A company experiences frequent host failures. The cluster has 5 hosts with 128 GB RAM each. The VMs have vCPU and memory reservations ranging from 1 GHz/512 MB to 4 GHz/8 GB. The administrator needs to ensure that if one host fails, the remaining hosts can accommodate all VMs. Which admission control policy is recommended?

A.Define slot sizes based on the largest VM.
B.Use cluster resource percentage - reserve 20% CPU and memory.
C.Disable admission control and rely on DRS.
D.Use cluster resource percentage - reserve 25% CPU and memory.
AnswerB

20% (1/5) ensures one host failure is tolerated efficiently.

Why this answer

Option D is correct because percentage-based admission control with 20% reserve (1/5 hosts) allows headroom for one host failure while being efficient with resources. Option A reserves 25%, which is overkill. Option B uses slot sizing, which is inefficient for mixed VM sizes.

Option C disables admission control, risking resource shortages.

58
MCQmedium

A company has a vSphere environment with multiple clusters. The network team reports that a specific VLAN used for vMotion is intermittently dropping packets. What is the impact on vMotion operations?

A.vMotion will use the management network as fallback.
B.vMotion will fail with an error.
C.vMotion will work but at a reduced speed.
D.vMotion will automatically switch to another available network.
AnswerB

Correct: Packet loss causes vMotion failure.

Why this answer

If the dedicated vMotion network drops packets, vMotion will fail unless an alternate network is configured.

59
MCQhard

An administrator creates a DRS rule to separate two VMs (VM1 and VM2) using a 'Should' rule (separate VMs). After the rule is created, VM1 is manually vMotioned to a host that already runs VM2. What is the expected behavior?

A.VM1 remains on the host and a compliance violation is logged.
B.DRS automatically migrates VM1 to a compliant host.
C.The target host is placed into maintenance mode.
D.VM1 is powered off to prevent performance issues.
AnswerA

'Should' rules allow the violation and log it.

Why this answer

Option B is correct because 'Should' rules are not enforced; DRS logs a violation but does not automatically migrate VMs. Option A describes a 'Must' rule. Option C and D are incorrect as VMs are not powered off or hosts put into maintenance mode.

Ready to test yourself?

Try a timed practice session using only Vsphere Architecture questions.