Courseiva

VMware vSphere Foundation 9.0 Administrator (VCP-VVF, 2V0-16.25) (VCP-VVF) (VCP-VVF) — Questions 301375

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

Page 4

Page 5 of 7

Page 6
301
Multi-Selectmedium

Which THREE components are part of the VVF licensing scope?

Select 3 answers
A.VMware Cloud Foundation (full stack orchestration)
B.vSphere Enterprise Plus
C.VMware Aria Operations
D.vSAN Enterprise
E.NSX Advanced Load Balancer
AnswersB, C, D

VVF bundles vSphere at the Ent+ level.

Why this answer

VVF includes vSphere, vSAN, and Aria Operations.

302
MCQhard

An administrator is troubleshooting a storage multipathing issue on an ESXi 9.0 host where a Fibre Channel LUN is flapping between active and dead paths. Which command can the administrator run via SSH to inspect the current path status, path selection policy (PSP), and storage array controller details?

A.esxcli storage san fabric status
B.esxcli fcadapter connection get
C.esxcli vmfs datastore extent list
D.esxcli storage nmp path list
AnswerD

This command displays all paths managed by the Native Multipathing Plugin (NMP), including path state, UID, and adapter details.

Why this answer

To inspect storage paths, storage plugins, and Path Selection Policies (PSP) in ESXi, administrators use 'esxcli storage nmp path list' or 'esxcli storage core path list'.

303
Multi-Selecteasy

An administrator is performing a virtual machine backup and needs to quiesce the guest operating system. Which TWO technologies or methods can assist in achieving application-consistent snapshots? (Choose two.)

Select 2 answers
A.Linux file system freezing mechanisms via VMware Tools scripts.
B.vSphere High Availability isolation response settings.
C.Storage I/O Control throttling policies.
D.VMware Tools Guest quiescing utilizing Microsoft Volume Shadow Copy Service (VSS) on Windows.
E.Enhanced vMotion Compatibility CPU filtering.
AnswersA, D

Linux guest quiescing uses file system freeze hooks to ensure clean states.

Why this answer

VMware Tools VSS integration (Windows) and file system freezing (Linux) provide quiescing.

304
MCQeasy

An administrator needs to migrate a running virtual machine from a standard vSwitch port group on an ESXi host to a distributed port group on a vSphere Distributed Switch without downtime. Which type of migration should be performed?

A.Instant Clone
B.Storage vMotion
C.Cold Migration
D.vSphere vMotion
AnswerD

vSphere vMotion allows live migration of a running VM's compute state and network port group association.

Why this answer

A vSphere Foundation administrator uses vSphere vMotion to migrate compute resources while concurrently migrating the network connection to a distributed port group.

305
MCQhard

An administrator is troubleshooting an issue where an ESXi host cannot communicate with other hosts on a different subnet. The administrator suspects an incorrect default gateway. Which esxcli command can the administrator use to inspect the current IPv4 default gateway configuration on the ESXi host?

A.esxcli storage core gateway list
B.esxcli network vswitch standard gateway show
C.esxcli gateway get
D.esxcli network ip route ipv4 list
AnswerD

This command displays the IPv4 routing table, including the default gateway and active subnet routes.

Why this answer

To view the IPv4 default gateway on an ESXi host, administrators use 'esxcli network ip route ipv4 list' or check the network ip interface config.

306
MCQeasy

An administrator notices that a virtual machine's performance graph in vSphere Client shows flatlines or missing historical data. Which vCenter service is primarily responsible for collecting and storing performance statistics into the vCenter database?

A.The vRealize Log Insight forwarding agent.
B.The vCenter Statistics service (integrated into vpxd and the associated database backend).
C.The ESXi CIM server (sfcb).
D.The VMware Host Client daemon (hostd).
AnswerB

vCenter collects stats from ESXi hosts at regular intervals and writes them to the database for historical viewing.

Why this answer

The vCenter Statistics service (managed within the vpxd process and historical database jobs) handles performance metric collection and rollup.

307
MCQmedium

An administrator is deploying a Kubernetes cluster using the Supervisor in a vSphere Foundation 9.0 environment. During namespace creation, the administrator needs to grant developer access to a specific Active Directory group. Which step must be performed to associate the AD group with the Supervisor Namespace?

A.Log in to the NSX Manager UI and map the AD group to the Tier-1 router logical switch.
B.Select the Namespace in the vSphere Client, navigate to Configure > Permissions, click Add Permission, and select the AD group with an appropriate developer role.
C.Add the AD group to the vCenter Server Global Permissions list with Administrator privileges.
D.Modify the `kubectl-rbac.yaml` manifest file and apply it using the `kubectl apply` command against the ESXi management IP.
AnswerB

Namespace permissions are managed directly under the Namespace's configuration pane in the vSphere Client.

Why this answer

Supervisor namespaces allow assigning access to users and groups defined in vCenter SSO. The administrator selects the namespace, clicks Permissions, and adds the AD identity.

308
Multi-Selectmedium

An administrator is configuring vRealize Log Insight / VMware Aria Operations for Logs in a vSphere Foundation environment. Which TWO features help manage high log volume and reduce storage consumption? (Choose two)

Select 2 answers
A.Manually deleting ESXi host kernel binary files from the datastore
B.Converting all syslog streams to uncompressed bitmap images
C.Log filtering and dropping rules to discard unneeded verbose events
D.Configuring data retention policies to automatically purge old log buckets
E.Disabling all vCenter auditing globally
AnswersC, D

Filtering rules allow administrators to drop noisy or unneeded log entries before storage.

Why this answer

Log management tools use features like log partitioning, retention policies, filtering, and dropping noisy events to manage storage volume.

309
MCQmedium

An administrator is managing a vSphere Foundation 9 environment and needs to restrict a resource pool's memory consumption so that it cannot utilize more than 32 GB of RAM, even when the parent resource pool has free capacity. Which resource pool setting should be configured?

A.Expandable Reservation
B.Limit
C.Shares
D.Reservation
AnswerB

A limit restricts the maximum consumption of a resource pool to the defined value, ignoring excess capacity.

Why this answer

The Limit setting caps the maximum amount of CPU or memory allocated to a resource pool, preventing it from consuming resources beyond the specified threshold.

310
MCQmedium

An administrator is troubleshooting a virtual machine that cannot be powered on. The error message indicates insufficient CPU resources. Upon inspecting the cluster, DRS is enabled and fully automated, yet placement fails. What cluster-level configuration is most likely causing this failure?

A.The virtual network standard switch lacks promiscuous mode enabled.
B.Enhanced vMotion Compatibility is set to an older baseline.
C.The virtual machine's CPU reservation exceeds the unreserved CPU capacity available on any single host in the cluster.
D.The virtual machine has too many snapshots attached to its configuration file.
AnswerC

DRS cannot place a VM if its CPU reservation exceeds individual host capacity or available pool resources.

Why this answer

A strict CPU reservation on the VM exceeds the unreserved CPU capacity available in the cluster or host.

311
MCQhard

An administrator is configuring log forwarding from vSphere Foundation 9.0 ESXi hosts to a centralized SIEM system. The requirement is to ensure all security audit logs and authentication events are securely transmitted over TLS. Which configuration utility and protocol setting must be applied?

A.Configure SNMPv3 trap destinations in vCenter Server inventory under the host's Alert Definitions.
B.Configure the `Syslog.global.logHost` advanced setting on each ESXi host to specify the remote collector address using the `tls://<collector-ip>:<port>` syntax.
C.Deploy an external Log Insight agent virtual appliance and map it using Host Profiles security policies.
D.Modify the `/etc/rsyslog.conf` file directly on the ESXi host filesystem and restart the syslog daemon.
AnswerB

ESXi syslog configuration supports secure TLS forwarding when the `tls://` prefix is specified in the global logHost setting.

Why this answer

ESXi logging is configured via advanced system settings. To forward logs securely over TLS, Syslog.global.logHost must be configured with the appropriate TLS protocol string.

312
MCQeasy

An administrator is preparing to deploy VMware vSphere Foundation 9.0 and needs to understand the foundational component that provides centralized lifecycle management, automation, and operations across the private cloud infrastructure. Which component fulfills this requirement in a standard VVF architecture?

A.VMware Host Client
B.vSphere Lifecycle Manager (vLCM)
C.vCenter Server Appliance Management Interface (VAMI)
D.VMware Aria Suite Lifecycle
AnswerD

VMware Aria Suite Lifecycle is used to deploy and manage the lifecycle of VVF management components.

Why this answer

VMware Aria Suite Lifecycle, integrated into VVF, provides deployment, configuration, upgrade, and lifecycle management for the suite components.

313
Multi-Selectmedium

An administrator is configuring log forwarding and syslog collection in a VVF environment. Which TWO methods or locations can be used to configure remote syslog servers for ESXi hosts? (Choose two.)

Select 2 answers
A.Configure syslog routing in the NSX Edge appliance routing table.
B.Enforce syslog configuration across the cluster using vSphere Host Profiles.
C.Configure syslog forwarding directly in the ESXi BIOS / UEFI firmware configuration screen.
D.Set the syslog collector IP address in the vSphere Lifecycle Manager cluster image repository settings.
E.Configure the 'Syslog.global.logHost' advanced system setting on each ESXi host.
AnswersB, E

Host Profiles allow administrators to enforce standardized syslog settings across all hosts in a cluster.

Why this answer

ESXi syslog destinations can be configured via Host Advanced System Settings (Syslog.global.logHost) or centrally enforced using Host Profiles.

314
MCQeasy

An administrator is deploying a new vSphere Foundation 9.0 cluster and needs to assign licenses. Where in the vSphere Client is the license inventory managed?

A.Administration > Licensing
B.Lifecycle Management > Settings > Keys
C.Networking > Settings > License Assignment
D.Host > Configure > Hardware > Licensing
AnswerA

The Administration > Licensing pane is the centralized location for adding, assigning, and managing license keys.

Why this answer

Licensing in vCenter Server is managed globally from the Administration menu under Licensing.

315
MCQmedium

An administrator is troubleshooting a virtual machine network throughput issue on a vSphere Distributed Switch (vDS). The VM has a 10GbE requirement, but throughput tests show it is capped. Upon checking the vDS port group, Traffic Shaping is enabled. What does the Traffic Shaping policy control?

A.It prioritizes voice and video packets using DSCP tagging.
B.It enforces average bandwidth, peak bandwidth, and burst size limits on traffic flowing through the port group.
C.It mirrors port traffic to a designated analyzer VM for packet capture.
D.It automatically load-balances traffic across physical uplinks using IP hash.
AnswerB

Traffic shaping acts as a rate limiter, restricting bandwidth consumption to defined thresholds.

Why this answer

Traffic shaping on a vDS port group allows administrators to limit the average bandwidth, peak bandwidth, and burst size for inbound or outbound traffic on port groups or uplinks.

316
Multi-Selecthard

An infrastructure architect is designing a vSphere Foundation 9.0 environment and needs to configure advanced network security. Which THREE features are provided by VMware NSX when integrated with vSphere? (Choose three.)

Select 3 answers
A.Automatic physical power outlet rebooting via SNMP
B.Hardware RAID controller battery replacement scheduling
C.Distributed Firewall (DFW) for micro-segmentation
D.Overlay networking using Geneve tunneling encapsulation
E.Distributed Routing for east-west inter-subnet routing inside the hypervisor
AnswersC, D, E

Correct. NSX DFW provides stateful inspection at the VM vNIC level.

Why this answer

VMware NSX provides distributed firewalling, overlay networking (Geneve), and advanced layer 4-7 load balancing/routing services.

317
Multi-Selecthard

An administrator is configuring audit logging and log analysis in a VVF environment. Which THREE log categories or files are critical when investigating security events across vCenter, ESXi, and NSX? (Choose three.)

Select 3 answers
A.NSX Manager audit.log and node-mgmt.log for networking administrative changes and API calls.
B.vCenter Server vpxd.log and sso.log for administrative actions and authentication events.
C.vLCM software repository cache files on the local ESXi scratch partition.
D.ESXi host hostd.log and auth.log (or shell logs) for local host access and daemon events.
E.Cloud Builder deployment loudmouth.log for post-deployment VM heartbeat status.
AnswersA, B, D

NSX audit logs track all configuration and user changes made within NSX Manager.

Why this answer

vCenter vpxd/sso logs, ESXi auth/hostd logs, and NSX audit/node logs are essential for comprehensive security investigations.

318
Multi-Selectmedium

Which TWO networking requirements must be met before deploying a Supervisor cluster?

Select 2 answers
A.vSphere Distributed Switch
B.DHCP relay on all management ports
C.Static IP addressing for every VM
D.MTU set to at least 1600 on physical switches
E.Standard Switch (VSS)
AnswersA, D

vDS is required for Supervisor network operations.

Why this answer

Supervisor clusters require distributed switching and proper MTU settings for performance.

319
Multi-Selectmedium

An administrator needs to manage identity sources. Which TWO of the following identity providers are supported for vCenter Server authentication? (Choose two.)

Select 2 answers
A.Active Directory over LDAP
B.A custom SQL database source
C.FTP-based user file
D.Local Windows Workgroup users
E.OpenID Connect (OIDC) Identity Provider
AnswersA, E

LDAP is a classic supported identity source.

Why this answer

vCenter Server supports native Active Directory (via LDAP/Integrated Windows Authentication) and OIDC/SAML providers for modern identity federation.

320
MCQhard

An administrator is configuring a vSphere Foundation cluster and notices that virtual machines are migrating too frequently between ESXi hosts due to minor load fluctuations. Which DRS advanced option should the administrator adjust to reduce the sensitivity of migration recommendations?

A.Increase the memory overcommit ratio to 300%.
B.Set the DRS Migration Threshold slider to a less aggressive level (e.g., Priority 1 instead of Priority 5).
C.Set the VM/Host affinity rule state to 'Disabled'.
D.Disable vSphere HA datastore heartbeating for the cluster.
AnswerB

Adjusting the migration threshold slider reduces unnecessary migrations by raising the threshold required for action.

Why this answer

The 'Cost of migration / DRS aggressiveness' setting (or 'Metric' threshold) controls how aggressively DRS migrates VMs based on load imbalances.

321
MCQmedium

An administrator is auditing access control in a vSphere Foundation 9.0 environment. A specific security team member needs read-only access to all vSphere objects, but must be restricted from viewing sensitive virtual machine guest OS metrics and console data. How should the administrator accomplish this?

A.Assign the built-in Read-Only role at the vCenter root level and use advanced settings to hide guest metrics.
B.Create a custom role with specific privileges removed, and assign it to the user at the appropriate inventory object level.
C.Assign the Administrator role and rely on Active Directory group policy objects to restrict guest OS access.
D.Modify the global permissions table in the Platform Services Controller database to filter out VM console privileges.
AnswerB

Custom roles allow administrators to fine-tune privileges by removing specific capabilities like console interaction or guest operations.

Why this answer

Permissions in vCenter Server are assigned by combining an inventory object, a role containing specific privileges, and a principal (user/group). To restrict console and sensitive data, the administrator must clone the Read-Only role, remove privileges such as Virtual Machine > Interaction > Console interaction and Guest operations, and assign it to the user.

322
MCQhard

An infrastructure architect is designing a high-security vSphere Foundation 9.0 environment where virtual machines must be protected against malicious inspection of memory while running. Which hypervisor security feature satisfies this requirement?

A.NIC-level MACsec encapsulation.
B.vSphere Confidential VMs utilizing hardware-based CPU memory encryption (such as AMD SEV-SNP or Intel TDX).
C.Software-based memory overcommit compression algorithms.
D.Guest OS pagefile encryption using BitLocker.
AnswerB

Correct. Confidential VMs encrypt memory in hardware, preventing even hypervisor administrators from reading guest memory.

Why this answer

vSphere Confidential VMs leverage hardware-based Trusted Execution Environments (like AMD SEV-SNP or Intel TDX) to encrypt VM memory and CPU state.

323
MCQeasy

An administrator needs to troubleshoot an ESXi host configuration drift across multiple hosts in a vSphere Foundation 9.0 cluster. Which vSphere feature should the administrator use to define a desired state configuration and automatically remediate non-compliant hosts?

A.VMware Aria Operations Compliance policies.
B.vSphere Lifecycle Manager (vLCM) using cluster images.
C.Enhanced vMotion Compatibility (EVC).
D.vSphere HA Admission Control.
AnswerB

vLCM allows administrators to define a single desired state image for ESXi versions, vendor add-ons, and firmware, highlighting drift and providing automated remediation.

Why this answer

vSphere Lifecycle Manager (vLCM) utilizes desired state images (or baselines) to manage host software, drivers, and firmware compliance and remediation.

324
MCQmedium

When using vSAN, how does the administrator define the storage performance and availability requirements for specific virtual machines?

A.Virtual Machine Storage Policies
B.Datastore Cluster settings
C.Host Profile configurations
D.vCenter Server resource pools
AnswerA

Policies define the vSAN rule sets for each VM.

Why this answer

vSAN uses Storage Policy Based Management (SPBM) to define requirements like mirroring and stripe width.

325
MCQeasy

An administrator is setting up vSphere Alarms and wants to ensure that an alarm triggers only when a virtual machine's CPU utilization exceeds 90% for a continuous duration of 15 minutes. Where is this time duration configured?

A.In the VCF Operations policy management engine.
B.Under the Alarm Definition -> Trigger panel, by adjusting the 'In metric, time interval / tolerance' setting.
C.Via esxcli system settings set --alarm-duration=15.
D.In the advanced vCenter setting 'Alarm.Tolerance.Duration'.
AnswerB

Trigger tolerance settings specify how long a condition must persist before the alarm status changes.

Why this answer

When creating or editing an alarm definition in the vSphere Client, the trigger condition allows setting a time tolerance (e.g., 'Trigger if condition exists for more than specific minutes').

326
MCQeasy

An administrator wants to ensure that two production database virtual machines never run on the same physical ESXi host in a vSphere cluster to maximize fault tolerance. Which cluster rule should be created?

A.VM-VM Affinity Rule
B.VM-VM Anti-Affinity Rule
C.Storage DRS Anti-Affinity Rule
D.VM-Host Affinity Rule
AnswerB

A VM-VM anti-affinity rule ensures that specified virtual machines are placed on different physical hosts.

Why this answer

A 'Keep Virtual Machines Together' or 'Separate Virtual Machines' (anti-affinity) rule dictates whether VMs should reside on the same or different hosts.

327
MCQhard

You are managing VVF and need to update the vCenter Server. Before performing the update, what is the most important step to perform on the VCSA?

A.Take a snapshot of the vCenter VM
B.Delete all templates to free space
C.Restart all services
D.Perform a VCSA file-based backup
AnswerD

This is the supported and safe way to back up VCSA.

Why this answer

Taking a file-based backup is critical for recovery in case the update fails.

328
MCQhard

An enterprise environment running vSphere Foundation is preparing for a data center migration. The administrator needs to perform a cold migration of a large virtual machine across vCenter Server boundaries where the target storage uses a different datastore format. Which API/tool mechanism natively handles cross-vCenter, cross-cluster, and cross-datastore migrations simultaneously?

A.VMware HCX Hybrid Interconnect only
B.Standard vSphere vMotion with Enhanced Linked Mode
C.Cross-vCenter Export and Import via OVF Tool
D.Cross-vCenter vSphere vMotion migration wizard
AnswerD

The cross-vCenter vMotion wizard natively handles migrating compute, network, and storage across disparate vCenter instances.

Why this answer

Cross-vCenter vSphere vMotion (or cross-vCenter migration workflow) allows simultaneous migration of compute, storage, and networking across different vCenter instances.

329
MCQhard

An administrator is troubleshooting an issue where vSphere Trust Authority fails to attest an ESXi host during boot. The Key Provider reports that the Trust Authority Cluster is unreachable. Which log file on the ESXi host should the administrator check to examine the attestation client communication errors?

A./var/log/vmware/vcf/sddc-manager/sddc-manager.log
B./var/log/vmware/nsx-manager/nsx-syslog.log
C./var/log/vmware/sso/sso.log
D./var/log/hostd.log and /var/log/vmkernel.log on the ESXi host.
AnswerD

hostd and vmkernel logs record host daemon and kernel interactions with Trust Authority and key providers.

Why this answer

ESXi host attestation and key provider communication logs are recorded in /var/log/vpxa.log or /var/log/vmkernel.log, with specific trust authority client logs located in /var/log/tboot.log or hostd.log depending on the exact component.

330
MCQmedium

An administrator is configuring an alert in vSphere Foundation 9.0 to notify them when an ESXi host loses its connection to primary storage (datastore heartbeat loss). Which type of default alarm in vCenter covers this condition?

A.Host power state change alarm
B.Virtual machine high availability failover event
C.Storage I/O control congestion threshold alarm
D.Datastore accessibility alarm
AnswerD

The datastore accessibility alarm triggers when an ESXi host loses communication with a datastore.

Why this answer

Datastore accessibility loss or connectivity issues trigger native vCenter storage alarms, specifically related to datastore reachability and heartbeating.

331
Multi-Selectmedium

An enterprise architect is planning virtual machine resource controls in a vSphere Foundation 9.0 cluster. Which THREE parameters can be configured on a virtual machine's CPU or memory settings? (Choose three.)

Select 3 answers
A.Physical Socket Count Multiplexing
B.Shares
C.Limit
D.Reservation
E.BIOS Voltage Scaling Factor
AnswersB, C, D

Correct. Shares determine relative priority when resource contention occurs.

Why this answer

Virtual machine resource settings include Shares, Reservations, and Limits for both CPU and memory allocations.

332
MCQmedium

An IT architect is configuring a vSphere Foundation 9.0 cluster and wants to ensure that specific virtual machines are always restarted on preferred hosts during a vSphere HA failover event. Which vSphere HA feature satisfies this design goal?

A.Distributed Power Management (DPM) sleep state intervals.
B.Storage DRS placement migration schedules.
C.VM-Host affinity and anti-affinity rules.
D.Enhanced vMotion Compatibility (EVC) baselines.
AnswerC

Correct. Affinity rules dictate host placement preferences for HA restart operations.

Why this answer

VM-Host Affinity rules in vSphere HA allow administrators to define which hosts a virtual machine should or must run on during normal operations and failover events.

333
Multi-Selectmedium

An administrator is troubleshooting performance degradation on an ESXi host and suspects high storage latency affecting multiple virtual machines. Which TWO performance metrics in vSphere Client should the administrator monitor to evaluate storage latency? (Choose two.)

Select 2 answers
A.Network Packet Drop Rate
B.Kernel Latency (KAVG)
C.Device Latency (DAVG/GAVG)
D.Memory Swapin Rate
E.CPU Ready Time
AnswersB, C

Kernel latency measures the time spent inside the ESXi storage stack processing I/O commands.

Why this answer

vSphere performance charts provide Device Latency (DAVG/GAVG) and Kernel Latency (KAVG) to evaluate storage responsiveness.

334
Multi-Selectmedium

An administrator is troubleshooting network performance bottlenecks on a vSphere Distributed Switch (vDS). Which TWO metrics or features in vSphere Client and esxtop help identify network packet drops or congestion? (Choose two.)

Select 2 answers
A.vSphere Client network performance charts tracking dropped packets and packet error rates.
B.esxtop Network view (pressing 'n') showing packet drop counters (DRPTX / DRPRX).
C.Enhanced vMotion Compatibility (EVC) CPU drop log.
D.Storage I/O Control queue depth latency metrics.
E.vSphere HA datastore heartbeat counter graphs.
AnswersA, B

vSphere performance charts aggregate network drop and error statistics over time.

Why this answer

Network packet drops can be monitored using esxtop network view (drop counters like PKTRX / PKTTX or error counters) and vSphere performance charts tracking dropped packets.

335
MCQmedium

An administrator is troubleshooting an issue where virtual machines on a vSphere Distributed Switch (vDS) lose connectivity intermittently after a network team changes physical switch configurations. Which vDS feature can help detect and diagnose VLAN or MTU misconfigurations between the ESXi host uplinks and the physical switch?

A.vDS Health Check (MTU and VLAN configuration verification)
B.Storage I/O Control (SIOC)
C.vSphere HA Datastore Heartbeating
D.Enhanced vMotion Compatibility (EVC)
AnswerA

vDS Health Check tests MTU (ping sweeps with large packets) and VLAN trunking consistency between ESXi uplinks and physical switches.

Why this answer

vSphere Health Check (specifically VLAN and MTU health checks) validates that the VLAN IDs and MTU settings configured on the vDS match the physical switch port settings.

336
MCQmedium

An organization requires integration of vSphere Foundation 9.0 identity services with an external Enterprise Identity Provider (IDP) using OpenID Connect (OIDC). Where must the administrator configure the OIDC provider settings within vCenter Server 9.0?

A.Navigate to vCenter Server > Administration > Single Sign-On > Configuration > Identity Providers and add a new OIDC provider.
B.Use the vSphere Client Global Inventory Lists to import the IDP SSL certificate into the trusted root store.
C.Modify the vpxd.properties file on the vCenter appliance to include the OIDC client secret.
D.Navigate to vCenter Server > Hosts and Clusters > Configure > Access Control > Authentication Services.
AnswerA

The Identity Providers tab under SSO Configuration is the correct menu path for configuring modern OIDC and SAML identity sources.

Why this answer

In vCenter Server, identity provider configurations such as OIDC and Active Directory over LDAP are managed under Administration > Single Sign-On > Configuration > Identity Providers.

337
Multi-Selectmedium

An administrator is configuring dashboards in VCF Operations for executive reporting. Which TWO widgets are best suited for displaying high-level summary health and risk scores across multiple SDDC clusters? (Choose two.)

Select 2 answers
A.Virtual Machine Guest OS Desktop Screen Viewer.
B.Heat Map Widget displaying cluster health and risk percentages.
C.Scoreboard Widget displaying aggregate health scores.
D.Raw Log Stream Text Box Widget displaying tail -f outputs.
E.SDDC Manager Bring-up Progress Bar Widget.
AnswersB, C

Heat maps visualize relative object health and risk using color-coded blocks.

Why this answer

Health and risk scores across multiple objects are best displayed using Heat Map widgets or Scoreboard widgets in VCF Operations.

338
Multi-Selectmedium

An administrator is optimizing a vSphere 9.0 cluster running latency-sensitive enterprise applications. Which THREE settings or features should be configured to ensure lowest possible latency and jitter? (Choose three.)

Select 3 answers
A.Set the ESXi host Power Management Policy to 'High Performance' (Static High).
B.Enable Hyper-Threading to artificially double the physical core count for background tasks.
C.Reserve 100% of the virtual machine's guest memory to prevent hypervisor ballooning and swapping.
D.Configure the virtual machine's Latency Sensitivity setting to 'High' in vSphere Client.
E.Configure Storage DRS to run continuously every 15 minutes.
AnswersA, C, D

Disabling CPU C-states and P-states via High Performance mode prevents CPU frequency scaling latency.

Why this answer

Latency-sensitive workloads benefit from latency sensitivity settings (High), disabling CPU power management (High Performance power policy), reserving 100% of memory to avoid swapping, and pinning vCPUs or avoiding overcommitment.

339
MCQhard

An administrator is configuring vSphere Trust Authority (vTA) in a VVF 9.0 environment to protect encrypted VMs. During the initial setup of the Trust Authority Cluster, communication fails between the Attestation Service and the Key Provider. Which network port must be open between these components to allow secure attestation communication?

A.TCP port 22 and TCP port 80.
B.TCP port 902 and UDP port 902.
C.TCP port 443 and TCP port 8443.
D.UDP port 514 and UDP port 123.
AnswerC

vSphere Trust Authority services rely on HTTPS (443) and specific management ports like 8443 for key and attestation traffic.

Why this answer

vSphere Trust Authority components communicate securely over specific ports. The Attestation Service communicates with ESXi hosts and other trust components typically over TCP port 443 (HTTPS) and port 8443 or specific vTA service ports depending on the exact architecture.

340
Multi-Selectmedium

An administrator is configuring vSphere HA on a newly built cluster. Which THREE settings or components are critical for ensuring proper HA cluster operation? (Choose three.)

Select 3 answers
A.Fully automated Storage DRS enabled on all datastores in the cluster.
B.Properly configured DNS and static IP addresses for all ESXi hosts and vCenter Server.
C.At least one shared datastore configured for datastore heartbeating in case management network partitions occur.
D.Enhanced vMotion Compatibility enabled across all participating cluster nodes.
E.Management network redundancy configured with multiple VMkernel adapters for HA traffic.
AnswersB, C, E

Stable name resolution and networking are critical for HA agent communication.

Why this answer

vSphere HA relies on cluster primary/secondary node elections, network heartbeats, and datastore heartbeats to function correctly.

341
MCQmedium

An administrator is reviewing active alarms in the vSphere Client and notices an alarm triggered by high datastore latency. To investigate which virtual machine is generating the excessive I/O load, which chart or view in vCF Operations should the administrator inspect?

A.vSphere Client -> vLCM -> Datastore Compliance View.
B.Cloud Builder -> Monitoring -> Storage Inspector.
C.VCF Operations -> Dashboards -> Datastore Performance or Troubleshooting -> Metric view filtered by Disk IOPS/Latency.
D.NSX Manager -> Diagnostics -> Datastore Latency Test.
AnswerC

VCF Operations correlates datastore latency metrics with the contributing virtual machines generating high workload.

Why this answer

To trace I/O bottlenecks to specific VMs, the administrator can use VCF Operations 'Troubleshooting -> Metric' view or the 'Datastore IOPS / Latency' dashboard.

342
Multi-Selecteasy

An administrator is planning storage design for a vSphere Foundation 9.0 cluster. Which TWO file-level storage protocols are supported by ESXi for mounting external shared file datastores? (Choose two.)

Select 2 answers
A.Hypertext Transfer Protocol Secure (HTTPS)
B.Secure File Transfer Protocol (SFTP)
C.Network File System (NFS) version 4.1
D.Network File System (NFS) version 3
E.Trivial File Transfer Protocol (TFTP)
AnswersC, D

Correct. NFSv4.1 with native multipathing is a supported file-level storage protocol in ESXi.

Why this answer

ESXi supports NFS version 3 and NFS version 4.1 for external file-level datastore mounting.

343
Multi-Selectmedium

An administrator is troubleshooting a vSphere Distributed Switch (vDS) where network I/O control (NIOC) is being used. Which TWO benefits or capabilities does Network I/O Control provide in vSphere Foundation? (Choose two.)

Select 2 answers
A.Automatic generation of IP addresses for guest operating systems.
B.Automatic conversion of standard virtual switches into physical core routers.
C.Bandwidth limit enforcement for individual virtual machine network adapters (vNICs) or distributed port groups.
D.Automatic physical switch firmware flashing.
E.Prioritization and bandwidth allocation for system traffic types (such as vMotion, vSAN, and VM traffic) across physical uplinks.
AnswersC, E

NIOC enables administrators to set limits and shares on VM traffic classes flowing through the vDS uplinks.

Why this answer

Network I/O Control (NIOC) provides bandwidth allocation based on shares and reservations for different system traffic types (e.g., vMotion, vSAN, fault tolerance, VM traffic) and enforces bandwidth limits on physical uplinks.

344
Multi-Selecthard

An administrator is preparing to execute a major upgrade of a VVF 9.0 environment using SDDC Manager. Which THREE pre-upgrade validation checks are automatically performed by SDDC Manager before allowing the upgrade bundle to be applied? (Choose three.)

Select 3 answers
A.Automatically delete all historical performance metrics older than 365 days from VCF Operations.
B.Power off all running production virtual machines to release memory.
C.Check available disk space and partition utilization on SDDC Manager and target appliances.
D.Verify API connectivity and authentication status for vCenter Server and NSX Manager.
E.Validate software Bill of Materials (BOM) compatibility and component dependency trees.
AnswersC, D, E

Sufficient disk space is required to stage and unpack upgrade binaries.

Why this answer

SDDC Manager pre-checks validate inventory connectivity, snapshot status, disk space availability on appliances, and software compatibility (BOM validation).

345
MCQmedium

An administrator is troubleshooting a vSphere Distributed Switch (vDS) uplink connectivity issue. The administrator suspects that a specific physical switch port connected to an ESXi host uplink (vmnic) has been disabled or misconfigured. Which vSphere Client view allows the administrator to inspect the CDP (Cisco Discovery Protocol) or LLDP (Link Layer Discovery Protocol) information received from the physical switch?

A.Select the vDS -> Monitor -> Uplink / Topology / Physical Switch view to inspect CDP/LLDP neighbor details.
B.Run 'esxcli network cdp get' via the vCenter appliance shell.
C.Check the virtual machine hardware summary tab.
D.Open vCenter Administration -> Licensing -> Physical Switch Maps.
AnswerA

CDP/LLDP discovery reveals physical switch port IDs, switch names, and native VLAN configurations directly within the vSphere Client.

Why this answer

vDS supports physical switch discovery protocols (CDP and LLDP). Administrators can view neighbor device details, switch port IDs, and VLAN configurations under vDS -> Monitor -> Uplink or Topology / Physical Network view.

346
MCQhard

An administrator is utilizing vSphere Lifecycle Manager (vLCM) in VVF 9.0 to manage ESXi host compliance and image updates across a cluster. The cluster image compliance check reports an error indicating that a vendor hardware addon is incompatible with the selected ESXi base image version. How should the administrator resolve this issue?

A.Manually edit the vpxd configuration file on vCenter to bypass hardware compatibility checks for the cluster.
B.Select a vendor add-on version that explicitly supports the target ESXi base image version from the software depot.
C.Disable vSphere High Availability (HA) on the cluster before initiating the image compliance remediation.
D.Switch the cluster back to a baseline-based update method and apply legacy patch baselines.
AnswerB

vLCM requires component compatibility; selecting a supported vendor add-on version resolves the image mismatch.

Why this answer

When using vLCM with single images, all components (base image, vendor add-on, and firmware/driver components) must be validated against the VMware Compatibility Guide (VCG). The administrator must update the vendor add-on to a version compatible with the target ESXi base image version.

347
MCQeasy

An administrator notices that an ESXi host is showing as 'Not Responding' in the vSphere Client inventory. Which service on the ESXi host is primarily responsible for maintaining communication and heartbeats with vCenter Server?

A.sfcb (CIM broker)
B.vpxa (VirtualCenter Agent)
C.lhd (Local Hardware Daemon)
D.vmware-vmx
AnswerB

vpxa is the agent on ESXi that communicates directly with vCenter Server. If vpxa stops or loses connectivity, the host shows as Not Responding.

Why this answer

The vpxa (VirtualCenter Agent) service runs on the ESXi host to communicate with vCenter Server (vpxd), while hostd handles local host management.

348
MCQhard

An administrator is troubleshooting a storage I/O performance issue on an ESXi 9.0 host where a specific VMFS datastore is locked or slow due to hardware reservation conflicts. Which esxcli command can be used to inspect hardware acceleration (VAAI - vStorage APIs for Array Integration) status and settings on ESX hosts?

A.esxcli storage core hardware acceleration list
B.esxcli vsan vaai get
C.esxcli vaai status get
D.esxcli network ip hardware list
AnswerA

This command displays whether VAAI primitives (such as ATS, clone, and zero) are enabled and supported on the storage devices.

Why this answer

ESXi VAAI status and hardware acceleration settings are managed and inspected using 'esxcli storage core hardware acceleration list'.

349
Multi-Selectmedium

An administrator is troubleshooting a performance issue where a virtual machine has high CPU wait time. Which TWO esxtop counters or metrics in the CPU view specifically indicate that the VM is waiting for physical CPU scheduling or experiencing CPU contention? (Choose two.)

Select 2 answers
A.%CSTP (Co-stop percentage)
B.%IDLE (Idle percentage)
C.%SYS (System time percentage)
D.%RDY (Ready time percentage)
E.%USED (CPU usage percentage)
AnswersA, D

%CSTP indicates the time a multi-vCPU VM spent waiting for its other vCPUs to be scheduled simultaneously, indicating high scheduling overhead.

Why this answer

In esxtop (CPU view), %RDY (Ready time) indicates time spent waiting for CPU scheduling, and %MLTVD (Multi-world time) or %CSTP (Co-stop) or %WAIT indicate waiting states. Specifically, %RDY and %CSTP are primary indicators of contention and scheduling delay.

350
MCQmedium

An administrator is configuring a new alert definition in VCF Operations to notify them when any virtual machine's datastore usage exceeds 85%. However, they want to exclude all virtual machines belonging to the 'Dev-Test' resource pool. How can this exclusion be achieved?

A.Configure an NSX Distributed Firewall rule blocking storage traffic to Dev-Test VMs.
B.Edit the vpxd.cfg file on vCenter to filter out Dev-Test storage metrics.
C.Add a deny rule in the vCenter Server Global Permissions list for the Dev-Test group.
D.Modify the active Policy in VCF Operations, navigate to Symptom Definitions, and disable or override the alert for the Dev-Test custom object group.
AnswerD

Policies in VCF Operations allow overriding and disabling specific alert symptoms for targeted custom groups or object hierarchies.

Why this answer

Alerts and policies in VCF Operations are managed via Policies. To exclude specific objects, the administrator must modify the policy definition, select the object or group (Dev-Test), and override or disable the specific symptom/alert definition for that group.

351
Multi-Selectmedium

An administrator wants to configure custom dashboards and alerts in VMware Aria Operations to monitor specific Key Performance Indicators (KPIs) for critical database virtual machines in a VVF environment. Which THREE actions can the administrator perform within Aria Operations to achieve this? (Choose three.)

Select 3 answers
A.Build custom alert definitions by combining symptom definitions and assigning them to policies.
B.Directly patch the physical server BIOS firmware through Aria Operations dashboard widgets.
C.Create custom dashboard widgets using metric charts, object lists, and health trees.
D.Modify the hardcoded hypervisor source code on the ESXi boot bank.
E.Define custom symptom definitions based on specific metric thresholds (e.g., CPU demand > 90%).
AnswersA, C, E

Alert definitions group symptoms together and trigger notifications based on active policies.

Why this answer

Aria Operations allows users to build custom dashboards, create symptom definitions, and configure alert definitions linked to specific policies.

352
MCQeasy

An administrator needs to clone an existing virtual machine to serve as a golden image. Where should the administrator navigate in the vSphere Client to initiate the cloning wizard?

A.Navigate to Administration -> Content Library and click Create Template.
B.Open the vCenter Global Settings and select VM Templates.
C.Right-click the target virtual machine and select Clone.
D.Select the ESXi host, go to Configure, and click Virtual Machine Provisioning.
AnswerC

Cloning is initiated by right-clicking the source VM in the inventory tree.

Why this answer

Right-clicking a virtual machine object in the inventory provides the 'Clone -> Clone to Virtual Machine' option.

353
MCQhard

An administrator is configuring certificate management for a vSphere Foundation environment. They need to replace the vCenter Server machine certificate with one signed by a Subordinate CA. Which tool should be used to automate this process?

A.vSphere Lifecycle Manager
B.Certificate-manager CLI utility
C.vCenter Server Appliance Management Interface (VAMI)
D.PowerCLI Update-Certificate cmdlet
AnswerB

The certificate-manager utility is the primary tool for replacing certificates on the Platform Services Controller/vCenter.

Why this answer

The vSphere Certificate Manager utility (certificate-manager) is the supported tool for managing vCenter Server certificates.

354
MCQhard

An organization is deploying a hybrid cloud strategy using vSphere Foundation. They need to seamlessly extend their local network segments to VMware Cloud on AWS without re-IPing their VMs. Which solution should be implemented?

A.VMware HCX
B.vSphere vMotion
C.vSphere Distributed Switch
D.vCenter Hybrid Linked Mode
AnswerA

HCX Network Extension allows L2 stretching across disparate environments.

Why this answer

VMware HCX (Hybrid Cloud Extension) provides the Layer 2 Network Extension capability required to stretch networks to the cloud.

355
Multi-Selectmedium

An administrator is designing a vSphere Foundation 9.0 environment and needs to configure vCenter Server Single Sign-On (SSO) identity sources. Which THREE identity source types are natively supported by vCenter Server SSO? (Choose three.)

Select 3 answers
A.Anonymous guest web tokens via public web scrapers
B.Local OS users (local vpxuser / local system accounts)
C.Local Bluetooth pairing with mobile smartphones
D.Active Directory (Integrated Windows Authentication or Active Directory over LDAP)
E.OpenLDAP directory services
AnswersB, D, E

Correct. Local accounts and local OS users are supported for bootstrapping and emergency access.

Why this answer

vCenter Server SSO supports Active Directory, OpenID Connect (OIDC), Open LDAP, and Local OS as identity sources.

356
MCQmedium

You are deploying a new Supervisor Cluster in VVF. Which component is required to facilitate communication between the vSphere infrastructure and the Tanzu Kubernetes Grid services?

A.Standard vSwitch
B.NSX Edge Node
C.vSphere Distributed Switch
D.vSAN File Service
AnswerC

VDS is mandatory for Supervisor networking.

Why this answer

The vSphere Distributed Switch (VDS) is required for the Supervisor to provide network connectivity for the control plane and worker nodes.

357
Multi-Selectmedium

An administrator is configuring a cluster with vSphere DRS in a vSphere Foundation environment. Which TWO criteria can DRS use to balance virtual machine workloads across hosts? (Choose two.)

Select 2 answers
A.CPU utilization
B.BIOS serial number uniqueness
C.Assigned MAC address ranges
D.Guest operating system disk partition type
E.Active memory utilization
AnswersA, E

CPU load is a primary metric evaluated by DRS when placing or migrating virtual machines.

Why this answer

vSphere DRS primarily balances workloads based on real-time and historical CPU and memory utilization metrics.

358
Multi-Selectmedium

An administrator is troubleshooting a vSphere cluster where Distributed Resource Scheduler (DRS) is failing to migrate virtual machines. Which TWO cluster-level conditions can prevent DRS from functioning or executing migrations? (Choose two.)

Select 2 answers
A.vSphere HA is configured with strict admission control.
B.Storage I/O Control is disabled on datastores.
C.DRS is disabled at the cluster level.
D.All cluster hosts are placed in Maintenance Mode or are disconnected from vCenter Server.
E.Enhanced vMotion Compatibility (EVC) is set to an advanced baseline.
AnswersC, D

If DRS is disabled in cluster settings, no automated or recommended load balancing will occur.

Why this answer

DRS requires the cluster to be enabled, hosts to be connected and responsive, and no configuration blocks (like strict affinity rules or maintenance mode states preventing placement).

359
MCQmedium

You are integrating VCF Operations with vCenter. What is the primary purpose of configuring the 'vCenter Adapter' in the Operations dashboard?

A.To allow vCenter to manage the Operations appliance
B.To replace the vCenter database
C.To enable the collection of performance metrics and inventory data from vCenter
D.To automatically deploy vSphere hosts
AnswerC

The adapter provides the data bridge for analytics.

Why this answer

The vCenter Adapter allows Operations to collect metrics, logs, and alerts from the vCenter inventory.

360
MCQmedium

An administrator needs to monitor CPU utilization trends across multiple virtual machines to determine if right-sizing is required. Which vSphere Foundation feature provides native performance charts, metrics collection, and historical reporting directly within the vCenter interface?

A.vSphere Trust Authority
B.vSphere Performance Charts
C.vSphere Fault Tolerance
D.Storage I/O Control (SIOC)
AnswerB

Performance charts in vCenter provide comprehensive metrics visualization for resource consumption and workload trends.

Why this answer

vCenter Performance Charts provide built-in real-time and historical monitoring metrics for CPU, memory, network, and storage utilization.

361
MCQhard

An administrator is troubleshooting a certificate chain validation error when configuring a secure LDAP (LDAPS) identity source in vCenter Single Sign-On. The LDAP server uses a private internal Certificate Authority. Where must the administrator add the private CA certificate to resolve the validation failure?

A.Active Directory Domain Controller Certificate Store.
B.SDDC Manager -> Security -> Certificate Authority.
C.vCenter Administration -> Single Sign-On -> Configuration -> Certificates -> Trusted Root Certificates.
D.ESXi Host -> Configure -> Security -> Trusted Certificates.
AnswerC

LDAPS identity source connections validate against the SSO Trusted Root Certificates store.

Why this answer

When adding an LDAPS identity source signed by an internal CA, vCenter SSO requires the CA certificate to be present in the SSO Trusted Root Certificates store.

362
MCQmedium

An administrator is troubleshooting a virtual machine performance issue where guest disk latency is high. Upon examining the storage configuration, the virtual machine is utilizing thin-provisioned disks on a datastore that has reached 98% capacity. What is the primary reason for the latency spike?

A.The virtual machine's RAM is swapping to the physical CPU cache.
B.The vSphere Distributed Switch has dropped packet fragments due to low disk space.
C.VMware Tools has automatically disabled thin provisioning to protect the filesystem.
D.Block allocation overhead and metadata contention as thin-provisioned disks attempt to expand on a nearly full datastore.
AnswerD

Severe datastore congestion occurs when free space is exhausted, forcing the file system to struggle with block allocation for thin disks.

Why this answer

When a datastore reaches near 100% capacity and thin-provisioned disks attempt to grow (allocate new blocks), file system metadata locks and allocation overhead spike, causing severe I/O latency and potential guest pauses.

363
MCQeasy

An administrator needs to deploy a standardized set of virtual machines across multiple vSphere clusters within a vSphere Foundation environment. Which vSphere feature should be used to ensure consistent deployment configurations and lifecycle management of these VM templates?

A.vSphere Lifecycle Manager (vLCM)
B.Storage Distributed Resource Scheduler (Storage DRS)
C.vSphere Auto Deploy
D.Content Library
AnswerD

Content Library provides centralized storage and synchronization of VM templates for consistent deployments.

Why this answer

Content Library is the native vSphere tool used to store and manage virtual machine templates, vApp templates, ISO images, and scripts across vCenter Server instances, ensuring consistent deployments.

364
Multi-Selecthard

An administrator is troubleshooting a storage performance issue on a vSAN 9.0 cluster. Which THREE performance counters or metrics in vSAN performance service or Aria Operations are critical for identifying vSAN bottlenecked workloads? (Choose three.)

Select 3 answers
A.vSAN Congestion counters (such as adaptive queue congestion or memory buffer congestion)
B.ESXi host CPU core thermal temperature sensor logs
C.vSAN Object Read and Write Latency
D.vCenter Database connection pool utilization rate
E.vSAN IOPS and Throughput utilization per disk group
AnswersA, C, E

Congestion counters identify when the cache tier or storage controllers are saturated and throttling I/O.

Why this answer

Critical vSAN performance metrics include read/write IOPS, throughput, latency (client, server, and network latency), and object-level congestion counters.

365
MCQmedium

An administrator needs to configure a custom dashboard in VCF Operations that highlights all ESXi hosts running with high memory congestion. Which widget type should the administrator add to the dashboard to best display a tabular list of hosts sorted by memory swap rates?

A.Heat Map Widget
B.Object List or Top-N / View Widget
C.Alert Widget
D.Metric Sparkline Widget
AnswerB

The Object List or Top-N widget displays tabular lists of objects sorted by specific metric thresholds like memory swap rate.

Why this answer

To display a sortable tabular list of inventory objects and their specific metrics, the 'Object List' or 'Top-N / List' widget is used in VCF Operations dashboards.

366
Multi-Selecteasy

An administrator is designing a vSphere Foundation 9.0 standard virtual switch (vSwitch) topology and needs to configure security policies for a port group. Which TWO security settings are available by default on a vSwitch port group? (Choose two.)

Select 2 answers
A.IP Source Guard Filtering
B.MAC Address Changes
C.Dynamic ARP Inspection Guard
D.Promiscuous Mode
E.BPDU Filter Activation
AnswersB, D

Correct. MAC Address Changes is a configurable security policy setting on vSwitch port groups.

Why this answer

The three configurable security settings on vSphere standard and distributed switch port groups are Promiscuous Mode, MAC Address Changes, and Forged Transmits.

367
Multi-Selecthard

An administrator is troubleshooting certificate management and security hardening across a VVF deployment. Which THREE practices should be followed when replacing default certificates with custom CA-signed certificates? (Choose three.)

Select 3 answers
A.Use Cloud Builder to automatically push custom certificates to running production VMs.
B.Disable all vCenter security firewall rules during the certificate replacement process.
C.Ensure the complete CA certificate chain (including root and intermediate CAs) is imported into the appropriate trust store.
D.Update solution user certificates and ensure the Lookup Service reflects the new signing tokens.
E.Verify that CSR configuration files (such as certool.cfg) contain accurate organization, locality, and Common Name (CN) attributes.
AnswersC, D, E

Missing intermediate or root CA certificates will break SSL handshake trust validation.

Why this answer

Custom certificate replacements require ensuring complete CA chains are trusted, generating valid CSRs with correct certool parameters, and updating all dependant solution users.

368
MCQmedium

An administrator is troubleshooting a virtual machine network connectivity failure where packets are dropped between two VMs residing on the same ESXi host connected to a standard virtual switch. Which configuration setting on the virtual switch port group could block direct internal traffic between VMs on the same host?

A.Enabling Storage I/O Control on the switch uplinks.
B.Misconfigured Security policies (Promiscuous Mode, MAC Address Changes, Forged Transmits) or Private VLAN (PVLAN) isolations on the switch.
C.Setting the VMkernel MTU to 1500 bytes.
D.Disabling Enhanced vMotion Compatibility (EVC) on the virtual switch.
AnswerB

Security policies or PVLAN settings can drop frames between ports if traffic violates the defined security or isolation rules.

Why this answer

Setting 'Promiscuous Mode', 'MAC Address Changes', or 'Forged Transmits' incorrectly can restrict traffic, but specifically, port security settings or blocked ports can isolate traffic. However, standard virtual switches forward traffic locally unless blocked by security policies or isolated private VLANs (PVLANs) on vDS.

369
MCQmedium

A VVF administrator is configuring Supervisor within a vSphere cluster to enable Kubernetes workload management. During the configuration wizard in the vSphere Client, the administrator must provide a dedicated network range for pods. What is a critical requirement for this Workload Management pod network?

A.It must be configured using public routable IP addresses assigned by the RIR.
B.It must use a private IPv4 block that does not overlap with existing infrastructure subnets.
C.It must be identical to the primary vSphere Distributed Switch uplink subnet.
D.It must overlap with the ESXi management network for direct API accessibility.
AnswerB

Pod CIDRs must be unique and non-overlapping to ensure proper container routing.

Why this answer

The pod network CIDR block must not overlap with any existing corporate network, ESXi management network, or vMotion network routed in the datacenter to prevent IP routing conflicts.

370
Multi-Selecthard

An administrator is configuring resource allocation and management settings for a resource pool hierarchy in a vSphere Foundation cluster. Which THREE rules or principles govern how shares, reservations, and limits operate within vSphere resource pools? (Choose three)

Select 3 answers
A.A resource pool reservation guarantees that a specific amount of CPU or memory is always available to the pool.
B.Shares assigned to a resource pool take precedence over explicit virtual machine reservations.
C.Child resource pools can borrow unreserved resources from their parent pool up to their configured limit.
D.Setting a resource pool limit disables all forms of memory overcommitment on child virtual machines.
E.Shares are only brought into effect when resource contention occurs on the ESXi host or cluster.
AnswersA, C, E

Reservations ensure minimum resource allocations even during periods of heavy contention.

Why this answer

Resource pool shares only apply when resource contention occurs. Reservations guarantee a minimum amount of CPU or memory, and child resource pools borrow unreserved resources from parent pools subject to their defined limits.

371
MCQhard

An administrator is troubleshooting a certificate validation error between vCenter Server and an ESXi host in a vSphere Foundation 9.0 cluster. The host shows a status of 'Not Responding' and connection tests reveal that the custom CA certificate installed on vCenter is not trusted by the host's local SSL store. How can the administrator resolve this certificate trust issue without reinstalling the host?

A.Run the command `esxcli system settings advanced set -o /Security/TrustSelfSigned -i 1` via SSH.
B.Select the disconnected ESXi host in the inventory, navigate to Actions > Certificate > Renew Certificate to push the valid trust chain from vCenter.
C.Disconnect the host from vCenter, remove it from the inventory, and deploy a new OVA of the host.
D.Log in to the ESXi Direct Console User Interface (DCUI), select Reset System Configuration, and reboot.
AnswerB

The Renew Certificate action updates the SSL certificate on the ESXi host to match the current vCenter certificate authority trust.

Why this answer

When custom certificates are used, the ESXi host must trust the VMCA or custom root CA. The administrator can regenerate or push the correct thumbprint/certificate to the host via the vSphere Client (Actions > Connection > Renew Certificate).

372
MCQeasy

An administrator is designing a custom dashboard in VMware Aria Operations for a vSphere Foundation environment. The dashboard needs to display real-time health scores of all production ESXi clusters. Which widget type is best suited to display these health scores as visual colored badges?

A.Heat Map Widget
B.Scoreboard Widget
C.Text Widget
D.Topology Widget
AnswerB

The Scoreboard widget displays key performance indicators and health badges for selected objects in a clean, visual format.

Why this answer

In Aria Operations, the Health Chart or Metric Chart widgets can display objects, but the Object List or Scoreboard widgets are specifically designed to present health, risk, and efficiency badges.

373
MCQeasy

Which vSphere feature ensures that virtual machines are automatically restarted on a remaining host if a host fails?

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

HA is the feature for host-level failure protection.

Why this answer

vSphere HA monitors host health and restarts VMs if a failure is detected.

374
Multi-Selectmedium

An administrator is configuring log analysis and monitoring integration between vSphere Foundation 9.0 and Aria Operations for Logs. Which TWO configuration steps must be performed on the ESXi hosts or vCenter to forward events? (Choose two.)

Select 2 answers
A.Enable SSH on vCenter Server and modify rsyslog configuration files manually.
B.Ensure firewall rules on ESXi hosts permit outbound UDP/TCP syslog traffic on the configured syslog port (typically port 514).
C.Configure vCenter Server syslog forwarding under vCenter Settings > General > Syslog.
D.Deploy the Aria Operations for Logs agent OVA directly onto the ESXi host management kernel.
E.Configure the `Syslog.global.logHost` advanced setting on ESXi hosts to point to the Aria Operations for Logs cluster IP.
AnswersB, E

Network connectivity and ESXi firewall rules must allow outbound log transmission to the collector.

Why this answer

Integration with Aria Operations for Logs involves configuring syslog forwarding from ESXi hosts and deploying log insight agent integrations or setting syslog destinations.

375
MCQmedium

An administrator is replacing default VMCA-signed certificates with custom Certificate Authority (CA) signed certificates on a vCenter 9.0 instance using the vSphere Certificate Manager utility. During the process, the utility fails while generating the Certificate Signing Request (CSR). What is the primary cause of this failure?

A.Port 443 is blocked by a local firewall on the ESXi management vmkernel interface.
B.The root CA certificate has expired on the external enterprise CA server.
C.The configuration file (certool.cfg) contains incorrect or missing mandatory parameters.
D.The vCenter Appliance Management Interface (VAMI) service is stopped.
AnswerC

certool.cfg must be properly populated with organization details before generating the CSR.

Why this answer

The certificate manager utility relies on the configuration values defined in the certool.cfg file. Incorrect parameters or special characters in fields such as organization, locality, or country code will cause the CSR generation to fail.

Page 4

Page 5 of 7

Page 6

All pages