Tip 1 : Try to learn topics fundamentally
Tip 2 : Make a habit of solving DSA questions regularly
Tip 3 : Take mock interviews with friends
Tip 1 : Keep it crisp and short ( preferably 1 page )
Tip 2 : Mention at least 2 projects with short description.
Basic Aptitude and programming MCQs were there.
1 easy coding question.
Difficulty was easy to medium level.



This round was based on OOPs concepts and their implementation using any programming language.
Problem statement was shared on email 5 minutes before the interview.
This round was related to computer science fundamentals like Operating systems and DBMS.
What do you mean by multitasking and how it works?
What are various scheduling techniques?
How would you design a system for Hiring Management? Draw a DBMS schema for the same.
Given a Database of employees, you have to find the details of employee having nth largest salary. Write an SQL query for this.

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