Tip 1 : Practice aptitude.
Tip 2 : Practice coding.
Tip 3 : Practice system design.
Tip 1 : Don't lie
Tip 2 : Be prepared for question on topics you write on resume



You are given ‘GRID’= [[“@.aA”],[“.B#.”],[“...b”]]. Then the answer will be 5.




You are given ‘ARR’ = {1, 2, 2, 3, 3} and ‘K’ = 2.
The answer will {2, 3} as 2 and 3 are the elements occurring most times.



For the given tree:

The path 1 -> 3 -> 7 produces the maximum i.e, 11.



Given relations like “A > B” (A taller than B), “B < C “(B shorter than C) as Vector, where A, B, C say Persons, had to determine if the given relations are enough to sort the persons on basis of their height.
Tell me about yourself.
Explain what you did in the internship and some questions related to it.
Create a schema for the Restaurant and menu.
Some questions related to my Web App project.
Tell me something about you that you didn’t mention in your resume.

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