Tip 1 : Practice Sql questions
Tip 2 : Prepare atleast 2-3 projects
Tip 3 : Practice atleast 300 data structures questions
Tip 1: Having some projects on resume
Tip 2: Donot put false things and add database skills
It was an aptitude round of 60 minutes in the morning time.
It was on mettl platform and was proctored.



Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
It was a case study round, where sql mcq questions and sql query questions were asked in the section 1 and then in section 2, there were 2 coding questions on data structures and algorithms.
Bank management system was given and some cases were given and using that information we had to write the query and show the output which is required.
Tables and data were given.
Do practice sql query questions for the case study.
Tip 1 : Practice sql queries



Can you solve each query in O(logN) ?
Find pivot point in the array and divide it into two parts to get the number required.
It was the final round of technical interview where questions were asked on Resume projects, internship experiences and topics like data structures, Oops, Java, Sql.
What is the difference between Sql and no sql databases?
Write query to find the second largest salary from the employee table
Tip 1 : Revise sql theory and queries
What is Oops?
What is abstraction, polymorphism?
Method overloading and overriding
Tip 1 : Revise Oops concepts
Questions on Resume projects were asked
Like how you were able to achive the completion of project and what technologies you used while making so
Tip 1 : Revise projects you have on your Resume
Some hr questions were asked to check the confidence like
When during your internship you feel difficulty?
What did you do to overcome that?
How you manage to work internship and college together.
Tip 1 : Have Confidence

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?