Tip 1: Practice at least 500+ questions.
Tip 2: Revise your concepts.
Tip 3: Do at least 2-3 projects.
Tip 1: Make it a one-pager.
Tip 2: Include only relevant things.


1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
It starts with an introduction, then the resume is discussed, and finally, two DSA questions are asked.



You are given ‘ARR’ = {1, 2, 2, 3, 3} and ‘K’ = 2.
The answer will {2, 3} as 2 and 3 are the elements occurring most times.






He asks me basic DBMS queries, like finding the second highest salary, finding the highest paying department, and asking DBMS questions on normal forms.

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