Tip 1 : Keep your dsa basics clear
Tip 2 : Have a depth knowledge of oops
Tip 3 : Have atleast 1 good project to explain
Tip 1 : Keep it a one page resume
Tip 2 : Give description of the project mentioned .
Tip 3 : Mention your coding profiles in resume
Tip 4 : Give the github link of project code u der project description if possible
The coding round was held online . It was of 90 minutes 2 medium level questions were asked
One was based on tree and second was based on linked list . The environment was quiet easy to use and user friendly




You have to return the deepest node which has both x, y as its descendants.
There may be cases where one of u or v is not present in the tree. In those cases, the reference provided to u or v will be NULL.
Tip 1 : keep your tree basics clear
Tip 2 : do 20-30 questions on trees
The interview round was held online in the day time . It was a 60 minutes video interview , the interviewer was quiet friendly.


Let the circular linked list be 1, 2, 3, 4. We have to split this into two equal-sized circular linked lists.

Tip 1: Have a deep knowledge of linked list , doubly linked list , circular linked list .
The round was held online in the morning slot . It was a 60 minutes video interview , the interviewer was polite and nice .
The problem was based on diamond variation in oops and the basics of deadlock were asked .
Then the question on tree traversal was asked at the end .
Tip 1: Have some good knowledge on oops and dsa
Tip 2: read the gfg archives for the same

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?