Upload Button Icon Add office photos

VMware Software

Compare button icon Compare button icon Compare

Filter interviews by

VMware Software Senior Member Technical Interview Questions and Answers

Updated 14 Oct 2024

VMware Software Senior Member Technical Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Quick sorting is asked in this round
  • Q2. Tree traversal was asked
Round 2 - Technical 

(2 Questions)

  • Q1. Merge sort was asked
  • Q2. Binary search was asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Traversal in matrix
  • Ans. 

    Traversal in matrix is the process of visiting each element in a matrix in a specific order.

    • Traversal can be done in different orders such as row-wise, column-wise, spiral, etc.

    • For example, in a 3x3 matrix, row-wise traversal would be [1, 2, 3, 4, 5, 6, 7, 8, 9].

    • Spiral traversal in the same matrix would be [1, 2, 3, 6, 9, 8, 7, 4, 5].

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

(1 Question)

  • Q1. Vending machine lld
Round 3 - One-on-one 

(1 Question)

  • Q1. Red bus high level design
  • Ans. 

    Red bus high level design

    • Design a system for booking and managing bus tickets

    • Include features like searching for buses, selecting seats, and making payments

    • Consider scalability, availability, and security in the design

    • Use a distributed architecture with load balancing and fault tolerance

    • Implement a database for storing bus schedules, seat availability, and user information

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

(1 Question)

  • Q1. Managerial questions some technical

Skills evaluated in this interview

Senior Member Technical Interview Questions Asked at Other Companies

Q1. What is difference between Docker and Virtual Machine?
Q2. What is String Pool? Why Strings are called immutable?
Q3. What are some ways to optimize SQL Query?
Q4. What does ADP do? What is it's domain?
Q5. What are functional interfaces and one example.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They will basic questions related your technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have gone through 5 rounds of Interview. Starting with written test, TR1, TR2, Managerial Round and Finally HR round. TR1 is mainly about basics and TR2 is they gave problem statement and asked to provide solution.

I applied via Job Portal and was interviewed in May 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java,Micro services ,spring boot and analytical thinking

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are thorough in basics of the technologies listed in the profile and confident enough to solve case stories given, you will be good to go.

Interview Questionnaire 

2 Questions

  • Q1. Introduce yourself. Your experience,
  • Q2. First round was an HR round for scheduling interview. HR asked questions related to the past experience and skills.

I applied via Naukri.com and was interviewed in Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Walk through your resume.
  • Q2. Talk about your greatest weakness.
  • Q3. Why ADP.
  • Ans. 

    ADP is a leading provider of human capital management solutions, offering innovative technology and services.

    • ADP has a strong reputation in the industry

    • ADP offers a comprehensive suite of HR solutions

    • ADP's technology is cutting-edge and user-friendly

    • ADP has a global presence and serves a wide range of clients

    • ADP provides excellent customer support and training

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I found this is one of the best interviews in my career. ADP is quite employee centric organization and knows how to hire the right candidate for right job. My experience was awesome. The Talent Acquisition team member and the interviewer are really helpful. You will feel the positive vibe at the first meeting with the interviewer. Long story short, my advice would be, you know your achievements better. Be open and honest while talking about it.

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. On Mainframe, JCL , COBOL, Strong Db2 like Row fetch
  • Q2. Various types of cursors like - scrollable, static, dynamic...
  • Q3. Linkage section

Interview Preparation Tips

Interview preparation tips for other job seekers - True experiance people can crack it by brusing Advanced Db2 cursor concepts.

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell us about yourself, previous work experience, skill sets, why are you looking for something else, why are you leaving your company, how can your skill set will help us, etc.
  • Ans. 

    Experienced Senior Member Technical with diverse skill set seeking new opportunities to contribute and grow.

    • I have over 10 years of experience in software development, project management, and team leadership.

    • Skilled in various programming languages such as Java, Python, and C++.

    • Previous work experience includes leading a team to successfully launch a new product in the market.

    • Looking for new challenges and opportunitie...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for a detailed and a long interview. There will be in depth questions about your skill if you are working on any ERP tools (SAP, ORACLE). They will try to asses your problem solving skills and out of the box thinking, so make your answers innovative and your approach different. Be cool and Be Honest.
All the best!!!!!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Moderate complexity Problem solving skill test Behavioural questions
Round 3 - Technical 

(1 Question)

  • Q1. - lillye challenging compare to round 1
Round 4 - Behavioral 

(1 Question)

  • Q1. - Overall produc level discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - - prepare DSA
- have good expertise in problem solving skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Advantage disadvantage of monolith and microservices
  • Ans. 

    Monolith has simplicity but lacks scalability, while microservices offer flexibility but introduce complexity.

    • Monolith: Simplicity in development and deployment, easier to debug and test

    • Monolith: Lack of scalability, all components tightly coupled

    • Microservices: Flexibility to use different technologies for different services

    • Microservices: Scalability, each service can be independently scaled

    • Microservices: Increased com...

  • Answered by AI
  • Q2. Lock and Synchronised difference
  • Ans. 

    Lock and Synchronised are both mechanisms used for thread synchronization in Java.

    • Lock is a more flexible and powerful mechanism compared to synchronized keyword in Java.

    • Lock interface provides more functionalities like tryLock(), lockInterruptibly(), etc.

    • Lock allows for more fine-grained control over locking and unlocking of resources.

    • Synchronized keyword is simpler to use but may lead to deadlocks in complex scenario...

  • Answered by AI

Skills evaluated in this interview

VMware Software Interview FAQs

How many rounds are there in VMware Software Senior Member Technical interview?
VMware Software interview process usually has 3 rounds. The most common rounds in the VMware Software interview process are One-on-one Round and Technical.
How to prepare for VMware Software Senior Member Technical 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 Automation, Cloud, HTTP, Linux and Networking.
What are the top questions asked in VMware Software Senior Member Technical interview?

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

  1. Red bus high level des...read more
  2. Traversal in mat...read more
  3. quick sorting is asked in this ro...read more

Tell us how to improve this page.

VMware Software Senior Member Technical Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 868 Interviews
Amdocs Interview Questions
3.7
 • 519 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
SAP Interview Questions
4.2
 • 285 Interviews
Adobe Interview Questions
3.9
 • 236 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
View all
VMware Software Senior Member Technical Salary
based on 17 salaries
₹33.1 L/yr - ₹60 L/yr
226% more than the average Senior Member Technical Salary in India
View more details

VMware Software Senior Member Technical Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

4.4

Salary

4.1

Job security

4.6

Company culture

4.4

Promotions

4.1

Work satisfaction

Explore 3 Reviews and Ratings
Member Technical Staff
529 salaries
unlock blur

₹12 L/yr - ₹44.8 L/yr

Senior Member of Technical Staff
513 salaries
unlock blur

₹24 L/yr - ₹76.2 L/yr

Technical Support Engineer
389 salaries
unlock blur

₹6.3 L/yr - ₹21 L/yr

Technical Staff Member 3
254 salaries
unlock blur

₹18 L/yr - ₹60 L/yr

Business Analyst
232 salaries
unlock blur

₹4.8 L/yr - ₹19 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
Did you find this page helpful?
Yes No
write
Share an Interview