Tip 1 : Make authentic resume.
Tip 2 : Revise the basics.
Tip 1 : Highlight the tech used in the projects.
Tip 2 : Put links in the resume.
Logical-15 Ques
Mathematical Ability-10 Ques
Verbal-20 Ques
Pseudo Code-5 Ques
Puzzle Solving-4 Ques
Number Of MCQs - 54
Tip 1 : Solve enough problems on Aptitude from various online resources like Indiabix
Tip 2 : Revise the formulas
It was a technical as well as HR round.



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.

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: