Tip 1 : Prepare well for subjects
Tip 2 : Prepare for system design
Tip 3 : Practice coding
Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy
It was a test on the Hackerrank platform and comprises 6 questions. Three questions were based on the Data Structures and Algorithm and the remaining ones were on SQL query. I was able to solve the 2.7 questions of DSA and one question of SQL.
It was a technical round


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.



One SQL question was asked to find the person from the table (two tables were given) who has placed the maximum orders.
Apart from DSA, he asked me questions related to OS, Projects, DBMS, and questions like why do you want to be a Software Engineer.



A person can also kill himself.
This was the last round and one of the Senior managers took my interview. He was a quite helpful person. He asked me my favorite question from the previous rounds, then he switched to JAVA OOPS, OS, DBMS, Projects, and some basic SQL questions.

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