Tip 1 : Learn to explain your logic well.
Tip 2 : Learn to dry run your code.
Tip 3 : Solve as many data structures questions as you can.
Tip 1 : They did not shortlist resume .
Tip 2 : They did send link to everyone satisfying eligibility criteria.
It was a coding interview that started with introducing myself. Two questions from data structures were asked.


I applied binary search in every row.



First I gave him brute force solution
Then the interviewer told me to optimize it.
Then I solved it using two pointer method.

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?