Tip 1 : Read previous interviews
Tip 2 : Take necessary courses for developing skills
Tip 3 : Do development
Tip 1 : Write what is required in job role
Tip 2 : Try to make it short



Given 'S' : abcdg
Then output will be : 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Purely Technical 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.



1) A prime number is a number that has only two factors: 1 and the number itself.
2) 1 is not a prime number.
This Is Purely HR Round and was quite easy. Interviewer was Friendly in Nature
Tell me about yourself
Your Strengths and weakness
salary

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: