Tip 1 : focus on Data structures and get a hands on practice on it solve 3 coding problems a day.
Tip 2 : communication is big factor if uh want crack an interview so work on ur english communication.
Tip 3 : work on project, create a software or web application etc
Tip 1 : Add your skills as per the designation open in the company, it will help to shortlist ur resume
Tip 2 : Be precise while creating resume
Coding round 5 problem statements are there.
English language related questions.
Number Of MCQs - 20



Unique element is always present in the array/list according to the given condition.
technical question related DS



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?

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