300+ TOP VMware NSX Interview Questions – Answers

  1. 1. What Is Service Console?

    The service console is developed based up on Redhat Linux Operating system, it is used to manage the VMKernel.

  2. 2. What Are The Basic Commands To Troubleshoot Connectivity Between Vsphere Client /vcenter To Esx Server?

    • service mgmt–vmware restart  (restarts host agent(vmware–hostd) on vmware esx server)
    • service vmware-vpxa restrat (restarts Vcenter agent service)
    • service network restart (restarts management networks on ESX)

  3. System Administration Interview Questions

  4. 3. What Is Vcenter Agent?

    VC agent is an agent installed on ESX server which enables communication between VC and ESX server. This Agent will be installed on ESX/ESXi will be done when you try to add the ESx host in Vcenter.

  5. 4. What Is The Command Used To Restart Ssh, Ntp & Vmware Web Access?

    • Service sshd restart
    • Service ntpd restart
    • Service vmware–webaccess restart
  6. 5. What Are The Types Of Ports Groups In Esx/esxi?

    There are 3 types of port groups in ESX:

    1. Service console port group
    2. VMkernel Port group
    3. Virtual machine port group

    There are only 2 types of port group in ESXi:

    1. Vmkernel Port group
    2. Virtual Machine Port group

  7. Windows Administration Interview Questions

  8. 6. What Is Vmkernel ?

    VMWare Kernel is a Proprietary kernel of vmware and is not based on any of the flavors of Linux operating systems, .VMkernel requires an operating system to boot and manage the kernel. A service console is being provided when VMWare kernel is booted. Only service console is based up on Redhat Linux OS not VMkernel.

  9. 7. What Is The Use Of Service Console Port ?

    Service console port group required to manage the ESX server and it acts as the management network for the ESX. vCenter/vSphere Client uses the service console IP’s to communicate with the ESX server. 


  10. Red Hat Linux System Administration Interview Questions

  11. 8. What Is The Use Of Vmkernel Port ?

    Vmkernel port is used by ESX/ESXi for vmotion, ISCSI & NFS communications. ESXi uses Vmkernel as the management network  since it don’t have service console built with it.

  12. 9. What Is The Use Of Virtual Machine Port Group?

    Virtual Machine port group is used by Virtual machine communication.


  13. VMware Infrastructure with ESX Server and VirtualCenter Interview Questions

  14. 10. How Virtual Machine Communicates To Another Servers In Network ?

    All the Virtual Machines which are configured in VM Port Group are able to connect to the other machines on the network. So this port group enables communication between vSwitch and Physical Switch by the use of uplink (Physical NIC) associated with the port group.

  15. 11. What Is The Default Number Of Ports Configured With The Virtual Switch?

    When the time of Virtual switch created, Vswitch is created with 56 ports by default. We can extend the no of ports by editing the vswitch properties.


  16. VMware ESXi Interview Questions

  17. 12. What Are The Different Types Of Partitions In Esx Server?

    / -root
    Swap
    /var
    /Var/core
    /opt
    /home
    /tmp


  18. System Administration Interview Questions

  19. 13. What Is Mac Address Changes?

    All the virtual machines nics are provide with the MAC address at the time of creation and it is stored in .VMX file. If the packet  doesn’t match with the MAC address as same as in the .VMX  file , it does not allow incoming traffic to the VM by setting this option as reject.

    If it is set as Accept,ESX accepts requests to change the effective MAC address to other than the MAC address save din the .VMX file.

  20. 14. What Are The Traffic Shaping Policies Available In The Vswitch?

    Traffic shaping policies are disabled by default.

    There are 3 different traffic shaping policy setting:

    • Average Bandwidth
    • Peak Bandwidth
    • Burst Size
  21. 15. What Are The Load Balancing Policies Available In Vswitch?

    • Route based on the originating virtual switch port ID
    • Route based on source MAC hash
    • Route based on IP hash
    • Route based on the originating virtual switch port ID – Chooses an uplink based on the virtual port where the traffic entered the virtual switch.  The traffic will be always send with that same uplink until that particular uplink is failed and failed over to another NIC.
    • Route based on source MAC hash – Choose an uplink based on a hash of the source Ethernet MAC address.The traffic will be always send with that same uplink until that particular uplink is failed and failed over to another NIC.
    • Route based on IP hash – Choose an uplink based on a hash of the source and destination IP addresses of each packet.

  22. Application Virtualization Interview Questions

  23. 16. What Is Forged Transmits?

    Which is same as the Mac Address changes setting but it worked for the outgoing traffic but the MAC address changes setting is for incoming traffic.

  24. 17. What Is A Vlan?

    A VLAN is the VIRTUAL LAN which is used to broke down the Broadcast traffic into many logical groups. Basically, one physical switch comprise of one broadcast domain. VLAN used to separate the one broadcast domain into many small pieces to separate the networks within the broadcast domain.


  25. VMware Interview Questions

  26. 18. What Are The Types Of Vlan Tagging In Vsphere?

    There are 3 types of VLAN tagging available in Vsphere:

    1. Virtual Switch Tagging (VST)
    2. External Switch Tagging (EST)
    3. Virtual Guest Tagging (VGT)

  27. Windows Administration Interview Questions

  28. 19. What Are The Security Options Available For Esx Vswitch?

    • Promiscuous Mode – Reject
    • MAC Address changes – Accept
    • Forged Transmits – Accept
  29. 20. What Is Promiscuous Mode?

    If the promiscuous mode set to Accept, all the communication is visible to all the virtual machines, in other words all the packets are sent to all the ports on vSwitch. It can be useful when you are running virtual machines with network sniffers to capture packet in that network.


  30. Vmware Vsphere Interview Questions

  31. 21. What Are The Types For Network Failover Detection Settings?

    • Link Status only
    • Beacon Probing

    Link Status only
    – Relies solely on the link status provided by the network adapter. This detects failures, such as cable pulls and physical switch power failures, but it cannot detect configuration errors, such as a physical switch port being blocked by spanning tree or misconfigured to the wrong VLAN or cable pulls on the other side of a physical switch.

    Beacon Probing
    –  Sends out and listens for beacon probes — Ethernet broadcast frames sent by physical adapters to detect upstream network connection failures — on all physical Ethernet adapters in the team. In addition to link status, to determine link failure. This detects many of the failures which are not detected by Link Status.