Tip 1: Practice at least 150 - 200 DSA questions.
Tip 2: Completely go through your project.
Tip 3: Stay consistent and believe in yourself.
Tip 1: Add Relevant Projects.
Tip 2: Highlight the keywords of technology used in project section.
It was an online technical and aptitude MCQ round, there were 60 MCQs on Aptitude, OOPS, Cloud Computing, Programming basics. Pseudocodes were given and I had to determine the output of the code. Some of the pseudocodes were so simple that they were supposed to return the sum of two numbers. OS questions were asked like which scheduling algorithm will be best in certain situations.
Determine the correct SQL query to find the duplicate data from a database. (Learn)
Tip 1: Do practice for SQL queries.
Tip 2: Understand all the queries in options.
You are given 6 people A ,B,C,D,E and F, You are also given some conditions about the sitting arrangement of them, according to the conditions you have to determine who is sitting next to whom.
Tip 1: Clearly understand the problem.
Tip 2: Start with the condition which seems to be more sure than the other conditions.
Tip 3: One by one arrange all the entities to their respective positions and also have a look about the directions they are facing.
It was a technical interview round. The questions were related to my projects and internship experience. Also i got a DSA question to be solved in the interview itself on the notepad. Most of the questions were from oops and DBMS concept.


Given an unsorted array, Sort it using the minimum resources required.
1) Understand the problem statement clearly.
2) Try to approach with a brute force approach.
3) Interact with the interviewer to get hints about optimizing it.
4) Optimize and explain it clearly to the interviewer.
What is the difference between primary key and foreign key. (Learn)
Tip 1: Go through the basic concepts of SQL and DBMS.
Tip 2: Practice SQL queries and theoretical questions daily.
Questions on basic OOPS topics like Inheritance, Abstract Classes, Polymorphism, Pillars of OOPS, etc. (Learn)
Tip 1: Understand the basic concepts of OOPS.
Tip 2: Practice questions commonly asked in interviews.
Tip 1: Go through previous interviews for the reference.
Tip 2: Stay Confident.

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