Courseiva

CCNA vSphere Security Questions

66 questions · vSphere Security · All types, answers revealed

1
MCQeasy

An administrator wants to ensure that no user can view or modify VMs in a particular folder except the folder owner. What is the proper method to achieve this?

A.Use the No Access permission on the folder for all other users.
B.Assign the folder owner with Administrator role on the folder.
C.Create a global role that denies access to all VMs except the folder owner.
D.On the folder, assign permissions to the folder owner with the desired role and ensure propagation is set to 'All children'.
AnswerD

Correct. Assigning the folder owner the desired role on the folder with propagation set to 'All children' ensures the owner has the necessary permissions on the folder and all VMs within it, while other users, lacking explicit permissions, cannot view or modify the VMs.

Why this answer

Assigning the folder owner the desired role on the folder with propagation set to 'All children' grants permissions to the folder and all VMs within it, while other users without explicit permissions cannot view or modify the VMs. Option A is incorrect because 'No Access' on the folder for all other users would block their access but does not grant the folder owner access unless also assigned. Option B is incorrect because the Administrator role is too broad and grants full administrative rights beyond the folder.

Option C is incorrect because a global role applies across the entire vCenter, not just a specific folder, and cannot be limited to a single folder owner.

2
MCQhard

A vSphere environment uses VMCA for certificate management. An administrator needs to replace the certificate for vCenter Server with a custom CA-signed certificate. The custom CA root certificate must be trusted by all ESXi hosts. Which method should the administrator use to distribute the custom CA root certificate to ESXi hosts?

A.Restart the rhttpproxy service on each ESXi host with a new configuration
B.Import the root CA certificate into vCenter Server and it will automatically push to hosts
C.Manually upload the root CA certificate to each ESXi host via SCP
D.Create a host profile containing the custom CA root certificate and apply it to the ESXi hosts
AnswerD

Host profiles provide consistent, policy-based distribution.

Why this answer

Using a host profile to apply the custom CA root certificate ensures consistent, policy-driven deployment across all ESXi hosts, leveraging vCenter's host profile functionality. Option A is incorrect: restarting the rhttpproxy service with a new configuration does not distribute certificates; it only restarts the proxy service. Option B is incorrect: while vCenter can manage machine SSL certificates, it does not automatically push root CA certificates to ESXi hosts; the administrator must explicitly import the root CA into the ESXi trust store, which is not done automatically by vCenter.

Option C is incorrect: manually uploading via SCP is not scalable and is not the recommended method for managing certificate trust across multiple hosts; host profiles provide a centralized, automated approach.

3
MCQhard

A vSphere environment uses vSAN and has VM encryption enabled. The administrator needs to recover a VM after an encrypted disk becomes corrupted. What is required?

A.The vSAN health service.
B.A recent backup of the VM files.
C.The key management server (KMS) and the KEK/Rekey.
D.The VM’s storage policy.
AnswerC

The key management server (KMS) and the encryption keys (KEK/Rekey) are required to decrypt the corrupted VM.

Why this answer

Recovering a VM from a corrupted encrypted disk in a vSAN environment with VM encryption enabled requires access to the key management server (KMS) and the encryption keys (KEK/Rekey). Without these keys, the encrypted data cannot be decrypted. Option A is incorrect because the vSAN health service monitors vSAN health but does not provide cryptographic keys.

Option B is incorrect because a backup of VM files alone is insufficient; the backup would still be encrypted and require the same keys to restore. Option D is incorrect because the VM's storage policy defines properties like encryption, but the policy itself does not contain the actual encryption keys needed for recovery.

4
Multi-Selecthard

Which TWO statements about vCenter Single Sign-On (SSO) are true? (Choose two.)

Select 2 answers
A.It supports multiple identity sources such as Active Directory and LDAP
B.It uses Kerberos to authenticate users to vCenter Server
C.It stores user passwords in plaintext for faster authentication
D.It requires a Windows Active Directory domain to function
E.It uses SAML 2.0 tokens for authentication between vCenter services
AnswersA, E

SSO can integrate with various identity providers.

Why this answer

vCenter Single Sign-On (SSO) allows users to authenticate using multiple identity sources, including Active Directory and LDAP, making option A correct. SSO uses SAML 2.0 tokens for secure authentication between vCenter services, so option E is correct. Option B is incorrect because SSO does not primarily use Kerberos for user authentication to vCenter; it uses SAML tokens.

Option C is false as SSO never stores passwords in plaintext; they are hashed. Option D is wrong because SSO can function without a Windows Active Directory domain; it supports multiple identity sources.

5
MCQhard

A security audit reveals that an ESXi host has been compromised due to an attacker gaining root access via the DCUI. The host is configured with a default DCUI password. Which security best practice should have been implemented to prevent this?

A.Configure the DCUI lockdown mode to 'Normal'
B.Disable the DCUI service
C.Set a strong password for the root account
D.Disable SSH access
AnswerA

Normal lockdown mode restricts DCUI access to local console only.

Why this answer

DCUI Lockdown Mode 'Normal' disables direct root access via the Direct Console User Interface (DCUI) by requiring authentication through vCenter Single Sign-On (SSO). This prevents an attacker from using the default or weak DCUI password to gain root access, as the root account is no longer accepted for DCUI login. The mode still allows authorized vCenter administrators to access the host via the DCUI using their SSO credentials, maintaining manageability while eliminating the root password attack vector.

Exam trap

The trap here is that candidates often choose 'Set a strong password for the root account' because they focus on password strength, but the question specifically highlights a default password being used, and the correct solution is to eliminate the root password as an authentication method for the DCUI entirely.

How to eliminate wrong answers

Option B is wrong because the DCUI service cannot be disabled; it is the console interface for local host management and is always available when the host is powered on. Option C is wrong because while a strong root password is a basic security measure, it does not prevent an attacker who already knows or guesses the default password from gaining root access via the DCUI; the core issue is that the default password is used, not its strength. Option D is wrong because disabling SSH does not affect DCUI access; the attack vector in this scenario is the DCUI, not SSH, so disabling SSH would not mitigate the compromise.

6
Multi-Selectmedium

Which THREE security features are available in vSphere Trust Authority (vTA)?

Select 3 answers
A.Attestation of ESXi hosts
B.Integration with Active Directory for authentication
C.Trusted Platform Module (TPM) based attestation
D.Encryption of vMotion traffic
E.Key provider services for virtual machines
AnswersA, C, E

vTA attests host integrity.

Why this answer

VSphere Trust Authority (vTA) uses attestation to verify the integrity of ESXi hosts before allowing them to interact with trusted infrastructure. This attestation process confirms that the host is running genuine, untampered VMware code, which is a core security feature of vTA.

Exam trap

The trap here is that candidates often confuse general vSphere security features (like vMotion encryption or AD integration) with vTA-specific capabilities, which are narrowly focused on attestation and key provider services.

7
Multi-Selectmedium

Which TWO of the following are best practices for securing ESXi hosts? (Choose two.)

Select 2 answers
A.Grant the root user direct permissions on all hosts.
B.Disable the ESXi firewall to simplify management.
C.Enable lockdown mode on the host.
D.Allow DCUI access from trusted management networks.
E.Configure Active Directory integration for host authentication.
AnswersC, E

Lockdown mode disables direct root access via SSH and DCUI.

Why this answer

Options C and E are correct. Enabling lockdown mode (C) restricts direct root access to the host, requiring administrators to use vCenter Server for management, which is a security best practice. Configuring Active Directory integration (E) allows centralized user management and authentication, avoiding the need for local accounts.

Option A is incorrect because granting root user direct permissions on all hosts bypasses security controls. Option B is incorrect because disabling the ESXi firewall exposes the host to network threats. Option D is incorrect because DCUI (Direct Console User Interface) should be accessed only via the local console, not from the network; allowing DCUI access from trusted management networks still poses a security risk.

8
MCQeasy

An administrator needs to lock down an ESXi host for FIPS 140-2 compliance. Which step must be taken?

A.Disable the ESXi Shell and SSH services.
B.Enable lockdown mode on the ESXi host.
C.Configure a host profile with a security policy.
D.Enable FIPS mode in the host's BIOS.
AnswerB

Lockdown mode restricts direct console and SSH access, enforcing FIPS requirements.

Why this answer

For FIPS 140-2 compliance, the ESXi host must be placed in lockdown mode to restrict direct root access and ensure only authorized users via vCenter can manage the host. Option A is incorrect because disabling the ESXi Shell and SSH services alone does not achieve FIPS compliance; lockdown mode is the required step. Option C is incorrect because host profiles can apply security settings but do not enforce lockdown mode for FIPS.

Option D is incorrect because FIPS mode is not configured in the host's BIOS; it is a software-level cryptographic compliance enforced by ESXi lockdown and other settings.

9
Multi-Selectmedium

Which TWO of the following are required to configure vMotion encryption for a VM? (Choose two.)

Select 2 answers
A.The source and destination hosts must be from the same vendor.
B.The source and destination ESXi hosts must be version 6.5 or later.
C.A Key Management Server (KMS) must be configured in vCenter.
D.The virtual hardware version of the VM must be 11 or later.
E.The VM must have encryption enabled at the VM level.
AnswersB, D

vMotion encryption is supported from ESXi 6.5 onward.

Why this answer

Options B and D are correct. vMotion encryption requires that both source and destination ESXi hosts run version 6.5 or later (B), and the virtual machine must have virtual hardware version 11 or later (D). Option A is incorrect because vMotion encryption does not require hosts from the same vendor. Option C is incorrect because a Key Management Server (KMS) is not required for vMotion encryption; it is only required for VM-level encryption.

Option E is incorrect because the VM does not need encryption enabled at the VM level for vMotion encryption; vMotion encryption is configured at the cluster or host level.

10
MCQhard

A financial institution operates a vSphere 7.0 environment with three vCenter Servers in linked mode, each managing separate clusters. The company uses vSAN encryption with an external KMS appliance from a third-party vendor. The KMS appliance has a certificate that expires every two years. The storage administrator recently renewed the KMS certificate as per the vendor's instructions. After the renewal, the vCenter Server's 'Key Management Servers' view shows the KMS status as 'Unhealthy'. The administrator attempts to decrypt a test virtual machine, but the operation fails with an error: 'No key providers are available'. The KMS appliance is reachable from the vCenter Server, and the new certificate is installed on the KMS. The administrator has confirmed that the KMS IP address and port are correctly configured in vCenter. What is the most likely cause of the failure?

A.The vSAN encryption keys were lost during the certificate renewal
B.The KMS cluster in vCenter needs to be recreated
C.The new KMS certificate has not been imported into the vCenter Server trust store
D.The vCenter Server services need to be restarted
AnswerC

vCenter must trust the KMS certificate to communicate; otherwise, it shows the KMS as unhealthy.

Why this answer

The most likely cause is that the new KMS certificate was not imported into the vCenter Server trust store. Even though the KMS appliance is reachable and the new certificate is installed on the KMS, vCenter Server must trust the KMS certificate to establish a secure connection. Without the certificate in the trust store, vCenter considers the KMS unhealthy, leading to the 'No key providers are available' error.

The vSAN encryption keys are not lost during certificate renewal—they remain stored on the KMS. Recreating the KMS cluster is unnecessary because the configuration is still valid, and restarting vCenter services would not resolve the trust issue.

11
MCQhard

A vSphere administrator is implementing Lockdown Mode on an ESXi host that hosts critical VMs for a healthcare application. After enabling Normal Lockdown Mode, the administrator tests that vCenter can still manage the host, but the local DCUI root account is disabled. Later, a network outage occurs, causing vCenter to become unreachable. The administrator needs to access the host directly via DCUI to perform emergency troubleshooting. The host's DCUI is still running, but the local root account is disabled due to Lockdown Mode. What should the administrator have configured to ensure DCUI access during such an outage?

A.Use the vSphere Web Client to add the host as an exception before the outage.
B.Configure the DCUI access list with specific users or groups before enabling Lockdown Mode.
C.Enable Strict Lockdown Mode to allow vCenter access exclusively.
D.Disable Lockdown Mode only during the maintenance window.
AnswerB

This allows designated users to access DCUI even when Lockdown Mode is active.

Why this answer

Normal Lockdown Mode disables the local root account for DCUI access, but it allows you to pre-configure a DCUI access list with specific users or groups (local or AD) who can still log in via DCUI. By adding a user to this list before enabling Lockdown Mode, the administrator could have gained DCUI access during the outage. Option A is incorrect because the vSphere Web Client does not have an option to add host exceptions for DCUI; the DCUI access list must be configured directly on the host or via host profile.

Option C is incorrect because Strict Lockdown Mode disables all local accounts, including the DCUI access list, making DCUI entirely unavailable. Option D is incorrect because disabling Lockdown Mode requires vCenter Server access, which is unavailable during the outage.

Exam trap

The trap is confusing Normal Lockdown Mode with Strict Lockdown Mode. Normal Lockdown Mode only disables the root account and allows a preconfigured DCUI access list. Strict Lockdown Mode disables all local accounts, including the DCUI access list, preventing any direct DCUI login.

12
MCQhard

A vSphere administrator notices that after replacing the vCenter Server machine SSL certificate, all vCenter services start, but from one ESXi host, the vCenter Server appears as disconnected. Other hosts connect fine. What is the most likely cause?

A.The vCenter certificate's Common Name does not match the host's IP address.
B.The ESXi host does not trust the signing certificate authority of the new vCenter certificate.
C.The ESXi host has a different system time than the vCenter Server.
D.The vCenter Server certificate was not imported into the SSO trusted domain.
AnswerB

The host needs the root CA certificate in its trusted store to validate the vCenter certificate.

Why this answer

When the vCenter Server machine SSL certificate is replaced, each ESXi host must trust the certificate's issuing CA. If one host's trusted root certificate store does not contain the new certificate's CA certificate, TLS verification fails, causing vCenter to appear disconnected from that host. Option A is incorrect because the Common Name is used for server identity, but it does not need to match the host's IP; the issue is trust of the CA, not name mismatch.

Option C is incorrect because system time differences would affect all hosts, not just one, and typically cause certificate validity errors, not trust issues. Option D is incorrect because the machine SSL certificate is distinct from SSO certificates; replacing it does not affect SSO if other certificates are unchanged.

13
MCQhard

A large financial institution runs a vSphere 7.0 environment with 100 ESXi hosts and 2,000 VMs. The security team has identified that several VMs are vulnerable to a critical side-channel attack that requires disabling hyperthreading on the ESXi hosts. The administrator needs to implement a solution that minimizes performance impact while ensuring compliance. The environment uses DRS clusters with varying workloads: some VMs are CPU-intensive (financial modeling) and others are memory-bound (database servers). The administrator cannot afford to take hosts offline for maintenance during business hours. The change must be implemented within 48 hours. Which course of action should the administrator take?

A.Use a vSphere DRS rule to disable hyperthreading for all VMs in the cluster, avoiding the need to modify host BIOS.
B.Place each host in maintenance mode individually, disable hyperthreading in the host BIOS, reboot the host, and then move to the next host. Rebalance VMs after all hosts are updated.
C.Delay the change and schedule a maintenance window for the next month when business impact is lower.
D.Disable hyperthreading on all hosts simultaneously using a vSphere Cluster feature, then reboot all hosts at once during off-peak hours.
AnswerB

This minimizes downtime as VMs are migrated off each host before reboot, and can be completed within 48 hours.

Why this answer

Disabling hyperthreading to mitigate side-channel attacks (e.g., L1TF or MDS) requires a host BIOS change, which necessitates a reboot. The only supported method in vSphere 7.0 is to place each host into maintenance mode, change the BIOS setting, reboot, and then repeat for all hosts. This approach minimizes performance impact by allowing VMs to be migrated via vMotion and avoids simultaneous downtime, meeting the 48-hour requirement without taking all hosts offline during business hours.

Exam trap

The trap here is that candidates mistakenly believe hyperthreading can be disabled via a vSphere software setting (like a DRS rule or cluster feature) without a host reboot, when in reality it requires a physical BIOS change and reboot per host.

How to eliminate wrong answers

Option A is wrong because vSphere DRS rules cannot disable hyperthreading at the VM or host level; hyperthreading is a hardware feature controlled only via BIOS or host-level CPU configuration, and DRS rules only influence VM placement and resource allocation. Option C is wrong because delaying the change for a month violates the explicit requirement to implement the fix within 48 hours, and the security vulnerability demands immediate remediation. Option D is wrong because there is no vSphere Cluster feature to disable hyperthreading across all hosts simultaneously; disabling hyperthreading requires a BIOS change and reboot per host, and rebooting all hosts at once would cause total cluster downtime, violating the constraint of no business-hour outages.

14
Multi-Selecthard

Which THREE of the following are required components for setting up a vSphere Trust Authority (vTA) cluster?

Select 3 answers
A.A Key Provider, such as VMware Key Provider or an external KMS.
B.A dedicated Trust Authority cluster with at least one host.
C.NSX-T Data Center deployed for network segmentation.
D.A physical Trusted Platform Module (TPM) on each trusted host.
E.The Attestation Service and Key Cache services installed on the Trust Authority cluster.
AnswersB, D, E

The Trust Authority cluster hosts the attestation service.

Why this answer

Options B, D, and E are correct. A vTA deployment requires a dedicated Trust Authority cluster (B), a physical TPM on each trusted host (D), and the Attestation Service and Key Cache services (E). Option A is incorrect because a Key Provider is part of vSphere Trusted Infrastructure (vTPM) but not vTA.

Option C is incorrect because NSX-T is not required for vTA.

15
Matchingmedium

Match each vSphere networking component to its description.

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

Concepts
Matches

Logical grouping of ports with common configuration

Network interface for vSphere services like vMotion

Physical NIC connected to a virtual switch

Segments network traffic at Layer 2

Combining multiple uplinks for load balancing or failover

Why these pairings

Key vSphere networking components: Distributed Switch (centralized, multi-host), Standard Switch (per-host), Port Group (logical grouping). Common confusion is mixing the switch types.

16
MCQeasy

An administrator has created a custom role named 'VM Power User' with permissions to power on and off virtual machines. The role is assigned to a group of users at the datacenter level. A user from that group reports they cannot power on a VM in a particular cluster. What is the most likely reason?

A.The user must be assigned the role individually at the VM level
B.The cluster has a permission that blocks inheritance from the datacenter
C.The role is not assigned to a resource pool containing the VM
D.The user is not a member of the group assigned to the role
AnswerB

Blocked inheritance prevents the role from applying.

Why this answer

Permissions are not inherited by default if a child object has explicit permissions set that block propagation. Option A is wrong because the group is assigned the role; individual membership suffices. Option C is wrong because the role does not require resource assignment.

Option D is wrong because the user is part of the group; no separate assignment needed.

17
MCQmedium

A vCenter Server's SSL certificate has expired, causing all ESXi hosts to display a certificate warning and some management tasks to fail. The administrator needs to restore secure communication with minimal disruption. Which action should the administrator take?

A.Reboot the vCenter Server appliance to regenerate the certificate automatically.
B.Replace the vCenter Server certificate and then reconnect each ESXi host to vCenter.
C.Replace the SSL certificate on each ESXi host individually using the vSphere Web Client.
D.Use vSphere Auto Deploy to push new certificates to all hosts simultaneously.
AnswerB

Replacing the vCenter Server certificate is the correct first step. After replacement, each ESXi host must be reconnected to vCenter to establish trust with the new certificate.

Why this answer

Replacing the vCenter Server certificate and then reconnecting each ESXi host restores trust and secure communication. Option A is wrong because rebooting the vCenter Server appliance does not regenerate the SSL certificate automatically; the certificate remains expired. Option C is wrong because replacing certificates on each ESXi host individually does not address the expired vCenter certificate and is inefficient.

Option D is wrong because vSphere Auto Deploy is used for provisioning hosts, not for replacing vCenter certificates.

18
MCQmedium

During a vulnerability scan, an ESXi host is found to have the SSLv3 protocol enabled. The administrator wants to disable SSLv3 and enforce TLS 1.2 for all network services on the host. Which approach is most effective?

A.Update the TLS configuration in vCenter Server and reboot the host.
B.Change the host's security settings in the DCUI to require TLS 1.2.
C.Disable all unnecessary services on the host via the DCUI.
D.Set the advanced system option 'SSLv3.Enabled' to false and 'TLSv1.2.Enabled' to true.
AnswerD

Setting the advanced system options 'SSLv3.Enabled' to false and 'TLSv1.2.Enabled' to true directly controls which protocols are used by the host's network services.

Why this answer

The most effective approach is to set the advanced system option 'SSLv3.Enabled' to false and 'TLSv1.2.Enabled' to true. This directly modifies the ESXi host's SSL/TLS configuration. Option A is incorrect because vCenter Server's TLS settings do not override the host's own configuration.

Option B is incorrect because the DCUI does not have a direct setting to enforce TLS 1.2; it only allows basic security settings. Option C is incorrect because disabling services does not change the protocol version used by remaining services.

19
MCQeasy

An administrator runs the above command on an ESXi host. Which of the following is true about this host?

A.Root user can still access the DCUI or SSH using the allowed exception commands.
B.Lockdown mode is not enabled.
C.The exception user can run any command via the DCUI.
D.The host is in strict lockdown mode.
AnswerA

Root is an exception and has access to term and vimsh.

Why this answer

The command output shows that lockdown mode is enabled, root is listed as an exception user, and the allowed exception commands are 'terminal' and 'vimsh'. In normal lockdown mode (not strict), exception users retain access to the DCUI and SSH using only the permitted commands. Therefore, root can still access the DCUI or SSH via the allowed commands, making option A correct.

Option B is incorrect because lockdown mode is indeed enabled. Option C is incorrect because the exception user can only run the specified commands, not any command. Option D is incorrect because the presence of exception commands indicates normal lockdown mode, not strict lockdown.

20
MCQeasy

A vSphere administrator wants to restrict direct console access to an ESXi host to authorized administrators only, without interrupting running virtual machines. Which feature should the administrator enable?

A.Lockdown mode
B.Enable DRS
C.Configure a host profile
D.Disable SSH service
AnswerA

Lockdown mode restricts direct access to the ESXi host via DCUI and SSH, but allows access through vCenter Server while VMs continue to run. This meets the requirement.

Why this answer

Lockdown mode restricts direct access to the ESXi host via DCUI and SSH, but allows access through vCenter Server while VMs continue to run. Option B (Enable DRS) is wrong because DRS is for load balancing, not security. Option C (Configure a host profile) is wrong because host profiles configure settings but do not enforce access restriction.

Option D (Disable SSH service) is wrong because disabling SSH alone does not restrict DCUI.

21
MCQmedium

An administrator needs to allow HTTP traffic from a specific management workstation to an ESXi host while blocking all other inbound traffic. The ESXi firewall uses the default ruleset. What should the administrator do?

A.Open all firewall ports for the management subnet
B.Disable the ESXi firewall and use a network firewall
C.Modify the service console firewall rules
D.Use esxcli network firewall ruleset set to create an allowed IP list for the HTTP ruleset
AnswerD

Using esxcli network firewall ruleset set with an allowed IP list for the HTTP ruleset is correct because it restricts the HTTP ruleset to only the specified management workstation IP, blocking all other inbound traffic by default.

Why this answer

The ESXi firewall allows restricting a specific ruleset (such as HTTP) to a list of allowed IP addresses using the esxcli network firewall ruleset set command. Option A is wrong because opening all firewall ports for the management subnet is overly permissive and allows more than just HTTP traffic. Option B is wrong because disabling the ESXi firewall removes all host-level protection and is not recommended.

Option C is wrong because the service console firewall is deprecated in modern ESXi; the correct method is to use the ESXi firewall with esxcli.

22
Multi-Selectmedium

Which TWO of the following are valid methods to restrict access to the ESXi host's Direct Console User Interface (DCUI) to authorized administrators only?

Select 2 answers
A.Disable SSH access on the host to prevent remote DCUI access.
B.Enable lockdown mode and add only authorized administrators to the Exception Users list.
C.Remove the root user from the DCUI local users list.
D.Set the advanced option 'DCUI.Access' to a list of authorized users.
E.Configure Active Directory integration and use group policy to disable DCUI.
AnswersB, D

Lockdown mode restricts DCUI access to users in the Exception Users list.

Why this answer

Options B and D are correct. Enabling lockdown mode and adding only authorized administrators to the Exception Users list restricts DCUI access to those users. Setting the advanced option 'DCUI.Access' to a list of authorized users also restricts DCUI access.

Option A is incorrect because disabling SSH does not affect DCUI access; DCUI is accessed directly from the console, not via SSH. Option C is incorrect because the root user cannot be removed from the DCUI local users list. Option E is incorrect because Active Directory integration does not restrict DCUI access.

23
MCQmedium

A company requires all vMotion traffic to be encrypted. The vSphere administrator enables vMotion encryption at the cluster level. What else must be configured to ensure vMotion operations are encrypted?

A.Allocate at least 4 GB of additional memory for cryptographic operations.
B.Upgrade all ESXi hosts to version 7.0 or later.
C.Enable VM Encryption also.
D.Ensure all VMs have virtual hardware version 11 or later.
AnswerD

Virtual hardware version 11 or later is required to support encrypted vMotion.

Why this answer

For vMotion encryption to work, the virtual machine must have hardware version 11 or later. This requirement is documented for vSphere 6.5 and later, which support vMotion encryption. Option A is incorrect because there is no requirement to allocate additional memory for vMotion encryption; cryptographic operations for vMotion are handled by the host's CPU.

Option B is incorrect because vMotion encryption is supported on ESXi 6.5 and later, not specifically version 7.0 or later. Option C is incorrect because VM Encryption is a separate feature that encrypts the VM's files at rest, not vMotion traffic. Therefore, ensuring VMs have virtual hardware version 11 or later is necessary for encrypted vMotion.

24
Multi-Selectmedium

Which TWO of the following are best practices for securing a vSphere environment against ransomware attacks?

Select 2 answers
A.Implement a backup solution with immutable snapshots and offsite storage.
B.Enable vMotion encryption for all migrations.
C.Use VM snapshots as primary backup method.
D.Enable vSAN encryption to protect data at rest.
E.Configure the distributed firewall to allow all outbound traffic by default.
AnswersA, D

Immutable backups protect against ransomware altering or deleting backups.

Why this answer

The correct answers are A and D. Implement a backup solution with immutable snapshots and offsite storage (A) ensures backups cannot be deleted or encrypted by ransomware, enabling recovery. Enabling vSAN encryption (D) protects data at rest, preventing unauthorized access if storage is compromised.

Option B is wrong because vMotion encryption protects data in transit during migration, not against ransomware. Option C is wrong because VM snapshots are not backups; they can be deleted by ransomware and do not provide long-term recovery. Option E is wrong because allowing all outbound traffic by default violates the principle of least privilege and increases attack surface.

25
Multi-Selecthard

A security audit reveals that a vCenter Server has weak TLS configuration. The administrator needs to enforce strong ciphers and disable SSLv3. Which two steps should the administrator take? (Choose two.)

Select 2 answers
A.Use the vSphere Certificate Manager utility to replace the machine SSL certificate with a new one that uses strong ciphers.
B.Edit the registry on the vCenter Server to disable SSLv3.
C.Disable TLS 1.2 and enable only TLS 1.3 on all ESXi hosts.
D.Configure the TLS settings in the vSphere Web Client under Administration > Security.
E.Modify the Tomcat server.xml file on the vCenter Server to restrict ciphers and protocols.
AnswersB, E

This is correct for a Windows-based vCenter Server. By editing the registry under SCHANNEL protocols, you can disable SSLv3 and enforce stronger protocols.

Why this answer

To enforce strong ciphers and disable SSLv3 on a vCenter Server, the administrator should modify the Tomcat server.xml file to restrict allowed protocols and ciphers (Option E). Additionally, if the vCenter Server is running on Windows, editing the registry to disable SSLv3 is also required (Option B). Option A is incorrect because the Certificate Manager replaces certificates but does not configure cipher suites.

Option C is wrong because disabling TLS 1.2 and enabling only TLS 1.3 may break compatibility and is not the standard method. Option D is incorrect as there is no such setting in the vSphere Web Client under Administration > Security.

Exam trap

The trap here is that candidates may confuse vCenter Server's Windows-based legacy behavior with its current Linux-based architecture, leading them to incorrectly select registry editing (Option B) instead of recognizing that Tomcat configuration files are the correct method.

26
MCQeasy

An administrator wants to prevent direct root access to an ESXi host via SSH and the DCUI. Which two configurations are necessary?

A.Set the host to lockdown mode with root exception.
B.Disable DCUI and SSH services.
C.Configure SSO to require Smart Card authentication.
D.Enable lockdown mode and remove root from permissions.
AnswerD

Lockdown mode disables SSH/DCUI and removing root from permissions prevents any root login.

Why this answer

Enabling lockdown mode on an ESXi host disables direct root access via SSH and DCUI. Additionally, removing the root user from the permissions list ensures that root cannot be granted access through exception lists. Option A is wrong because setting lockdown mode with root exception would still allow root access under specific circumstances.

Option B is wrong because disabling DCUI and SSH services does not prevent root access via other means (e.g., vCenter) and does not enforce persistent restriction. Option C is wrong because configuring SSO with Smart Card authentication does not affect local root access at the ESXi host level.

27
MCQmedium

An administrator needs to grant a group of vSphere administrators the ability to create and delete snapshots, and also to power on and off VMs, but not to delete VMs. The administrators should also be able to view the virtual machine console. Which custom role should be created?

A.Snapshot creation/removal, Power operations, Delete VM, ConsoleInteraction
B.Snapshot creation/removal, Power operations, VirtualMachine.Interact.ConsoleInteraction
C.Power operations, ConsoleInteraction only
D.Snapshot creation/removal, Power operations, Remove Disk, ConsoleInteraction
AnswerB

This set provides snapshot management, power actions, and console access without delete VM.

Why this answer

It includes the necessary snapshot creation/removal and power operations, as well as VirtualMachine.Interact.ConsoleInteraction for console access, without including Delete VM or Remove Disk privileges. Option A includes Delete VM, which is not desired. Option C lacks snapshot management.

Option D includes Remove Disk, which is not required.

28
MCQeasy

A company wants to integrate vCenter Server with an external identity source to allow users to authenticate using their corporate credentials. The administrator must ensure that authentication traffic is encrypted. Which solution should the administrator implement?

A.Local OS authentication on vCenter Server
B.Active Directory over NTLM
C.Active Directory over LDAPS
D.Active Directory over LDAP
AnswerC

LDAPS uses SSL/TLS to encrypt authentication traffic.

Why this answer

Active Directory over LDAPS (Option C) is the correct solution because it encrypts authentication traffic using SSL/TLS, ensuring confidentiality. Option A is incorrect because local OS authentication does not use corporate credentials. Option B is incorrect because NTLM authentication is not supported as a direct identity source for vCenter Single Sign-On.

Option D is incorrect because standard LDAP transmits credentials in plaintext, without encryption.

29
MCQmedium

A vSphere administrator needs to ensure that all virtual machine disks are encrypted at rest. The environment uses a KMS cluster with multiple KMIP-compliant servers. The administrator has already configured a storage policy with encryption enabled. However, newly created VMs on a particular datastore still show unencrypted disks. What is the most likely cause?

A.The datastore is a vSAN datastore, which does not support VM-level encryption.
B.The KMS cluster must have at least two KMS servers to function correctly.
C.The datastore is formatted with VMFS6, which does not support encryption.
D.The storage policy with encryption is not assigned to the VMs or their home namespace.
AnswerD

The encryption-enabled storage policy must be explicitly assigned; otherwise, the default storage policy is used.

Why this answer

Even when a storage policy with encryption is configured, it must be explicitly assigned to the VMs or their home namespace (the VM's configuration and swap files). If the policy is not assigned, the VM will be created using the default datastore policy, which typically does not include encryption, resulting in unencrypted disks. The administrator must ensure the encryption-enabled policy is applied to the VM during creation or via a storage policy-based management (SPBM) assignment.

Exam trap

The trap here is that candidates assume configuring a storage policy with encryption is sufficient, but they forget that the policy must be explicitly assigned to the VM or its home namespace for encryption to take effect.

How to eliminate wrong answers

Option A is wrong because vSAN datastores fully support VM-level encryption (encryption at rest) when a KMS is configured and the appropriate storage policy is applied; vSAN does not preclude encryption. Option B is wrong because a KMS cluster can function with a single KMS server, though multiple servers are recommended for high availability; the question states a KMS cluster is already configured, so this is not the cause of unencrypted disks. Option C is wrong because VMFS6 fully supports VM-level encryption; encryption is a feature of the vSphere platform and the storage policy, not the VMFS version.

30
MCQeasy

A vSphere administrator wants to prevent users in a custom role from powering off virtual machines that have Fault Tolerance enabled. Which privilege must be removed from the custom role?

A.VirtualMachine.State.Suspend
B.VirtualMachine.Interrupt.PowerOff
C.VirtualMachine.Interrupt.Reset
D.VirtualMachine.Interrupt.PowerOn
AnswerB

VirtualMachine.Interrupt.PowerOff directly controls power-off; removing it prevents users from powering off VMs, including those with Fault Tolerance.

Why this answer

VirtualMachine.Interrupt.PowerOff. This privilege directly controls the ability to power off a virtual machine. To prevent users from powering off VMs with Fault Tolerance enabled, you must remove this privilege.

Option A (Suspend) pauses the VM, option C (Reset) reboots it, and option D (PowerOn) starts it; none of these directly prevent power-off.

31
MCQhard

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

A.The 'Limited' role does not include 'Console interaction' privilege
B.User1 does not have permissions on host2.domain.com
C.The permissions are applied at the datacenter level, not the host level
D.User1 should be added to the admin group
AnswerB

Permissions are host-specific; user1 is only assigned on host1.

Why this answer

User1 has permissions only on host1, not on host2.domain.com. The 'Limited' role, which includes 'Read' and 'Console interaction' privileges, is assigned at the host level for host1 only, so it does not apply to host2. Therefore, user1 lacks any permissions on host2, preventing console access to VMs running there.

Option A is incorrect because the 'Limited' role does include 'Console interaction' privilege as stated. Option C is incorrect because the permissions are applied at the host level (as shown in the exhibit), not at the datacenter level. Option D is incorrect because there is no requirement or indication that user1 needs to be added to the admin group; the issue is simply lack of permissions on the target host.

32
MCQeasy

Refer to the exhibit. An administrator runs the vmkfstools command on an ESXi host and views the output. Which conclusion can be drawn from the output?

A.The datastore has approximately 50% free space.
B.The VMDK file is thin provisioned.
C.The datastore has a block size of 1 MB, which is the maximum for VMFS-6.
D.The virtual machine's disk is encrypted.
AnswerA

Correct: Volume free is half of volume capacity.

Why this answer

The vmkfstools command output shows the capacity and free space values for the datastore. In this case, the free space is approximately half of the total capacity, indicating roughly 50% free space. This is a direct calculation from the displayed numbers, not an inference about provisioning or encryption.

Exam trap

The trap here is that candidates often confuse datastore-level free space with VMDK-level provisioning attributes, assuming that a high free space percentage implies thin provisioning, when in fact thin provisioning is a separate property of the virtual disk file.

How to eliminate wrong answers

Option B is wrong because thin provisioning is a property of the VMDK file itself, not directly shown in the basic vmkfstools capacity/free output; you would need to use 'vmkfstools -i' or check the disk descriptor for 'thinProvisioned' flag. Option C is wrong because VMFS-6 supports a maximum block size of 1 MB, but the output does not display block size; block size is shown with 'vmkfstools -P -v 10' or similar commands. Option D is wrong because encryption status is not indicated in this output; encryption would require checking the VM's configuration or using 'vmkfstools -c' or 'vsan' encryption-related commands.

33
MCQhard

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

A.The vCenter Server's KMS cluster configuration has been deleted, affecting all VMs but not this one.
B.The storage policy used by the VM has been modified and no longer includes encryption.
C.The vTA attestation process failed for the VM's host, but the error message is misleading.
D.The VM's encryption key was retrieved from a different KMS server that is now unavailable, and the key ID in the VM's metadata points to that KMS server.
AnswerD

Correct. The VM's encryption key may have been issued by a specific KMS server (e.g., KMS-01) that is now unreachable, while the KMS cluster overall is accessible. Other VMs may have keys from a different, reachable server (e.g., KMS-02), explaining why they power on successfully.

Why this answer

The error 'Unable to decrypt the encrypted virtual machine upon re-registration. Reason: The KMS server is unreachable' indicates that the ESXi host cannot contact the KMS server to retrieve the VM's encryption key. Since other encrypted VMs on the same host power on successfully, the host can reach the KMS cluster, but this specific VM's encryption key may have been issued by a different KMS server (e.g., an older or alternative KMS) that is now unavailable.

The key ID stored in the VM's metadata points to that unreachable server, causing the failure. Option A is incorrect because if the vCenter KMS cluster configuration were deleted, all VMs would be affected. Option B is incorrect because modifying the storage policy does not change the existing encryption key; the VM remains encrypted with its original key.

Option C is incorrect because vTA attestation is separate from KMS key retrieval; the error message is specific to KMS unavailability.

34
MCQhard

A company has a vSphere environment with 20 ESXi hosts and 500 VMs. The security team mandates that all administrative access to vCenter Server must be through a single, highly restricted account with multi-factor authentication (MFA). The account must be used for both the vSphere Client and API integrations. Which step should the administrator take?

A.Configure the built-in administrator account to require smart card authentication.
B.Integrate vCenter Server with an external identity provider (e.g., ADFS, Okta) that supports MFA, and use a service account with MFA for API access.
C.Create a new local account and configure it as a member of the Administrators group, then enforce MFA via a third-party tool on the vCenter Server OS.
D.Disable the built-in administrator account and create a new local account with the same privileges.
AnswerB

External identity providers can enforce MFA and work with both UI and API access.

Why this answer

Integrating vCenter Server with an external identity provider (IdP) such as ADFS or Okta allows the use of a single service account that supports multi-factor authentication (MFA) for both the vSphere Client and API integrations. This approach meets the security mandate by centralizing authentication through an IdP that enforces MFA, while also supporting OAuth 2.0 token-based API access, which is required for modern vSphere API integrations. The built-in administrator account cannot be directly configured with MFA in a way that satisfies both interactive and API access requirements without external integration.

Exam trap

The trap here is that candidates assume the built-in administrator account can be directly configured with MFA for all access types, but vCenter Server does not natively support MFA for local accounts or API integrations without an external identity provider.

How to eliminate wrong answers

Option A is wrong because configuring the built-in administrator account for smart card authentication only enforces certificate-based MFA for interactive logins, but it does not support MFA for API integrations, which typically require token-based or challenge-response mechanisms. Option C is wrong because creating a new local account and enforcing MFA via a third-party tool on the vCenter Server OS is not supported; vCenter Server runs on a hardened Photon OS or appliance, and local accounts cannot be integrated with external MFA solutions for API access. Option D is wrong because disabling the built-in administrator account and creating a new local account does not enable MFA; local accounts in vCenter Server do not support MFA natively, and this approach fails to address the requirement for MFA on API integrations.

35
MCQhard

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

A.The ESXi host has not been added to the Key Provider's trust list or KMS configuration.
B.The ESXi host's firewall is blocking outbound connections to the KMS cluster.
C.The ESXi host does not have the required encryption feature license.
D.The VM's encryption policy is set to 'vSphere Native Key Provider' instead of 'KMS'.
AnswerA

Hosts must be trusted by the KMS to retrieve keys; a newly added host is not automatically trusted.

Why this answer

When a new ESXi host is added to the cluster, it must be added to the Key Provider's trust list or the KMS must be configured to trust the host's certificate. Without this, the host cannot retrieve keys from the KMS, even though it has network connectivity and is properly licensed. Option B is incorrect: a firewall issue would typically cause a connection timeout or refusal error, not a 'key provider unavailable' error.

Option C is incorrect because the host is verified to have the correct encryption license. Option D is incorrect because the error indicates the KMS is not available to that host, not a policy mismatch.

36
Multi-Selecteasy

Which TWO actions are recommended to secure the vCenter Server Appliance (VCSA)?

Select 2 answers
A.Enable the auto-lock feature for the admin account
B.Change the default 'root' password
C.Disable SSH access
D.Configure the password policy for local accounts
E.Enable FIPS 140-2 compliance mode
AnswersB, C

Default passwords should be changed.

Why this answer

Changing the default 'root' password is a fundamental security best practice for the VCSA. The default password is well-known and documented, leaving the appliance vulnerable to unauthorized access if not changed immediately after deployment. This action directly mitigates the risk of brute-force or credential-based attacks against the root account.

Exam trap

The trap here is that candidates often confuse 'recommended security actions' with 'all possible security configurations,' leading them to select options like enabling FIPS or configuring password policies, which are not the two primary actions emphasized in VMware's official security hardening guidance for the VCSA.

37
Multi-Selecteasy

Which TWO actions are required to enable vSphere VM encryption? (Choose two.)

Select 2 answers
A.Configure a Key Management Server (KMS) or native key provider
B.Enable SSH on each ESXi host to manage encryption keys
C.Disable vMotion on the cluster
D.Assign an encryption storage policy to the virtual machine or enable encryption on the VM
E.Place the ESXi hosts in lockdown mode
AnswersA, D

A key provider is necessary to store and manage encryption keys.

Why this answer

Options A and D are correct. A key provider (KMS or native key provider) must be configured and associated with the vCenter Server, and then encryption must be enabled on the VM (via storage policy or directly). Option B is wrong because SSH access is not required for encryption.

Option C is wrong because encryption does not require disabling vMotion. Option E is wrong because host lockdown mode is unrelated.

38
MCQmedium

An organization is deploying vCenter Server in a DMZ. Which security best practice should the administrator implement to protect the vCenter Server appliance?

A.Join the vCenter Server to the corporate Active Directory domain
B.Enable SSH for remote administration
C.Enable FIPS 140-2 mode on the vCenter Server appliance
D.Delete the root user account
AnswerC

FIPS mode enforces strong cryptography.

Why this answer

Enable FIPS 140-2 mode on the vCenter Server appliance. When deploying vCenter Server in a DMZ, enabling FIPS 140-2 mode ensures that the appliance uses only FIPS-approved cryptographic algorithms, enhancing security and compliance. Option A is incorrect because joining the vCenter Server to the corporate Active Directory domain exposes it to domain-related attacks and increases the attack surface in the DMZ.

Option B is incorrect because enabling SSH for remote administration is a security risk; SSH should be disabled unless absolutely necessary, and even then, it should be tightly controlled. Option D is incorrect because deleting the root user account is not a best practice; the root account is essential for system recovery and maintenance, and the recommended approach is to limit its use and enforce strong passwords.

39
Multi-Selecthard

A company is implementing vSphere with Tanzu for containerized workloads. To secure the workload management plane, which THREE security features should be configured? (Choose three.)

Select 3 answers
A.Pod Security Policies
B.vCenter Single Sign-On
C.Content Library
D.vSphere Native Key Provider
E.Network Policies
AnswersA, D, E

Enforces security standards for pods.

Why this answer

The correct answers are A, D, and E. Pod Security Policies (A) enforce security standards for pods in Kubernetes clusters. vSphere Native Key Provider (D) enables encryption for Kubernetes objects, securing data at rest. Network Policies (E) control traffic between pods, providing network segmentation.

Option B (vCenter Single Sign-On) is not a new security feature specific to vSphere with Tanzu; it is already part of vCenter authentication. Option C (Content Library) is used for content management, not security.

40
MCQhard

A vSphere environment uses Active Directory for authentication. The administrator notices that users from a specific AD group cannot log in to the vCenter Server, although other AD users can. The group is added to vCenter Server with the correct permissions. What is the most likely cause?

A.The users are not members of the vCenter Single Sign-On domain
B.The user accounts have expired passwords
C.The group is nested within another group
D.The domain of the group is not configured as an identity source in vCenter Single Sign-On
AnswerD

Without the identity source, authentication fails.

Why this answer

The most likely cause is that the domain of the group is not configured as an identity source in vCenter Single Sign-On. Even if the group is added with correct permissions in vCenter Server, vCenter SSO must be able to authenticate users against the domain. Without the domain listed as an identity source, vCenter cannot validate the credentials of users from that group, causing authentication failures for all users in that domain.

Exam trap

The trap here is that candidates often assume that adding a group to vCenter permissions is sufficient for authentication, overlooking the prerequisite that the group's domain must first be registered as an identity source in vCenter Single Sign-On.

How to eliminate wrong answers

Option A is wrong because vCenter Single Sign-On domains are not the same as Active Directory domains; users are not members of the SSO domain unless they are explicitly created there, and the question states the users are from an AD group, meaning they are AD users, not SSO domain users. Option B is wrong because expired passwords would affect individual users, not an entire group, and the symptom is that all users from the specific group cannot log in, which points to a domain-level issue rather than individual password expiration. Option C is wrong because nested groups are fully supported in Active Directory and vCenter Server; if the group is nested within another group, the permissions would still apply as long as the parent group has the correct permissions, and this would not cause a complete authentication failure for all users in the group.

41
MCQhard

A vSphere administrator is preparing for a PCI DSS audit. The auditor requires that all virtual machine disks be encrypted at rest. The environment uses vSAN with storage policies. Which storage policy-based management (SPBM) rule should be applied to ensure encryption?

A.Set the rule 'EncryptionEnabled' to 'True'.
B.Set the rule 'SPBM.Encryption' to 'Enabled'.
C.Set the rule 'VSAN.encryption' to 'Required'.
D.Set the rule 'VSAN.encryption' to 'Yes'.
AnswerD

This is the correct SPBM rule to enable vSAN encryption for a VM storage policy.

Why this answer

For vSAN encryption at rest, the storage policy rule is 'VSAN.encryption' and must be set to 'Yes' to enable encryption. Option A is incorrect because 'EncryptionEnabled' is not a valid vSAN SPBM rule. Option B is incorrect because 'SPBM.Encryption' is not a recognized rule name.

Option C is incorrect because while the rule name 'VSAN.encryption' is correct, the value should be 'Yes' rather than 'Required' to enable encryption.

42
MCQmedium

A vSphere administrator is troubleshooting a permissions issue. A user named 'backup_admin' is a member of the AD group 'Backup Operators'. The group has been assigned a custom role at the datacenter level with the following privileges: Virtual machine > Provisioning > Create snapshot, Virtual machine > State > Create, Revert, Remove snapshot. The user can see all VMs in the 'Production' folder but cannot see VMs in the 'Development' folder, even though both folders are under the same datacenter. The administrator confirms that no other permissions exist for this user or group, and propagation is enabled. What is the most likely reason the user cannot see the Development VMs?

A.The user's permissions are inherited from a different group that denies access.
B.The user's group lacks the 'System > View' privilege on the Development folder.
C.The user's role does not include the 'Folder > Create' privilege.
D.The user's group has been assigned 'No Access' on the Development folder.
AnswerB

The user cannot see objects if they don't have the View privilege on the parent folder.

Why this answer

To see objects in vCenter, a user must have the 'System > View' privilege on the parent folder. The user can see VMs in the Production folder because that folder likely inherits the 'System > View' privilege or has it explicitly. However, the Development folder does not have the 'System > View' privilege assigned to the user or group, so the VMs inside are invisible.

Option A is incorrect because there is no evidence of another group denying access, and propagation is enabled. Option C is incorrect because 'Folder > Create' is not required to view existing folders or VMs. Option D is incorrect because if 'No Access' were assigned, the user would not see any objects at all; the issue is specifically the lack of 'View' on the Development folder.

43
MCQmedium

An administrator is adding an ESXi host to vCenter Server and is prompted to verify the host's certificate thumbprint. The administrator compares it to the output above and it matches. However, the add operation fails with a certificate verification error. What else could be the issue?

A.The vCenter Server's certificate is invalid
B.The certificate has expired
C.The certificate is not signed by a trusted Certificate Authority
D.The certificate common name does not match the hostname
AnswerD

If the certificate's CN does not match the host's FQDN, vCenter will reject the certificate during verification.

Why this answer

When adding an ESXi host to vCenter Server, the thumbprint verification ensures the host's certificate fingerprint matches what is expected, but it does not validate the certificate's subject attributes. If the certificate's Common Name (CN) does not match the ESXi host's FQDN or IP address used during the add operation, vCenter Server will reject the connection with a certificate verification error, even if the thumbprint is correct. This is because vCenter Server performs hostname verification as part of TLS/SSL certificate validation to prevent man-in-the-middle attacks.

Exam trap

The trap here is that candidates assume thumbprint verification alone guarantees certificate validity, overlooking that vCenter Server also performs hostname matching as part of TLS certificate validation.

How to eliminate wrong answers

Option A is wrong because the vCenter Server's certificate is not directly involved in the host certificate verification during the add operation; the error is about the ESXi host's certificate. Option B is wrong because an expired certificate would typically cause a different error (e.g., 'certificate has expired') and would not pass thumbprint verification if the thumbprint was generated from the current certificate. Option C is wrong because vCenter Server does not require the ESXi host's certificate to be signed by a trusted CA for thumbprint verification; it only checks the thumbprint match, and the error here is specifically about hostname mismatch, not trust chain issues.

44
MCQmedium

An administrator is configuring a distributed switch and needs to ensure that all virtual machine traffic on a specific VLAN is isolated. The administrator creates a port group with VLAN ID 100. However, a security scanner reports that packets from this VLAN are appearing on other VLANs. Which security policy setting on the distributed switch should the administrator verify?

A.MAC address changes
B.Forged transmits
C.VLAN trunking
D.Promiscuous mode
AnswerC

VLAN trunking ensures proper tagging.

Why this answer

The VLAN trunking policy on a distributed switch controls whether a port group can pass multiple VLAN IDs (trunk mode) or is restricted to a single VLAN (access mode). When VLAN trunking is enabled, the port group may forward traffic from VLAN 100 onto other VLANs if the virtual switch is configured to allow it, breaking isolation. The administrator should verify that VLAN trunking is disabled (set to 'Reject') to ensure strict VLAN isolation.

Exam trap

The trap here is that candidates confuse VLAN trunking (which controls multi-VLAN forwarding) with promiscuous mode (which controls traffic visibility), leading them to incorrectly select promiscuous mode as the cause of VLAN leakage.

How to eliminate wrong answers

Option A is wrong because MAC address changes policy controls whether a virtual machine can change its MAC address, which is unrelated to VLAN traffic leaking between VLANs. Option B is wrong because forged transmits policy prevents a VM from sending frames with a source MAC address different from its own, which does not affect VLAN isolation. Option D is wrong because promiscuous mode allows a VM to see all traffic on the port group, but it does not cause traffic from one VLAN to appear on another VLAN.

45
MCQmedium

A security administrator notices that a virtual machine (VM) running a legacy application is experiencing network connectivity issues after enabling Network I/O Control (NIOC) on the distributed switch. The VM is in a high-priority traffic class for management traffic. What is the most likely cause of the issue?

A.NIOC is blocking the VM's MAC address due to a security policy.
B.The VM is assigned to the management traffic class, but its traffic should be in a different class, causing bandwidth throttling.
C.The VM is using jumbo frames, which are not supported with NIOC.
D.The virtual switch has promiscuous mode enabled, which conflicts with NIOC.
AnswerB

NIOC classes limit bandwidth; wrong class assignment can restrict traffic.

Why this answer

NIOC traffic classes assign bandwidth shares and limits per class. If the VM's traffic (legacy application) is placed in the management traffic class, it will be subject to the bandwidth constraints of that class, which may cause connectivity issues if the application requires more bandwidth or different QoS. Option A is incorrect because NIOC does not block MAC addresses; MAC address blocking is a security policy on the distributed switch port group.

Option C is incorrect because NIOC supports jumbo frames; jumbo frames are configured at the VM or vSwitch level and do not conflict with NIOC. Option D is incorrect because promiscuous mode is a port group security setting unrelated to NIOC; NIOC manages bandwidth allocation and does not interfere with promiscuous mode.

46
MCQmedium

An administrator is troubleshooting a failed VM encryption operation. The key provider status shows as 'Not Responding' in the vSphere Web Client. The administrator has verified network connectivity between the ESXi hosts and the key provider. What is the most likely cause of the failure?

A.The vCenter Server certificate has expired
B.The firewall on the key provider is blocking port 443
C.The ESXi hosts cannot reach the internet
D.The key provider certificate is expired or invalid
AnswerD

Expired or invalid KMS certificate causes hosts to reject connections.

Why this answer

When the key provider's certificate is expired or invalid, the ESXi hosts may be able to reach the key provider over the network, but the SSL/TLS handshake fails, resulting in a 'Not Responding' status. Option A is wrong because an expired vCenter certificate would affect vCenter operations but not the ESXi hosts' direct communication with the key provider. Option B is wrong: Port 443 is commonly used for HTTPS, but if firewall blocked port 443, the status would typically show as 'Unreachable' or 'Connection Refused', not 'Not Responding'.

Option C is wrong: ESXi hosts do not need internet access for an on-premises key provider; they only need local network connectivity.

47
MCQmedium

An administrator notices that HTTP connections to the ESXi host are timing out frequently. Based on the exhibit, which configuration change would most likely resolve the issue?

A.Increase maxKeepAliveTimeout to a higher value, such as 180
B.Restart the rhttpproxy service
C.Set useProxy to true and specify a proxy server
D.Set maxKeepAliveTimeout to 0 to disable keepalive
AnswerA

A longer timeout prevents premature disconnection.

Why this answer

The maxKeepAliveTimeout default of 100 seconds may be too low for long-lived HTTP connections, causing timeouts. Increasing it to 180 seconds allows the server to keep idle connections open longer, reducing the likelihood of timeouts. Option B is incorrect because restarting the rhttpproxy service does not change the timeout value; it only temporarily resets the service, which would not address the underlying timeout issue.

Option C is incorrect because enabling a proxy server is unrelated to HTTP connection timeouts; it would add an intermediary but not resolve the keepalive timeout. Option D is incorrect because setting maxKeepAliveTimeout to 0 disables HTTP keepalive entirely, which would force new connections for every request, likely increasing latency and timeouts rather than resolving them.

48
MCQhard

A company uses an external Platform Services Controller (PSC) in a vSphere 6.7 environment. They plan to upgrade to vSphere 7.0. Which security-related consideration is most important?

A.The external PSC will automatically convert to an embedded PSC during upgrade.
B.The external PSC is deprecated; it must be converged into the vCenter Server.
C.The SSL certificates for the PSC must be reissued from a new CA.
D.The STS certificates need to be replaced with custom ones immediately after upgrade.
AnswerB

vSphere 7.0 does not support external PSCs.

Why this answer

VSphere 7.0 removes the external PSC model; all services are embedded. Option A is incorrect because there is no migration wizard for external PSC to embedded, but does not default to AD. Option C is incorrect because vSphere 7.0 still uses VECS.

Option D is incorrect because STS certificates can be managed within the embedded PSC.

49
MCQeasy

An administrator wants to configure the ESXi host firewall to allow connections only from a specific management subnet. How can this be achieved?

A.Enable vSphere HA and set it to control management traffic.
B.Use the ESXi firewall settings to define allowed IP addresses for the required services.
C.Configure the DCUI to restrict management access.
D.Set the firewall to enabled and allow all incoming connections.
AnswerB

The ESXi firewall allows per-rule IP-based restrictions.

Why this answer

The ESXi host firewall can be configured with rule sets that allow traffic only from specific IP addresses or subnets. This is done by editing the firewall rules for the required services and specifying the allowed IP addresses. Option A is incorrect because vSphere HA is a high availability feature that does not manage firewall settings or control management traffic.

Option C is incorrect because the DCUI (Direct Console User Interface) is used for local console configuration, not for setting firewall rules. Option D is incorrect because allowing all incoming connections would be insecure and not restrict access to a specific management subnet.

50
MCQeasy

An administrator runs the command shown in the exhibit on a vCenter Server appliance. What is the primary purpose of the Machine ID?

A.To calculate workload distribution in DRS
B.To identify an ESXi host to vCenter Server
C.To serve as a unique identifier for the vCenter Server instance in SSO
D.To uniquely identify a virtual machine for vMotion
AnswerC

The Machine ID uniquely identifies the vCenter Server instance within SSO for certificate management.

Why this answer

The Machine ID serves as a unique identifier for the vCenter Server instance within VMware SSO (Single Sign-On) and is used for certificate management. It is not related to workload distribution in DRS (option A), ESXi host identification (option B), or virtual machine identification for vMotion (option D). Therefore, option C is correct.

51
MCQeasy

A vSphere administrator needs to restrict access to a specific cluster so that only the storage team can manage datastores. The storage team members are in a group called 'storage_team' in Active Directory. What is the best practice to achieve this?

A.Create a custom role with required Datastore privileges and assign it to the 'storage_team' group at the cluster level.
B.Create an SSO group for the storage team and assign the default 'ReadOnly' role at the cluster level.
C.Assign the 'storage_team' group a role with Datastore privileges at the vCenter level using global permissions.
D.Add each member of the storage team to the local Administrators group on the vCenter Server.
AnswerA

This is correct because creating a custom role with Datastore privileges and assigning it at the cluster level provides the most granular and least-privileged access, scoping permissions to only the specific cluster.

Why this answer

Creating a custom role with the required Datastore privileges and assigning it at the cluster level provides the most granular, least-privileged access to manage only that cluster. Option B is incorrect because the ReadOnly role does not include Datastore management privileges; it only allows viewing objects. Option C is incorrect because global permissions apply to all objects in vCenter, granting access to all clusters and datastores, which violates the principle of least privilege.

Option D is incorrect because adding users to the local Administrators group grants full administrative access to vCenter, far exceeding the needed permissions for datastore management.

52
MCQeasy

A vSphere administrator needs to ensure that all HTTPS traffic to ESXi hosts is encrypted using TLS 1.2. Where should the administrator configure the minimum TLS version?

A.Host Advanced Settings (Config.HostAgent.plugins.vimsvc.auth.minTLSVersion)
B.Security Profile in the vSphere Client
C.vCenter Server Appliance (VAMI) web interface
D.ESXi Firewall rules
AnswerA

This advanced setting controls the minimum TLS version.

Why this answer

The minimum TLS version for ESXi host HTTPS traffic is configured via the host advanced setting `Config.HostAgent.plugins.vimsvc.auth.minTLSVersion`. This setting directly controls the TLS protocol version used by the ESXi host's HTTP services, including the vSphere Client and API endpoints, ensuring only TLS 1.2 or higher is accepted.

Exam trap

The trap here is that candidates confuse the ESXi host's TLS configuration (set via advanced settings) with vCenter Server's TLS configuration (set via VAMI), leading them to incorrectly select Option C.

How to eliminate wrong answers

Option B is wrong because the Security Profile in the vSphere Client manages firewall rules and service startup policies, not TLS protocol version settings. Option C is wrong because the VAMI web interface configures vCenter Server Appliance services (e.g., vCenter Single Sign-On, licensing), not the TLS version of individual ESXi hosts. Option D is wrong because ESXi Firewall rules control network traffic filtering (allow/deny by port/protocol), not encryption parameters like TLS version.

53
MCQmedium

An administrator is troubleshooting a situation where a virtual machine cannot be powered on. The error message indicates insufficient permissions. The VM is in a folder named 'Production' and the administrator has been assigned a custom role with 'Virtual machine > Power On' permission at the folder level. However, the VM is also in a resource pool. What additional permission is most likely missing?

A.Network > Assign network permission on the network
B.Resource > Assign virtual machine to resource pool permission on the resource pool
C.Datastore > Allocate space permission on the datastore
D.Virtual machine > Configuration permission on the VM
AnswerB

This permission is necessary to assign the VM to the resource pool during power on.

Why this answer

To power on a virtual machine that resides in a resource pool, the user must have the 'Resource > Assign virtual machine to resource pool' permission on that resource pool. Even though the user has 'Virtual machine > Power On' at the folder level, the VM's association with the resource pool introduces an additional authorization check. Without this resource pool permission, the power-on operation fails with an insufficient permissions error.

Exam trap

The trap here is that candidates assume folder-level permissions cascade fully to all operations, but vSphere enforces a 'least privilege' model where resource pool membership requires explicit assignment rights, even if the VM already exists in the pool.

How to eliminate wrong answers

Option A is wrong because 'Network > Assign network' is required only when attaching a VM to a network, not for the power-on operation itself. Option C is wrong because 'Datastore > Allocate space' is needed for creating or registering a VM or for snapshot operations, not for powering on an existing VM. Option D is wrong because 'Virtual machine > Configuration' covers changes to VM settings (e.g., CPU, memory), but the specific missing permission here is the resource pool assignment right, not a general configuration right.

54
Multi-Selecthard

Which THREE of the following are prerequisites for configuring vSAN encryption? (Choose three.)

Select 3 answers
A.vSphere Enterprise Plus license.
B.Intel Software Guard Extensions (SGX) on ESXi hosts.
C.All-flash disk group configuration.
D.A Key Management Server (KMS) supporting KMIP protocol.
E.TPM 2.0 chip on each ESXi host.
AnswersA, D, E

vSAN encryption is available with Enterprise Plus and above.

Why this answer

Options A, D, and E are correct prerequisites for vSAN encryption. Option A: vSAN encryption requires a vSphere Enterprise Plus license (or equivalent, such as VMware Cloud Foundation). Option D: A Key Management Server (KMS) supporting the KMIP protocol is necessary to manage encryption keys.

Option E: TPM 2.0 chip on each ESXi host provides a hardware root of trust for key storage. Option B (Intel SGX) is not required for vSAN encryption. Option C (all-flash disk group) is incorrect because vSAN encryption supports both all-flash and hybrid configurations.

55
MCQeasy

An administrator is troubleshooting a failed attempt to add an ESXi host to a vCenter Server domain. The error message states: 'The host's certificate has been tampered with or is invalid.' What is the most likely cause?

A.The vCenter Server's account lockout policy has been triggered.
B.The ESXi host's SSH keys have been rotated.
C.The ESXi host's certificate has expired.
D.The ESXi host's certificate thumbprint does not match the thumbprint stored in vCenter Server.
AnswerD

This mismatch causes the 'tampered' error.

Why this answer

The error 'The host's certificate has been tampered with or is invalid' occurs when the ESXi host presents a certificate whose thumbprint does not match the thumbprint that vCenter Server has stored for that host. This mismatch can happen if the host's certificate was replaced (e.g., due to a reinstall or manual rotation) without updating the vCenter Server's trusted store. vCenter Server verifies the host's identity by comparing the SHA-1 or SHA-256 thumbprint of the presented certificate against its stored record; a mismatch triggers this specific error.

Exam trap

The trap here is that candidates often confuse certificate expiration with thumbprint mismatch, but the error message 'tampered with or invalid' specifically points to a thumbprint mismatch rather than a date-based validity issue.

How to eliminate wrong answers

Option A is wrong because an account lockout policy would produce a different error, such as 'Login failed' or 'Access denied', not a certificate tampering message. Option B is wrong because SSH keys are used for SSH authentication, not for the SSL/TLS certificate validation that occurs during host addition to vCenter Server; rotating SSH keys does not affect certificate thumbprint matching. Option C is wrong because an expired certificate would generate an error like 'Certificate has expired' or 'Certificate is not yet valid', not a 'tampered with or invalid' message, which specifically indicates a thumbprint mismatch rather than a validity period issue.

56
MCQmedium

A company is implementing vSphere 7.0 and wants to encrypt all vMotion traffic between ESXi hosts in a cluster. The cluster is not using any other encryption features. What is the minimum requirement to enable vMotion encryption?

A.A VM Encryption Key Management Server must be configured.
B.The ESXi hosts must be joined to an Active Directory domain.
C.The ESXi hosts must have a host profile applied with encryption enabled.
D.The cluster must be configured with Enhanced vMotion Compatibility (EVC).
AnswerC

A host profile applied with encryption enabled is the minimum requirement because it ensures consistent encryption policy across the cluster, leveraging default certificate trust.

Why this answer

In vSphere 7.0, enabling vMotion encryption does not require Active Directory, a Key Management Server, Enhanced vMotion Compatibility (EVC), or host profiles. The minimum requirement is simply to configure the vMotion encryption policy on each ESXi host (set to 'Required' or 'Opportunistic'). No additional infrastructure or profiles are needed.

Exam trap

Candidates often mistakenly believe that vMotion encryption requires external configuration such as host profiles, AD, or a KMS. In reality, it uses built-in certificate trust and can be enabled directly on each host without any additional setup.

How to eliminate wrong answers

Option A is wrong because a VM Encryption Key Management Server is required for encrypting virtual machine disks (VM-level encryption), not for vMotion traffic; vMotion encryption uses Kerberos from Active Directory, not a KMS. Option C is wrong because a host profile is a management tool for applying consistent configurations across hosts, but it is not a prerequisite for enabling vMotion encryption; the encryption setting can be configured directly on each host via advanced system parameters (e.g., 'VMkernel.Boot.vmotionEncryption'). Option D is wrong because Enhanced vMotion Compatibility (EVC) ensures CPU compatibility for live migrations but has no role in encrypting vMotion traffic; EVC does not provide any encryption or authentication mechanism.

57
MCQhard

A multinational corporation runs a vSphere environment with 100 ESXi hosts managed by a single vCenter Server. The security team mandates that all virtual machine disks (VMDKs) must be encrypted at rest. The administrator enables vSphere Virtual Machine Encryption and creates a Key Management Server (KMS) cluster. After encrypting a test VM, the VM powers on successfully, but the administrator notices that the VM's configuration files (VMX, NVRAM) are not encrypted. The security policy requires that all VM files, including configuration files, be encrypted. The administrator checks the VM storage policy and sees that the policy is set to 'VM Encryption Policy' with 'Disk Encryption' enabled. What should the administrator do to ensure the entire VM is encrypted?

A.Modify the VM storage policy to include encryption of VM home files
B.Enable encryption on the datastore where the VM resides
C.Add a second KMS cluster for redundancy
D.Enable vSphere Host Encryption on each ESXi host
AnswerA

The policy must include 'Virtual Machine Home' encryption.

Why this answer

The VM storage policy 'VM Encryption Policy' with only 'Disk Encryption' enabled encrypts VMDK files but not the VM configuration files (VMX, NVRAM, logs, etc.). To encrypt all VM files, the storage policy must include the 'Encrypt VM home files' option, which applies encryption to the entire VM home directory on the datastore. This ensures compliance with the security mandate for full VM encryption at rest.

Exam trap

The trap here is that candidates assume 'VM Encryption Policy' with 'Disk Encryption' covers all VM files, but VMware explicitly separates disk encryption from home file encryption in the storage policy settings.

How to eliminate wrong answers

Option B is wrong because datastore-level encryption (e.g., vSAN encryption or Storage DRS encryption) is a separate feature that encrypts the entire datastore, but it does not selectively encrypt VM home files when using VM Encryption Policy; the policy must explicitly include home file encryption. Option C is wrong because adding a second KMS cluster provides redundancy for key management but does not affect which VM files are encrypted; the encryption scope is defined by the storage policy, not the KMS topology. Option D is wrong because vSphere Host Encryption encrypts host memory and vMotion traffic, not VM files at rest on the datastore; it does not address VMDK or configuration file encryption.

58
MCQmedium

During a security audit, it is found that the vCenter Server is using the default self-signed certificate. The administrator is tasked to replace it with a certificate from an enterprise CA. What is the first step after obtaining the CA-signed certificate?

A.Convert the certificate and private key into PEM format and place them in the appropriate directory.
B.Use the vSphere Web Client to upload the certificate.
C.Import the private key into the Windows Certificate Store.
D.Restart the VMware Certificate Service.
AnswerA

vCenter expects PEM files for certificates and keys.

Why this answer

The certificate must be in a format that vCenter can use; typically, it needs to be combined with the private key. Option B is premature before preparing the certificate. Option C is incorrect because certificate import is done via certificate management tools, not vSphere Web Client.

Option D is incorrect because the private key is included in the signed certificate generation process, not imported separately.

59
Multi-Selectmedium

An administrator is configuring vSphere Trust Authority (vTA) to secure ESXi hosts in a sensitive environment. Which TWO components are required for a vTA deployment? (Choose two.)

Select 2 answers
A.Trusted Host Cluster
B.Certificate Authority (CA)
C.Attestation Service
D.Key Management Server (KMS)
E.Key Provider
AnswersC, E

Required to verify host trust status.

Why this answer

The correct answers are C (Attestation Service) and E (Key Provider). In a vSphere Trust Authority deployment, the Attestation Service verifies the trust status of ESXi hosts, and the Key Provider manages the keys used for vTA operations. Option A (Trusted Host Cluster) is a concept in vTA, not a component.

Option B (Certificate Authority) is not a required component; vTA uses existing certificates. Option D (Key Management Server) is used for VM encryption, not vTA.

60
MCQeasy

An administrator needs to ensure that a service account used for vCenter Server backups has the minimum required privileges. The account should only be able to perform backup and restore operations. Which role should be assigned?

A.ReadOnly
B.Administrator
C.BackupOperator
D.NoAccess
AnswerC

This role is specifically designed for backup and restore operations with minimal privileges.

Why this answer

(BackupOperator) is correct. The BackupOperator role in vCenter Server provides the minimum required privileges to perform backup and restore operations without granting full administrative access. Option A (ReadOnly) is incorrect because it only allows read access and cannot perform backup/restore actions.

Option B (Administrator) is incorrect because it grants full administrative privileges, exceeding the minimum required. Option D (NoAccess) is incorrect because it denies all permissions, preventing any backup operations.

61
Drag & Dropmedium

Order the steps to take a snapshot of a virtual machine.

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

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

The correct order for taking a snapshot in VMware vSphere is to first initiate the snapshot by right-clicking the VM and selecting 'Snapshot > Take Snapshot', then in the dialog provide a name and optional description, select whether to snapshot the virtual machine's memory and whether to quiesce the file system, and finally confirm by clicking OK. This sequence ensures that all necessary parameters are set before the snapshot is created.

62
Multi-Selectmedium

Which THREE security hardening measures should be applied to an ESXi host? (Choose three.)

Select 3 answers
A.Increase memory resource allocation for management VMs
B.Enable lockdown mode
C.Enable SNMP v3
D.Apply a host profile for security settings
E.Disable ESXi Shell and SSH services
AnswersB, D, E

Restricts direct host access.

Why this answer

Options B, D, and E are correct. Enabling lockdown mode restricts direct root access to the ESXi host via the DCUI, enhancing security. Applying a host profile ensures consistent security configurations across hosts.

Disabling ESXi Shell and SSH services reduces the attack surface by eliminating remote CLI access. Option A is incorrect because increasing memory resource allocation for management VMs does not directly improve security; it is a resource management practice. Option C is incorrect because although SNMPv3 provides authentication and encryption, enabling SNMP services is not a standard hardening measure and is often disabled to reduce the attack surface.

63
Multi-Selecteasy

Which two actions can be performed to restrict access to the ESXi host Direct Console User Interface (DCUI)? (Choose two.)

Select 2 answers
A.Disable the DCUI service
B.Enable lockdown mode
C.Add users to the DCUI exception list
D.Remove the root user from the local password store
E.Set DCUI access to 'Strict'
AnswersB, E

Enabling lockdown mode restricts access to the ESXi host's DCUI by requiring authentication through vCenter Server, preventing direct local or SSH logins. This is one of the correct actions.

Why this answer

Lockdown mode restricts access to the ESXi host's Direct Console User Interface (DCUI) by requiring authentication through vCenter Server and preventing direct local or SSH logins. Enabling lockdown mode (Option B) is a primary method to enforce this restriction, ensuring only authorized users via vCenter can manage the host. Setting DCUI access to 'Strict' (Option E) further tightens security by disabling the DCUI entirely for all users, including those in the exception list, except for root during initial setup.

Exam trap

The trap here is that candidates often confuse 'disabling the DCUI service' (which is not possible) with 'setting DCUI access to Strict' (which is a valid restriction), or they mistakenly think adding users to the exception list restricts access when it actually grants it.

64
MCQhard

A company uses vSphere with Tanzu to run container workloads. The security team requires that all container traffic between namespaces be encrypted. What is the best approach to achieve this?

A.Use the NSX Container Plugin with IPsec to encrypt traffic.
B.Enable vSAN encryption to encrypt data at rest and assume it covers in-transit traffic.
C.Deploy NSX-T and enable the Network Encryption feature for East-West traffic.
D.Install a third-party CNI like Calico with IPsec enabled.
AnswerC

NSX-T provides encryption for container overlay traffic as part of its micro-segmentation capabilities.

Why this answer

NSX-T's Network Encryption feature provides encryption for East-West traffic between namespaces, meeting the security requirement. Option A is incorrect because the NSX Container Plugin has been deprecated and is not the best approach. Option B is incorrect as vSAN encryption only protects data at rest, not in transit.

Option D is incorrect because while Calico can encrypt traffic, it lacks the native integration and centralized management that NSX-T offers with vSphere with Tanzu.

65
MCQhard

During a security audit, it is discovered that a vCenter Server instance is using the default self-signed certificate. The company policy requires all certificates to be signed by an internal enterprise CA. An administrator has imported the CA chain into the VMware Endpoint Certificate Store (VECS) and generated a Certificate Signing Request (CSR). After receiving the signed certificate from the CA, which additional step is required to complete the certificate replacement?

A.Replace the default certificate in the VECS store with the CA-signed certificate and then generate a new CSR.
B.Restart the vCenter Management Agent (vma) service.
C.Import the signed certificate into the appropriate VECS store and run the certificate-manager utility to update the services.
D.Run the certificate manager tool (certool) to generate a new self-signed certificate.
AnswerC

Correct. Importing the signed certificate into the proper VECS store and then running the certificate-manager utility ensures all vCenter services are updated to use the new certificate.

Why this answer

After the signed certificate is received from the CA, it must be imported into the appropriate VECS store (e.g., the machine SSL certificate store). Then, the certificate-manager utility (located at /usr/lib/vmware-vmca/bin/certificate-manager) must be run to update all vCenter services to use the new certificate. Option A is incorrect because generating a new CSR after replacement is unnecessary.

Option B is incorrect because restarting the vCenter Management Agent only affects that single service, not all services that need the new certificate. Option D is incorrect because the certificate-manager utility is used for CA-signed certificates, not certool (which is for self-signed certificates).

66
MCQhard

An administrator is configuring vSphere Native Key Provider (NKP) in a cluster. After enabling NKP, the administrator adds a VM and attempts to encrypt it, but receives an error that the key provider is not available. The cluster consists of three ESXi hosts. What is the most likely cause?

A.The VM is stored on NFS storage which is not supported with NKP
B.The vCenter Server is disconnected from the cluster
C.The ESXi hosts are on different network segments
D.Only one ESXi host in the cluster is available; the other two are offline
AnswerD

NKP requires quorum; with only one host, the key provider is unavailable.

Why this answer

VSphere Native Key Provider (NKP) requires a majority of ESXi hosts in the cluster to be available to form a quorum for key management. With three hosts, at least two must be online. If only one host is available, the key provider becomes unavailable because the remaining hosts cannot achieve quorum.

Option A is incorrect because NKP supports all storage types including NFS. Option B is incorrect because vCenter Server connectivity is not required for NKP after initial setup. Option C is incorrect because network segmentation does not directly affect NKP availability.

Ready to test yourself?

Try a timed practice session using only vSphere Security questions.