Tip 1: Prepare well for DSA. I recommend Coding Ninjas for interview preparation.
Tip 2: Be confident and relaxed during the interview.
Tip 3: Review your projects thoroughly, including how they work and their functionalities.
Tip 1: Keep your resume short and try to limit it to one page. Mention only the skills you are confident in.
Tip 2: Do not include false information on your resume.
The Assessment consists of 30 MCQs and 3 coding Questions.



You have been given a Binary Tree of integers. You are supposed to return the level order traversal of the given tree.
By Using BFS, Queue Data Structure.



As this value might be large, print it modulo 10^9 + 7
By using generate all subsequence(Recursively)
In Technical Round. In Technical Interviews asked Python, Project-related Questions, and DBMS Questions. Mainly Interviewer asked for Project-related discussion.




By using 5 pointers (Top, Bottom, Right, Left, direction), I was able to solve.

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