InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Why use VMware Workstation? |
|
Answer» VMware Workstation is software that allows USERS to run multiple operating systems on the same HOST computer. Virtual machines are capable of running one INSTANCE of any operating system such as Microsoft, Linux, etc. Here are THREE reasons why VMware workstation is useful:
|
|
| 2. |
What do you mean by vCloud Suite? |
|
Answer» VCLOUD Suite is OFTEN described as an enterprise-grade cloud and management solution. It is a collection of multiple VMware components to build and provide a completely INTEGRATED cloud infrastructure, that includes VIRTUALIZATION, software-defined datacenter SERVICES, disaster recovery, application management, etc. |
|
| 3. |
What is VDI? |
|
Answer» With VDI (Virtual Desktop Infrastructure), USERS can host a desktop operating system (OS) on a server and ACCESS VM-based desktops remotely from different devices and locations. VDI is a type of IaaS (Infrastructure as a Service), which can be run in a private or public cloud. When VDI is USED, the end-user can access his or her desktops via a device called a THIN client. |
|
| 4. |
What are vSS and vDS? |
|
Answer» To connect virtual MACHINES, VMware vSphere offers two types of virtual switches. vSphere ADMINISTRATORS can control the traffic between VMware virtual machines using either TYPE of virtual switch.
|
|
| 5. |
What is the importance of snapshots in VMware? |
|
Answer» VMware snapshots allow you to quickly and easily save the state of a VM before making changes. A snapshot is taken when UPGRADING or installing software. In VMware snapshots, the current state of the virtual machine is preserved, so after testing, the machine can be quickly REVERTED to the desired state. After a specific task is completed, a snapshot should be REMOVED to IMPROVE performance. |
|
| 6. |
There are several features such as DRS (Distributed Resource Scheduler), SMP (Symmetric Multi-Processing), VMotion, etc., but why do we need ‘HA’? |
|
Answer» VMware HA is critical for us since we need uninterrupted service. Let's suppose that ONE of the ESX servers in the cluster crashes SUDDENLY for some reason. What would happen to the VIRTUAL machines running on that server? Do they CONTINUE running or are they falling? Likewise, they go down too. Thankfully, VMware HA allows you to RESTART these VM's on any other ESX server in the same cluster as soon as they fail. |
|
| 7. |
Explain Promiscuous mode. |
|
Answer» A promiscuous mode is network security, monitoring, and administration METHOD that allows any network adapter CONFIGURED on a host system to ACCESS all network data packets. You can specify it at the virtual switch or port group level in vSphere ESX/ESXi. Essentially, promiscuous mode is a method of monitoring (sniffing) network traffic. You have two options: ACCEPT or reject. ADDITIONALLY, all communication will be visible to all virtual machines if the promiscuous mode is set to accept. |
|
| 8. |
What will happen if vMotion fails? |
|
Answer» A virtual machine will not be migrated if the target host does not have enough MEMORY i.e., vMotion fails. This can be FIXED by moving the VM to another ESXi host PROVIDING GUARANTEED memory, or by reducing the virtual machine's memory reservation. |
|
| 9. |
What is the use of vMotion? |
|
Answer» VMWARE's VMotion technology enables you to migrate active virtual machines from one ESX-host to another without DISRUPTING service or functionality. During this process, there is ZERO downtime, constant service availability, and overall transaction integrity. vMotion technology plays a key role in creating a dynamic, automated, and self-optimizing data center and provides great FLEXIBILITY for virtual environments. Ensure that both hardware and software REQUIREMENTS are met by the cloud provider. The compatibility requirements are reduced if powered-off VMs are migrated. |
|
| 10. |
Will FT (Fault Tolerance) work if the vCenter server goes down? |
|
Answer» Fault Tolerance on a VM can only be enabled through the vCenter Server. FT does not REQUIRE vCenter to be online once CONFIGURED. Due to this fact, no FT failure between the primary and the secondary will occur when vCenter is down. |
|
| 11. |
What is the difference between vSphere and vCenter? |
Answer»
|
|
| 12. |
Explain FT logging traffic. |
|
Answer» For VMware FT, fault tolerance logging traffic is considered as the second network requirement. For continuous data SYNCING between primary and secondary VMs, Fault Tolerance APPLIES FT logging. Additionally, this is a VMKERNEL connection type used to move nondeterministic events from primary to secondary VMs. |
|
| 13. |
How many CPUs can be used for a VM in FT in vSphere 7.0? |
|
Answer» In VMWARE VSPHERE 7.0, up to 8 vCPUs can be used with the VMware vSphere ENTERPRISE PLUS license. |
|
| 14. |
What do you mean by VMware HA and VMware FT? Difference between them. |
Answer»
Difference between VMware HA and VMware FT-
|
|
| 15. |
What is clone and template in VMware? Differentiate between them. |
||||||||||||||
Answer»
|
|||||||||||||||
| 16. |
What do you mean by RDM? |
|
Answer» The Raw Device Mapping (RDM) files are contained in VMFS and act as proxies for raw physical devices. This feature ENABLES VMWARE's virtual machines (VMs) to access logical unit numbers (LUNs) directly. This eliminates the need to use the virtual machine file system (VMFS) because the LUN can be formatted USING any file system like NTFS (New Technology File System). It is generally beneficial for cluster CONFIGURATIONS including VM-to-VM, physical-to-VM, or SAN (Storage Area Network) snapshots. But it has some limitations, including the inability to map disk partitions and possibly not working with direct-attached block devices. The figure above shows that an RDM disk exists as an address mapping file on a VMFS VOLUME. This mapping file acts as a symbolic link between a VM's access to an RDM disk to LUNs. |
|
| 17. |
What is the major advantage of VM running under a type 1 hypervisor than type 2 hypervisor? |
Answer»
Advantages of using Type-1 over Type-2 Hypervisor: It is more secure to use type-1 hypervisors since they do not rely on the underlying OS, UNLIKE type-2 hypervisors. The type 2 server also loses some efficiency, performance, and speed due to this dependency. So, if you're under attack, a type-1 hypervisor will GIVE you better protection than a type-2 hypervisor. |
|
| 18. |
Why use virtual machines instead of original hardware? |
|
Answer» In the absence of virtualization, it would be impossible to run multiple operating systems at once, such as Windows and Linux. Virtual machines serve mainly the PURPOSE of running multiple operating systems concurrently on a single piece of hardware. Splitting a PHYSICAL server into multiple units reduces the need to INVEST in additional units. You can also use VMs to ENABLE rapid disaster recovery and automatic backups of your DATA. |
|