Tip 1 : aptitude and reasoning preparation
Tip 2 : projects related question preparation
Tip 1 : show some good projects and achievement.
Normal Aptitude, Reasoning, English and computer science question like DSA also round.
Linear equation related question, Reasoning AND OR question.
Tip 1: Solve some good amount of aptitude and reasoning question.
Tip 2: Solve some English grammar question
Technical Round
Asked about projects. I was doing projects related to sorting so
1. Gave me one array example on the pare and asked to find no of swap and comparisons using my solution.
2. Asked about Object Oriented question like inheritance at easy level.
3. Asked little about Tree data structure, normal question like traversal etc.
Tip 1: Do your projects well, do not copy from others.
Tip 2: Study the CS concepts before going for interviews.



For the given binary tree:

The Inorder traversal will be [5, 3, 2, 1, 7, 4, 6].



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-

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?