Upload Button Icon Add office photos

Filter interviews by

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

Updated 24 Sep 2023

VMware Software Senior Technical Staff Member Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Sep 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 - One-on-one 

(6 Questions)

  • Q1. Buy and sell stock 1
  • Q2. How does auto complete work
  • Ans. 

    Auto complete works by predicting and suggesting possible words or phrases as a user types in a search bar or text field.

    • Auto complete uses algorithms to predict and suggest words based on the input provided by the user.

    • It can be based on previous searches, popular searches, or context of the current search.

    • Auto complete can also offer suggestions based on the first few letters typed by the user.

    • Examples: Google search...

  • Answered by AI
  • Q3. Design a async system to send notification to users
  • Ans. 

    Design an async system to send notifications to users

    • Use a message queue system like RabbitMQ or Kafka to handle asynchronous communication

    • Implement a notification service that processes and sends notifications based on user preferences

    • Utilize push notifications for mobile devices and email notifications for desktop users

    • Include error handling and retry mechanisms to ensure delivery of notifications

  • Answered by AI
  • Q4. Design a online shopping system Functional req: catalog system, payment and notifications system
  • Ans. 

    Design an online shopping system with catalog, payment, and notifications systems.

    • Implement a user-friendly catalog system with search and filter options

    • Integrate secure payment gateways for seamless transactions

    • Set up automated notifications for order confirmations, shipping updates, and promotions

  • Answered by AI
  • Q5. Some puzzle about the candle stick
  • Q6. Clone the graph
  • Ans. 

    Cloning a graph involves creating a deep copy of the original graph structure.

    • Create a new graph object

    • Iterate through the nodes of the original graph

    • For each node, create a corresponding node in the new graph and add it to the new graph

    • For each edge in the original graph, add a corresponding edge in the new graph

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Coding Test 

LC Medium ques over hacker rank
DS/Algo
LLD
HLD
HM

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

VMware Software Interview FAQs

How many rounds are there in VMware Software Senior Technical Staff Member interview?
VMware Software interview process usually has 2 rounds. The most common rounds in the VMware Software interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in VMware Software Senior Technical Staff Member interview?

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

  1. Design a online shopping system Functional req: catalog system, payment and not...read more
  2. Design a async system to send notification to us...read more
  3. How does auto complete w...read more

Tell us how to improve this page.

VMware Software Senior Technical Staff Member Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Amdocs Interview Questions
3.7
 • 513 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Dell Interview Questions
4.0
 • 385 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
View all
VMware Software Senior Technical Staff Member Salary
based on 7 salaries
₹36.5 L/yr - ₹55.7 L/yr
48% more than the average Senior Technical Staff Member Salary in India
View more details

VMware Software Senior Technical Staff Member Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.5

Skill development

5.0

Work-life balance

4.7

Salary

4.0

Job security

5.0

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 4 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