Upload Button Icon Add office photos

Filter interviews by

VMware Software Member Technical Staff 2 Interview Questions and Answers

Updated 18 May 2017

VMware Software Member Technical Staff 2 Interview Experiences

1 interview found

I was interviewed in Dec 2016.

Interview Questionnaire 

8 Questions

  • Q1. Question related to multitasking in OS like buddy systems.
  • Q2. What is page fault and segmentation?
  • Ans. 

    A page fault occurs when a requested page is not found in the main memory. Segmentation is a memory management technique.

    • Page fault: Occurs when a requested page is not present in the main memory

    • Segmentation: Memory management technique that divides the memory into segments

    • Examples: Page fault occurs when accessing data from virtual memory, while segmentation allows different segments for code, data, and stack

  • Answered by AI
  • Q3. Implement a min heap using priority queue.
  • Ans. 

    A min heap can be implemented using a priority queue, where the smallest element has the highest priority.

    • Use a priority queue data structure to implement the min heap.

    • Ensure that the smallest element has the highest priority.

    • Implement the necessary operations like insert, delete, and extract min.

    • Maintain the heap property by percolating up or down as needed.

  • Answered by AI
  • Q4. Implementation of Towers of Hanoi problem.
  • Q5. Question related to project in CV, in my case Data Analytics.
  • Q6. What do you do in your free time except studies?
  • Q7. Would you like to join at the Bangalore Office?
  • Q8. What extra curricular activities did you do?

Interview Preparation Tips

Round: Test
Experience: It was a written test which consisted of various MCQs with negative marking and time limit was around 90 minutes. It had topics like OS, Data Structures and Algorithms.
Tips: Follow geeksforgeeks.com, code regularly. Focuson topics like OS, Data Structures and Algorithms.
Duration: 1 hour 30 minutes
Total Questions: 70

Round: Technical Interview
Experience: 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.

Round: Technical Interview
Experience: 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.

Round: HR Interview
Experience: The HR asked about my hobbies, extra curricular activities and checked my personality.
Tips: Be confident. Whenever you are asked a question, be bold and ask out if you have a doubt. be genuine and get involved. Just don't be quiet.

College Name: IIT Varanasi

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was ML system design where they asked me to design Quora
  • Q2. Code Kmeans from scratch
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vignan Institute of Technology and Science, Poochampally Mandal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude consists of reasoning, codes etc

Round 2 - Technical 

(2 Questions)

  • Q1. How do you motivate your team
  • Ans. 

    I motivate my team by setting clear goals, providing regular feedback, recognizing achievements, and fostering a positive work environment.

    • Setting clear goals and expectations

    • Providing regular feedback and constructive criticism

    • Recognizing and rewarding achievements

    • Fostering a positive work environment through team-building activities and open communication

  • Answered by AI
  • Q2. String code in python
  • Ans. 

    String manipulation in Python

    • Use string methods like split(), join(), replace(), etc.

    • Remember that strings are immutable in Python

    • Be mindful of string concatenation efficiency

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Pattern code right angle triangle
  • Q2. Tell me about your project
  • Ans. 

    Developed a mobile app for tracking daily water intake and setting hydration goals.

    • Used React Native for front-end development

    • Implemented Firebase for backend database and authentication

    • Included features like daily reminders and progress tracking

    • Received positive feedback from users on user-friendly interface

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Who is your motivation
  • Ans. 

    My motivation is my family and the desire to make them proud.

    • Family is my biggest motivation

    • I want to succeed to provide a better life for my loved ones

    • Their support drives me to work harder

    • Seeing their happiness when I achieve my goals fuels my determination

  • Answered by AI
  • Q2. Tell me about your project
  • Ans. 

    Developed a mobile application for tracking daily water intake

    • Designed user-friendly interface for inputting water consumption

    • Implemented reminder notifications to encourage regular hydration

    • Integrated with health tracking apps to provide comprehensive health data

    • Received positive feedback from users on improved hydration habits

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Design parking lot
  • Ans. 

    Design a parking lot with efficient layout and features

    • Consider the size and layout of the parking lot

    • Include designated spots for different types of vehicles (compact, regular, handicapped)

    • Implement a clear signage system for easy navigation

    • Incorporate security measures such as lighting and surveillance cameras

    • Include payment options for parking fees (e.g. ticket machines, mobile app)

    • Consider environmental factors lik

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - While I was giving my last round, in between I got an email that I am not selected. Worst experience ever.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to Software Testing Process Coding questions Puzzle
  • Q2. How to get individual character from string
  • Ans. 

    Use indexing to access individual characters from a string.

    • Use square brackets and the index number to access a specific character in the string.

    • Remember that indexing starts at 0 in most programming languages.

    • Example: str = 'hello', to get the first character 'h', use str[0].

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

(1 Question)

  • Q1. Coding Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good questions around data structures and algorithms

Round 2 - Coding Test 

Good questions around data structures and algorithms

Round 3 - Coding Test 

Good questions around datastructures and algorithms

Round 4 - One-on-one 

(2 Questions)

  • Q1. Salesforce config
  • Q2. Lwc aura javascript databases sql
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Algorithm based coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Hard problem solved during project work
  • Q2. Most used technologies during work
  • Ans. 

    The most used technologies during work include Java, Spring Boot, AWS, Docker, and Kubernetes.

    • Java

    • Spring Boot

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tentative Date of joining
  • Ans. 

    I am available to join within 2 weeks of receiving an offer.

    • Available to join within 2 weeks of receiving offer

    • Flexible with start date if needed

    • Can start immediately if required

  • Answered by AI
  • Q2. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy medium LC question

Round 1 - One-on-one 

(1 Question)

  • Q1. Data Structures, Core Java
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring boot, Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic programs. Basic unit tests. Basic Rest API
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 Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Medium DSA questions were asked.

Round 2 - Coding Test 

Medium to Hard ds questions were asked

Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths?
  • Ans. 

    My strengths include strong problem-solving skills, excellent communication abilities, and a proven track record of delivering high-quality results.

    • Strong problem-solving skills

    • Excellent communication abilities

    • Proven track record of delivering high-quality results

  • Answered by AI
  • Q2. Why are you looking for a change?
  • Ans. 

    Seeking new challenges and opportunities for growth in a senior technical role.

    • Looking for opportunities to work on more complex projects

    • Seeking a role with more responsibility and leadership opportunities

    • Interested in expanding my skill set and learning new technologies

  • Answered by AI

VMware Software Interview FAQs

How to prepare for VMware Software Member Technical Staff 2 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, Agile, Analytics, Automation and Backend.
What are the top questions asked in VMware Software Member Technical Staff 2 interview?

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

  1. What is page fault and segmentati...read more
  2. Implement a min heap using priority que...read more
  3. Implementation of Towers of Hanoi probl...read more

Tell us how to improve this page.

VMware Software Member Technical Staff 2 Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 896 Interviews
Amdocs Interview Questions
3.8
 • 528 Interviews
Zoho Interview Questions
4.3
 • 511 Interviews
Cisco Interview Questions
4.1
 • 395 Interviews
Dell Interview Questions
4.0
 • 388 Interviews
SAP Interview Questions
4.2
 • 304 Interviews
Salesforce Interview Questions
4.1
 • 270 Interviews
View all
VMware Software Member Technical Staff 2 Salary
based on 107 salaries
₹16 L/yr - ₹43.1 L/yr
35% more than the average Member Technical Staff 2 Salary in India
View more details

VMware Software Member Technical Staff 2 Reviews and Ratings

based on 4 reviews

3.5/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

3.0

Salary

2.8

Job security

3.5

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Member Technical Staff
569 salaries
unlock blur

₹12 L/yr - ₹43.3 L/yr

Senior Member of Technical Staff
503 salaries
unlock blur

₹27 L/yr - ₹91 L/yr

Technical Support Engineer
421 salaries
unlock blur

₹7.2 L/yr - ₹21 L/yr

Business Analyst
266 salaries
unlock blur

₹5.2 L/yr - ₹17.9 L/yr

Technical Staff Member 3
249 salaries
unlock blur

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