Upload Button Icon Add office photos

Filter interviews by

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

 Senior Technical Staff Member

 (1)

 Member Technical Staff 1

 (1)

 Member Technical Staff Engineer

 (1)

 Technical Staff Member 3

 (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. Palindromic String

    In this method, Before we start let us define what is the right half (or right part) and what is left half (or left part) in the string. There can be two cases based on the length of the string:

     

    • Case-1: (Odd length string), consider the string “1234567”, the part of the string “123” is the left part(or left half) and the part “567” is the right part(or right half), and the one left(4) is called t...
  • Answered Anonymously
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. Brute-Force

    The basic idea of this approach is to sort both the strings and compare the characters of the sorted strings.

    • Sort both strings.
    • Compare the characters of the sorted strings.
    Space Complexity: O(logn)Explanation:

    O(1)

     

    Since we not using any extra space, the overall space complexity will be O(1).

    Time Complexity: O(nlogn)Explanation:

    O(N * log(N)), Where ‘N’ is the length of the strings.

     

    Since we are so...

  • Answered Anonymously
  • Q2. Which data structure would you use to implement the undo and redo operation in a system?
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?
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:
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 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?
  • Q2. What are the advantages and disadvantages of the buddy system?
  • Q3. What is a page fault?
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...

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

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 experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Asked coding question on array medium level.
Round 2 - Technical 

(1 Question)

  • Q1. Asked design related question and coding question and current project architecture etc
Round 3 - Behavioral 

(1 Question)

  • Q1. Techno behavioural question
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - PS dsa system design doing properly will help

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

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 566 salaries
₹12 L/yr - ₹43.4 L/yr
103% more than the average Member Technical Staff Salary in India
View more details

VMware Software Member Technical Staff Reviews and Ratings

based on 46 reviews

4.3/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

4.4

Salary

3.7

Job security

4.3

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 46 Reviews and Ratings
Member Technical Staff
566 salaries
unlock blur

₹12 L/yr - ₹43.4 L/yr

Senior Member of Technical Staff
509 salaries
unlock blur

₹24 L/yr - ₹72.6 L/yr

Technical Support Engineer
398 salaries
unlock blur

₹7.2 L/yr - ₹18.9 L/yr

Business Analyst
255 salaries
unlock blur

₹4.8 L/yr - ₹17 L/yr

Technical Staff Member 3
250 salaries
unlock blur

₹17 L/yr - ₹60 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