1. Focus on company specific question
2. Walk through all the interview processes for a company for your experience.
Fill all the experience in an order, most effective experience should be at the top.
Resume should be clear and crisp, include technical jargons for screening.
Two coding questions were asked of medium complexity. Timing and date of the interview was according to your comfort, interviewer was very helpful.



Can you solve each query in O(logN) ?
1. My first approach was to decide which side of the list is sorted.
2. after finding out sorted side, I applied if condition to check correct side of the element.
3. then Applied binary search in the resulted array.
It was a low level design round, of around 60 min, where you have to explain your appoach along with coding.
I had to design cab booking system.
1. Explain your approach very well to the interviewer.
2. Design your code such that each class represent single functionality.
3. Focus on mandatory requirement, and if you get a chance then look for bonus.
It was a HM round, with questions mainly around past experience
He mainly asked questions related to my past experience, like how you reacted for a particular situation, and also some hypothetical scenarios.
1. Take behavioural rounds similar to technical one, and prepare accordingly.
2. Listen to the question very well
3. Analyse your past experience and respond with most suitable example.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?