These interview questions are categorized into the following technical areas:
Limit: Consumption of a CPU cycle or host physical memory that cannot cross the defined value (limit).
Reservation: This value defines in the form of CPU or memory and must be available for a VM to start.
- Hypervisor
- Fault Tolerance (FT)
- Virtual Networking
- vCenter Server
- Virtual Storage (Datastore)
- What’s New in vSphere 6.0
- Content Libraries
- vSAN
- vApp and
- Miscellaneous
Hypervisor
- What is VMKernel and why it is important?
- What is the hypervisor and its types?
- Hosted hypervisor (works as application i-e VMware Workstation)
- Bare-metal (is virtualization software i-e VMvisor, Hyper-V which is installed directly onto the hardware and controls all physical resources).
- What is Virtualization?
- What are the different types of virtualization?
- Server virtualization: consolidates the physical server and multiple OS can be run on a single server.
- Network Virtualization: Provides complete reproduction of physical network into a software-defined network.
- Storage Virtualization: Provides an abstraction layer for physical storage resources to manage and optimize in virtual deployment.
- Application Virtualization: increased mobility of applications and allows migration of VMs from a host on another with minimal downtime.
- Desktop Virtualization: virtualize desktop to reduce cost and increase service
Fault Tolerance (FT)
- What is VMware FT?
- How many vCPUs can be used for a VM in FT?
- What is the name of the technology used by VMware FT?
- What is Fault Tolerant Logging?
- Will the FT work if vCenter Server goes down?
vCenter server is only required to enable Fault Tolerance on a VM. Once it is configured, vCenter is not required to be in online for FT to work. FT failover between primary and secondary will occur even if the vCenter is down. - What is the main difference between VMware HA and FT?
Virtual Networking
- What is virtual networking?
- What is vSS?
- What is vDS?
- How many maximum standard ports per host available?
- What are the main benefits of distributed switch (vDS)?
- Central administration for a data center
- Central provision, and
- Monitoring
- What is VMKernal adapter and why it used?
- What is the main use of port groups in data center virtualization?
- What are three port groups are configured in ESXi networking?
- Virtual Machine Port Group – Used for Virtual Machine Network
- Service Console Port Group – Used for Service Console Communications
- VMKernel Port Group – Used for VMotion, iSCSI, NFS Communications
- What is VLAN and why use in virtual networking?
- What is VLAN Tagging?
- What are three network security policies/modes on vSwitch?
- Promiscuous mode
- MAC address change
- Forged transmits
- What is promiscuous mode on vSwitch?
- What is MAC address changes network policy?
- What is Forged transmits network policy?
vCenter Server
- What are the main components of vCenter Server architecture?
- vSphere Client and Web Client: a user interface.
- vCenter Server database: SQL server or embedded PostgreSQL to store inventory, security roles, resource pools etc.
- SSO: a security domain in a virtual environment
- What is PSC and its components?
- Single Sign-On (SSO)
- VMware Certificate Authority (CA)
- Licensing service
- What are the two main deploying methods of PSC
- Embedded
- centralized
- What are different types of vCenter Server deployment?
- Embedded Deployment
- External deployment
- What is vRealize Operation (vROP)
- What is the basic security step to secure vCenter Server and users?
Virtual Storage (Datastore)
- What is datastore?
- What is the .vmx file?
- What information .nvram file stores?
- What .vmdk file does and used?
- How many disk types are in VMware?
- Thick Provisioned Lazy Zeroes: every virtual disk is created by default in this disk format. Physical space is allocated to a VM when a virtual disk is created. It can’t be converted to thin disk.
- Thick Provision Eager Zeroes: this disk type is used in VMware Fault Tolerance. All required disk space is allocated to a VM at time of creation. It takes more time to create a virtual disk compare to other disk formats.
- Thin provision: It provides an on-demand allocation of disk space to a VM. When data size grows, the size of a disk will grow. Storage capacity utilization can be up to 100% with thin provisioning.
- What is Storage vMotion?
What’s New in vSphere 6.0
- What is VM Hardware version for vSphere 6.0?
- What VM hardware version for vSphere 6.5?
- In which version of vSphere PSC was introduced?
- How many maximum hosts can manage a vCenter Server in vSphere 6.0?
- How many hosts can be managed by a cluster in vSphere 6.0?
- How can maximum VMs be managed by a single cluster?
- What is VVol?
- How many licensing options for vSphere 6.0?
- Standard Edition: Contains 1 vCenter Server Standard license, up to 2 vCPUs for Fault Tolerance, vMotion, Storage vMotion, HA, VVols etc.
- Enterprise Edition: Same as Standard Edition additionally APIs for Array Integration and Multipathing, DRS, and DPM.
- Enterprise Plus: Includes all features of Standard and Enterprise Editions with additionally Fault Tolerance upto 4 vCPUs and 64GB of RAM. It also includes Distributed vSwitch and the most expensive licensing option of vSphere 6.0.
- How much Maximum RAM can support vSphere 6.0?
Content Libraries
- What is the Content Library?
- What are the main benefits of content libraries?
- How many types of Content Libraries have?
- Local: library of local control.
- Published: local library which contents (VM templates, ISO images etc) for subscription.
- Subscribed: A library which syncs with the published library
- What are the requirements and limitations of Content Libraries?
- Single storage which can size upto 64TB
- Maximum of 256 items per library
- Sync occurs once every 24 hours
- What is VMFS?
VSAN
- What is vSAN?
- What is cold migration?
- What is Storage vMotion?
- What are the different configuration options for VSAN?
- Hybrid: Uses both flash-based and magnetic disks for storage. Flash are used for cashing, while magnetic disks are used for capacity or storage.
- All-Flash: Uses flash for both caching and for storage
- Are there VSAN ready nodes are available in the market?
- How minimum servers/hosts are required to configure vSAN?
- How are many maximum ESXi hosts allowed for vSAN?
- How many disk groups and max magnetic disks are allowed in single disk group?
- How many types of storages can we use in our virtual environment?
- Direct Attached Storage
- Fiber Channel (FC)
- iSCSI
- Network Attached Storage (NAS)
- What is NFS?
- What is Raw Device Mapping (RDM)?
- What is iSCSI storage?
- What is the format of iSCSI addressing?
- What are iSCSI naming conventions?
- the iSCSI qualified name (IQN)
- extended unique identifier (EUI)
vApp
- What is vApp?
- What settings can be configured for vApp?
Miscellaneous
- What is VMware DRS?
- What is share, limit, and reservation?
Limit: Consumption of a CPU cycle or host physical memory that cannot cross the defined value (limit).
Reservation: This value defines in the form of CPU or memory and must be available for a VM to start.
- What are the alarms why we use them?
- What are the hot-pluggable devices which can be added while VM is running?
- What is a Template?
- What is Snapshot?
- How to convert a physical machine into a VM?
- An agent needs to be installed on the Physical machine
- VI client needs to be installed with Converter Plug-in
- A server to import/export virtual machines
- What is vMotion and what is the main purpose to use it in a virtual environment?
- What is the difference between a clone and a template?
- What monitoring method is used in vSphere HA?
- Network Heartbeat
- Datastore Heartbeat
- How is master host elected in vSphere HA?
- What is the purpose of VMware Tools?
- What is VMware DPM?
- What is the ESXi Shell?
- How to run ESXTOP on ESXi host?
- Install vSphere Client on a host where you want to configure
- Enable SSH from DCUI by using “Troubleshooting Options” link
No comments:
Post a Comment