Tip 1 : Practice data structures problems
Tip 2 : Read about System Designs
Tip 3 : Study the popular algorithms
Tip 1 : Mention your projects
Tip 2 : Mention your internships
Started with projects discussion and internships and moved forward with coding problems.
It started at around 6:00 PM and lasted for 90 minutes approximately
The interviewer was very cool, he even gave me some tips on improving myself further at the end of the interview.






For 'arr' = [ 1, 2, 3, 1, 2]. you need to return 1.

I was asked a coding question then, a system design question and some basic operating systems and oops questions



1. All the elements are in the range 0 to N - 1.
2. The elements may not be in sorted order.
3. You can return the duplicate elements in any order.
4. If there are no duplicates present then return an empty array.
Design Google Search Engine.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?