Upload Button Icon Add office photos

VMware Software

Compare button icon Compare button icon Compare

Filter interviews by

VMware Software Interview Questions, Process, and Tips

Updated 22 Feb 2025

Top VMware Software Interview Questions and Answers

View all 247 questions

VMware Software Interview Experiences

Popular Designations

145 interviews found

QAE Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

QAE Interview Questions asked at other Companies

Q1. Test cases for google maps
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Interview Preparation Tips

Topics to prepare for VMware Software Devops Engineer interview:
  • introduction of your self
Interview preparation tips for other job seekers - if you searching as a fresher .Be practice with confidence to introduce your self .And you have to must be what the interviewer asking first listen carefully,and talk cofidenc with good english.

Skills evaluated in this interview

Top VMware Software Devops Engineer Interview Questions and Answers

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
VMware Software Interview Questions and Answers for Freshers
illustration image

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is LinkedList ?
  • Ans. 

    LinkedList is a linear data structure where each element is a separate object with a pointer to the next element.

    • LinkedList is a collection of nodes that contain data and a reference to the next node.

    • It allows dynamic memory allocation and efficient insertion/deletion of elements.

    • Traversal in LinkedList is slower than arrays as it requires sequential access.

    • Examples include Singly LinkedList, Doubly LinkedList, and Cir

  • Answered by AI
  • Q2. Explain stack and queue
  • Ans. 

    Stack is a data structure that follows LIFO (Last In First Out) principle. Queue is a data structure that follows FIFO (First In First Out) principle.

    • Stack is like a stack of plates where the last plate added is the first one to be removed

    • Push and pop operations are used to add and remove elements from the stack

    • Examples of stack include browser history, undo-redo operations

    • Queue is like a queue of people waiting in lin...

  • Answered by AI
  • Q3. Binary tree

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare Ds Algo & System design

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Interview Questions & Answers

user image Namrata Prakash

posted on 28 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand details of the role well and self assess if you possess those skills.. rather than keeping your target to crack the interview, figure out if you would enjoy the role… donot overcommit as you won’t go too far with it.

VMware Software interview questions for popular designations

 Technical Support Engineer

 (13)

 Member Technical Staff

 (9)

 Business Analyst

 (9)

 Software Engineer

 (7)

 Mts Software Engineer

 (7)

 Staff Engineer

 (4)

 Software Developer

 (4)

 Senior Business Analyst

 (4)

I applied via Shine and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell us about your work on Reliability?
  • Ans. 

    I have extensive experience in ensuring the reliability of systems and processes.

    • Implemented robust quality control measures to minimize errors and defects

    • Developed and executed comprehensive testing procedures to identify and resolve potential issues

    • Established preventive maintenance schedules to maximize equipment uptime

    • Implemented backup and recovery strategies to ensure data integrity

    • Collaborated with cross-functio...

  • Answered by AI
  • Q2. Tell us about yourself?
  • Ans. I am Associate Consultant in Conacent Consulting Private Limited.
  • Answered by Tanay Lakshman
  • Q3. What is Reliablity?
  • Ans. 

    Reliability is the quality of being trustworthy and consistent in performance or behavior.

    • Reliability refers to the ability of something or someone to consistently deliver the expected results.

    • It involves being dependable, consistent, and trustworthy.

    • Reliability can be measured by factors such as uptime, accuracy, and consistency.

    • For example, a reliable car starts every time and doesn't break down frequently.

    • In a perso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I got selected by LTAF process.

Ownership Interview Questions asked at other Companies

Q1. Tell us about your work on Reliability?
View answer (3)

Get interview-ready with Top VMware Software Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2022

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - interview was lengthy. with all sort of events cancellation and rescheduling.
I had worked with them earlier and had applied throught referral. Interview lasted for 40 days. Since I had applied through referral, I continued with them. I had constant feeling in my mind about the current culture, I because of rescheduling and interviewer "no show" - I had doubt on my decision on moving ahead with interviews.

Difficulty was average. In 1 round I felt expectation was not set correctly. In most of the round people were good and co-operative. However I felt in one round interviewer started with questions soon after joining the interview. I also interview people but I take sometime to set context.

I was proceeding with interview but had a different opinion growing in my mind. I wanted to proceed with the interviews since I had worked with them 7/8 years back and I had approached someone for referral.
I have worked with Microsoft but I can tell proudly they did not waste time. 6 round and all were done in 3 weeks.

Well, news is - It's a NO. and it is my last attempt. I don't wish to attempt again.

Jobs at VMware Software

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.

Top VMware Software Member Technical Staff Interview Questions and Answers

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)

I applied via Referral and was interviewed in May 2022. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be proactive with your answer. Open minded.

Marketing Specialist Interview Questions asked at other Companies

Q1. how will you market our products? What startegy will be there?
View answer (1)

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Preparation Tips

Topics to prepare for VMware Software Member Technical Staff interview:
  • Data Structures
  • Java
Interview preparation tips for other job seekers - Good knowledge in Java if applying for Java Background and medium level Data Structures knowledge is essential

Top VMware Software Member Technical Staff Interview Questions and Answers

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2022. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding, domain knowledge, communication skills, confidence

Skills evaluated in this interview

Top VMware Software Software Engineer Interview Questions and Answers

Q1. What is the system call that creates a separate connection?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Contribute & help others!
anonymous
You can choose to be anonymous

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. Prerequisites for HA ? First, for clusters enabled for VMware HA, all virtual m...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.

Recently Viewed

INTERVIEWS

Maruti Suzuki

No Interviews

SALARIES

VMware Software

SALARIES

Thomson Reuters

REVIEWS

Ashok Leyland

No Reviews

SALARIES

24/7 Customer

JOBS

Accenture

No Jobs

SALARIES

VMware Software

REVIEWS

VMware Software

No Reviews

SALARIES

Automatic Data Processing (ADP)

SALARIES

GE Healthcare

Tell us how to improve this page.

VMware Software Interview Process

based on 101 interviews

Interview experience

4.4
  
Good
View more

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

Explore Interview Questions and Answers for Top Skills at VMware Software

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 847 Interviews
Amdocs Interview Questions
3.7
 • 514 Interviews
Dell Interview Questions
4.0
 • 386 Interviews
Cisco Interview Questions
4.1
 • 371 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Red Hat Interview Questions
4.3
 • 53 Interviews
View all

VMware Software Reviews and Ratings

based on 1k reviews

4.4/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

4.4

Salary

3.6

Job security

4.3

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 1k Reviews and Ratings
Staff Engineer - Memory Design Validation

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Senior Software Engineer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Explore more jobs
Member Technical Staff
565 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Member of Technical Staff
508 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
399 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Staff Member 3
258 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
231 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare VMware Software with

Microsoft Corporation

4.0
Compare

Oracle

3.7
Compare

IBM

4.0
Compare

SAP

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview