Tip 1 : Most important to very confident
Tip 2 : Basic knowledge is sufficient
Tip 3 : Always smile
Tip 1: One pager resume
Tip 2: Some 2-3 project if you have it always be good
10 question from mathematical reasoning
15 question from logical
20 questions from reasoning
5 questions from pseudo code
4 questions from puzzle
What is primary key? Can we make primary key as null? (Learn)



Write a program to count vowels in your name ?
It is very easy I have make one for loop and start with 0 index till length of my name -1 and made a check on vowels and increase count which is intially set to 0 by +1 if the condition match otherwise skip to next index and return that count
Tell me about your self other than technical things
Tip 1: Just tell what you do in your daily life if you don’t have just before the interview google it

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