Filter interviews by
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
I was interviewed 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...
This question could be solved using Binary search which would have a time complexity of O(log n). The approach would be:
1. Find the mid = (low + high)/2
2. If key is present at middle point, return mid.
3. If arr[low….mid] is sorted
a) If key to be searched lies in range from arr[low] to arr[mid], apply binary search for arr[low..mid].
b) Else apply for arr[mid+1..high]
4. Else (arr[mid+1..high] must be sorted)
a) If k...
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...
Greedy approach can be used here. If observed carefully , it can be concluded that it is always optimal to shift the elements towards the median element among the persons or the center person among all the persons present. The number of jumps will always be minimum when we shift points to the median
Steps :
1. Create an array/ list to store the indexes of the persons present.
2. Find the median of the created list. All th...
Round duration - 45 minutes
Round difficulty - Medium
Round 2 went very good. They gave a design question in this round.
Tip 1 : Design your structure and functions according to the requirements and try to convey your thoughts properly to the interviewer so that you do not mess up while implementing the idea .
Tip 2 : Before you jump into the solution always clarify all the assumptions you’re making at the beginning of the interview. Ask questions to identify the scope of the system. This will clear the initial doubt, and you will get to ...
Round duration - 45 minutes
Round difficulty - Medium
The third round was also a design round.
Tip 1: Firstly, remember that the system design round is extremely open-ended and there’s no such thing as a standard answer. Even for the same question, you’ll have a totally different discussion with different interviewers.
Tip 2:Before you jump into the solution always clarify all the assumptions you’re making at the beginning of the interview. Ask questions to identify the scope of the system. This will clear the in...
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.
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
I applied via Referral and was interviewed before Oct 2022. There were 4 interview rounds.
A debugger is a tool used by developers to identify and fix errors in software code.
Debuggers allow developers to pause the execution of a program and inspect its state at a specific point in time.
They provide features like setting breakpoints, stepping through code, and viewing variable values.
Common debuggers include GDB for C/C++ and pdb for Python.
Debuggers can also be integrated into IDEs like Visual Studio and Ec
VMware Software interview questions for designations
Top trending discussions
I was interviewed in Oct 2024.
Implement a method to return total usage
Create a method that calculates the total usage by summing up individual usage values
Ensure the method can handle different types of usage data (e.g. integers, floats)
Consider implementing error handling for invalid input data
Test the method with sample data to verify its accuracy
List all containers with max usage of the special tag 'container'.
Identify all containers with the special tag 'container'.
Calculate the usage of each container.
Find the container(s) with the maximum usage.
I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.
Before building reports, I conduct data analysis by following a structured process.
Define the objective of the analysis and the key questions to be answered
Collect relevant data from various sources
Clean and preprocess the data to ensure accuracy and consistency
Perform exploratory data analysis to identify patterns and trends
Use statistical methods and tools to analyze the data
Visualize the data using charts, graphs, a...
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Strings and Arrays the interview was of 1hour and basics of java and framework was asked
I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.
Search and sort alogorithm, remove duplicate item in array and how many times its repeated
posted on 11 Mar 2024
I applied via Campus Placement
All questions cs fundamentals
Basic coding questions
Interview experience
based on 18 reviews
Rating in categories
Member Technical Staff
571
salaries
| ₹12 L/yr - ₹43.2 L/yr |
Senior Member of Technical Staff
501
salaries
| ₹26.8 L/yr - ₹86 L/yr |
Technical Support Engineer
429
salaries
| ₹7 L/yr - ₹21 L/yr |
Business Analyst
266
salaries
| ₹5.2 L/yr - ₹17.9 L/yr |
Technical Staff Member 3
251
salaries
| ₹17 L/yr - ₹54.1 L/yr |
Microsoft Corporation
Oracle
IBM
SAP