Tip 1 : Each Day pick any topic for aptitude and do 50 questions at least.
Tip 2 : Be confident in the interview, let's suppose you are not familiar with something they asked then say that you are not sure about it but according
to you, the answer might be this...Do not be overconfident and just say wrong answers.
Tip 3 : Do at least 2 projects.
Tip 1 : Do mention 2 of your projects.
Tip 2 : Also mention one programming language.
Tip 3 : Mention your achievements and internship experience
There were 2 sections of the test.
The timings of the test are usually in the morning only.
In the first section, there were generally mcq - based questions and then there was a coding round!
After clearing the rounds you will get mail for the interview. First will be your technical one and then the HR interview.
The interviewer was good, but he actually asked me aptitude questions and then gave me two code to write. Overall it was a good experience.



1) A year is said to be a leap year if it has 366 days. Normal years have 365 days.
2) The integer 'N' does not contain any leading zeros.
I actually coded it in python. The steps were pretty simple as:
Step 1 : You first need to take the input
Step 2 : Then apply the condition to find whether it is a leap year or not.
Step 3 : Then print it accordingly.



153 = 1^3 + 5^3 + 3^3.
Therefore 153 is an Armstrong number.
It was an interview round. My interview was in the morning. The interviewer was a good person, not that strict.



1) A prime number is a number that has only two factors: 1 and the number itself.
2) 1 is not a prime number.
Step 1 : Take two integer inputs as low and high limits of the interval,
Step 2 : Run a for loop to iterate through all the numbers.
Step 3 : Run a Nested for loop to check for prime or not.




The left view of the above binary tree is {5, 7, 14, 25}.
It was an HR round. Here, I was asked basic HR questions
Tip 1 : Be Confident
Tip 2 : Show what you really are
Tip 3 : Be honest

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: