The Interview Process consist of 5 Rounds. 1)output predication and aptitude 2)coding round 3)design round 4)technical interview 5)HR interview The first round is an written test (Pen Paper), it consist of 10 aptitude and 10 technical (OUTPUT Prediction) questions. Questions are based on functions, pointers, recursion, bitwise operators, linked list, etc…
Interview questions [1]
Question 1
1) What is a Data Structure? 2) What do you mean by Data abstraction? 3) Function Overloading vs function Overriding? 4) Define Encapsulation with Example. 5) Why Multiple inheritance is not possible in java? 6) What are the Tree ADT’s you were aware of ? 7) Difference between Full Binary Tree and Complete Binary Tree? 8) what is mean by AVL Tree? 9) Given an array of integers (0-9), you want to remove the duplicates in linear Time complexity.