Vmware Administrator

40+ Vmware Administrator Interview Questions and Answers

Updated 11 Jul 2025
search-icon

Asked in Rackspace

6d ago

Q. What is All Paths Down (APD) and Permanent Device Loss (PDL)? How do you troubleshoot these issues, and which logs would you check for the event/sense code?

Ans.

All path down is a condition where all paths to a storage device become unavailable. Permanent device loss refers to a situation where a storage device is permanently inaccessible.

  • All path down occurs when all paths to a storage device fail, resulting in loss of connectivity.

  • Permanent device loss happens when a storage device becomes permanently inaccessible due to hardware failure or other issues.

  • To troubleshoot all path down, check the host logs for any error messages relat...read more

2d ago

Q. What is fsmo role at windows server.what is diff between public private and hybrid cloud. How to allocate resources.how to create VMware VMS.How to check utilisation of vms .what is vsan.what is hybrid and all...

read more
Ans.

FSMO role in Windows Server, cloud types, resource allocation, VM creation, utilization check, VSAN, hybrid and all-flash explained.

  • FSMO (Flexible Single Master Operations) role is a set of 5 operations master roles in Windows Server

  • Public cloud is owned by a third-party provider, private cloud is owned by the organization, hybrid cloud is a mix of both

  • Resource allocation can be done through vSphere Client or vSphere Web Client

  • VMware VMs can be created through vSphere Client ...read more

Vmware Administrator Interview Questions and Answers for Freshers

illustration image

Asked in Rackspace

4d ago

Q. How do you troubleshoot an ESXi host in a non-responding or disconnected state?

Ans.

To troubleshoot ESXi in a not responding & disconnected state, check network connectivity, reboot the host, and verify hardware.

  • Check network connectivity to ensure the host is reachable

  • Reboot the host to clear any hung processes

  • Verify hardware to ensure there are no underlying issues causing the disconnect

  • Check logs for any errors or warnings that may indicate the cause of the issue

Asked in Rackspace

6d ago

Q. What are DRS Affinity and Anti-affinity rules? What are use cases for must and should rules?

Ans.

DRS Affinity/Anti-affinity rules are used to control VM placement on hosts in a cluster.

  • Affinity rules ensure that VMs are placed on the same host

  • Anti-affinity rules ensure that VMs are placed on different hosts

  • Must rules enforce the rule strictly, while should rules try to enforce the rule but allow exceptions

  • Use cases include ensuring high availability, separating workloads, and optimizing resource utilization

Are these interview questions helpful?

Asked in Coforge

6d ago

Q. What happens when you add another ESXi host to a cluster?

Ans.

Adding another esxi within a cluster will increase the resources available for virtual machines and improve overall performance and redundancy.

  • Increased resources for virtual machines

  • Improved performance and redundancy

  • Enhanced scalability and flexibility

  • Better load balancing and failover capabilities

Asked in Coforge

4d ago

Q. What happens to a VM if it is unresponsive?

Ans.

An unresponsive VM may indicate issues like resource exhaustion, network problems, or software crashes, affecting its performance.

  • Resource Exhaustion: The VM may be using all allocated CPU or memory, causing it to become unresponsive. Example: A VM running a heavy database workload.

  • Network Issues: If the VM cannot communicate with the host or other VMs, it may appear unresponsive. Example: A misconfigured virtual switch.

  • Software Crashes: Applications or services running insid...read more

Vmware Administrator Jobs

Capgemini Technology Services India Limited logo
Vmware Administrator (System Administrator/Lead) 4-9 years
Capgemini Technology Services India Limited
3.7
Mumbai
Capgemini Technology Services India Limited logo
VMware Admin | 9 To 12 Years | Mumbai & Bengaluru 6-9 years
Capgemini Technology Services India Limited
3.7
Mumbai
Softenger logo
Windows Vmware Administrator 1-2 years
Softenger
4.0
₹ 2 L/yr - ₹ 3 L/yr
(AmbitionBox estimate)
Navi Mumbai
4d ago

Q. What is VMware What is sv motion What is v-mostion What is ha and dr

Ans.

VMware is a virtualization and cloud computing software provider. SV motion and v-motion are features that enable live migration of virtual machines. HA stands for High Availability and DR stands for Disaster Recovery.

  • VMware is a software company that provides virtualization and cloud computing solutions.

  • SV motion is a feature in VMware that allows live migration of virtual machines between storage devices.

  • V-motion is a feature in VMware that enables live migration of virtual...read more

Asked in Wipro

5d ago

Q. 1. What is Virtualization ? 2. Thin & Thick provison ? 3. Snapshot background process? 4. VM files ? 5. vCenter Migration steps?

Ans.

Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

  • Virtualization allows multiple virtual machines to run on a single physical machine, maximizing resources and increasing efficiency.

  • Thin provisioning allocates storage space on an as-needed basis, while thick provisioning allocates all required space upfront.

  • Snapshots capture the state of a virtual machine at a specific point in ti...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Asked in Rackspace

1d ago

Q. What are some basic performance metrics you can gather using ESXTOP for CPU, Memory, and Datastore?

Ans.

ESXTOP provides real-time performance metrics for CPU, Memory, and Datastore in VMware environments.

  • CPU Metrics: Look for %USED, %RDY, and %SYS to assess CPU performance.

  • Memory Metrics: Check for MEM.MCTL and MEM.CONS to monitor memory usage and ballooning.

  • Datastore Metrics: Observe DAVG/cmd and GAVG/cmd to evaluate datastore latency.

  • Example: A high %RDY indicates CPU contention, while high DAVG/cmd suggests storage performance issues.

Asked in Wipro

2d ago

Q. What is the snapshot background process when initiated through vCenter or an ESXi host?

Ans.

Snapshot background process involves creating a point-in-time copy of a virtual machine's disk file.

  • Snapshots are created to capture the current state of a virtual machine's disk file

  • When a snapshot is initiated through vCenter or ESXi host, a background process is triggered to create the snapshot

  • The background process involves freezing the virtual machine's disk file, creating a delta disk to store changes, and redirecting write operations to the delta disk

Asked in Wipro

5d ago

Q. What is thick provisioned eager zero and thick provisioned lazy zero?

Ans.

Thick provisioned eager and lazy zero are types of disk provisioning in VMware.

  • Thick provisioned eager zeroed: allocates all the space for a virtual disk at the time of creation and zeros out the disk blocks immediately.

  • Thick provisioned lazy zeroed: allocates all the space for a virtual disk at the time of creation but does not zero out the disk blocks until data is written to them.

Q. What protocols are used for storage?

Ans.

Protocols used for Storage include iSCSI, Fibre Channel, NFS, and SMB.

  • iSCSI (Internet Small Computer System Interface)

  • Fibre Channel

  • NFS (Network File System)

  • SMB (Server Message Block)

Q. How many types of hypervisors are there in VMware?

Ans.

VMware primarily uses two types of hypervisors: Type 1 (bare-metal) and Type 2 (hosted).

  • Type 1 Hypervisor: Runs directly on the hardware, e.g., VMware ESXi.

  • Type 2 Hypervisor: Runs on top of an operating system, e.g., VMware Workstation.

  • Type 1 is more efficient and commonly used in enterprise environments.

  • Type 2 is often used for development and testing purposes.

Asked in Wipro

5d ago

Q. What is lockdown technology in VMware?

Ans.

Lockdown technology in VMware restricts access to the ESXi host directly, allowing only authorized users to perform specific actions.

  • Lockdown mode can be enabled to prevent direct access to the ESXi host

  • Only users with specific permissions can perform actions on the host

  • Helps enhance security by limiting access to the host

  • Can be configured through the vSphere Client or vSphere Web Client

Asked in Capgemini

1d ago

Q. How do you handle upgrades and patch management of VMware vSphere suite?

Ans.

Effective upgrade and patch management in VMware vSphere ensures system stability and security.

  • Regularly check VMware's release notes for updates and patches.

  • Use VMware Update Manager (VUM) for automated patch management.

  • Test patches in a staging environment before production deployment.

  • Schedule maintenance windows to minimize downtime during upgrades.

  • Backup VMs and configurations before applying updates.

Asked in Wipro

5d ago

Q. Explain the ESXi OS upgrade and rollback procedures.

Ans.

ESXi OS upgrade and rollback procedures involve careful planning and execution to ensure system stability.

  • Before upgrading, ensure compatibility with hardware and software requirements

  • Take backups of important data and configurations

  • Use VMware Update Manager or command line interface for upgrade process

  • Monitor upgrade progress and resolve any issues that may arise

  • For rollback, restore from backups taken before upgrade or use snapshot feature

Q. What are the differences between VSS and Distributed Switch?

Ans.

VSS is a virtual switch that operates at the host level, while Distributed Switch is a single switch that spans multiple hosts.

  • VSS is specific to each host, while Distributed Switch is shared across multiple hosts.

  • VSS is managed at the host level, while Distributed Switch is managed centrally.

  • Distributed Switch allows for centralized network configuration and monitoring.

  • VSS is limited to the host's physical NICs, while Distributed Switch can utilize multiple physical NICs acr...read more

Q. What is DRS, and how does it work?

Ans.

DRS stands for Distributed Resource Scheduler, a feature in VMware that automatically balances resources across a cluster of hosts.

  • DRS monitors resource usage on hosts in a cluster

  • It automatically migrates virtual machines to balance resource usage

  • Helps optimize performance and resource utilization

  • Can be set to manual, partially automated, or fully automated mode

1d ago

Q. What is the election process in HA?

Ans.

The election process in HA determines the active node in a cluster for managing resources and ensuring availability.

  • In a VMware HA cluster, nodes communicate to determine which node will be the master.

  • The master node is responsible for monitoring the health of other nodes and VMs.

  • If the master node fails, a new election process occurs to select a new master.

  • The election process uses a heartbeat mechanism to assess node availability.

  • For example, if Node A fails to receive hear...read more

Q. If a cluster is down, how would you fix it?

Ans.

Check for underlying issues, restart services, verify network connectivity, review logs, escalate if necessary.

  • Check for any underlying issues that may have caused the cluster to go down

  • Restart the necessary services related to the cluster

  • Verify network connectivity between the cluster nodes

  • Review logs for any error messages or warnings

  • Escalate the issue to higher level support if necessary

Q. Describe the process of updating and rolling back patches in vCenter.

Ans.

The vCenter patch update and rollback process ensures system stability and security through careful management of updates.

  • Always back up the vCenter Server before applying patches.

  • Use the VMware Update Manager (VUM) for automated patch management.

  • Review the release notes for compatibility and known issues before patching.

  • Test patches in a staging environment before applying them to production.

  • To rollback, use the backup taken prior to the patching process.

Q. What is the difference between a standard switch and a distributed switch?

Ans.

Standard switches are local to a host, while distributed switches span multiple hosts.

  • Standard switches are specific to a single host, while distributed switches can be used across multiple hosts in a datacenter.

  • Standard switches are managed on a per-host basis, while distributed switches are managed centrally.

  • Distributed switches offer more advanced features like Network I/O Control and LACP compared to standard switches.

  • Standard switches are suitable for smaller environment...read more

Asked in RBL Bank

5d ago

Q. What are affinity and anti-affinity rules?

Ans.

Affinity and anti-affinity rules are used in VMware to control the placement of virtual machines on hosts.

  • Affinity rules specify that certain virtual machines should run on the same host

  • Anti-affinity rules specify that certain virtual machines should not run on the same host

  • These rules help optimize performance, availability, and resource utilization

  • Examples: Affinity rule for a web server and database server to run on the same host, Anti-affinity rule for redundant virtual m...read more

Asked in HCLTech

2d ago

Q. Why can't we take a snapshot of a VM?

Ans.

Snapshots can cause performance issues, take up storage space, and may not capture all changes.

  • Snapshots can impact VM performance as they introduce additional overhead.

  • Snapshots can quickly consume storage space, especially if multiple snapshots are taken.

  • Snapshots may not capture all changes if there are active processes or open files during the snapshot creation.

  • Snapshots are not a substitute for regular backups and should not be relied upon as the sole backup solution.

Q. What are some common causes of PSOD issues, and how do you troubleshoot and resolve them?

Ans.

PSOD stands for Purple Screen of Death. It is a critical error in VMware that requires troubleshooting to fix.

  • Check for hardware issues such as faulty memory or CPU

  • Review system logs for any error messages leading up to the PSOD

  • Update VMware ESXi to the latest version

  • Check for compatibility issues with hardware or software

  • Contact VMware support for further assistance

4d ago

Q. What are the troubleshooting steps for an unresponsive ESXi host?

Ans.

Steps to troubleshoot an unresponsive ESXi host include checking hardware, network, and logs for issues.

  • Check physical hardware: Ensure all cables are connected and hardware components are functioning.

  • Verify network connectivity: Use ping to check if the ESXi host is reachable from the management workstation.

  • Examine logs: Access the ESXi logs (e.g., /var/log/vmkernel.log) for any error messages or warnings.

  • Restart management agents: Use the DCUI to restart management agents i...read more

Q. What is admission control?

Ans.

Admission control is a feature in Vmware that ensures resources are available for virtual machines during failover or migration.

  • Admission control prevents virtual machines from being powered on if it would violate resource constraints

  • It helps maintain high availability by ensuring that there are enough resources available for failover

  • Admission control policies include slot policy, dedicated failover hosts, and resource pools

5d ago

Q. What is an admission control rule?

Ans.

Admission control rules ensure resource availability for VMs during failures in a VMware environment.

  • Admission control prevents VMs from being powered on if resources are insufficient.

  • It can be configured to reserve a percentage of cluster resources for failover.

  • Example: If a cluster has 10 hosts and 2 are reserved for failover, only 8 hosts are available for VMs.

  • Different policies include 'Percentage of cluster resources' and 'Host failures cluster tolerates'.

  • Admission contr...read more

6d ago

Q. What is memory ballooning?

Ans.

Memory ballooning is a memory reclamation technique used in virtualization to reclaim memory from virtual machines.

  • Memory ballooning is a technique used by hypervisors to reclaim memory from virtual machines by inflating or 'ballooning' a balloon driver inside the guest OS.

  • The hypervisor can then allocate this reclaimed memory to other virtual machines that need it more.

  • Memory ballooning is typically used when the host is under memory pressure and needs to reclaim memory from...read more

3d ago

Q. What is the purpose of VMware?

Ans.

The purpose of VMware is to provide virtualization solutions for businesses to optimize their IT infrastructure.

  • VMware allows businesses to create virtual machines, which are software-based replicas of physical servers, storage devices, and networks.

  • It helps in reducing hardware costs by consolidating multiple virtual machines on a single physical server.

  • VMware enables businesses to improve efficiency, flexibility, and scalability of their IT infrastructure.

  • It also provides f...read more

1
2
Next

Interview Experiences of Popular Companies

TCS Logo
3.6
 • 11.1k Interviews
Wipro Logo
3.7
 • 6.1k Interviews
Capgemini Logo
3.7
 • 5.1k Interviews
HCLTech Logo
3.5
 • 4.1k Interviews
IBM Logo
3.9
 • 2.5k Interviews
View all
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Vmware Administrator Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits