Filter interviews by
I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.
I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.
I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.
I appeared for an interview in Nov 2021.
Round duration - 60 minutes
Round difficulty - Medium
In first round, I was not able to complete code but explained the solution.
Tip : Try to practice coding even if you have 10 years of experience.
Given a rotated sorted array ARR
of size 'N' and an integer 'K', determine the index at which 'K' is present in the array.
1. If 'K' is not present...
Given a rotated sorted array, find the index of a given integer 'K'.
Perform binary search to find the pivot point where the array is rotated.
Based on the pivot point, apply binary search on the appropriate half of the array to find 'K'.
Handle cases where 'K' is not present in the array by returning -1.
Example: For ARR = [12, 15, 18, 2, 4] and K = 2, the index of K is 3.
Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampolines. Each shop is laid out in a st...
Calculate minimum jumps required to reach the last shop using trampolines, or return -1 if impossible.
Iterate through the array of shops while keeping track of the maximum reachable shop from the current shop.
If at any point the maximum reachable shop is less than the current shop, return -1 as it's impossible to reach the last shop.
Return the number of jumps made to reach the last shop.
Round duration - 45 minutes
Round difficulty - Medium
Round 2 went very good. They gave a design question in this round.
Design a file searching functionality with indexing for Windows and Mac.
Implement a search algorithm to quickly find files based on user input.
Create an index of file names to improve search speed.
Support both Windows and Mac operating systems.
Utilize system APIs for file access and indexing.
Provide a user-friendly interface for searching and browsing files.
Consider implementing filters for file type, size, and date mo
Round duration - 45 minutes
Round difficulty - Medium
The third round was also a design round.
Designing a system for MakeMyTrip
Utilize a microservices architecture to handle different functionalities like flight booking, hotel reservations, and holiday packages
Implement a robust backend system to handle high traffic and ensure scalability
Incorporate a user-friendly interface for easy navigation and booking process
Integrate payment gateways for secure transactions
Include features like personalized recommendation...
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.
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.
VMware Software interview questions for popular designations
I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.
Get interview-ready with Top VMware Software Interview Questions
I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.
I applied via Referral and was interviewed before Sep 2022. There were 2 interview rounds.
I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 5 interview rounds.
Given n seats and m people seated randomly, find the minimum number of hops to seat them together.
Find all possible contiguous groups of m seats
Calculate the number of hops required to move each group to the center seat of that group
Return the minimum number of hops required
Design makemytrip
Create a user-friendly website and mobile app for booking flights, hotels, and holiday packages
Include features like price comparison, customer reviews, and loyalty rewards
Partner with airlines, hotels, and travel agencies to offer a wide range of options
Implement secure payment gateways and customer support services
Use data analytics to personalize recommendations and improve user experience
Top trending discussions
Some of the top questions asked at the VMware Software interview -
The duration of VMware Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 101 interviews
Interview experience
based on 1k reviews
Rating in categories
Member Technical Staff
565
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Member of Technical Staff
508
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Support Engineer
399
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Staff Member 3
258
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
231
salaries
| ₹0 L/yr - ₹0 L/yr |
Microsoft Corporation
Oracle
IBM
SAP