Tip 1 : do your own projects
Tip 2 : revise continuously
Tip 3 : practice coding
Tip 1 : put the project you did on resume
Tip 2 : put all your trainings on resume
This round consist of the MCQ, coding problem and also english
The test was at 11am
The environment of the test was quite and positive



It was late at night at 8pm
The environment was a but chaotic
The interviewer was helpful and polite
What is the second part of a node in a linked list that contains the address of the next node called?



The given linked list is 1 -> 2 -> 3 -> 2-> 1-> NULL.
It is a palindrome linked list because the given linked list has the same order of elements when traversed forwards and backward.
Can you solve the problem in O(N) time complexity and O(1) space complexity iteratively?
Timing was late around 8:30pm
The interviewer was polite
What is your hobby?
Where do you see yourself in next 5 years?
From where you did your qualifications?
Tip 1 : be confident (not over confident)
Tip 2 : be friendly ( not over friendly)
Tip 3 : be involved

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?