Courseiva

CCNA Deploy Configure And Operate Vvf Questions

75 of 221 questions · Page 1/3 · Deploy Configure And Operate Vvf · Answers revealed

1
MCQhard

An administrator needs to modify the 'vpxd' log level to debug a specific issue. Where is this configuration located?

A./etc/vmware/vpxd.conf
B.esxcli system log set
C.vSphere Client > Administration > Logging
D.VAMI > Services > vCenter Server
AnswerD

Log levels can be configured here for the vpxd process.

Why this answer

The vCenter Server Appliance Management Interface (VAMI) allows changing log levels for services like vpxd.

2
Multi-Selecthard

When utilizing vSphere Lifecycle Manager (vLCM) to manage a cluster, which THREE tasks can be performed to maintain ESXi hosts?

Select 3 answers
A.Managing firmware updates via integration with hardware support managers
B.Deploying virtual machines to the cluster
C.Installing vendor-provided hardware support packages (add-ons)
D.Configuring Distributed Switch uplinks manually
E.Applying a desired image to all hosts in the cluster
AnswersA, C, E

vLCM supports firmware orchestration via hardware managers.

Why this answer

vLCM handles image management, vendor add-ons, and firmware integration.

3
Multi-Selectmedium

An administrator is managing user permissions in vSphere Foundation 9.0. Which TWO practices are recommended when assigning roles and permissions? (Choose two)

Select 2 answers
A.Assign permissions to Active Directory/OpenID groups rather than individual user accounts.
B.Assign permissions to individual users at the virtual machine level for every single VM.
C.Modify the built-in Administrator role directly to add custom security auditing privileges.
D.Assign roles at the highest logical inventory level (such as datacenter or folder) to leverage inheritance.
E.Grant all developers the global Administrator role to ensure zero operational friction.
AnswersA, D

Using groups simplifies access management when personnel change.

Why this answer

Best practices for RBAC include assigning permissions to Active Directory groups rather than individual users, and assigning roles at the highest appropriate inventory level to minimize management overhead.

4
MCQmedium

An administrator is configuring vCenter Server Identity Provider settings in vSphere Foundation 9.0. They receive an error stating that the metadata XML file provided by the external IdP cannot be parsed. What is the most likely cause?

A.The vCenter Server has insufficient disk space in the root partition.
B.The ESXi hosts are running an outdated build of vSphere 8.0.
C.The IdP metadata XML contains malformed XML syntax or an unsupported SAML schema declaration.
D.The NTP time synchronization offset between vCenter and the IdP exceeds 3 seconds.
AnswerC

Malformed XML or schema mismatches prevent vCenter from successfully parsing the identity provider metadata.

Why this answer

Metadata XML files from identity providers must strictly adhere to SAML 2.0 metadata schemas. Formatting issues, expired certificates within the metadata, or incomplete XML tags lead to parsing failures.

5
Multi-Selecthard

When troubleshooting certificate trust issues in VVF, which THREE components might require manual certificate replacement or refreshing?

Select 3 answers
A.vSphere Client browser cache
B.ESXi Host hardware BIOS password
C.Solution User certificates
D.Machine SSL certificate
E.STS signing certificate
AnswersC, D, E

Used by various internal services.

Why this answer

The Solution Users, Machine SSL, and STS are the three critical certificate components.

6
MCQhard

When configuring log forwarding from vCenter to Aria Operations for Logs, which protocol is typically used?

A.SNMP
B.Syslog (UDP/TCP)
C.SSH
D.HTTPS
AnswerB

Standard syslog is the protocol of choice for log forwarding.

Why this answer

The LiAgent or Syslog protocol is standard for sending logs to the Operations for Logs server.

7
MCQhard

An administrator is reviewing a cluster image compliance failure in vLCM. The error states that a specific VIB included in the vendor add-on has a dependency conflict with an independently installed driver on the ESXi host. How should the administrator remediate this conflict?

A.Upgrade vCenter Server to the next major release to automatically purge conflicting VIBs.
B.Disable vLCM image enforcement and revert the cluster to legacy baseline mode via the ESXi command line.
C.Remove the conflicting independent VIB from the image specification or update the vendor add-on to a version that resolves the dependency tree.
D.Manually delete the VIB file from /var/lib/vmware/vlcmlib/ on each ESXi host using SSH.
AnswerC

vLCM image specifications must be cohesive; resolving VIB conflicts requires aligning the image components without orphaned conflicting drivers.

Why this answer

When vLCM detects dependency conflicts between custom VIBs and vendor add-ons, the administrator must either remove the conflicting independent VIB from the host image specification or update the image to include a vendor add-on that supersedes or correctly replaces the conflicting component.

8
MCQmedium

You are tasked with reviewing an alert in vSphere. You notice the alarm was triggered by a high latency metric. Which specific tool can provide the most detailed breakdown of datastore latency?

A.ESXi Shell esxtop
B.VMware Aria Operations
C.vCenter Alarms Tab
D.vCenter Inventory View
AnswerB

Aria Operations provides deep dive metric analysis.

Why this answer

Aria Operations allows for granular visualization of metrics, including datastore latency.

9
MCQeasy

An administrator is reviewing the deployment architecture of VMware vSphere Foundation 9.0. Which component serves as the core unified management platform that brings together vCenter, ESXi, vSAN, and Aria Operations integration?

A.vCenter Server Appliance
B.vSphere Replication Appliance
C.VMware NSX Edge Node
D.VMware Cloud Director
AnswerA

vCenter Server Appliance is the foundational management center for vSphere Foundation environments.

Why this answer

SDDC Manager or the vSphere Foundation unified portfolio architecture centers around vCenter Server and SDDC Manager / Aria Operations integration for comprehensive management.

10
MCQmedium

An administrator is configuring a new vSphere Distributed Switch (VDS) in a VVF environment and wants to ensure that network traffic for vSphere vMotion is isolated from other traffic types. Which VDS feature should be utilized?

A.Enable Private VLANs (PVLANs) on the physical switch uplinks only without port groups.
B.Create a dedicated Distributed Port Group configured on a separate VLAN ID specifically for vMotion traffic.
C.Configure IPFIX netflow sampling on the default management port group.
D.Enable Network I/O Control (NIOC) and set the vMotion share level to Low.
AnswerB

Using a dedicated Distributed Port Group on a distinct VLAN isolates vMotion traffic at layer 2.

Why this answer

Network traffic isolation on a VDS is achieved by placing vMotion traffic onto a dedicated VLAN or Geneve-backed segment, associated with a dedicated Distributed Port Group with specific traffic shaping and security policies.

11
MCQmedium

An administrator is configuring a new Supervisor cluster in vSphere Foundation 9.0 using vSphere Distributed Switch (VDS). Which networking parameter must be verified prior to enabling the Supervisor?

A.The underlying vSphere Distributed Switch must be upgraded to version 6.5 minimum, with LLDP disabled globally.
B.All ESXi hosts in the cluster must have at least four physical uplinks configured in an active/active port channel.
C.IPv6 must be enforced as the primary transport protocol for all internal Supervisor control plane communication.
D.A dedicated, non-overlapping management network IP block must be allocated for the Supervisor control plane VMs.
AnswerD

The Supervisor requires dedicated IP addresses for its control plane VMs that do not conflict with existing host IPs.

Why this answer

Enabling the Supervisor cluster requires an active VDS with proper NSX or vSphere Distributed Services Engine integration, specifically ensuring that edge/management segment subnets and IP pools are pre-allocated for control plane VMs.

12
Multi-Selecthard

Which TWO actions are necessary to ensure proper lifecycle management of ESXi hosts via vSphere Lifecycle Manager?

Select 2 answers
A.Update the vCenter Server appliance
B.Create a cluster image
C.Install VMware Tools
D.Check compliance against the baseline
E.Disable DRS
AnswersB, D

Required for desired state enforcement.

Why this answer

Image creation and compliance checks are core vLCM tasks.

13
MCQeasy

An administrator wants to view the overall health score and key performance indicators of the VVF infrastructure stack in a single pane of glass. Which tool provides this unified operational overview?

A.vSphere Lifecycle Manager
B.VCF Operations Dashboard
C.VMware Cloud Builder
D.ESXi Host Client
AnswerB

VCF Operations dashboards provide holistic health scores, risk analysis, and efficiency metrics.

Why this answer

VCF Operations (Aria Operations) provides unified dashboards displaying health, risk, and efficiency scores for the entire software-defined data center stack.

14
MCQmedium

You are configuring a Supervisor cluster on a vSphere cluster with vSAN. Which requirement must be met before enabling the Supervisor service?

A.NTP must be disabled on all hosts
B.The cluster must have exactly three nodes
C.The cluster must be using vSphere Distributed Switch (vDS) version 8.0 or later
D.All ESXi hosts must be in Maintenance Mode
AnswerC

Supervisor clusters require vDS to manage the networking for the control plane and workloads.

Why this answer

A vSphere cluster must be configured with a vSAN datastore to support Supervisor cluster persistent volumes.

15
Multi-Selecthard

An administrator is preparing to deploy the Supervisor on a vSphere cluster. Which THREE of the following are prerequisites for the management network?

Select 3 answers
A.A dedicated VLAN for the workload network
B.An IP address pool for the Supervisor control plane VMs
C.A /27 or larger subnet for the Supervisor control plane
D.A /24 subnet for the management network
E.MTU set to 1500 or higher
AnswersB, C, E

Control plane VMs require a dedicated IP pool.

Why this answer

Management network prerequisites include specific subnet sizing, MTU settings, and address pools for the control plane.

16
MCQeasy

Which interface is used to perform basic operational tasks like host shutdown, management network configuration, and service restarts on an individual ESXi host?

A.Direct Console User Interface (DCUI)
B.vSphere Client
C.vCenter Management Portal
D.ESXi Shell
AnswerA

DCUI is the primary local management tool for ESXi.

Why this answer

The Direct Console User Interface (DCUI) provides direct local access for these fundamental management tasks.

17
Multi-Selectmedium

Which TWO methods can be used to monitor vCenter Server performance metrics?

Select 2 answers
A.Running 'esxtop' on vCenter Server
B.Enabling 'Performance' mode in vCenter settings
C.VMware Aria Operations
D.Direct SNMP configuration on individual VMs
E.vSphere Client > Monitor > Performance tab
AnswersC, E

Aria Operations is the primary tool for detailed monitoring.

Why this answer

Both the Performance tab in the client and Aria Operations are standard monitoring tools.

18
MCQhard

When configuring identity sources, what is the primary benefit of using LDAPS over LDAP?

A.Prevents domain controller overload
B.Allows usage of non-standard ports
C.Faster synchronization with Active Directory
D.Encryption of the authentication traffic
AnswerD

Security is the main driver for using SSL/TLS.

Why this answer

LDAPS (LDAP over SSL) provides encryption for sensitive credentials during authentication.

19
MCQeasy

An administrator needs to check the current license capacity and expiration date for a vSphere Foundation deployment. Which dashboard or tool provides a consolidated view of all software licenses across the SDDC?

A.ESXi host Summary tab under Hardware Details
B.vSphere Lifecycle Manager Compliance Overview
C.VMware Aria Operations License Usage report widget
D.vCenter Server Administration > Licensing dashboard
AnswerD

The Licensing dashboard displays total capacity, assigned quantities, and expiration dates for all keys.

Why this answer

License inventory and usage tracking are centrally managed in vCenter Server under Administration > Licensing.

20
MCQmedium

An administrator is configuring log rotation and retention policies for ESXi hosts using Host Profiles. Which advanced setting must be adjusted within the Host Profile to control the maximum size of local log files before rotation?

A.Mem.ZipMemAllocPercent
B.Config.HostAgent.log.level
C.Vpx.Vpxd.QueueSize
D.Syslog.global.logDefaultMaxSize
AnswerD

Syslog.global.logDefaultMaxSize controls the maximum size of individual local log files on ESXi hosts.

Why this answer

ESXi host log rotation and size parameters are managed via advanced system settings such as 'Syslog.global.logDefaultMaxSize'.

21
MCQmedium

An administrator is managing vSphere Foundation licenses. If the cluster grows beyond the capacity covered by the current VVF license, what happens?

A.The vCenter service will immediately shut down.
B.The host will lose network connectivity.
C.The cluster will enter a non-compliant state.
D.Virtual machines will be suspended.
AnswerC

The vCenter will report a license non-compliance warning.

Why this answer

vSphere Foundation licensing is capacity-based; exceeding CPU count requires additional license purchase to maintain compliance, though the system will not immediately shut down.

22
MCQhard

An administrator is deploying VMware vSphere Foundation 9.0 and needs to configure NSX components to support micro-segmentation across workload clusters. After deploying the NSX Manager cluster, the transport nodes fail to prepare because the transport node profile cannot communicate with the ESXi host's vSphere Distributed Switch (VDS). What is the most critical networking prerequisite that must be validated?

A.Verify that all ESXi management VMkernels are configured with static IP addresses and disabled DHCP.
B.Assign a vSphere Distributed Switch uplink to the management network vmk0 interface.
C.Configure vSphere FT (Fault Tolerance) logging on all transport node ESXi hosts.
D.Ensure that the MTU on the physical switches, VDS, and Transport Zone is set to at least 1600 bytes to accommodate the Geneve encapsulation overhead.
AnswerD

Geneve tunneling adds overhead to packet size; insufficient MTU causes packet drop and transport node preparation failure.

Why this answer

NSX transport node creation on a VDS requires correct VLAN backing for the geneve overlay traffic and proper MTU settings across the physical switch and VDS.

23
MCQeasy

What is the primary function of a 'Host Profile' in vSphere?

A.To backup virtual machines
B.To patch ESXi hosts
C.To monitor hardware sensors
D.To standardize host configuration
AnswerD

Host profiles ensure consistent host settings.

Why this answer

Host Profiles allow for the standardization of host configurations across a cluster.

24
MCQhard

An administrator is troubleshooting a failure during an automated VVF cluster expansion in SDDC Manager. The task fails while attempting to configure the new ESXi host's Distributed Switch uplinks. Which log file on SDDC Manager should the administrator examine first to diagnose the API payload failure?

A./var/log/vmware/nsx-manager/cluster.log
B./var/log/vmware/vcf/sddc-manager/sddc-manager.log
C./var/log/vmware/loudmouth.log
D./var/log/vmware/vpxd.log
AnswerB

sddc-manager.log contains detailed application execution logs for workflows, cluster expansions, and API integrations.

Why this answer

SDDC Manager operations log API calls and workflow executions in /var/log/vmware/vcf/sddc-manager/sddc-manager.log or related service log directories.

25
MCQmedium

An administrator is utilizing vSphere Lifecycle Manager (vLCM) in vSphere Foundation 9.0 to manage ESXi host updates across a cluster. The cluster is configured with a single software image. The administrator attempts to remediate the cluster, but pre-checks report that a third-party ESXi IOVP driver installed on the hosts is not compatible with the target ESXi version. What is the correct procedure to remediate this issue?

A.Bypass the vLCM pre-check by enabling override mode in the vSphere Client advanced settings.
B.Revert the cluster to a manual baseline configuration and disable vSphere Lifecycle Manager.
C.Uninstall the third-party driver manually using ESXCLI on each host, then perform an upgrade using legacy Update Manager baselines.
D.Update the vLCM cluster image specification to include a compatible vendor add-on or updated component version that supports the target ESXi release.
AnswerD

vLCM allows adding vendor add-ons and firmware/driver components directly into the image specification to resolve compatibility issues.

Why this answer

When using vLCM image-based management, all components (ESXi base image, vendor add-ons, and firmware/drivers) must be compatible. Incompatible drivers must be updated or removed via the vLCM image specification before remediation.

26
MCQhard

You are managing certificate lifecycles in VVF. Where should you update the trusted root CA for the vCenter Server to ensure secure communication?

A.Host Profile
B.vLCM Image
C.Aria Operations Settings
D.vSphere Client Certificate Management
AnswerD

The Certificate Management UI in vCenter is the correct place to update trust.

Why this answer

The vSphere Certificate Authority (VMCA) or the vCenter Certificate Management tool is used to manage trusted roots.

27
MCQmedium

An administrator is configuring vSphere Supervisor in a VVF cluster and needs to assign permissions so that a specific developer team can manage namespaces. Where in the vSphere Client are namespace permissions managed?

A.vCenter Server -> Administration -> Access Control -> Roles.
B.SDDC Manager -> Supervisor -> Access Control.
C.Cluster -> Configure -> Workload Management -> Namespaces -> Select Namespace -> Permissions.
D.NSX Manager -> System -> Identity -> Namespace Role Bindings.
AnswerC

Namespace-level permissions are managed directly under the Workload Management namespace configuration.

Why this answer

vSphere Namespaces are managed under Workload Management. Namespace permissions are assigned by selecting the Supervisor or Namespace object in the vSphere Client and configuring permissions under the 'Permissions' tab.

28
MCQeasy

An administrator needs to review the history of user logins and administrative tasks performed in vCenter Server over the past 30 days. Which vCenter feature or view provides this audit trail?

A.vCenter -> Monitor -> Tasks and Events.
B.Host -> Configure -> Advanced Settings -> Audit.Log.
C.SDDC Manager -> Audit -> Activity Log.
D.VCF Operations -> Administration -> Access Audit.
AnswerA

The Tasks and Events tab provides a comprehensive audit trail of actions performed within the inventory.

Why this answer

The vCenter Tasks and Events tab tracks historical user actions, logins, and task executions across inventory objects.

29
MCQeasy

An administrator is reviewing vSphere Foundation 9.0 identity access management and needs to understand where Local OS users are authenticated if they are not using Active Directory. Which built-in service handles local user accounts on vCenter Server?

A.SDDC Manager Identity Broker service
B.vCenter Single Sign-On (vCenter SSO) with the vsphere.local domain
C.Windows Security Account Manager (SAM)
D.ESXi Direct Console User Interface (DCUI) local shadow file
AnswerB

vCenter SSO manages local accounts within the default vsphere.local identity domain.

Why this answer

vCenter Single Sign-On (vCenter SSO) manages authentication domains, including the local vsphere.local domain and integrated identity sources.

30
MCQmedium

An administrator needs to check if a host is compliant with the desired image in vLCM. What is the process to trigger a compliance check?

A.Select Cluster > Updates > Check Compliance
B.Select Host > Remediate
C.vCenter > Settings > Lifecycle
D.Host > Monitor > Lifecycle
AnswerA

This is the correct UI path for vLCM checks.

Why this answer

The 'Check Compliance' button under the Updates tab allows manual verification of image state.

31
MCQeasy

Which administrative role in vSphere has the most privileges by default?

A.Administrator
B.Resource Pool Administrator
C.No Cryptographic Administrator
D.Read Only
AnswerA

The Administrator role provides full access.

Why this answer

The Administrator role has full access to all objects and settings.

32
MCQmedium

An administrator is configuring a new alert in vSphere 9.0 to monitor when an ESXi host loses connection to a primary storage datastore. After saving the alarm, they want to test it. What is the safest method to verify the alarm triggers correctly without causing an outage?

A.Unmount the production VMFS datastore from all ESXi hosts simultaneously during peak business hours.
B.Disconnect the physical Fibre Channel cables from the core SAN switch.
C.Trigger a test notification action directly from the vSphere Client alarm definition menu if available, or simulate the event in a test cluster.
D.Restart the vpxd service on vCenter while I/O is running.
AnswerC

Testing alarm actions or using a non-production test environment is the safest way to verify notification workflows.

Why this answer

Testing alarms without causing production outages can be simulated by testing the alarm action directly from the alarm definition wizard or triggering a test event if supported, or by placing a test datastore into maintenance mode / unmounting it in a non-production test cluster.

33
MCQhard

An administrator is configuring identity federation using Microsoft Entra ID (Azure AD) with vCenter 9.0. During authentication, users receive an OIDC token validation error. Upon checking the vCenter sso log (/var/log/vmware/sso/sso.log), it indicates a clock skew issue between vCenter and the IdP. How should the administrator resolve this?

A.Configure and synchronize Network Time Protocol (NTP) on both the vCenter Server appliance and the external Identity Provider.
B.Regenerate the vCenter machine SSL certificate using the Certificate Manager utility.
C.Modify the sso.properties file on vCenter to increase the token lifetime tolerance to 72 hours.
D.Disable OAuth token verification in the advanced vCenter SSO configuration settings.
AnswerA

Synchronizing time via NTP ensures tokens fall within valid time windows without clock skew discrepancies.

Why this answer

OIDC token validation relies heavily on accurate timestamps. A clock skew between vCenter and the external IdP causes token expiration or premature validation errors. Both systems must synchronize time using NTP.

34
MCQhard

An administrator is configuring a new vSphere Foundation cluster and needs to enable Workload Management. What is the prerequisite for the storage policy used by the Supervisor cluster?

A.The storage policy must be a standard VMFS policy.
B.The storage policy must be applied to all existing VMs in the cluster.
C.The storage policy must be defined with tags.
D.The storage policy must be associated with a compatible datastore (e.g., vSAN).
AnswerD

The Supervisor requires a storage policy that maps to a datastore capable of hosting the Kubernetes control plane VMs.

Why this answer

The Supervisor control plane needs a storage policy to ensure that its internal components are placed on supported datastores, typically vSAN.

35
MCQeasy

An administrator is reviewing the monitoring configuration in vSphere Foundation 9.0 and wants to check the health status of vSAN storage services across the cluster. Where is the primary vSAN health and performance dashboard located in the vSphere Client?

A.Cluster > Monitor > vSAN > Health and Performance
B.Lifecycle Management > vSAN > Status
C.Administration > vSAN Services > Monitoring
D.Storage > Datastores > vSAN Datastore > Configure > Hardware Health
AnswerA

The primary vSAN dashboard is accessed under the specific vSAN cluster's Monitor tab.

Why this answer

vSAN health and performance metrics are integrated directly into the vSphere Client under the Cluster > Monitor > vSAN tab.

36
Multi-Selecthard

An administrator is managing certificates in a vSphere Foundation 9.0 environment and needs to renew or replace certificates using the certificate management utility. Which THREE certificate types are managed by vSphere Certificate Manager? (Choose three.)

Select 3 answers
A.Aria Operations collector SSL certificate
B.VMCA Root Certificate (acting as the internal certificate authority)
C.Solution User certificates (such as vpxd, rhttpproxy, and vpxd-extension)
D.Machine SSL certificate (securing HTTPS traffic to vCenter Server)
E.ESXi Host Hardware IPMI Management Controller SSL certificate
AnswersB, C, D

The VMware Certificate Authority root certificate can be replaced with a custom enterprise CA root.

Why this answer

vSphere Certificate Manager manages Machine SSL certificates, VMCA root certificates, and Solution User certificates (vpxd, rhttpproxy, etc.).

37
MCQeasy

An administrator needs to monitor the real-time CPU and memory usage of a specific virtual machine in the vSphere Client. Which tab under the virtual machine view displays these real-time performance graphs?

A.Configure tab -> Resource Allocation.
B.Monitor tab -> Performance -> Advanced.
C.Actions menu -> Export Performance Logs.
D.Summary tab -> Hardware Overview.
AnswerB

The Monitor -> Performance tab provides real-time and historical graphs for CPU, memory, disk, and network.

Why this answer

The Monitor tab of a virtual machine in the vSphere Client contains performance charts for CPU, memory, network, and storage.

38
Multi-Selectmedium

An administrator is auditing identity and access management in a vSphere Foundation 9.0 environment. Which THREE authentication or identity sources are natively supported for integration with vCenter Single Sign-On (vCenter SSO)? (Choose three)

Select 3 answers
A.Local operating system user accounts on each individual ESXi host
B.Proprietary relational database tables accessed via direct SQL queries
C.OpenLDAP directory services
D.OpenID Connect (OIDC) federated identity providers
E.Active Directory over LDAP (AD-LDAP)
AnswersC, D, E

OpenLDAP is supported as a standard LDAP identity source.

Why this answer

vCenter SSO natively supports Active Directory, OpenID Connect (OIDC) identity providers, and LDAP/LDAPS directories as identity sources.

39
MCQeasy

An administrator needs to integrate an external Active Directory identity provider with vCenter Server 9.0 for vSphere Foundation. Which authentication mechanism should be configured to allow users to log in with multi-factor authentication (MFA)?

A.Integrated Windows Authentication (IWA) via direct Kerberos ticket exchange.
B.Identity Provider (IdP) federation using OpenID Connect (OIDC) or SAML 2.0.
C.Anonymous bind LDAP configuration with certificate-based client pinning.
D.Local OS user database synchronization over insecure LDAP ports.
AnswerB

Federated identity providers using OIDC or SAML 2.0 enable integration with modern MFA-enabled enterprise identity providers.

Why this answer

To support MFA in vCenter Server, administrators configure an OpenID Connect (OIDC) or LDAP identity provider that supports identity federation, or integrate with an external provider such as Workspace ONE Access or ADFS via enhanced authentication plugins.

40
MCQeasy

An administrator wants to view the real-time network throughput and packet drop rates on a specific Distributed Port Group in a VDS. Where can this be monitored in the vSphere Client?

A.Distributed Port Group -> Monitor -> Performance tab.
B.ESXi Host Client -> Networking -> Ports.
C.Cloud Builder -> Network Monitoring.
D.SDDC Manager -> Networking -> Port Group Health.
AnswerA

The Monitor tab on a Distributed Port Group provides real-time graphs for network throughput, packets, and drops.

Why this answer

Distributed Port Group performance metrics can be monitored by navigating to the VDS or Distributed Port Group -> Monitor -> Performance tab.

41
MCQhard

An administrator is configuring vSphere Alarms in a VVF environment to trigger an alert when an ESXi host experiences a hardware sensor failure. To ensure the notification reaches the IT operations team, where must the email notification action be configured?

A.Inside the VMware Aria Operations Alerting policy rules engine
B.Via the vRealize Log Insight agent configuration file on each host
C.On the specific Alarm definition under Configure > Alarm Definitions > Edit > Actions
D.Under vCenter Server > Configure > Advanced Settings > mail.smtp.server
AnswerC

Alarm actions are configured directly within the alarm definition settings.

Why this answer

In vSphere 8, alarm actions are configured directly on the specific alarm definition within the vSphere Client's Configure or Alarms tab, where actions such as sending email can be added.

42
MCQeasy

An administrator needs to back up the vCenter Server Appliance configuration in a vSphere Foundation 9.0 deployment. Where is this backup feature accessed and initiated?

A.Access the vCenter Server Appliance Management Interface (VAMI) at port 5480, log in as root, and select Backup to configure scheduled or manual backups.
B.Navigate to Lifecycle Manager in the vSphere Client and create a Backup Baseline.
C.Open the vSphere Client, right-click the vCenter root object, and select Export vCenter Appliance Backup.
D.Log in to the ESXi host hosting the vCenter VM and run `vim-cmd vcenter/backup`.
AnswerA

The VAMI (port 5480) provides the native file-based backup and restore functionality for the vCenter appliance.

Why this answer

vCenter Server Appliance native file-based backups are managed through the vCenter Server Appliance Management Interface (VAMI) accessible on port 5480.

43
MCQeasy

An organization has purchased VMware vSphere Foundation and needs to apply the license keys across their inventory. Where must the VVF license be assigned to properly license the core virtualization and management capabilities?

A.To the vCenter Server instance and member ESXi hosts
B.To each individual virtual machine requiring advanced OS features
C.Exclusively to the VMware Aria Operations collector nodes
D.Directly to the physical top-of-rack physical switches
AnswerA

VVF license keys are applied to vCenter Server and validate the underlying ESXi host CPU capacities.

Why this answer

VVF licensing is structured around vSphere, and licenses are assigned at the vCenter Server inventory level or directly to ESXi hosts/clusters depending on the core entitlement model.

44
MCQhard

You have a VVF license assigned. If you need to troubleshoot a Certificate Authority (CA) issue involving 'vmca', where are the logs typically located within the VCSA file system?

A./var/log/vmware/eam/
B./var/log/vmware/sso/
C./var/log/vmware/vmca/
D./var/log/vmware/vpxd/
AnswerC

This is the correct path for VMCA logs.

Why this answer

/var/log/vmware/vmca/ is the designated path for logs related to the VMware Certificate Authority service.

45
Multi-Selecthard

An administrator is troubleshooting a Supervisor cluster deployment failure in vSphere Foundation 9.0 where control plane VMs fail to power on. Which THREE log files or diagnostic locations should the administrator inspect on the vCenter Server Appliance? (Choose three)

Select 3 answers
A./var/log/vmware/vpxd/vpxd.log
B./var/log/samba/smbd.log
C./var/log/vmware/wcp/wcp.log
D./var/log/cups/error_log
E./var/log/vmware/clcm/clcm.log
AnswersA, C, E

vpxd.log tracks core vCenter operations and virtual machine provisioning tasks.

Why this answer

Supervisor cluster deployment logs are primarily recorded in vpxd.log, wcp.log (Workload Control Plane service), and clcm.log.

46
MCQmedium

An administrator is configuring an alert for high CPU usage on a host. Which vSphere feature is used to send this notification to an external email server?

A.vSphere Licensing Service
B.vCenter Server Mail Settings
C.Operations Log Forwarder
D.ESXi Host SMTP Agent
AnswerB

The vCenter Mail settings must be configured to enable SMTP delivery for alarms.

Why this answer

Alarm Actions are configured within vSphere to trigger email notifications when an alarm is raised.

47
Multi-Selectmedium

An administrator is preparing to enable Workload Management on a vSphere Foundation cluster. Which THREE of the following are required components or configurations? (Choose three.)

Select 3 answers
A.vSphere Distributed Switch
B.Dedicated IP address pool for Supervisor
C.A dedicated ESXi management cluster
D.VMware Tools installed on all host physical NICs
E.Shared storage (vSAN or VMFS)
AnswersA, B, E

A VDS is mandatory for Supervisor cluster network management.

Why this answer

Workload Management requires a distributed switch, vSAN or shared storage, and a dedicated network IP pool for the Supervisor.

48
Multi-Selecteasy

An administrator is configuring dashboards in VMware Aria Operations for vSphere Foundation. Which TWO widget types are commonly used to display metric trends over time? (Choose two)

Select 2 answers
A.Scoreboard widget
B.Temperature Map widget
C.Area Chart / Line Chart widgets (or Metric Chart configured for lines)
D.Metric Chart widget
E.Topology widget
AnswersC, D

Line and area charts display time-series metric trends.

Why this answer

Trend data over time is best displayed using chart widgets such as Metric Chart or Super Metric charts.

49
MCQhard

During the deployment of a Supervisor cluster in vSphere Foundation 9.0, the validation phase fails with an error indicating that the control plane VM IPs cannot reach the designated Gateway. Upon troubleshooting, the administrator discovers that the Edge Uplink profile is misconfigured. Where is this profile configured within the vSphere Client?

A.In the Cluster > Configure > vSphere Native Edge > Networking wizard.
B.Under the vSphere Distributed Switch settings in Networking > [VDS Name] > Configure > Settings > Network Profiles
C.Within the Workload Management configuration wizard under Cluster > Configure > Workload Management > Networking.
D.Under Administration > Deployment > Supervisor > Network Profiles
AnswerC

Workload Management configuration handles the IP pools, control plane network parameters, and uplink details directly under the cluster settings.

Why this answer

Supervisor cluster networking configuration relies on configuring the vSphere Distributed Switch and associated network segments, where uplink and port group parameters are tied to the distributed switch port groups.

50
Multi-Selecthard

An administrator is configuring vSphere Trust Authority (vTA) within a vSphere Foundation 9.0 environment to protect encrypted virtual machines. Which THREE components are required to successfully deploy and operate vSphere Trust Authority? (Choose three.)

Select 3 answers
A.Attestation Service (to verify the hardware and software integrity of ESXi hosts)
B.VMware Cloud Foundation SDDC Manager appliance for automated key rotation
C.Key Provider Service (to manage and release encryption keys to verified hosts)
D.Trust Authority Cluster (dedicated to hosting the kernel and attestation services)
E.An external Microsoft Active Directory Certificate Authority for issuing ESXi TPM quotes
AnswersA, C, D

The Attestation Service checks the TPM 2.0 status and boot integrity of workload hosts.

Why this answer

vSphere Trust Authority requires a trusted cluster (running the encrypted workloads), a primary key provider or KMIP-compliant external key manager, and a dedicated attestation service architecture.

51
MCQhard

An administrator is troubleshooting a certificate validation error between vCenter Server 9.0 and an external third-party Identity Provider. The error points to an untrusted root certificate. Where must the administrator upload the custom root CA certificate to establish trust within vCenter's SSO subsystem?

A.Host -> Configure -> Security Profile -> Trusted Certificates.
B.VMware Cloud Builder -> Security -> Certificate Authority Store.
C.Administration -> Single Sign-On -> Configuration -> Certificates -> Trusted Root Certificates.
D.SDDC Manager -> Security -> Certificate Management -> Root Store.
AnswerC

Trusted Root Certificates store in SSO manages certificates used by external IDPs, LDAPS, and identity sources.

Why this answer

To add trusted root certificates for external identity providers or LDAPS/OIDC endpoints in vCenter, the administrator must use the vSphere Client under Administration -> Single Sign-On -> Configuration -> Certificates -> Trusted Root Certificates.

52
Multi-Selectmedium

An administrator is deploying and configuring a new VVF 9.0 environment. Which TWO tasks must be completed prior to initiating the Cloud Builder bring-up process? (Choose two.)

Select 2 answers
A.Deploy an external Microsoft SQL clustering group for vCenter database persistence.
B.Configure forward and reverse DNS records for all ESXi hosts, vCenter, NSX, and SDDC Manager components.
C.Upgrade all ESXi hosts to the latest community-supported community VIB drivers via esxcli.
D.Configure vSphere Trust Authority clusters on physical hardware management cards.
E.Prepare and validate the JSON deployment parameter file with correct IP allocations and network settings.
AnswersB, E

DNS infrastructure must be fully operational and configured with correct records before bringing up VVF.

Why this answer

Prior to running Cloud Builder bring-up, the administrator must ensure valid JSON specification files are properly populated and that all required DNS records and static IP address allocations are ready.

53
Multi-Selecthard

An administrator is configuring identity federation in vSphere Foundation 9.0 using an OIDC-compliant identity provider. Which THREE configuration parameters must be supplied in the vSphere Client under Identity Provider settings? (Choose three)

Select 3 answers
A.Root ESXi host administrative SSH password
B.Physical Top-of-Rack switch IP address
C.Issuer URI (Discovery endpoint)
D.Redirect URI / Callback URL
E.Client ID and Client Secret
AnswersC, D, E

The Issuer URI is required to fetch OIDC well-known configuration metadata.

Why this answer

Configuring an OIDC identity provider in vCenter requires parameters such as the Issuer URI, Client ID, Client Secret, and redirect URIs.

54
Multi-Selectmedium

Which TWO items are required to configure an Active Directory identity source in vCenter?

Select 2 answers
A.vCenter Server license key
B.Active Directory Domain Name
C.vSAN datastore path
D.Active Directory Service Account Credentials
E.SNMP community string
AnswersB, D

You must specify the domain to join.

Why this answer

The domain name and machine account or service account credentials are required.

55
MCQmedium

An administrator observes that log forwarding to a centralized server is not working. Where should they check the log settings in the vCenter Server Appliance?

A.SSH > /etc/syslog.conf
B.vSphere Client > Configure > Logging
C.vSphere Client > Administration > Log Browsing
D.Port 5480 > Administration > Syslog
AnswerD

The VAMI (port 5480) includes the configuration for remote syslog servers.

Why this answer

The vCenter Server Appliance Management Interface (VAMI) is the correct place to configure remote logging.

56
MCQeasy

An administrator needs to apply a VMware vSphere Foundation 9.0 license key to a newly deployed vCenter Server instance and its associated ESXi hosts. Which inventory view in the vSphere Client must the administrator use to manage and assign these licenses?

A.Go to Administration > Licensing to add the license keys and assign them to vCenter Server, ESXi hosts, and clusters.
B.Navigate to Lifecycle Manager > Updates > Licensing to synchronize keys with VMware Cloud Services.
C.Open Host Profiles and attach a license profile to each ESXi host.
D.Right-click the vCenter Server root object and select Edit Settings > Licensing.
AnswerA

The Licensing section under Administration is the dedicated location for managing product licenses in vSphere 9.0.

Why this answer

License management across vCenter and inventory objects is centralized in vCenter Administration under Licensing.

57
MCQhard

During a firmware update via vSphere Lifecycle Manager, an ESXi host enters a non-compliant state. What is the first step the administrator should take to identify the root cause?

A.Remove the host from the cluster
B.Reboot the host
C.Check the Image Compliance status in the Updates tab
D.Refresh the inventory
AnswerC

This tab lists the specific components that failed to match the desired state image.

Why this answer

Viewing the 'Image Compliance' status in the cluster's 'Updates' tab provides detailed information about why a host is non-compliant.

58
MCQhard

An administrator is managing a vSphere Foundation 9.0 cluster using vSphere Lifecycle Manager (vLCM) with an image-based approach. The compliance check reports that several ESXi hosts are non-compliant because their firmware versions do not match the vendor add-on specification. However, the hardware vendor's Hardware Support Manager (HSM) extension is not showing any available firmware updates. What is the most likely cause?

A.The Hardware Support Manager (HSM) vCenter extension is offline, unregistered, or experiencing authentication issues with the vendor's firmware repository.
B.Firmware updates require a legacy Update Manager baseline attached alongside the vLCM image.
C.The ESXi hosts are running in maintenance mode, which temporarily suspends HSM firmware polling.
D.The vCenter Server firewall is blocking inbound TCP port 443 traffic from the ESXi host management vmknics.
AnswerA

vLCM depends on the registered HSM provider plugin to pull firmware catalogs and perform compliance checks.

Why this answer

vLCM image-based firmware integration relies on a registered Hardware Support Manager (HSM) vCenter extension provided by the hardware vendor. If the HSM provider is offline, unregistered, or missing valid credentials, firmware catalogs cannot be queried.

59
Multi-Selecteasy

An administrator is reviewing vSphere Foundation 9.0 licensing and deployment components. Which TWO features are typically unlocked or enhanced when deploying the complete vSphere Foundation suite compared to standalone vSphere Standard? (Choose two)

Select 2 answers
A.Free unlimited perpetual hardware warranties from server vendors
B.Automatic physical server rack assembly and cabling automation
C.Direct database write access to the vCenter embedded PostgreSQL database
D.VMware Aria Operations and Aria Operations for Logs integration
E.Advanced vSphere Lifecycle Manager (vLCM) image-based cluster management
AnswersD, E

Aria Operations and Log Insight integration are key components of the vSphere Foundation stack.

Why this answer

vSphere Foundation includes advanced capabilities such as vSphere Lifecycle Manager, Aria Operations integration, vSAN storage, and Tanzu Kubernetes capabilities.

60
MCQmedium

An administrator is replacing certificates in a vSphere Foundation 9.0 environment and needs to verify the status of the VMware Certificate Authority (VMCA). Which CLI command executed via SSH on the vCenter Server Appliance checks the VMCA service status?

A.certool --query-status
B.service-control --status vmware-vmca
C.vpxd -check-vmca-status
D.esxcli vmca status get
AnswerB

The service-control utility with '--status' and the service name 'vmware-vmca' queries the running state of the VMCA service.

Why this answer

vCenter services are managed using the service-control command-line utility. Checking VMCA status involves querying the vmware-stssvc or vmca services using service-control.

61
MCQmedium

You are deploying a VVF cluster and need to configure the Supervisor. Which tool is primarily used to enable the Supervisor service on a vSphere Cluster?

A.vSphere Client
B.vSphere Lifecycle Manager
C.vCenter Server CLI
D.Aria Operations
AnswerA

The vSphere Client provides the Workload Management workflow to enable the Supervisor.

Why this answer

The vSphere Client is the primary administrative interface for enabling and configuring the Supervisor service on a cluster.

62
MCQhard

An administrator is replacing default VMCA-signed certificates with custom Certificate Authority (CA) signed certificates in a vSphere Foundation 9.0 environment using vSphere Certificate Manager. During the replacement of machine SSL certificates, the operation fails at the step of generating the Certificate Signing Request (CSR). What is the most likely reason for this failure?

A.The `certtool.cfg` configuration file contains incorrect or missing parameters such as organization name, country code, or IP address fields.
B.The custom CA root certificate was imported into the user store instead of the MACHINE_SSL_STAMP store.
C.The vCenter Server Appliance root password has expired and must be updated via the VAMI before modifying certificates.
D.VMware Certificate Authority (VMCA) service was stopped on the Platform Services Controller.
AnswerA

vSphere Certificate Manager reads `certtool.cfg` to build the CSR; invalid syntax or missing required fields causes immediate failure.

Why this answer

The certificate manager relies on the configuration parameters defined in the `certtool.cfg` file. If fields such as Organization, Country, or IPAddress are improperly formatted or missing, CSR generation fails.

63
MCQeasy

An administrator is configuring vSphere HA on a VVF cluster and wants to ensure that critical virtual machines are restarted with higher priority than non-critical virtual machines during a host failure. Where is this configured?

A.VCF Operations -> Policies -> High Availability Rules.
B.Cluster -> Configure -> vSphere Availability -> VM Restart Priority.
C.SDDC Manager -> Cluster Settings -> HA Policy.
D.Virtual Machine -> Edit Settings -> VM Options -> Boot Options.
AnswerB

VM Restart Priority settings allow grouping virtual machines into High, Medium, or Low priority restart tiers.

Why this answer

vSphere HA VM restart priority is configured under Cluster -> Configure -> vSphere Availability -> VM Restart Priority.

64
MCQmedium

An administrator wants to configure an alarm in vSphere 9.0 to trigger an email notification when a datastore's free space drops below 15%. After creating the alarm definition and specifying the trigger condition, no emails are received when the threshold is breached. What is the most likely missing configuration?

A.The datastore was formatted with VMFS-5 instead of VMFS-6.
B.The ESXi firewall is blocking outbound TCP port 443 to the mail server.
C.SNMP traps must be enabled on the physical switch interconnecting the management network.
D.The vCenter mail server (SMTP) settings have not been defined in vCenter Server settings.
AnswerD

vCenter requires valid SMTP server parameters to dispatch alert emails.

Why this answer

To send email alerts from vCenter, the SMTP mail server settings must be configured in vCenter Server Settings under 'General' or 'Email' configuration, and the alarm action must be explicitly set to 'Send a notification email'.

65
MCQhard

An administrator is reviewing performance dashboards in VCF Operations integrated with VVF 9.0. A critical virtual machine is experiencing high CPU ready time, but the predefined dashboard does not show the underlying physical NUMA node contention. Which action should the administrator take to isolate the NUMA performance bottleneck?

A.Navigate to the VM object in VCF Operations, open the Metrics tab, and examine CPU -> Interconnect and NUMA metrics.
B.Log into the ESXi shell and execute the command 'esxtop', press 'm', and review the SWCUR column.
C.Open SDDC Manager and run the Virtual Machine Hardware Health diagnostic script.
D.Modify the vCenter Server Advanced Settings to force all VMs onto a single NUMA node.
AnswerA

VCF Operations tracks physical topology metrics, including NUMA node locality and remote memory access latency.

Why this answer

To view physical NUMA node allocation and memory/CPU locality metrics in VCF Operations, the administrator should navigate to the virtual machine object, select the 'Advanced' or 'Metric' analysis tab, and search for CPU utilization metrics broken down by NUMA node or remote memory access.

66
MCQmedium

You are deploying a VVF Supervisor cluster. During the initial configuration of the Workload Management service, which prerequisite must be satisfied to allow the control plane VMs to communicate with the management network?

A.Configure an ephemeral port group for the management network
B.Disable DRS on the cluster before initiating the Supervisor deployment
C.Define a dedicated IP address range for the control plane VMs in the workload network
D.Enable vSAN integration on the management VMkernel interface
AnswerC

A specific IP range must be provided for control plane communication within the Workload Management configuration.

Why this answer

The Supervisor cluster requires a dedicated IP range for the control plane VMs that is routable to the vCenter Server and NSX Manager instances.

67
MCQeasy

Which vSphere Foundation feature provides a unified view of resource consumption across multiple clusters?

A.vSphere Lifecycle Manager
B.Host Profiles
C.vCenter Server Performance Charts
D.Aria Operations Dashboards
AnswerD

Aria Operations is designed for cross-cluster and cross-vCenter monitoring.

Why this answer

Aria Operations provides consolidated dashboards that aggregate data from multiple vCenter servers and clusters.

68
Multi-Selecthard

Which THREE steps are required to properly prepare a vSphere cluster for Supervisor deployment?

Select 3 answers
A.Ensure vSphere HA is enabled
B.Disable DRS to prevent conflicts
C.Enable vSAN storage policy support
D.Disable Content Library synchronization
E.Configure vSphere Distributed Switch for networking
AnswersA, C, E

HA is a prerequisite for Supervisor cluster resilience.

Why this answer

NSX/vDS networking, vSAN storage, and DRS/HA settings are mandatory for Supervisor clusters.

69
MCQmedium

You need to ensure that specific administrators can only manage virtual machines in a specific folder. What is the correct way to implement this in VVF?

A.Use the vCenter Server permission model to assign roles at the folder level
B.Enable folder-based lockdown mode
C.Configure vSphere Tags to restrict access
D.Modify the global administrator group to exclude specific folders
AnswerA

Permissions are hierarchical; applying them at the folder level limits the scope to that folder and child objects.

Why this answer

Permissions are applied by creating a role and assigning it to a user/group at the specific object level in the inventory.

70
Multi-Selectmedium

An administrator is reviewing licensing and asset management across a VVF 9.0 deployment. Which TWO statements regarding VVF licensing are correct? (Choose two.)

Select 2 answers
A.VVF licenses are allocated based on physical CPU core counts of the managed ESXi hosts.
B.VVF licensing strictly prohibits the use of vSAN storage and requires separate standalone vSAN keys.
C.SDDC Manager provides centralized tracking and assignment of VVF license keys across the inventory.
D.Cloud Builder is required to validate license keys daily during normal operations.
E.VVF licenses must be applied individually via the ESXi DCUI on each host without vCenter.
AnswersA, C

VMware vSphere Foundation licensing is metered and licensed per physical CPU core.

Why this answer

VVF licenses are typically based on per-core metrics for ESXi hosts and include entitlements for vSphere, vSAN, NSX, and VCF Operations components.

71
Multi-Selecteasy

An administrator needs to monitor cluster resource utilization and set up alerts using VMware Aria Operations in a vSphere Foundation environment. Which TWO object types can have custom alert definitions applied to them? (Choose two)

Select 2 answers
A.Physical Top-of-Rack Switch port cables
B.Individual user passwords in vCenter SSO
C.Virtual Machines
D.ESXi Clusters
E.vCenter database transaction log files
AnswersC, D

Virtual Machines are primary objects that support custom alerts and symptoms.

Why this answer

Aria Operations allows custom alert definitions to be applied across various inventory objects, including Virtual Machines and ESXi Clusters.

72
MCQmedium

Which component is responsible for orchestrating the lifecycle of ESXi hosts in a cluster?

A.vSphere Lifecycle Manager
B.vCenter Update Manager
C.VMware Aria Automation
D.Host Profile Manager
AnswerA

vLCM is the lifecycle management tool.

Why this answer

vSphere Lifecycle Manager (vLCM) is the dedicated component for managing ESXi lifecycle.

73
Multi-Selecthard

An administrator is troubleshooting identity and access management in vSphere Foundation 9.0 where Active Directory over LDAP is used as an Identity Provider. Users report intermittent login failures with 'Invalid Credentials' errors even though their passwords are correct. Which THREE troubleshooting steps should the administrator perform? (Choose three.)

Select 3 answers
A.Check the vCenter Single Sign-On logs (`sso.log`) located in `/var/log/vmware/sso/` for LDAP binding errors.
B.Verify that time synchronization (NTP) is accurate across the vCenter Server Appliance, ESXi hosts, and Active Directory Domain Controllers.
C.Validate that the LDAP bind account credentials have not expired and retain read access to the user search base DN.
D.Convert the identity source to use Local OS users instead of Active Directory.
E.Reinstall the vCenter Server Appliance from scratch to regenerate the security token service (STS) certificates.
AnswersA, B, C

The SSO logs provide detailed error codes regarding LDAP connection timeouts and binding failures.

Why this answer

Troubleshooting AD over LDAP issues involves verifying identity source settings, checking clock synchronization across domain controllers and vCenter, and testing group membership mappings.

74
MCQeasy

An administrator needs to apply a license key to a new vSphere Foundation deployment. Where should this task be performed in the vSphere Client?

A.Global Inventory Lists > vCenter Servers > Licensing
B.Administration > Licensing > Licenses
C.Host and Clusters > Configure > Licensing
D.Workload Management > Licensing
AnswerB

This is the standard location for managing all vSphere and vSAN license keys.

Why this answer

Licensing in vSphere Foundation is managed globally through the vCenter Server Administration menu.

75
MCQmedium

An administrator is setting up identity and access control for a multi-cluster environment. What is the benefit of using an Identity Provider (IdP) instead of local SSO users?

A.It allows local accounts to be converted to global accounts.
B.It bypasses the need for multi-factor authentication.
C.It eliminates the need for vCenter Server to be part of an Active Directory domain.
D.It automatically assigns permissions to all users in the organization.
AnswerC

Using OIDC or SAML based IdP removes the dependency on native domain joins.

Why this answer

Integrating an external IdP (such as Okta or Active Directory Federation Services) allows for centralized authentication and consistent policy enforcement.

Page 1 of 3 · 221 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Deploy Configure And Operate Vvf questions.