Filter interviews by
I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.
IN SQL, Tableau and Excel
I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.
Java based coding interview. Duration is approx. 45-60 mins
I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.
Find the missing character in two strings with linear time complexity and constant space complexity.
Iterate through both strings simultaneously and XOR the ASCII values of characters.
The missing character will be the XOR result with the ASCII value of the last character in the longer string.
Example: s1 = 'abcd', s2 = 'abcde', missing character is 'e'.
Search for target value in a sorted rotated array efficiently.
Use binary search to find the pivot point where the array is rotated.
Then perform binary search on the appropriate half of the array to find the target value.
Handle cases where the target value is at the pivot point or not found.
Decorators in Python are functions that modify the behavior of other functions. Function objects are objects that can be assigned to variables, passed as arguments, and returned from other functions.
Decorators are used to add functionality to existing functions without modifying their code.
They are defined using the @ symbol followed by the decorator function name above the function definition.
Function objects in Pytho...
Sort zeros to the end of the array of strings
Iterate through the array and move all zeros to the end
Use two pointers approach to swap elements
Example: Input: ['1', '0', '3', '0', '5'], Output: ['1', '3', '5', '0', '0']
Detail about project.
Stakeholder connect role.
Role as a team lead
Guess estimate question. No of people in pvr cinemas etc
VMware Software interview questions for popular designations
I applied via Referral and was interviewed before Mar 2023. There were 4 interview rounds.
Get interview-ready with Top VMware Software Interview Questions
I was interviewed before Jan 2024.
Two coding questions to solve in 90 minutes.
I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.
1 hour coding interview where medium level DSA problems were asked.
1 hour interview. 1 coding question and some questions related to cloud were asked.
I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.
Leetcode medium wasn’t very difficult
I had to do an assignment with an interviewer
I applied via Approached by Company and was interviewed before Apr 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Feb 2023. There were 4 interview rounds.
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].
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
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 1.1k reviews
Rating in categories
Member Technical Staff
566
salaries
| ₹12 L/yr - ₹43.4 L/yr |
Senior Member of Technical Staff
509
salaries
| ₹24 L/yr - ₹72.6 L/yr |
Technical Support Engineer
398
salaries
| ₹7.2 L/yr - ₹18.9 L/yr |
Business Analyst
255
salaries
| ₹4.8 L/yr - ₹17 L/yr |
Technical Staff Member 3
250
salaries
| ₹17 L/yr - ₹60 L/yr |
Microsoft Corporation
Oracle
IBM
SAP