Upload Button Icon Add office photos

VMware Software

Compare button icon Compare button icon Compare

Filter interviews by

VMware Software Interview Questions and Answers

Updated 22 Feb 2025
Popular Designations

233 Interview questions

An Engineering Manager was asked
Q. Design a web crawler.
Ans. 

Design a web crawler to fetch and index web pages

  • Start by identifying the target websites and their structure

  • Develop a system to fetch web pages using HTTP requests

  • Implement a parser to extract relevant information from the HTML content

  • Store the extracted data in a database for indexing and retrieval

View all Engineering Manager interview questions
A Technical Staff Member 3 was asked
Q. Write a Terraform module for any AWS resource.
Ans. 

Terraform module for creating an AWS S3 bucket

  • Define variables for bucket name, region, and tags

  • Create S3 bucket resource with specified variables

  • Add bucket policy for access control

  • Output bucket ARN for reference

View all Technical Staff Member 3 interview questions
A Technical Support Engineer was asked
Q. How do you handle multiple severity-1 tickets?
Ans. 

Prioritize and delegate tasks, communicate with stakeholders, and work efficiently under pressure.

  • Prioritize severity-1 tickets based on impact and urgency

  • Delegate tasks to team members based on expertise and workload

  • Communicate with stakeholders about the status and resolution of tickets

  • Work efficiently under pressure to resolve tickets in a timely manner

View all Technical Support Engineer interview questions
An Incident Manager was asked
Q. What tools and technologies have you used for incident management?
Ans. 

I have used tools such as ServiceNow, Jira, and PagerDuty for incident management.

  • ServiceNow

  • Jira

  • PagerDuty

View all Incident Manager interview questions
A Technical Support Engineer was asked
Q. What is RAID?
Ans. 

RAID (Redundant Array of Independent Disks) enhances data storage reliability and performance through various configurations.

  • RAID 0: Stripes data across multiple disks for improved performance but offers no redundancy.

  • RAID 1: Mirrors data on two disks, providing redundancy and fault tolerance.

  • RAID 5: Distributes data and parity across three or more disks, allowing for recovery from a single disk failure.

  • RAID 10: C...

View all Technical Support Engineer interview questions
An IT Engineer was asked
Q. What do you know about VMware?
Ans. 

VMware is a virtualization software company that provides cloud computing and platform virtualization services.

  • VMware allows multiple virtual machines to run on a single physical machine

  • It helps in reducing hardware costs and increasing efficiency

  • VMware offers products like VMware Workstation, VMware Fusion, and VMware vSphere

View all IT Engineer interview questions

VMware Software HR Interview Questions

13 questions and answers

Q. What is your favorite company?
Q. What is one thing you want to improve?
Q. Are you comfortable working in shifts?
An IT Engineer was asked
Q. What is VMware?
Ans. 

VMware is a virtualization and cloud computing software provider.

  • VMware allows multiple operating systems to run on a single physical machine.

  • It helps in reducing hardware costs and increasing efficiency.

  • Examples include VMware vSphere, VMware Workstation, and VMware Fusion.

View all IT Engineer interview questions
Are these interview questions helpful?
A Business Analyst was asked
Q. Tell me about the projects you have handled.
Ans. 

Led a project to streamline inventory management, improving efficiency and reducing costs for a retail client.

  • Conducted stakeholder interviews to gather requirements and understand pain points.

  • Utilized data analysis tools to identify trends in inventory turnover rates.

  • Implemented a new inventory tracking system that reduced stock discrepancies by 30%.

  • Collaborated with IT to integrate the new system with existing s...

View all Business Analyst interview questions
A Mts Software Engineer was asked
Q. Given two strings s1 and s2, find the missing character with a time complexity of O(n) and a space complexity of O(1).
Ans. 

Find the missing character in two strings with linear time complexity and constant space complexity.

  • Iterate through both strings simultaneously and XOR the ASCII values of characters.

  • The missing character will be the XOR result with the ASCII value of the last character in the longer string.

  • Example: s1 = 'abcd', s2 = 'abcde', missing character is 'e'.

View all Mts Software Engineer interview questions
A Mts Software Engineer was asked
Q. Given an array, move all zeros to the end of the array while maintaining the relative order of the non-zero elements.
Ans. 

Sort zeros to the end of the array of strings

  • Iterate through the array and move all zeros to the end

  • Use two pointers approach to swap elements

  • Example: Input: ['1', '0', '3', '0', '5'], Output: ['1', '3', '5', '0', '0']

View all Mts Software Engineer interview questions

VMware Software Interview Experiences

145 interviews found

Intern Interview Questions & Answers

user image Harshitha

posted on 23 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Mid to hard Coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Data structure and computer network questions
Round 3 - Technical 

(2 Questions)

  • Q1. Java based exception handling question
  • Q2. Situation based questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Situation based questions
  • Q2. About myself and coding knowledge
Round 5 - HR 

(2 Questions)

  • Q1. About my self and Relocation
  • Q2. About skills and coding knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Quick sorting is asked in this round
  • Q2. Tree traversal was asked
  • Ans. 

    Tree traversal refers to the process of visiting each node in a tree data structure systematically.

    • There are three primary types of tree traversal: In-order, Pre-order, and Post-order.

    • In-order traversal visits nodes in the order: left child, parent, right child. Example: For a BST, it gives sorted order.

    • Pre-order traversal visits nodes in the order: parent, left child, right child. Example: Useful for creating a copy o...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Merge sort was asked
  • Q2. Binary search was asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Linked list one easy question

Round 2 - Case Study 

Can't disclose NDA it was regarding class diagram

Round 3 - Behavioral 

(2 Questions)

  • Q1. What is your favourite company
  • Q2. How can you explain the path of ip to url
  • Ans. 

    IP address is converted to URL through DNS resolution process involving multiple steps.

    • IP address is obtained from the domain name system (DNS) server when a user enters a URL in a web browser.

    • The DNS server looks up the IP address associated with the URL in its database.

    • The DNS server then returns the IP address to the user's device, allowing it to establish a connection to the server hosting the website.

    • For example, ...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why this company
  • Q2. What is the thing you wanna improve
  • Ans. 

    I want to improve my problem-solving skills by learning new programming languages and technologies.

    • Learn a new programming language like Python or Java

    • Explore new technologies like cloud computing or machine learning

    • Practice solving coding challenges on platforms like LeetCode or HackerRank

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Networking questions
  • Q2. VMware VSphere questions
  • Q3. OS related questions
Round 2 - Behavioral 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Will you be ok working in shifts
  • Ans. 

    Yes, I am comfortable working in shifts and have prior experience doing so.

    • I have previous experience working in shifts at my previous job

    • I am flexible with my schedule and can easily adapt to different shift timings

    • I understand the importance of providing support round the clock and am willing to work in shifts

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Questions about values
  • Q2. Salary negotiations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse binary tree.
  • Ans. 

    Reverse a binary tree by swapping left and right child nodes recursively.

    • Start from the root node

    • Swap the left and right child nodes of each node recursively

    • Continue until all nodes have been swapped

  • Answered by AI
  • Q2. DSA problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare algos and Data structures mainly.

Business Analyst Interview Questions & Answers

user image Perumal Raj

posted on 10 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Excel questions
  • Q2. Vlookup question
Round 2 - Behavioral 

(2 Questions)

  • Q1. Scenario based questions
  • Ans. 

    As a Business Analyst, I would assess stakeholder needs and propose effective solutions.

    • Identify key stakeholders and their requirements through interviews and surveys.

    • Analyze current processes to identify inefficiencies, e.g., using process mapping.

    • Develop use cases to illustrate how proposed solutions will meet business needs.

    • Facilitate workshops to gather feedback and refine requirements collaboratively.

    • Utilize data...

  • Answered by AI
  • Q2. Conflict management questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple competitive questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Questions in resume
  • Q2. Domain questions
  • Q3. Live scenario related questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. About vmware and company culture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. VMware related about snapshot process and vmware files etc, networking

Technical Lead Interview Questions & Answers

user image Sanjay Kumar Yadav

posted on 19 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. OOPS hibernate
  • Q2. String Angular javascript node js
Round 2 - HR 

(2 Questions)

  • Q1. Work invironmet
  • Ans. 

    Collaborative, fast-paced, innovative work environment with emphasis on teamwork and continuous learning.

    • Open communication and collaboration among team members

    • Fast-paced and dynamic work environment

    • Emphasis on innovation and creativity

    • Teamwork and support for continuous learning and growth

  • Answered by AI
  • Q2. My thoughts ,what is work process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be clear with your point or goals
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is Difference between vMotion, FT and HA What is VPXA
  • Ans. 

    vMotion, FT, and HA are VMware technologies for virtual machine mobility, fault tolerance, and high availability. VPXA is a vCenter Server agent.

    • vMotion allows live migration of virtual machines between hosts without downtime

    • FT provides continuous availability for virtual machines by creating a secondary VM that mirrors the primary VM

    • HA automatically restarts virtual machines on different hosts in case of host failure

    • V...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. How do you handle multiple severity-1 tickets
  • Ans. 

    Prioritize and delegate tasks, communicate with stakeholders, and work efficiently under pressure.

    • Prioritize severity-1 tickets based on impact and urgency

    • Delegate tasks to team members based on expertise and workload

    • Communicate with stakeholders about the status and resolution of tickets

    • Work efficiently under pressure to resolve tickets in a timely manner

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about VMware Software?
Ask anonymously on communities.

VMware Software Interview FAQs

How many rounds are there in VMware Software interview?
VMware Software interview process usually has 2-3 rounds. The most common rounds in the VMware Software interview process are Technical, One-on-one Round and Coding Test.
How to prepare for VMware Software interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at VMware Software. The most common topics and skills that interviewers at VMware Software expect are VMware, Python, Automation, Virtualization and Networking.
What are the top questions asked in VMware Software interview?

Some of the top questions asked at the VMware Software interview -

  1. You are given a binary array with N elements: d[0], d[1], ... d[N - 1]. You can...read more
  2. How does HA works? Port number? How many host failure allowed and why? ANS--> M...read more
  3. Docker command to transfer an image from one machine to another without using d...read more
How long is the VMware Software interview process?

The duration of VMware Software interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 101 interview experiences

Difficulty level

Easy 15%
Moderate 81%
Hard 4%

Duration

Less than 2 weeks 57%
2-4 weeks 25%
4-6 weeks 9%
6-8 weeks 8%
More than 8 weeks 2%
View more

Explore Interview Questions and Answers for Top Skills at VMware Software

Interview Questions from Similar Companies

Oracle Interview Questions
3.6
 • 899 Interviews
Zoho Interview Questions
4.2
 • 548 Interviews
Amdocs Interview Questions
3.7
 • 536 Interviews
SAP Interview Questions
4.2
 • 293 Interviews
Adobe Interview Questions
3.8
 • 249 Interviews
Dassault Systemes Interview Questions
3.9
 • 180 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
View all

VMware Software Reviews and Ratings

based on 1.1k reviews

4.4/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

4.4

Salary

3.5

Job security

4.3

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 1.1k Reviews and Ratings
Technical Support Engineer - VCF

Kalyani,

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

VCF SAM Manager

Kalyani,

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Manager of Technical Support - Payment Security Division

Bangalore / Bengaluru

8-18 Yrs

Not Disclosed

Explore more jobs
Member Technical Staff
489 salaries
unlock blur

₹24.3 L/yr - ₹46.2 L/yr

Senior Member of Technical Staff
440 salaries
unlock blur

₹40.7 L/yr - ₹73.8 L/yr

Technical Support Engineer
393 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Business Analyst
257 salaries
unlock blur

₹8.6 L/yr - ₹15 L/yr

Technical Staff Member 3
250 salaries
unlock blur

₹30 L/yr - ₹50 L/yr

Explore more salaries
Compare VMware Software with

Oracle

3.6
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview