Tip 1 : Never leave any topic from any chapter / Subject
Tip 2 : Learn to explain your thoughts well
Tip 3 : Learn from previous experiences / interviews / problems asked.
Tip 4 : Atleast 4 projects in Resume
Tip 1 : Atleast 4 projects on Resume
Tip 2 : Do not write false things. You always get caught. Be genuine.
Online coding round , 2-3 questions. Level - med-hard



Fn = F(n-1) + F(n-2)



The breaking cost of each edge for the board will be given.
2 interviewers , coding problem, no compilation.


'LANGUAGES' = [[1,0,1],[0,0,1],[0,1,0]] and 'FRIENDS' =[[1,3],[2,3]], Ninja can teach the third language to the third user so all friends can communicate with each other. Hence, the answer is 1 in this case.
CS fundamentals. Tough round. 40 mins interview. 1 interviewer from USA
What is virtual memory?
Related questions on virtual memory , follow up questions on each answer.
What are Locks ?
What is transaction? Types, Uses
System Design Problem
Design Facebook like application

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