Tip 1 : Code Properly, and do more and more practice on DSA
Tip 2 : Understand the concept behind the problem
Tip 3 : Be confident
Tip 1 : Write only topics on which you are confident
Tip 2 : Write important stuff only and try to make one page resume only.
This round had 4 section
1.Debugging(7 question in which probelm were specified and wrong code was given to us . We had to change the code and make it to right code)
2. Coding (2 Coding question Easy Medium level)
3. Logical aptitude(25 mcq question were there which was based on aptitude , Coding, English)
4. work style (Around 50 Question were there which was like based on work style , Leadership principle based)
Timing : 10AM
Environment was very good
This was Online interview
this is one and only interview which was based on totally DSA (Problem Solving Skills)
which was held on AMAZE CHIME
Timing : 12pm
Environment was very good



You do not need to print anything, just return the head of the reversed linked list.



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.
:

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?