Tip 1 : Do data structure regularly
Tip 2 : Make sure you focus on your projects
Tip 3 : Participate in extra activities helps you in clearing interviews
Tip 1 : Work on good projects
Tip 2 : Try to put in all technical extra co curricular activities you have done , that will create an impact.
Online Test


P(i) = P(i-1) + P(i-2) + P(i-1) * P(i-2)
Technical Interview



Input:
'a' = 8, 'b' = 5
Output:
5 8
Explanation:
Initially, the value of 'a' and 'b' is 8 and 5, respectively.
After swapping, the value of 'a' is 5, and the value of 'b' is 8.
HR round
What are your Hobbies , Which is your favourite Project , Extra co curricular activities
Tip 1 : Be honest
Tip 2 : Work on communication skills
Tip 3 : Go through basic HR questions and prepare there answers

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the return keyword?