Tip 1: Practice 3 DSA based questions daily.
Tip 2 : Prepare resume well.
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.





The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?
Why should we hire you?
Who is your role model?
What is your long-term goal?

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