Upload Button Icon Add office photos

VMware Software

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

VMware Software Member Technical Staff Interview Questions, Process, and Tips

Updated 14 May 2024

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 g ...read more
  • Q2. 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 anag ...read more
  • Q3. Which data structure would you use to implement the undo and redo operation in a system?
View all 9 questions

VMware Software Member Technical Staff Interview Experiences

9 interviews found

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

(2 Questions)

  • Q1. Merge sort, check duplicates
  • Q2. String related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Merge sort,strings questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Mangerial Questions

Member Technical Staff Interview Questions Asked at Other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest ... read more
asked in Salesforce
Q2. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
Q3. Check Permutation Problem Statement Given two strings 'STR1' and ... read more
asked in Salesforce
Q4. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Salesforce
Q5. Longest Happy String Problem Statement Given three non-negative i ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1 hour coding interview where medium level DSA problems were asked.

Round 2 - Coding Test 

1 hour interview. 1 coding question and some questions related to cloud were asked.

Round 3 - Behavioral 

(1 Question)

  • Q1. General discussion about the role and the work I will be doing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice medium level leetcode questions along with some basic understanding of system design.
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.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Coding Test 

Oracle RDBMS concepts, core java, data structures

Round 3 - One-on-one 

(1 Question)

  • Q1. More like a discussion

VMware Software interview questions for designations

 Member Technical Staff 2

 (1)

 Senior Member of Technical Staff

 (2)

 Technical Staff Member 2

 (2)

 Member Technical Staff 1

 (1)

 Technical Staff Member 3

 (1)

 Member Technical Staff Engineer

 (1)

 Senior Technical Staff Member

 (1)

 Senior Member Technical

 (2)

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

Round 1 - Coding Test 

Basic Coding questions around LRU Cache and Top View Tree Traversal

Round 2 - Coding Test 

Multi threading and Internal Working of Hash Map!

Round 3 - HR 

(1 Question)

  • Q1. Behavioural Questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural Questions
Round 5 - HR 

(1 Question)

  • Q1. Behavioural Questions

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

Get interview-ready with Top VMware Software Interview Questions

I was interviewed 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

Member Technical Staff Jobs at VMware Software

View all

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 Resume 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 applied via LinkedIn and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked agile and basic java selenium Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ur basics well and ur all set

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Th interviewer asked me questions related to various topics of OS, Data Structures and Algorithm.
Tips: Have a strong hold on topics of OS like segmentation and buddy systems.

  • Q1. What is segmentation?
  • Ans. 

    Segmentation is the process of dividing a larger entity into smaller parts or segments.

    • Segmentation is commonly used in image processing to separate objects of interest from the background.

    • It is also used in marketing to divide a target market into smaller groups based on demographics, behavior, or other factors.

    • In networking, segmentation refers to dividing a network into smaller subnetworks to improve performance and

  • Answered by AI
  • Q2. What are the advantages and disadvantages of the buddy system?
  • Ans. 

    The buddy system has advantages like increased safety and support, but also drawbacks like dependency and lack of independence.

    • Advantages: increased safety, support, accountability, motivation

    • Disadvantages: dependency, lack of independence, potential for conflicts

    • Example: In a buddy system at work, colleagues can support each other in completing tasks and provide motivation to stay on track.

    • Example: However, relying to...

  • Answered by AI
  • Q3. What is a page fault?
  • Ans. 

    A page fault occurs when a program tries to access a page of memory that is not currently in physical RAM.

    • Occurs when a program tries to access a page of memory not in physical RAM

    • Results in the operating system needing to retrieve the page from disk

    • Can lead to a temporary pause in program execution

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The round consisted of questions of heap, Towers of hanoi and other questions related to CV.
Tips: Time complexity analysis of Towers of Hanoi Problem is important. Good skillset in DS and Algorithms, Bit Manipulation.

  • Q1. 

    Tower of Hanoi Problem Statement

    You have three rods numbered from 1 to 3, and 'N' disks initially stacked on the first rod in increasing order of their sizes (largest disk at the bottom). Your task is to...

  • Ans. 

    Tower of Hanoi problem where 'N' disks need to be moved to another rod following specific rules in less than 2^N moves.

    • Implement a recursive function to move disks from one rod to another following the rules.

    • Use the concept of recursion and backtracking to solve the Tower of Hanoi problem efficiently.

    • Maintain a count of moves and track the movement of disks in a 2-D array/list.

    • Ensure that larger disks are not placed on...

  • Answered by AI
  • Q2. 

    Convert Array to Min Heap Task

    Given an array 'ARR' of integers with 'N' elements, you need to convert it into a min-binary heap.

    A min-binary heap is a complete binary tree where each internal node's va...

  • Ans. 

    Convert the given array into a min-binary heap by modifying the array elements.

    • Iterate through the array and heapify each node starting from the last non-leaf node to the root node.

    • For each node, compare it with its children and swap if necessary to satisfy the min-heap property.

    • Continue this process until the entire array is converted into a min-heap.

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

The HR asked about my hobbies, extra curricular activities and checked my personality.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAVMware Software India Private Limited interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Skill Tips: Be good at C++. Keep your CGPA high
Skills:
College Name: NIT Surathkal
Contribute & help others!
anonymous
You can choose to be anonymous

VMware Software Interview FAQs

How many rounds are there in VMware Software Member Technical Staff interview?
VMware Software interview process usually has 2-3 rounds. The most common rounds in the VMware Software interview process are Coding Test, HR and One-on-one Round.
How to prepare for VMware Software Member Technical Staff 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, Debugging and Agile.
What are the top questions asked in VMware Software Member Technical Staff interview?

Some of the top questions asked at the VMware Software Member Technical Staff interview -

  1. Manager discussion for 30 min. This was about work and te...read more
  2. I was asked agile and basic java selenium Questi...read more
  3. Multi-threading and concurrency, lo...read more

Recently Viewed

INTERVIEWS

Aarti Industries

No Interviews

INTERVIEWS

iamneo

No Interviews

SALARIES

Accord Software & Systems

INTERVIEWS

Accord Software & Systems

No Interviews

INTERVIEWS

Pyramid Softsol

No Interviews

INTERVIEWS

Jamboree Education

No Interviews

SALARIES

Worldline

SALARIES

Worldline

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

Tell us how to improve this page.

VMware Software Member Technical Staff Interview Process

based on 6 interviews

2 Interview rounds

  • Coding Test Round - 1
  • Coding Test Round - 2
View more
VMware Software Member Technical Staff Salary
based on 564 salaries
₹12 L/yr - ₹43 L/yr
101% more than the average Member Technical Staff Salary in India
View more details

VMware Software Member Technical Staff Reviews and Ratings

based on 43 reviews

4.3/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

4.4

Salary

3.8

Job security

4.3

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 43 Reviews and Ratings
Member Technical Staff
564 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Member of Technical Staff
509 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
399 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
255 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Staff Member 3
250 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent