Tip 1 : Don't leave any topic from Data Structures and Algorithms.
Tip 2 : During Interview - Speak what you are thinking.
Tip 3 : Don't directly jump to coding, make interviewer understand your approach first.
Tip 1 : Don't add so many things in your resume.
Tip 2 : Try to make it one pager.
It was online test round, which consisted of CODING, APTITUDE and DEBUGGING questions.



1. The helper function ‘knows’ is already implemented for you.
2. ‘knows(A, B)’ returns "false", if A doesn't know B.
3. You should not implement helper function ‘knows’, or speculate about its implementation.
4. You should minimize the number of calls to function ‘knows(A, B)’.
5. There are at least 2 people at the party.
6. At most one celebrity will exist.
Tip 1: it was Leetcode medium problem, you can solve easily if you have practiced from there.
2 coding questions were asked.



Can you solve each query in O(logN) ?
First applied brute force - then slowly slowly optimised the solution.
Interviewer was very helpful.
2 coding questions



For the given binary tree

The top view of the tree will be {10, 4, 2, 1, 3, 6}.
Its a easy standard problem.one can solve if he is practicing from Leetcode

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?