











































































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
The VMware Certified Technical Associate VCTA Ultimate Exam provides an entry-level review of VMware technologies, virtualization concepts, cloud fundamentals, and core infrastructure operations. It focuses on essential terminology, basic deployment models, virtual machines, networking, storage, and administrative tasks relevant to early-career IT professionals. This exam prep tool is well suited for learners beginning their VMware certification journey and seeking a structured understanding of the platform’s foundational capabilities.
Typology: Exams
1 / 83
This page cannot be seen from the preview
Don't miss anything!












































































Question 1. Which component of a vSphere environment is responsible for hosting the hypervisor directly on bare metal? A) vCenter Server B) ESXi host C) vSphere Client D) vSphere Web Client Answer: B Explanation: ESXi is the Type 1 hypervisor that installs directly on physical hardware, providing the virtualization layer without an underlying operating system. Question 2. In the Software‑Defined Data Center (SDDC) model, which layer abstracts compute resources? A) Virtual Networking B) Virtual Storage C) Virtual Compute (vSphere) D) Management Plane Answer: C Explanation: The virtual compute layer (vSphere) abstracts CPU and memory resources from the underlying hardware, enabling creation of virtual machines. Question 3. What is the primary distinction between a Type 1 (bare‑metal) and a Type 2 (hosted) hypervisor? A) Type 1 runs on an OS, Type 2 runs directly on hardware. B) Type 1 runs directly on hardware, Type 2 runs on a host OS. C) Type 1 supports only Windows guests, Type 2 supports Linux. D) Type 1 is free, Type 2 requires a license. Answer: B Explanation: Type 1 hypervisors (e.g., ESXi) install directly on the server hardware, while Type 2 hypervisors (e.g., Workstation) run as applications on a conventional operating system.
Question 4. Which virtual machine file stores the virtual hardware configuration? A) .vmdk B) .vmx C) .nvram D) .vswp Answer: B Explanation: The .vmx file contains the VM’s configuration settings such as CPU, memory, and device assignments. Question 5. Which vSphere storage technology presents a shared datastore that is built from the local disks of ESXi hosts in a cluster? A) VMFS B) vSAN C) NFS D) vVols Answer: B Explanation: vSAN aggregates local SSDs and HDDs from each host into a distributed, shared datastore visible to all hosts in the cluster. Question 6. In a vSphere Distributed Switch (VDS), what does a port group define? A) Physical NICs on the host B) VLAN tagging and traffic policies for a set of virtual ports C) The number of virtual CPUs for a VM D) The datastore type used by the switch Answer: B Explanation: A port group on a VDS groups virtual ports that share the same VLAN ID, security, and traffic shaping settings. Question 7. Which protocol is used by vSphere to access block storage over Ethernet?
B) vSphere FT (Fault Tolerance) C) vSphere DRS D) vMotion Answer: B Explanation: Fault Tolerance creates a secondary VM that runs in lockstep with the primary, providing zero‑downtime protection. Question 11. Which component is responsible for managing patches, upgrades, and version compliance across a vSphere environment? A) vCenter Server B) vSphere Client C) vSphere Lifecycle Manager (vLCM) D) ESXi Installer Answer: C Explanation: vLCM (formerly VUM) automates the download, staging, and application of ESXi patches and upgrades. Question 12. When configuring vSphere HA, what does the “Admission Control” policy determine? A) The number of vMotion migrations allowed simultaneously B) The amount of CPU resources reserved for DRS C) How many host failures the cluster can tolerate while keeping VMs powered on D) The maximum number of snapshots per VM Answer: C Explanation: Admission Control ensures sufficient resources are reserved so that, in the event of a host failure, affected VMs can be restarted on remaining hosts. Question 13. Which of the following is a requirement for performing vMotion of a powered‑on VM? A) Both source and destination hosts must share the same datastore. B) Both hosts must be part of the same vCenter Server inventory.
C) The VM must be using a physical NIC for network traffic. D) The VM must be powered off. Answer: B Explanation: vMotion requires that both hosts are managed by the same vCenter Server so that the migration can be coordinated. Question 14. What does Enhanced vMotion Compatibility (EVC) accomplish? A) Enables vMotion between hosts with different CPU generations by masking feature sets. B) Increases network bandwidth for vMotion traffic. C) Allows vMotion of encrypted VMs without encryption keys. D) Provides automatic storage tiering during vMotion. Answer: A Explanation: EVC creates a consistent baseline CPU feature set across a cluster, allowing VMs to move between heterogeneous CPUs without compatibility issues. Question 15. In DRS, what does a “VM‑VM affinity rule” enforce? A) Two VMs must run on the same host. B) Two VMs must never run on the same host. C) A VM must run on a host with a specific CPU model. D) A VM must use a specific datastore. Answer: A Explanation: An affinity rule groups VMs together, instructing DRS to keep them on the same host for performance or licensing reasons. Question 16. Which file is created when a VM is powered on in a suspended state? A) .vmx B) .vmsd C) .vmss D) .vswp
Explanation: A datastore cluster (Storage DRS) pools storage resources and automatically places VM files based on capacity and I/O load. Question 20. Which of the following best describes a “Standard Switch” (VSS) in vSphere? A) A centrally managed switch that spans multiple hosts. B) A switch that is configured per‑host and does not require vCenter Server. C) A switch that provides built‑in firewall capabilities. D) A switch that automatically balances VM traffic across physical NICs. Answer: B Explanation: A Standard Switch is configured locally on each ESXi host; it does not require the distributed management capabilities of a VDS. Question 21. In vSphere, which alarm type is triggered when a datastore reaches 90 % capacity? A) Warning alarm B) Critical alarm C) Information alarm D) User‑defined alarm only Answer: A Explanation: By default, a “Datastore usage” alarm raises a warning when usage exceeds 90 % and a critical alarm at 95 %. Question 22. What does the “vSphere vMotion” icon (two arrows) indicate in the vSphere Client? A) Live migration of a powered‑on VM’s compute resources. B) Migration of a powered‑off VM’s files only. C) Creation of a snapshot. D) Cloning of a VM template. Answer: A Explanation: The vMotion icon initiates live migration of a running VM’s CPU and memory to another host without downtime.
Question 23. Which of the following is NOT a valid reason to use a “linked clone” instead of a full clone? A) To reduce storage consumption. B) To speed up VM provisioning. C) To isolate the clone from changes to the parent. D) To create many test VMs from a single base image. Answer: C Explanation: Linked clones share the base disk of the parent VM; changes to the parent affect the clone, so they are NOT isolated. Question 24. Which component of vSphere is primarily responsible for collecting performance metrics such as CPU ready time? A) vCenter Server B) ESXi host’s CIM provider C) vSphere Client D) vSphere Distributed Resource Scheduler (DRS) Answer: A Explanation: vCenter Server aggregates performance data from ESXi hosts and stores it for display in performance charts. Question 25. What does a “DRS Score” of 0 indicate for a virtual machine? A) The VM is perfectly balanced across the cluster. B) The VM is experiencing high CPU contention. C) The VM is not eligible for DRS automation. D) The VM is powered off. Answer: A Explanation: A DRS score of 0 means the VM’s current placement is optimal according to DRS calculations.
Question 29. Which host security feature restricts remote ESXi management to only the vCenter Server and disables direct SSH or local console access? A) Lockdown Mode B) Secure Boot C) Host Isolation Mode D) TPM Integration Answer: A Explanation: Lockdown Mode limits management access to vCenter Server, preventing direct logins to the ESXi host. Question 30. Which of the following storage protocols is block‑level and can be used with both iSCSI and Fibre Channel? A) NFS B) vVols C) VMFS D) vSAN Answer: C Explanation: VMFS is a block‑level file system that can sit on LUNs presented via iSCSI or Fibre Channel. Question 31. What does the “VMware Tools heartbeat” indicate? A) That the VM’s virtual hardware is functioning correctly. B) That the guest OS is responsive and VMware Tools is running. C) That the VM has a snapshot. D) That the VM is using vMotion encryption. Answer: B Explanation: The heartbeat is a periodic signal sent from the guest OS (via VMware Tools) to the host to confirm the VM is alive. Question 32. Which vSphere feature automatically restarts VMs on other hosts when a host fails?
C) vMotion D) FT Answer: B Explanation: vSphere HA monitors host health and, upon failure, restarts affected VMs on other available hosts. Question 33. When configuring NIC teaming on a vSphere Standard Switch, what is the purpose of “Load Balancing based on IP hash”? A) To distribute traffic based on source/destination MAC addresses. B) To send all traffic through a single uplink for simplicity. C) To balance traffic using a hash of the source and destination IP addresses. D) To provide failover only, without load balancing. Answer: C Explanation: IP hash uses a deterministic algorithm on IP addresses to spread traffic across multiple physical NICs. Question 34. Which of the following is a primary benefit of server consolidation through virtualization? A) Increased hardware footprint. B) Higher power consumption. C) Lower total cost of ownership (TCO). D) Reduced network latency. Answer: C Explanation: Consolidating multiple physical servers onto fewer hosts reduces hardware, power, and management costs, lowering TCO. Question 35. What is the purpose of a “vSphere Distributed Resource Scheduler (DRS) automation level set to “Manual”?”
C) VM disk files and configuration on a per‑VM basis. D) vCenter Server database. Answer: C Explanation: vSphere Replication creates a replica of each selected VM’s disks and configuration to a target site. Question 39. Which of the following is true about a “Cold Migration” of a VM? A) The VM must be powered on. B) Only the VM’s compute state moves; storage remains unchanged. C) The VM is powered off during the migration. D) It requires vMotion licensing. Answer: C Explanation: Cold migration moves a powered‑off VM’s files (including disks) from one host or datastore to another. Question 40. In the context of vSphere, what does “EVC Mode = Intel® E5‑ 2676 ” accomplish? A) Forces all hosts to use a specific BIOS version. B) Aligns CPU feature sets to the capabilities of an Intel E5‑2676 processor. C) Enables encrypted vMotion for all VMs. D) Disables DRS for the cluster. Answer: B Explanation: Setting EVC to a specific CPU model masks higher‑level features, presenting a uniform CPU baseline across the cluster. Question 41. Which of the following is a valid reason to use a “vVols” storage architecture? A) To store VM snapshots on a local host disk. B) To enable storage‑level policy enforcement per‑VM. C) To replace VMFS as a file system on a local SSD. D) To provide a shared NFS datastore.
Answer: B Explanation: vVols allow storage arrays to manage individual VMDK objects based on VM‑level policies, enabling granular capabilities. Question 42. What does the “Lockdown Mode” setting “Strict” allow? A) Only vCenter Server to manage the host, no local root access. B) Both vCenter Server and local root access. C) Only SSH access to the host. D) Direct console access but no network management. Answer: A Explanation: Strict lockdown disables all direct ESXi host management, permitting only vCenter‑mediated operations. Question 43. Which command-line utility can be used to generate a support bundle on an ESXi host? A) esxcli system support bundle generate B) vmkfstools – b C) vpxd – support D) vm-support – c Answer: A Explanation: The esxcli system support bundle generate command creates a ZIP file containing logs and configuration data for support. Question 44. Which of the following describes the function of “VMware vSphere Update Manager (VUM)”? A) Provides real‑time performance analytics. B) Automates the patching and upgrading of ESXi hosts. C) Manages virtual networking policies. D) Creates VM templates from running VMs. Answer: B
Question 48. Which vSphere feature allows a VM to be powered on with an encrypted virtual disk without requiring a separate VM‑VM Encryption key? A) vMotion encryption B) VM Encryption (vSphere VM Encryption) C) vSAN encryption only D) Host‑based TPM Answer: B Explanation: vSphere VM Encryption encrypts the VM’s disks using a KMS; the VM can be powered on as long as the host can retrieve the key. Question 49. What is the primary purpose of a “VMware vSphere HA Admission Control policy set to “Disabled”?” A) To allow unlimited VM migrations. B) To prevent HA from restarting VMs after a host failure. C) To let the cluster tolerate unlimited host failures. D) To stop HA from reserving resources, risking VM restart failures. Answer: D Explanation: Disabling Admission Control removes resource reservations, which may cause HA to be unable to restart VMs if a host fails. Question 50. Which of the following best describes a “Snapshot tree” in vSphere? A) A linear list of snapshots that must be applied in order. B) A hierarchical set of snapshots where each child depends on its parent. C) A collection of clones created from a single snapshot. D) An automatic backup schedule. Answer: B Explanation: Snapshots can be taken from other snapshots, forming a tree where each child snapshot stores delta changes from its parent.
Question 51. Which of the following is NOT a valid vSphere Client interface? A) HTML5‑based vSphere Client B) vSphere Web Client (Flash) C) vSphere Mobile Client (iOS) D) vSphere Command‑Line Interface (CLI) Answer: D Explanation: The CLI is a set of command‑line tools (e.g., esxcli), not a graphical client interface. Question 52. Which of the following statements about “VMware vSphere Distributed Switch” (VDS) is correct? A) It can only be configured on a single ESXi host. B) Port groups are defined centrally and propagate to all hosts in the VDS. C) It does not support LACP. D) It requires a separate license from vCenter Server. Answer: B Explanation: VDS centralizes network configuration; port groups are created once and applied to every host that joins the switch. Question 53. Which of the following is a direct benefit of using “vSphere Fault Tolerance” for a critical VM? A) Reduced CPU usage on the primary host. B) Zero‑second failover with no VM downtime. C) Automatic VM migration to another datastore. D) Simplified backup procedures. Answer: B Explanation: FT creates a live secondary VM that mirrors execution, providing continuous availability with no downtime. Question 54. Which of the following is the correct order of steps to create a new VM using the vSphere Client?
A) Automatically creates VM snapshots on a schedule. B) Deploys ESXi hosts over the network using a rule‑based image. C) Automates VM provisioning via vRealize Automation. D) Performs automatic host firmware updates. Answer: B Explanation: Auto Deploy boots ESXi hosts via PXE and assigns images based on host profiles and rules. Question 58. Which of the following is a key difference between “vSphere HA” and “vSphere FT”? A) HA provides continuous VM execution; FT restarts VMs after failure. B) HA requires a secondary VM; FT does not. C) HA restarts VMs on other hosts; FT runs a secondary VM in lockstep. D) HA works only on vSAN; FT works only on NFS. Answer: C Explanation: HA restarts VMs after a host failure, while FT maintains a live secondary VM that takes over instantly. Question 59. Which of the following actions will NOT generate a “VMware Tools heartbeat” failure alarm? A) Powering off the VM. B) Stopping the VMware Tools service inside the guest OS. C) Pausing the VM. D) Removing the VM’s network adapter. Answer: A Explanation: A powered‑off VM does not send heartbeats; the alarm is only relevant when the VM is powered on. Question 60. Which of the following storage policies is used to enforce “thin provisioning” on a vSAN datastore? A) Write‑through caching
B) Deduplication C) Space Efficiency – “Thin Provision” D) RAID‑1 mirroring Answer: C Explanation: The “Thin Provision” policy on vSAN tells the system to allocate space on demand rather than reserving it up front. Question 61. Which of the following is the correct command to list all registered VMs on an ESXi host via the command line? A) vim-cmd vmsvc/getallvms B) esxcli vm list C) vmkfstools - l D) vpxd - listvms Answer: A Explanation: vim-cmd vmsvc/getallvms returns a list of VM IDs, names, and datastore paths. Question 62. What does the “VMware vSphere Distributed Resource Scheduler (DRS) automation level set to “Fully Automated”” do? A) DRS only provides recommendations. B) DRS automatically migrates VMs based on load without admin approval. C) DRS disables VMotion entirely. D) DRS only balances CPU, not memory. Answer: B Explanation: Fully Automated mode lets DRS continuously evaluate and execute VM migrations to maintain balanced resource usage. Question 63. Which of the following is a primary function of “vRealize Operations (vROps)”? A) Automate VM provisioning. B) Provide log aggregation and search.