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.
This round had 3 coding questions and 10 MCQ questions



By Using Dynamic Programming
Asked me questions about python Implementation
The interviewer asked me Database questions like Normalization and indexing.



1. A ‘path’ is a sequence of adjacent pair nodes with an edge between them in the binary tree.
2. The ‘path’ doesn’t need to pass through the root.
3. The ‘path sum’ is the sum of the node’s data in that path.
By using Queue but could not solve on time.

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