Tip 1 : Practice for aptitude
Tip 2 : Have some basic knowledge of DSA, SQL
Tip 3 : You should know well about your projects mentioned in resume
Tip 1:Mention your projects and explain them briefly
Tip 2:Do not mention anything you are not having the knowledge of.
The test began at 10:00 AM and consisted of 75 multiple-choice questions covering quantitative, logical, verbal, and technical concepts. The time allotted for the test was 100 minutes. Following the test, there was a 60-minute psychometric evaluation comprising 103 questions.
The technical section included questions on flowcharts and OOPS concepts. It also asked for pseudo code and mostly focused on output-based questions. You can refer the following link for practise https://www.indiabix.com/cpp-programming/questions-and-answers/
The pseudo code were complex so read each line carefully.
The round started around 11:00AM .It was a cognitive test that consisted of two sections: quantitative aptitude and logical reasoning.
There were fill in the blanks for logical and quantitative section.
Tip :Read the instructions carefully as there were some instructions for fill in the blanks questions.
My interview was scheduled for around 2 PM. The interview began with a brief introduction, after which the interviewer asked about my mentioned projects. He followed up with some questions related to those projects. As my resume and projects were related to web development, he asked some fundamental questions on HTML, CSS, and JavaScript. He also asked me to write some basic DML commands for SQL. For coding, he requested that I write the insertion sort code and then perform a dry run of it. Finally, he posed about 4-5 puzzles which can be practiced from GFG. I was also asked some questions form OOPS concept.
No need to return anything. You should sort the array in-place.
Let ‘ARR’ be: [1, 4, 2]
The sorted array will be: [1, 2, 4].
The interviewer asked to write the code on pen and paper. Specifically, I was asked to write only the function. Once I had written the code, I performed a dry run of the function and tested it on 2-3 cases. The interviewer was satisfied with my code.
Basic DML commands and joins.
Tip :have some basic knowledge of SQL
The interview was scheduled for around 3 PM. The interviewer began by asking for my introduction and a brief explanation of the projects I had mentioned in my resume. After that, the interviewer asked about my hobbies and achievements and followed up with some behavioral questions. The entire interview round lasted for 15 minutes.
Brief Introduction
Projects explanation in brief
Hobbies and achievements
What is my biggest achievement in life
Stay calm and answer patiently. It's okay to take a minute to think before responding.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How many times will the loop execute? for(int i = 0; i < 5; i++)