




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This practice exam assesses proficiency in planning, implementing, and optimizing virtualization-based system infrastructures. Topics include virtual machine orchestration, system performance analytics, hardware abstraction, distributed resource scheduling, automation frameworks, and secure remote management. Candidates face engineering scenarios requiring architecture design decisions, troubleshooting steps, and system scaling strategies.
Typology: Exams
1 / 123
This page cannot be seen from the preview
Don't miss anything!





























































































Question 1. Which type of hypervisor runs directly on the hardware without a underlying operating system? A) Type 2 (hosted) B) Type 1 (bare‑metal) C) Nested hypervisor D) Container runtime Answer: B Explanation: A Type 1 hypervisor (e.g., ESXi) installs directly on the physical server and manages guest VMs without a host OS. Question 2. In vSphere, the component that provides centralized authentication and identity management is: A) vCenter Single Sign‑On (SSO) B) Platform Services Controller (PSC) only C) vSphere Client D) vMotion Answer: A Explanation: vCenter SSO consolidates authentication for vCenter and other services, often backed by the PSC. Question 3. A VMFS datastore is best described as: A) A block‑level storage protocol for iSCSI
B) A clustered file system that allows multiple ESXi hosts concurrent access C) A file‑level NFS share used for virtual machines D) A proprietary storage array format Answer: B Explanation: VMFS is a clustered file system enabling simultaneous read/write access from many ESXi hosts. Question 4. Which of the following is a primary benefit of using vSAN? A) Centralized backup repository B) Hyper‑converged storage that aggregates local disks into a shared datastore C) Automatic migration of VMs to the cloud D) Simplified DNS management Answer: B Explanation: vSAN pools local SSDs/HDDs across hosts to create a distributed, resilient datastore. Question 5. The purpose of VMware Tools inside a virtual machine is to: A) Provide anti‑malware protection B) Enable time synchronization, improved drivers, and guest‑host interaction C) Encrypt the VM’s virtual disks D) Manage vCenter licensing
Explanation: NIOC allocates bandwidth shares to traffic categories, ensuring QoS across the distributed switch. Question 8. Which vSphere feature provides continuous availability by running a secondary VM instance on another host? A) vMotion B) Fault Tolerance (FT) C) DRS D) HA Admission Control Answer: B Explanation: FT creates a lockstep secondary VM that takes over instantly if the primary fails. Question 9. A VM’s .vmdk file stores: A) Configuration metadata only B) Virtual hardware specifications C) The virtual disk data (guest OS files) D) Host BIOS settings Answer: C Explanation: The .vmdk file holds the virtual hard disk contents used by the guest OS.
Question 10. Which of the following describes the function of a VMkernel port group? A) Provides network connectivity for guest VMs only B) Hosts management traffic such as vMotion, iSCSI, and vCenter communication C) Stores VM snapshots D) Enables USB pass‑through to a VM Answer: B Explanation: VMkernel ports handle host‑level traffic like vMotion, management, and storage. Question 11. When configuring a vSphere HA cluster, the “Host Isolation Response” setting determines: A) How many VMs can be powered on per host B) What actions to take when a host loses heartbeat communication C) The CPU reservation for each VM D) The maximum number of vMotion migrations per minute Answer: B Explanation: The isolation response defines whether to restart VMs, power them off, or do nothing when a host is isolated. Question 12. Which of the following is NOT a valid DRS automation level? A) Manual
D) You need to share a single VMDK among multiple VMs Answer: A Explanation: RDM maps a physical LUN to a VM, allowing the guest OS to use array‑based features like clustering. Question 15. Which vSphere component stores the configuration of the entire virtual infrastructure, including inventory, permissions, and tasks? A) ESXi host local storage B) vCenter Server database C) VMkernel log files D) vSphere Client cache Answer: B Explanation: vCenter Server’s embedded or external database holds the inventory and configuration metadata. Question 16. In vCenter Single Sign‑On, an “Identity Source” can be: A) Only the local vCenter user store B) Active Directory, LDAP, or the vCenter internal store C) A DNS server D) An NTP server Answer: B
Explanation: Identity sources allow vCenter to authenticate users against AD, LDAP, or its own internal database. Question 17. Which of the following best describes “Lockdown Mode” on an ESXi host? A) Disables all VM power operations B) Prevents direct root logins to the host, forcing management through vCenter C) Locks the host’s BIOS settings D) Enables encryption of all VM disks automatically Answer: B Explanation: Lockdown Mode restricts local root access, requiring vCenter for administrative tasks. Question 18. The primary purpose of vSphere’s Storage I/O Control (SIOC) is to: A) Balance CPU usage across VMs B) Prevent a single VM from saturating datastore I/O, ensuring fair share C) Automate snapshot creation D) Encrypt storage traffic between hosts Answer: B Explanation: SIOC throttles I/O per VM when datastore latency exceeds thresholds, providing QoS.
Question 21. Which of the following is a recommended practice when using VM snapshots in production? A) Keep snapshots indefinitely for backup purposes B) Delete snapshots as soon as they are no longer needed to avoid performance degradation C) Use snapshots to replace regular backups D) Store snapshots on the same datastore as the VM’s primary disks only Answer: B Explanation: Long‑living snapshots can cause I/O overhead and datastore fragmentation; they should be removed promptly. Question 22. The vSphere feature that enables automated patching and upgrading of ESXi hosts across a cluster is: A) vCenter Update Planner B) vSphere Lifecycle Manager (vLCM) C) vSphere Auto Deploy D) vSphere Replication Answer: B Explanation: vLCM (formerly VUM) manages baselines, remediation, and host upgrades.
Question 23. Which of the following is NOT a valid vMotion network requirement? A) Identical MTU on source and destination VMkernel adapters B) A dedicated VMkernel port for vMotion traffic (recommended) C) Shared storage between hosts is mandatory D) Sufficient bandwidth to handle live migration traffic Answer: C Explanation: vMotion does not require shared storage; it can work with Storage vMotion or local disks. Question 24. In a vSphere environment, the “Admission Control” policy of HA primarily ensures that: A) There are enough resources to restart all VMs in case of a host failure B) Only one VM can be powered on per host at a time C) vMotion migrations are throttled during peak load D) Snapshots are automatically taken before a failover Answer: A Explanation: Admission control reserves capacity so that, after a failure, VMs can be restarted on remaining hosts. Question 25. Which storage protocol uses the Fibre Channel transport and requires a dedicated HBA in the host?
C) Balances CPU usage across all VMs automatically D) Controls network bandwidth allocation Answer: A Explanation: An affinity rule tells DRS to keep specified VMs together on a single host. Question 28. In vCenter Server Appliance (VCSA), the default embedded database used for inventory is: A) MySQL B) PostgreSQL C) Oracle D) Microsoft SQL Server Answer: B Explanation: VCSA includes an embedded PostgreSQL database for storing configuration data. Question 29. Which vSphere component is responsible for providing the API for storage array integration (VAAI)? A) vCenter Server B) ESXi host kernel C) vSphere Client D) VMkernel network stack
Answer: B Explanation: VAAI functions are implemented in the ESXi host kernel to offload certain storage operations to the array. Question 30. The “VMware vSphere Client” that runs in a web browser is known as: A) vSphere Web Client (HTML5) B) vSphere Flash Client C) vCenter Management Console D) vSphere Remote Console Answer: A Explanation: The modern HTML5‑based vSphere Web Client replaces the legacy Flash client. Question 31. Which of the following is a primary security risk specific to the hypervisor layer? A) Phishing attacks on end‑users B) Hypervisor escape allowing a VM to control the host C) Unpatched guest OS vulnerabilities D) Weak Wi‑Fi passwords Answer: B
Explanation: Fault domains help HA determine isolation and placement to avoid single points of failure. Question 34. The vSphere feature that provides a centralized way to define and enforce VM encryption keys is: A) vSphere Trust Authority B) vCenter Server Certificate Authority C) VM Encryption using KMIP server D) vSphere Auto Deploy Answer: C Explanation: Integration with a KMIP‑compatible Key Management Server enables VM encryption and key management. Question 35. Which of the following is a correct statement about “vSphere HA Admission Control – Slot Policy”? A) It reserves a percentage of CPU resources per host. B) It defines a fixed number of VM “slots” per host based on CPU and memory sizing. C) It disables HA for the cluster. D) It allows unlimited VM restarts after a failure. Answer: B
Explanation: Slot policy calculates slots using VM size templates to ensure enough capacity for failover. Question 36. In vSphere, the “VMkernel” is best described as: A) The physical BIOS of the host server B) The core hypervisor layer that manages CPU, memory, and I/O for VMs C) A third‑party management tool D) The guest OS kernel inside a VM Answer: B Explanation: The VMkernel is the lightweight operating system that runs on ESXi and provides virtualization services. Question 37. Which of the following is the default VLAN tagging mode for a virtual switch port group? A) VLAN trunking (802.1Q) B) VLAN access mode (no tagging) C) Private VLAN (PVLAN) D) VLAN tunneling (VXLAN) Answer: B Explanation: By default, a port group operates in access mode where the VM sees an untagged network; the host adds the VLAN tag if configured.
B) Deploy ESXi hosts over the network using PXE, without local installation media C) Create VM templates on demand D) Schedule backup jobs for VMs Answer: B Explanation: Auto Deploy boots ESXi hosts via PXE and provisions them using host profiles. Question 41. Which of the following statements about “Thin Provisioning” for a virtual disk is true? A) The disk size on the datastore grows only as data is written, up to the provisioned size B) It always provides better performance than thick provisioning C) It reserves the full disk space at creation time D) It cannot be used with snapshots Answer: A Explanation: Thin provisioning allocates space on demand, expanding as data is stored, up to the defined capacity. Question 42. In vSphere, the “vSphere Distributed Switch” (VDS) replaces which traditional component for larger deployments? A) vCenter Server B) Virtual Standard Switch (VSS)
C) VMkernel D) ESXi host BIOS Answer: B Explanation: VDS provides centralized management and uniform configuration across many hosts, superseding individual VSS instances. Question 43. Which of the following is an advantage of using “VMware vSphere vMotion” over manual VM shutdown and restart? A) Eliminates the need for shared storage B) Allows migration without any downtime, preserving open sessions C) Reduces CPU usage on the source host D) Automatically converts the VM to a template Answer: B Explanation: vMotion moves a running VM’s memory and state live, so users experience no interruption. Question 44. The “VMware vSphere Client” that runs on Windows as a native application is called: A) vSphere Web Client B) vSphere HTML5 Client C) vSphere Client (C#) D) vCenter Management Console