Upload Button Icon Add office photos

VMware Software

Compare button icon Compare button icon Compare

Filter interviews by

VMware Software Interview Questions and Answers for Freshers

Updated 22 Feb 2025
Popular Designations

7 Interview questions

A Summer Intern was asked
Q. Discuss the cost elements you feel are relevant in creating the cost per quote for an IT company.
Ans. 

The cost per quote for an IT company is influenced by various cost elements.

  • Labor costs: including salaries, benefits, and training for employees involved in the quoting process.

  • Software and hardware costs: expenses related to the tools and technology used for generating quotes.

  • Infrastructure costs: expenses for maintaining servers, networks, and other IT infrastructure required for the quoting process.

  • Marketing a...

View all Summer Intern interview questions
A Summer Intern was asked
Q. What are the relevant elements to be considered in ascertaining the cost of creating a quote by an IT company?
Ans. 

The relevant elements to consider in ascertaining the cost of creating a quote by an IT company

  • Scope of the project

  • Complexity of the requirements

  • Labor costs

  • Technology and tools required

  • Timeframe for completion

  • Overhead expenses

  • Profit margin

  • Competitor pricing

  • Client's budget constraints

View all Summer Intern interview questions
A Devops Engineer was asked
Q. Introduction why you choose devops any programming language you have learned
Ans. 

I chose DevOps because it allows me to bridge the gap between development and operations, and I have learned multiple programming languages.

  • DevOps enables faster and more efficient software delivery

  • I have experience with programming languages such as Python, Java, and Bash

  • DevOps practices such as continuous integration and deployment are essential for modern software development

  • I enjoy working in a collaborative e...

View all Devops Engineer interview questions
A Member Technical Staff was asked
Q. Can you design the bank architecture using basic OOP concepts in any programming language?
Ans. 

Yes, I can design the bank architecture using basic OOP concepts in any programming language.

  • Create classes for entities like Bank, Account, Customer, Transaction, etc.

  • Use inheritance to model relationships between entities (e.g. SavingsAccount and CheckingAccount inheriting from Account).

  • Implement encapsulation to hide internal details of classes and provide public interfaces for interaction.

  • Utilize polymorphism ...

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. 

Check Permutation Problem Statement

Given two strings 'STR1' and 'STR2', determine if they are anagrams of each other.

Explanation:

Two strings are considered to be anagrams if they contain the same char...

Ans. 

Check if two strings are anagrams of each other by comparing their characters.

  • Create a character frequency map for both strings and compare them.

  • Sort both strings and compare if they are equal.

  • Use a hash set to store characters from one string and remove them while iterating through the other string.

  • Check if the character counts of both strings are equal.

  • Example: For input 'listen' and 'silent', the output should ...

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. Which data structure would you use to implement the undo and redo operation in a system?
Ans. 

Use a stack data structure for implementing undo and redo operations.

  • Stack data structure is ideal for implementing undo and redo operations as it follows Last In First Out (LIFO) principle.

  • Push the state of the system onto the stack when an action is performed, allowing for easy undo by popping the top element.

  • Redo operation can be implemented by keeping a separate stack for redo actions.

  • Example: In a text editor...

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. 

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, an...

Ans. 

Find the next smallest palindrome greater than a given number represented as a string.

  • Iterate from the middle of the number and mirror the left side to the right side to create a palindrome

  • If the resulting palindrome is greater than the input number, return it

  • Handle cases where the number has all 9s and requires a carry over to the left side

View all Member Technical Staff interview questions
Are these interview questions helpful?

VMware Software Interview Experiences for Freshers

9 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
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. All behaviour questions
  • Q2. Previous duties
  • Ans. 

    As a Senior Business Analyst, I managed projects, analyzed data, and collaborated with stakeholders to drive business improvements.

    • Conducted requirements gathering sessions with stakeholders to identify business needs and objectives.

    • Developed detailed business requirement documents (BRDs) and functional specifications for new system implementations.

    • Utilized data analysis tools to interpret complex datasets, leading to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t believe the Managers words , they might give you a good hope in final interview but they have multiple options in their mind, so keep on looking for another offer or else you will be hold

Once you have multiple offers do the same to companies as well 😉

BA2 interview was for Pricing team
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

About sales and experience

Round 3 - Group Discussion 

With manager and team

Round 4 - One-on-one 

(1 Question)

  • Q1. With manager about personal details

I applied via LinkedIn and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

General Questions were asked on probability, reasoning, logical etc

Round 3 - Coding Test 

Coding questions were easy to medium. There were 2 questions 1 was easy and other was medium. It had 45 mins as time limit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the CS fundamentals, Have good coding skills, having some knowledge on cloud is a bonus

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - call interview 

(1 Question)

  • Q1. Introduction why you choose devops any programming language you have learned
  • Ans. 

    I chose DevOps because it allows me to bridge the gap between development and operations, and I have learned multiple programming languages.

    • DevOps enables faster and more efficient software delivery

    • I have experience with programming languages such as Python, Java, and Bash

    • DevOps practices such as continuous integration and deployment are essential for modern software development

    • I enjoy working in a collaborative enviro...

  • Answered by AI

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

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

The round was audio and video proctored, since it was virtual.
It lasted for 90 minutes.
The questions was of medium level.

  • 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, a...

  • Ans. 

    Find the next smallest palindrome greater than a given number represented as a string.

    • Iterate from the middle of the number and mirror the left side to the right side to create a palindrome

    • If the resulting palindrome is greater than the input number, return it

    • Handle cases where the number has all 9s and requires a carry over to the left side

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It was Technical round of 60 minutes,
the interviewer was very nice person.

  • Q1. 

    Check Permutation Problem Statement

    Given two strings 'STR1' and 'STR2', determine if they are anagrams of each other.

    Explanation:

    Two strings are considered to be anagrams if they contain the same cha...

  • Ans. 

    Check if two strings are anagrams of each other by comparing their characters.

    • Create a character frequency map for both strings and compare them.

    • Sort both strings and compare if they are equal.

    • Use a hash set to store characters from one string and remove them while iterating through the other string.

    • Check if the character counts of both strings are equal.

    • Example: For input 'listen' and 'silent', the output should be tr...

  • Answered by AI
  • Q2. Which data structure would you use to implement the undo and redo operation in a system?
  • Ans. 

    Use a stack data structure for implementing undo and redo operations.

    • Stack data structure is ideal for implementing undo and redo operations as it follows Last In First Out (LIFO) principle.

    • Push the state of the system onto the stack when an action is performed, allowing for easy undo by popping the top element.

    • Redo operation can be implemented by keeping a separate stack for redo actions.

    • Example: In a text editor, eac...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

It was a resume based Interview round technical - 2
the interviewer was helping and humble.

  • Q1. Can you design the bank architecture using basic OOP concepts in any programming language?
  • Ans. 

    Yes, I can design the bank architecture using basic OOP concepts in any programming language.

    • Create classes for entities like Bank, Account, Customer, Transaction, etc.

    • Use inheritance to model relationships between entities (e.g. SavingsAccount and CheckingAccount inheriting from Account).

    • Implement encapsulation to hide internal details of classes and provide public interfaces for interaction.

    • Utilize polymorphism to al...

  • Answered by AI
Round 4 - HR 

Round duration - 15 Minutes
Round difficulty - Easy

It was the easiest round.
And it was supposed to be the same.
It was an HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Institute of Engineering & Technology (DAVV). I applied for the job as Member of Technical Staff in BangaloreEligibility criteria7 CGPAVMware Inc interview preparation:Topics to prepare for the interview - DSA, Competitive Coding, OOPS Concepts, OS, DBMS, CN.Time required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice the DSA sheet of 180 commonly asked questions by striver.
Tip 2 : Do Competitive coding regularly, try to be consistent in short contests.
Tip 3 : Revise the core subjects basics regularly.

Application resume tips for other job seekers

Tip 1 : Resume must be concise and to the point.
Tip 2 : Never add any fake skill in your resume, because they can ask anything from your skills.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Question from BST, Stack
  • Q2. Multi-threading and concurrency, lock.
  • Q3. Interval merge, divider and conquer
  • Q4. Project discussion, design discussion
  • Q5. Manager discussion for 30 min. This was about work and team.

Interview Preparation Tips

Topics to prepare for VMware Software Member Technical Staff interview:
  • Operating Systems
  • Data Structures
  • Algorithms
  • System Design
Interview preparation tips for other job seekers - Prepare well with system architecture, OS, system calls, concurrency. Leetcode medium

I appeared for an interview in Mar 2017.

Interview Questionnaire 

3 Questions

  • Q1. Tell us something about yourself?
  • Ans. 

    I am a motivated and hardworking individual with a passion for learning and growth.

    • Currently pursuing a degree in [Your Major] at [Your University]

    • Completed internships at [Company Name] and [Company Name], gaining experience in [Specific Field]

    • Involved in extracurricular activities such as [Club Name] and [Volunteer Organization]

    • Proficient in [Specific Skills] and eager to apply them in a professional setting

  • Answered by AI
  • Q2. Throw some light on the Graduation Project that you've done and what exactly did you learn from it?
  • Ans. 

    Designed a smart irrigation system using IoT technology

    • Researched different sensors and microcontrollers for the project

    • Developed a mobile application to remotely monitor and control the irrigation system

    • Tested the system in a real-world setting to analyze its efficiency

    • Learned about the importance of data collection and analysis in optimizing agricultural processes

  • Answered by AI
  • Q3. Discuss the Cost Elements you feel are relevant in creating the Cost per Quote for an IT Company?
  • Ans. 

    The cost per quote for an IT company is influenced by various cost elements.

    • Labor costs: including salaries, benefits, and training for employees involved in the quoting process.

    • Software and hardware costs: expenses related to the tools and technology used for generating quotes.

    • Infrastructure costs: expenses for maintaining servers, networks, and other IT infrastructure required for the quoting process.

    • Marketing and ad...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was an internal process in which the CV was forwarded to the company and nothing was disclosed about the selection process to the students

Round: Other Interview
Experience: The Interviewer was interested in knowing more about my background and past Industry interaction in terms of Projects pursued

Skills: Project & Dissertation Work, Cost Analysis
College Name: IIM Raipur

I appeared for an interview in Mar 2017.

Interview Questionnaire 

3 Questions

  • Q1. Tell us something about yourself
  • Ans. 

    I am a motivated and hardworking student with a passion for learning and gaining new experiences.

    • Currently pursuing a degree in [Your Major] at [Your University]

    • Previous experience as a [Previous Job Title] at [Previous Company]

    • Involved in extracurricular activities such as [Activity 1] and [Activity 2]

    • Interested in [Specific Interest or Hobby] in my free time

  • Answered by AI
  • Q2. Tell us more about the Project which you've pursued for your Graduation
  • Ans. 

    Developed a mobile application for tracking and managing personal fitness goals

    • Researched existing fitness apps to identify key features and user preferences

    • Designed user interface for easy navigation and goal setting

    • Implemented features such as workout tracking, meal planning, and progress tracking

    • Conducted user testing to gather feedback and make improvements

    • Presented project findings and demo to faculty for evaluati...

  • Answered by AI
  • Q3. What are the relevant elements to be considered in ascertaining the Cost of creating a Quote by an IT Company
  • Ans. 

    The relevant elements to consider in ascertaining the cost of creating a quote by an IT company

    • Scope of the project

    • Complexity of the requirements

    • Labor costs

    • Technology and tools required

    • Timeframe for completion

    • Overhead expenses

    • Profit margin

    • Competitor pricing

    • Client's budget constraints

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was more of an Internal Process, the details of which were not disclosed to the students.

Round: Other Interview
Experience: This round was centred around understanding the projects I have pursued in the past and my knowledge of Costing

Skills: Project Done In Past
College Name: IIM Raipur

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about VMware Software?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Core Java - OOPS features, Abstract classes and Interface, Inner Classes, String and Object Class, Equals and HashCode methods, Runtime and Compile time exception, Method overloading and overriding, Cus...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Clear Core java concepts firmly
2. Basic DB queries
3. Basic Unix commands

VMware Software Interview FAQs

How many rounds are there in VMware Software interview for freshers?
VMware Software interview process for freshers usually has 2-3 rounds. The most common rounds in the VMware Software interview process for freshers are Resume Shortlist, Technical and One-on-one Round.
How to prepare for VMware Software interview for freshers?
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, C++, Analytical and Automation.
What are the top questions asked in VMware Software interview for freshers?

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

  1. What are the relevant elements to be considered in ascertaining the Cost of cre...read more
  2. Discuss the Cost Elements you feel are relevant in creating the Cost per Quote ...read more
  3. introduction why you choose devops any programming language you have lear...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

3.3/5

based on 3 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 50%
6-8 weeks 50%
View more

Explore Interview Questions and Answers for Top Skills at VMware Software

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 894 Interviews
Zoho Interview Questions
4.2
 • 537 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 234 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 Manager

Kalyani,

Bangalore / Bengaluru

8-13 Yrs

₹ 24.9-40.5 LPA

Emulation and Silicon Validation Engineer

Bangalore / Bengaluru

12-17 Yrs

Not Disclosed

Services & Lifecycle Support Engineer

Kalyani,

Bangalore / Bengaluru

25-30 Yrs

Not Disclosed

Explore more jobs
Member Technical Staff
542 salaries
unlock blur

₹22.1 L/yr - ₹40 L/yr

Senior Member of Technical Staff
512 salaries
unlock blur

₹40.6 L/yr - ₹72.8 L/yr

Technical Support Engineer
396 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Business Analyst
271 salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Technical Staff Member 3
248 salaries
unlock blur

₹30 L/yr - ₹53.1 L/yr

Explore more salaries
Compare VMware Software with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview