Tip 1 : learn oops concept on tips
Tip 2 : try to do fixing questions in any language
Tip 3 : try to practice for aptitude very well practice 50-100 questions daily
Tip 1 : must have 2 projects
Tip 2 : only write those things in your resume you are sure about them and have a very great knowledge about them
MCQ round. There are equal number of coding questions and aptitude questions time limit is much more than expected.



Note: Since the number of ways can be very large, return the answer modulo 1000000007.
N=3

We can climb one step at a time i.e. {(0, 1) ,(1, 2),(2,3)} or we can climb the first two-step and then one step i.e. {(0,2),(1, 3)} or we can climb first one step and then two step i.e. {(0,1), (1,3)}.
Why do you want this job?
Do you know anyone who works for us?
Why should we hire you?
Tip 1 : try to give answers fluently

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?