Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
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 : Make your resume short and try to make it one page only and mention all your skills that you are confident in.
Tip 2 : Do not put false things on your resume.
10 Mcq Question + 2 Coding Questions



For the given binary tree

The level order traversal will be {1,2,3,4,5,6,7}.
By Using BFS, Queue Data Structure.
In Technical Round. In a coding round, easy-medium Coding questions, and In Technical Interview asked Java, Project related Questions, and DBMS Questions.



As this value might be large, print it modulo 10^9 + 7
By using generate all subsequence(Recursively)

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