Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite
Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.
The round consisted of 3 coding Questions and 20 Technical MCQs.



LCM(1,N) + LCM(2,N) + .. + LCM(N,N)



M*M = M



This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.
To Construct a House-Rental Application. There are two types of users. Owner and Buyer. The owner can list his/her house for selling or rent by giving suitable parameters. The Buyer can search for houses and has the feature to contact the owner of the house for further Negotiations.
This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.
Questions on all basic commands in SQL.
Questions on PL SQL Queries too.
Questions on Normalization.
Explain Inheritance and Polymorphism?
Is Multi-Level Inheritance Possible in Java?
Explain Packages and Interfaces?
Explain classes and Objects?
What is a super class?
Difference between Greedy and DP
Explain a DP problem.
Why all problems cant be solved with Greedy Approach?
Questions on Time Complexity.
Explain Sorting Algorithms.



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.
Are you a team player?
What is your biggest failure?

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