Tip 1: Prepare DSA well.
Tip 2: Be confident & relaxed during the interview.
Tip 3: Do revise your projects i.e. how it works and what are its functionalities.
Tip 1: Keep your resume concise, aiming for just one page, and include all the skills you're confident in.
Tip 2: Avoid including false information on your resume.
There was 1 Coding question and 15 MCQs.



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’.
In the technical interview, the interviewer asked Python, project-related, and DBMS questions, along with puzzling problem and dynamic programming-related questions. During the coding round, I encountered medium to hard questions, but unfortunately, I was unable to solve the puzzle problem.



[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
What is recursion?