Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.
Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.
Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.



1. The length of each array is greater than zero.
2. The first index of each array is the most significant digit of the number. For example, if the array A[] = {4, 5, 1}, then the integer represented by this array is 451 and array B[] = {3, 4, 5} so the sum will be 451 + 345 = 796. So you need to return {7, 9, 6}.
3. Both numbers do not have any leading zeros in them. And subsequently, the sum should not contain any leading zeros.
Step 1: First declare and initialiize the input arrays.
Step 2 : Then by using for loop to go through each of the digits of an array and storing the result in result array.
Step 3: Return the resultant array.
The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.
1. Given a School/College, how to distribute the data between different groups , their types and what should be used loops , conditions, etc in detail.
2. What is Inheritance, Polymorphism?
3. Give example of overriding with paper work i.e. solve on paper.
Tip 1: If you know the answer, be confident when answering.
Tip 2: If you don't know the answer, relate the concept to something of you know about that or rather give something so that the interviewer will be satisfied.
This round was conducted right after finishing and clearing the technical round at the same place and on the same day.
Tip 1: Tell them only what they want to know
Tip 2: Be specific about yourself.

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