Tip 1 : Focus on the English section more for the aptitude test.
Tip 2 : Basic coding questions should be practiced well before the interview. For e.g. palindrome, Fibonacci series, the factorial of a number, Armstrong number.
Tip 3 : Give at least one mock test every day till your exam day. It will help you to analyze your weak area and then u can give more time to your weak areas and prepare better.
Tip 1 : Mention your minor and major projects or any other project that u have worked on.
Tip 2 : do not put false skills on your resume.
Tip 3 : Make it short and crisp, don't make it of the length of 2 pages.
This test took place at my college premises it self in the morning. Test was of 90 minutes and it consists of three section Quants, English and Logical Reasoning.



F(n) = F(n - 1) + F(n - 2),
Where, F(1) = 1, F(2) = 1
"Indexing is start from 1"
Input: 6
Output: 8
Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
as it was an easy program so I just write it directly on the sheet.
He asked me to explain the code that I have written so I explained it.
Quantitative Aptitude : Percentage, Profit & Loss, Ratio & Proportion, Average, Data Interpretation.
Logical : Venn Diagram, Seating Arrangement, Blood Relations
Verbal and non verbal : Reading comprehension, vocabulary
Number Of MCQs- 45
This round also took place at my college premises. It was a technical round, the interviewer asked me about my projects and also asked one coding question.



A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.
The expected output for this example will print, 'true'.
Again this was an easy question I took less than a minute to think and then wrote the code directly. Interviewer asked me to explain the code. I explained it well.
This round also too place at my college premises. The interview asked a basic questions like tell me about yourself. He asked about my family. He asked my why I want to move from ECE domain to IT domain. This is an important question for every ECE or EEE person who is opting for IT job. It was a basics conversation kind of round.
Tell me about yourself.
Why do you want to move form ECE domain to IT?
Tip 1 : Prepare answers of basics HR questions beforehand don't think if you have good communication skills so you will be able to answer easily. Just prepare some good points to answer
Tip 2 : Checked basic HR question. It will be helpful.

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: