Вы находитесь на странице: 1из 22

Top 80 VMware Interview Questions & Answers

Nisar Ahmad August 16, 2017 Interview Questions, Training & Certifications, VSAN, vSphere 6.0
Interview questions, vCenter Server, VMware

VMware is the leader in Virtualization and Cloud Computing technologies and also providing solutions in the field of network and
desktop virtualization. VMware has changed the tech world from physical to software-based virtual world.

Due to the implementation of a virtual environment to consolidate the available hardware, the demands of subject matter experts
are increasing day by day in the market. To manage and maintain organization’s business, an experienced workforce is required,
and to choose the top talent from the market for growing an organization’s business, professionals are selected via many
technical interviews and HR processes.

Mi Backpacks From ₹899


Ad Get Water Resistant Mi Casual,
Travel , Business & City Backpacks Now!
store.mi.com

Learn more

Along with the HR processes, technical interviews are also conducted to assess the abilities of a professional in the field of
virtualization for continues business process. Here are 80 interview questions on data center virtualization technology fresher
and up to 3 years of hands-on experience that may be asked to assess the candidate’s technical and hands-on expertise.

Note: I’ve also created an Android app for these questions. You can download from the Google Play store. If you’re interested
in vSphere 6.5 certification, Pass the VMware vSphere 6.5 Foundations exam – PRACTICE TEST will help you to pass the
exam.

These interview questions are categorized into the following technical areas:

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
1. What is VMKernel and why it is important?

VMkernel is a virtualization interface between a Virtual Machine and the ESXi host which stores VMs. It is responsible to allocate
all available resources of ESXi host to VMs such as memory, CPU, storage etc. It’s also controlled special services such as
vMotion, Fault tolerance, NFS, traffic management and iSCSI. To access these services, VMkernel port can be configured on
ESXi server using a standard or distributed vSwitch. Without VMkernel, hosted VMs cannot communicate with ESXi server.

2. What is the hypervisor and its types?

A hypervisor is a virtualization layer that enables multiple operating systems to share a single hardware host. Each operating
system or VM is allocated physical resources such as memory, CPU, storage etc by the host. There are two types of hypervisors

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).

3. What is Virtualization?

The process of creating virtual versions of physical components i-e Servers, Storage Devices, Network Devices on a physical
host is called virtualization. Virtualization lets you run multiple virtual machines on a single physical machine which is called ESXi
host.

4. What are the different types of virtualization?

There are 5 basic 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)


5. What is VMware FT?
FT stands for Fault Tolerance very prominent component of VMware vSphere. It provides continuous availability for VMs when
an ESXi host fails. It supports up to 4 vCPUs and 64 GB memory. FT is very bandwidth intensive and 10GB NIC is
recommended to configure it. It creates a complete copy of an entire VM such as storage, compute, and memory.

6. How many vCPUs can be used for a VM in FT?

In vSphere 6.0, there can be up to 4 vCPUs and 64 GB RAM can be used.

7. What is the name of the technology used by VMware FT?

vLockstep technology is used by VMware FT

8. What is Fault Tolerant Logging?

The communication between two ESXi hosts is called FT logging when FT is configured between them. The pre-requisition of
configuring FT is to configure VMKernel port.

9. 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.
10. What is the main difference between VMware HA and FT?

The main difference between VMware HA and FT is: HA is enabled per cluster and VMware FT is enabled per VM. In HA, VMs
will be re-started and powered-on on another host in case of a host failure, while in FT there is no downtime because the second
copy will be activated in case of host failure.

Virtual Networking
11. What is virtual networking?

A network of VMs running on a physical server that is connected logically with each other is called virtual networking.

12. What is vSS?

vSS stands for Virtual Standard Switch is responsible for communication of VMs hosted on a single physical host. it works like a
physical switch automatically detects a VM which want to communicate with other VM on a same physical server.

13. What is vDS?

vDS stands for Virtual Distributed Switch acts as a single switch in a whole virtual environment and is responsible to provide
central provisioning, administration, and monitoring of the virtual network.

14. How many maximum standard ports per host available?


4096 ports per host are available either in a standard switch or distributed switch.

15. What are the main benefits of distributed switch (vDS)?

vDS can provide:

Central administration for a data center


Central provision, and
Monitoring

16. What is VMKernal adapter and why it used?

VMKernel adapter provides network connectivity to the ESXi host to handle network traffic for vMotion, IP Storage, NAS, Fault
Tolerance, and vSAN. For each type of traffic such as vMotion, vSAN etc. separate VMKernal adapter should be created and
configured.

17. What is the main use of port groups in data center virtualization?

You can segregate the network traffic by using port groups such as vMotion, FT, management traffic etc.

18. 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

19. What is VLAN and why use in virtual networking?

A logical configuration on the switch port to segment the IP Traffic where each segment cannot communicate with other
segments without proper rules mentioned is called VLAN and every VLAN has a proper number called VLAN ID.

20. What is VLAN Tagging?

The practice of inserting VLAN ID into a packet header to identify which VLAN packet belongs to is called VLAN tagging.

21. What are three network security policies/modes on vSwitch?

Promiscuous mode
MAC address change
Forged transmits

22. What is promiscuous mode on vSwitch?


The default mode is Reject. If Accept is selected, VM will receive all traffic port group via vSwitch.

23. What is MAC address changes network policy?

The default mode of this policy is Reject. If the Accept is selected, a host will accept requests to change the effective MAC
address.

24. What is Forged transmits network policy?

The default mode is Reject. If Accept is selected, a host will not compare the source and effective MAC address transmitted from
a VM.

vCenter Server
25. What are the main components of vCenter Server architecture?

There are three 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

26. What is PSC and its components?

PSC stands for Platform Services Controller first introduced in version 6 of VMware vSphere which handles infrastructure
security functions. It has three main components.

Single Sign-On (SSO)


VMware Certificate Authority (CA)
Licensing service

27. What are the two main deploying methods of PSC

You can install PSC in two ways:

Embedded
centralized

28. What are different types of vCenter Server deployment?

It has two deployment types

Embedded Deployment
External deployment

29. What is vRealize Operation (vROP)

vROP provides the operation dashboards for performance analytics, capacity optimization and monitoring the virtual
environment.

30. What is the basic security step to secure vCenter Server and users?

Authenticate vCenter Server with Active Directory. By using this we can assign specific roles to users and can also manage the
virtual environment in an efficient way.

Virtual Storage (Datastore)


31. What is datastore?

Datastore is a storage location where virtual machine files are stored and accessed. Datastore is based on a file system which is
called VMFS, NFS.

32. What is the .vmx file?

It is the configuration file of a VM

33. What information .nvram file stores?

It stores BIOS related information of a VM.

34. What .vmdk file does and used?

Vmdk is a VM disk file and stores data of a VM. It can be up to 62 TB in size in vSphere 6.0 version.

35. How many disk types are in VMware?

There are three disk types in vSphere.

1. 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.
2. 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.
3. 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.
4. What is Storage vMotion?
It is similar to traditional vMotion, in Storage vMotion, a virtual disk of a VM is moved from datastore to another. During Storage
vMotion, virtual disk types think provisioning disk can be transformed to thin provisioned disk.

What’s New in vSphere 6.0


36. What is VM Hardware version for vSphere 6.0?

Version 11

37. What VM hardware version for vSphere 6.5?

Version 13

38. In which version of vSphere PSC was introduced?

Platform Services Controller (PSC) is introduced in vSphere 6.0. vSphere 6.0 is also known as Virtual hardware version 11.

39. How many maximum hosts can manage a vCenter Server in vSphere 6.0?

In vSphere 6.0, a single vCenter Server can manage up to 1000 hosts either in Windows or in vCenter Appliance (vCSA).

40. How many hosts can be managed by a cluster in vSphere 6.0?

A single cluster can manage maximum 64 hosts

41. How can maximum VMs be managed by a single cluster?

A single cluster can manage the maximum of 8000 VMs.

42. What is VVol?

Virtual Volume a new VM disk management concept introduced in vSphere 6.0 that enables array-based operations at the virtual
disk level. VVol is automatically created when a virtual disk is created in a virtual environment for a VM.

43. How many licensing options for vSphere 6.0?

There are three 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.
44. How much Maximum RAM can support vSphere 6.0?

It supports upto 12TB of RAM.

Content Libraries
45. What is the Content Library?

Content Library is the central location point between two different geographical locations with vCenter Servers where you can
store VM templates, ISO images, scripts etc. and share them between geographical locations

46. What are the main benefits of content libraries?

We create VM templates and can share on another geographical location of a company without creating again on other
locations. It has many benefits such as sharing and consistency, storage efficiency, and secure subscription.

47. How many types of Content Libraries have?

It has three types:

1. Local: library of local control.


2. Published: local library which contents (VM templates, ISO images etc) for subscription.
3. Subscribed: A library which syncs with the published library
4. What are the requirements and limitations of Content Libraries?

A content library has the following requirements and limitations

Single storage which can size upto 64TB


Maximum of 256 items per library
Sync occurs once every 24 hours

49. What is VMFS?

VMFS is a file system for a VM in VMware vSphere. VMFS is a datastore that responsible for storing virtual machine files. VMFS
can also store large files which size can up to 64TB in vSphere 6.0

VSAN
50. What is vSAN?

Virtual SAN is a software-defined storage first introduced in vSphere 5.5 and is fully integrated with vSphere. It aggregates
locally attached storage of ESXi hosts which are part of a cluster and creates a distributed shared solution.
51. What is cold migration?

To move a powered-off VM from one host to another is called cold migration.

52. What is Storage vMotion?

To move a powered-on VM from one datastore to another is called Storage vMotion.

53. What are the different configuration options for VSAN?

There are two 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

54. Are there VSAN ready nodes are available in the market?

Yes, vSAN-ready such as VxRail 4.0 and 4.5 are available in the market. VxRail is the combination of min 3 servers which are
part of a cluster and can scale up to 64 servers.

55. How minimum servers/hosts are required to configure vSAN?

To configure a vSAN, you should have minimum 3 ESXi hosts/servers in the form of a vSAN cluster. If one of the servers fails, a
vSAN cluster will fail.

56. How are many maximum ESXi hosts allowed for vSAN?

64 hosts are max allowed to configure a vSAN cluster.

57. How many disk groups and max magnetic disks are allowed in single disk group?

Maximum 5 disk groups are allowed on an ESXi host which is a part of a vSAN cluster and a maximum of 7 magnetic and 1 SSD
per disk group is allowed.

58. How many types of storages can we use in our virtual environment?

Direct Attached Storage


Fiber Channel (FC)
iSCSI
Network Attached Storage (NAS)

59. What is NFS?


Network File System (NFS) is a file sharing protocol that ESXi hosts use to communicate with a NAS device. NAS is a
specialized storage device that connects to a network and can provide file access services to ESXi hosts.

60. What is Raw Device Mapping (RDM)?

Raw Device Mapping (RDM) is a file stored in a VMFS volume that acts as a proxy for a raw physical device. RDM enables you
to store virtual machine data directly on a LUN. RDM is recommended when a VM must interact with a real disk on the SAN.

61. What is iSCSI storage?

An iSCSI SAN consists of an iSCSI storage system, which contains one or more storage processors. TCP/IP protocol is used to
communicate between host and storage array. an iSCSI initiator is configured with the ESXi host. an iSCSI initiator can be a
hardware-based either dependent or independent and software-based known as iSCSI software initiator.

62. What is the format of iSCSI addressing?

It uses TCP/IP to configure.

63. What are iSCSI naming conventions?

iSCSI names are formatted in two different ways:

the iSCSI qualified name (IQN)


extended unique identifier (EUI)

vApp
64. What is vApp?

vApp is a container or group where more than one VM can be package and manage multi-tiered applications for specific
requirements for example, Web server, database server, and application server can be configured as a vApp and can be defined
their power-on and power-off sequence.

65. What settings can be configured for vApp?

We can configure several settings for vApp such as CPU and memory allocation, and IP allocation policy etc.

Miscellaneous
66. What is VMware DRS?

DRS stands for Distributed Resource Scheduler; that automatically balances available resources among various hosts by using
cluster or resource pools. With the help of HA, DRS can move VMs from one host to another to balance the available resources
among VMs.

67. What is share, limit, and reservation?

Share: A value that specifies the relative priority or importance of a VM access to given resource.

Limit: Consumption of a CPU cycle or host physical memory that cannot cross the defined value (limit).

Mi Backpacks From ₹899


Ad Get Water Resistant Mi Casual,
Travel , Business & City Backpacks Now!
store.mi.com

Learn more

Reservation: This value defines in the form of CPU or memory and must be available for a VM to start.

68. What are the alarms why we use them?

An alarm is a notification which appears when an event occurs. Many default alarms exist for many inventory objects. Alarms
can be created and modified using vSphere Web Client;

69. What are the hot-pluggable devices which can be added while VM is running?

We can add HDDs and NIC while VM is running.

70. What is a Template?

When a VM is converted into a format which can be used to create a VM with pre-defined settings is called a template. An
installed VM can be converted into a template but it cannot be powered-on.

71. What is Snapshot?

To create a copy of a VM with the timestamp as a restore point is called a snapshot. Snapshots are taken when an upgrade or
software installation is required. For better performance, a snapshot should be removed after a particular task is performed.

72. How to convert a physical machine into a VM?

Three steps are required to convert a physical machine to 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

73. What is vMotion and what is the main purpose to use it in a virtual environment?

It is a very prominent feature of VMware vSphere used to live migrate running VMs from one ESXi host to another without any
downtime. Datastores and ESXi hosts both can be used while vMotion.

74. What is the difference between a clone and a template?

A clone is a copy of a virtual machine. By cloning a VM, it will save time if multiple VMs with the same configurations are
required to configure. While a template is a master copy of an image created from a VM which can be later used to create many
clones. After converting a VM to a template, it can’t be powered-on or edited.

75. What monitoring method is used in vSphere HA?

Network Heartbeat
Datastore Heartbeat

76. How is master host elected in vSphere HA?

When HA is enabled in a cluster, all hosts take part in a selection process to be selected as a master host. A host which has the
highest number of datastores mounted will be selected as a master host. All other hosts will remain slave hosts.

77. What is the purpose of VMware Tools?

It is a suite of utilities which are used to enhance the performance of a VM in the form of graphics, mouse/keyboard movement,
network card, and other peripheral devices.

78. What is VMware DPM?

Stands for Distributed Power Management is a feature of VMware DRS is used to monitor required resources in a cluster. When
the resources are decreases due to low usage, VMware DPM consolidates workloads and shut down the hosts which are not
being used, and when resources are increased it automatically power on the un-used hosts.

79. What is the ESXi Shell?

It is a command-line interface is used to run repair and diagnostics of ESXi hosts. It can be accessed via DCUI, vCenter Server
enable/disable, and via SSH.

80. How to run ESXTOP on ESXi host?

To run ESXTOP on an ESXi host, we’ll need two pre-requisites:


Install vSphere Client on a host where you want to configure
Enable SSH from DCUI by using “Troubleshooting Options” link

I hope you have enjoyed reading this post. Thanks for reading! Be social and share it to social media if you feel worth sharing it.

Share this:

   
Related

VMware Certifications Roadmap: VMware Announced Four New VMworld 2017 Day 1
Overview and Career Paths Courses in July 2016 Announcements
June 20, 2016 July 20, 2016 September 1, 2017
In "Training & Certifications" In "Training & Certifications" In "NSX"

Author: Nisar Ahmad


Systems Engineer, vExpert 2017-18, owner of My Virtual Journey, with experience in
managing Datacenter environment using VMware and Microsoft Technologies. This
blog mainly covers virtualization and cloud technologies but also covers some other
technologies such as Cyber Security, Quantum Computing etc.

 Twitter  Facebook  Google+  Linkedin

← Previous post Next post →

Comments (75)

Mahi February 22, 2018 at 7:34 pm

Fantastic collection !

Nisar Ahmad (Post author) February 24, 2018 at 12:24 pm

Thanks!

acaminero February 26, 2018 at 11:48 am

Excelente!!!!!!!
Nisar Ahmad (Post author) February 26, 2018 at 8:56 pm

Thanks!

shijil February 28, 2018 at 8:24 pm

thanks Nisar

Nisar Ahmad (Post author) February 28, 2018 at 8:54 pm

Welcome!

murali March 1, 2018 at 11:50 am

Hi Ahmad thanks for sharing me i got a job . i need online training can you help me if you comfortable .

Nisar Ahmad (Post author) March 1, 2018 at 7:46 pm

Congrats on your job Murali. How may I help you?

Tariq October 27, 2018 at 3:47 pm

Hello, I am working with wipro as a VMware administrator, if you want training with real time scenario, daya to day activity,
kindly contact us to discuss on detail

What’s app: 8149062096

Nishit March 3, 2018 at 4:21 pm

Hey Nisar, seriously very helpful, great job. Thanks and Good Luck

Nisar Ahmad (Post author) March 5, 2018 at 3:45 pm

Thanks for the complement Nishit


Pranesh March 4, 2018 at 2:17 pm

Thanks Nisar Ahmed for nice work… However do you have questions and answers for SME level.

Nisar Ahmad (Post author) March 5, 2018 at 3:47 pm

Thanks for the complement Pranesh. Sorry, I don’t have Q&As currently regarding SME level.

Ashok March 6, 2018 at 4:31 pm

Thanks Nisar Ahmed..

Nisar Ahmad (Post author) March 6, 2018 at 9:08 pm

Welcome!

prajeesh March 8, 2018 at 9:43 am

Hi…i need to learn more about vm ware in practically.Please help

Nisar Ahmad (Post author) March 14, 2018 at 12:42 pm

Many resources are available. You can create a home lab, hands-on labs are also available. Follow this official
link for Getting started with vSphere 6.5 lab https://my.vmware.com/en/web/vmware/evalcenter?p=vsphere-
start-18-hol. VMware Virtualization 101 Hands-on Lab https://my.vmware.com/en/web/vmware/evalcenter?
p=virtualization-18-hol

RAM March 8, 2018 at 4:26 pm

Thanks for your efforts..

Nisar Ahmad (Post author) March 14, 2018 at 12:38 pm

Welcome.
yuvi March 24, 2018 at 1:05 am

Hi can i have your email d?

Arunabha April 1, 2018 at 3:46 pm

Hi! Good numbers of QandA. But the question no. 55 the answered you shared that in the event of one VSAN node faliure the
entire cluster will fail is not true. Because the default policy is set FTT to 1 wh8ch means one node faliure ia tollarable.

Nisar Ahmad (Post author) April 14, 2018 at 11:35 am

Thanks for the comments. Minimum requirements for a vSAN Cluster is 3 nodes (without configuring witness
node). If one node (with only 3 nodes in vSAN cluster) will fail, your cluster will fail.

Uday April 7, 2018 at 6:24 pm

Super very use full

Nisar Ahmad (Post author) April 14, 2018 at 11:32 am

Thanks.

Samweg modi April 30, 2018 at 5:53 pm

Perfect collection best revision material before interview

Thank you so much

Nisar Ahmad (Post author) May 5, 2018 at 11:35 am

Welcome.

Thangathurai May 30, 2018 at 8:37 pm

Very useful, Thank you

(Post author)
Nisar Ahmad June 3, 2018 at 9:44 pm

Thanks Thangathurai!

BOSH June 5, 2018 at 7:22 am

Amazing questions and answers–Keep the good work bro!!!

Nisar Ahmad (Post author) June 15, 2018 at 4:42 pm

Thanks BOSH for the kind words.

Hemanth June 18, 2018 at 10:28 am

Thank you Nisar Bhai

Nisar Ahmad (Post author) June 18, 2018 at 10:43 am

Welcome!

Shirish July 2, 2018 at 2:08 pm

excellent notes.

Nisar Ahmad (Post author) July 5, 2018 at 7:16 pm

Thanks for the kind words Shirish!

Barathiraja July 7, 2018 at 8:43 am

Wonderful jobs and notes good and clear…

Nisar Ahmad (Post author) July 7, 2018 at 8:42 pm

Thanks!
Liyakat Shaikh July 7, 2018 at 11:57 am

Hey Nisar thank you for posting such important questions I really appreciate your efforts

Nisar Ahmad (Post author) July 7, 2018 at 8:41 pm

Thanks for the kind words Liyakat!

sumit July 10, 2018 at 12:51 am

its one of the best question banks at one place

Nisar Ahmad (Post author) July 10, 2018 at 8:23 pm

Thanks Sumit!

Subash S July 21, 2018 at 10:05 am

It’s useful Q&A. Thank You.

Also can you pleae answer the question below?

What are the critical to be noticed before create a VM?

Karthik August 17, 2018 at 1:24 am

Very nice post Nisar really it was excellent awesome man!!!!

Nisar Ahmad (Post author) August 23, 2018 at 10:47 am

Thank you, Karthik for the kind words.

Sonu August 17, 2018 at 11:34 am

Awesome collection

(Post author)
Nisar Ahmad August 23, 2018 at 10:46 am

Thanks Sonu!

Vijay August 29, 2018 at 5:50 am

Excellent Nisar..good job

Nisar Ahmad (Post author) September 2, 2018 at 5:52 pm

Thanks Vijay and stay tuned, I’m also working on vSAN 6.2 exam and interview questions and will be shared
soon.

Shubham September 5, 2018 at 10:48 am

Very nice collection

Nisar Ahmad (Post author) September 8, 2018 at 3:33 pm

Thanks, Shubham!

Stephen September 11, 2018 at 10:55 pm

Nice collection. It is really useful.

Nisar Ahmad (Post author) September 12, 2018 at 10:30 pm

Thanks, Stephen.

Muhammed Shafeeque September 13, 2018 at 7:39 am

Very good article well done. Thank you.

Nisar Ahmad (Post author) September 14, 2018 at 11:03 pm

Thanks, bro…
Haseeb September 23, 2018 at 3:14 pm

Assalamu Alaikum Nisar bhaiya. Looking for job change. Need some technical guidance. My email ID-
haseehas2806@gmail.com. Can you email me personally?

Tariq October 27, 2018 at 3:50 pm

If you are looking for job in VMware pls contact me 8149062096, I will help to get job in VMware

Ramesh September 27, 2018 at 12:21 pm

1. The default mode of Mac Address Change is Accept. Not Reject.


2. The default mode of Forged Transmits is Accept. Not Reject.

Maher October 5, 2018 at 8:52 pm

Thanks brother, please keep it up

Nisar Ahmad (Post author) October 7, 2018 at 5:55 pm

Thanks Maher!

yuvi October 8, 2018 at 2:29 am

looking for support. anyone can help me please send me an email.

Jillu October 10, 2018 at 7:02 pm

Awesome ,clearly explained

jelani b4u October 10, 2018 at 7:04 pm

Awesome ,Clearly explained

(Post author)
Nisar Ahmad October 10, 2018 at 9:33 pm

Thanks bro!

satish October 14, 2018 at 11:41 pm

The Notes are very nice!!

Nisar Ahmad (Post author) October 20, 2018 at 9:03 pm

Thanks, Satish!

Kubaib October 30, 2018 at 8:26 pm

Nice collection

Nisar Ahmad (Post author) October 30, 2018 at 8:37 pm

Thanks, Kubaib!

Dhananjay Kadam November 3, 2018 at 7:36 pm

thanks for your efforts…you have more scenario based questions and answers

Nisar Ahmad (Post author) November 3, 2018 at 7:57 pm

Thanks Dhananjay, I also wrote scenario based questions, you can find here
https://www.myvirtualjourney.com/40-scenario-based-vmware-interview-questions-answers/

Rohit November 4, 2018 at 9:44 pm

Commendable!!

Nisar Ahmad (Post author) November 5, 2018 at 6:54 pm

Thanks!
Unfolding Workforce Mobility November 22, 2018 at 8:22 pm

Great Content, But looks like we need to update 6.7 maximums

Nisar Ahmad (Post author) November 23, 2018 at 12:23 pm

Thanks for the kind words. Sure I’ll update it with vSphere 6.7 maximums.

Jagadeesh November 30, 2018 at 9:19 pm

Good job brother , much helpful !!!!

Sameer December 4, 2018 at 8:33 pm

What is recommended.. self studying or join a class n then go for certification.. I have experience in office 365 and service desk
but I want to move into virtualization

Nisar Ahmad (Post author) December 4, 2018 at 9:08 pm

Self-study is required to learn this technology, while for earning a certification, you’ll have to attend an official
class, otherwise, you’ll not get the certificate from VMware Inc.

Вам также может понравиться