Tip 1 : Be prepare with One Programming Language
Tip 2 : You should be confident at your technical concepts
Tip 1 : It should be of one page
Tip 2 : Be confident what you have written in your Resume
Non-Technical from Aptitude (Quants & Reasoning). Total - 20 MCQs
This is Purely a technical Round



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?



In the given linked list, there is a cycle, hence we return true.

Interviewer asked very basic questions like tell me about yourself , strengths and weakness etc.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?