Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Leetcode.
Tip 1 : Every skill must be mentioned.
Tip 2 : Focus on skills, projects and experiences more.
A lot of questions were from Java and SQL . One programming question was asked. My interview didn't go well as I hadn't prepared anything from the DBMS part.



1. All the elements are in the range 0 to N - 1.
2. The elements may not be in sorted order.
3. You can return the duplicate elements in any order.
4. If there are no duplicates present then return an empty array.
I solved it.
1) Given an employee table retrieve eids from the table who have signed in after 10.30 consecutively for 5 days.
2) How to take backup of table in MYSQL?
3) Explain ACID properties in DBMS.
4) What is partial dependency in 2NF ?
What is a classloader ?
Why are java strings immutable in nature?
What is the default value of local variables in Java?

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