Tip 1 : Practice Sql questions
Tip 2 : Prepare atleast 2-3 projects
Tip 3 : Practice alteast 300 data structures questions
Tip 1 : Having some projects on resume
Tip 2 : Do not put false things and add database skills
It was an aptitude round of 60 minutes
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.
Tables were given with train details
And query was
Write an Oracle SQL query to display:
The employee ID, employee name, department ID and department name of all employees who have a department assigned with the department location as 'CHENNAI'.
Tip 1: practice sql query questions
Tip 2: revise Sql theory
Write an SQL query to find:
The type description and the count (use alias count) of each type of train from the train details table.
Tip 1: practice sql query questions of joins
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 polymorphism, abstraction?
What were the major problems faced by you during the internship and how did you managed to solve them?

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