Tip 1 : Must prepare your resume thoroughly
Tip 2 : Should brushup basic programming skills
Tip 3 : Prepare your final year major project
Tip 1 : Must have project mentioned in your resume
Tip 2 : Don’t put unnecessary or irrelevant details
Don’t put too much
And most importantly don’t lie, just add what you really know
Timing- acc to your preferred time slot
Online test consisted of 3 section - verbal logical and quant
And two programming question.
I solved one out of that two and got shortlisted for interview



You need to change in the given array/list itself. Hence, no need to return or print anything.
Asked me to write SQL queries
Difference between Truncate delete drop
JOINTS
NORMALISATION



The lists (1 -> 2 -> 1), (3 -> 4 -> 4-> 3), and (1) are palindromes, while the lists (1 -> 2 -> 3) and (3 -> 4) are not.
As i made project using react native so they asked maximum questions from my project.



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: