Tip 1 : Practice DSA
Tip 2 : Checkout system design topics and try out to answer the design questions.
Tip 3 : Prepare for behavioural questions with STAR format answers
Tip 1 : Cover all projects and be clear and crisp
Tip 2 : Mention only the creamy content


If the given matrix is:
[ [1, 2, 5],
[3, 4, 9],
[6, 7, 10]]
We have to find the position of 4. We will return {1,1} since A[1][1] = 4.
Previous projects, Kafka failure mechanism, Java questions .
What is indexing?
What are OOPS features?
Database design for Facebook

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