Tip 1 : Practice coding daily
Tip 2 : Solve hacker rank question
Tip 3 : Improve analysis power
Tip 1 : Prepare well what you have written on resume
Tip 2 : Explain the project well






In the given linked list, there is a cycle starting at position 0, hence we return 0.

Difference between process and thread.



If the given list is (1 -> -2 -> 0 -> 4) and N=2:

Then the 2nd node from the end is 0.
Maintain two pointers – reference pointer and main pointer. Initialize both reference and main pointers to head. First, move the reference pointer to n nodes from head. Now move both pointers one by one until the reference pointer reaches the end. Now the main pointer will point to nth node from the end. Return the main pointer.
Little endian and big endian.
Difference between binary semaphore/mutex.
How to open client/server?
Just asked notice period and salary negatiation
Tell me about your previous work experiences.
What are your core qualifications?
Why do you want to join us?

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