Tip 1 : Do Leetcode, Code studio or gfg. (at least 350 questions)
Tip 2 : Prepare your resume well and composed in one page.
Tip 3 : Practice your aptitude and HR questions beforehand.
Tip 1 : Shouldn't exceed 2 pages
Tip 2 : Make sure that you don't include too many certifications or skills
Tip 3 : Do not put false things on resume.
This round was conducted offline in the lecture hall of my college. Exam contains 3 sections with 45 Questions: Maths/Aptitude, DBMS/OS, SQL queries. And, yes there was negative marking as well, i.e., 25%.
Total 20 students was shortlisted after round 1. Here, the whole discussion was around Java architecture, Sql queries, and one question related to optimization.
What is bytecode in java? Use of it?
What is JVM?
Can we install multiple JVMs on one system? If yes, then what will be the benefit then?
What are Iterators in Java?
Tip 1 : Prepare Java Concepts well



The length of each word should be less than or equal to ‘M’.
You can’t break a word, i.e. the entire word should come in the same line and it must not be the case that a part of it comes in the first line and another part on the next line.
Display name of department, and count of students in each department from table department and student.
Tip 1 : This is very easy
Tip 2 : Use join statement on the primary key and display result using select and count.
his round again started with my introduction. And in my resume there was written react js. So he gave me a problem related to UI design.
In UI design, I have to organize and maintain transitions in pages using react js. First page was the login page, the second was the home page with 2 links, and links associated with one page each.
Tip 1 : I explained, I will retain login credentials using local storage after login,
Tip 2 : Then using router I will redirect to respective page after clicking links, and will also use hooks to maintain props.



Difference between Method Overloading and Method Overriding.
What is Inheritance?
Output prediction (Multilevel Inheritance)
Tip 1 : Its oops, prepare it well.
Find the topper student name and his dept name from each department from the university database.
(Table given: Student[id, name, dept_id, score], Department[dept_id, dept_name])
The call came in evening only that I was selected for the HR round.
Tell me about yourself
From which city you belong to?
Tip 1 : Tell Honestly
What are your tech interests?
Followed by OOPs concepts
Difference between Aggregation and Composition?
What is Joins and types of joins?
Cartesian product and real world example?
Tip 1 : I wasn't prepared for a small technical interview but still answered these questions

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