Tip 1: Prepare DSA well, and I recommend Coding Ninjas for interview preparation.
Tip 2: Be confident and relaxed during the interview.
Tip 3: Revise your projects, including how they work and their functionalities.
Tip 1: Make your resume short; try to keep it to one page only and mention all the skills in which you are confident.
Tip 2: Do not include false information on your resume.
There was only one Coding Question, that was highly proctored and Advanced Level Question.



Choose two nodes ‘X’ and ‘Y’, such that there exists an edge from ‘X’ to ‘Y’.
Delete edge ‘X’ to ‘Y’.
Add edge ‘Y’ to ‘X’.
Technical Interviewer asked Dynamic Programming related questions, Project related questions.



[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.

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?