Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Technical round with questions on Java related theory mainly. Emphasis was on Java 8 API. Spring MVC, spring lifecycle. Spring boot.
What is a Marker Interface?
Why is Java a platform independent language?
How is the ‘new' operator different from the ‘newInstance()' operator in java?
What is Spring Boot dependency management?
How can we create a custom endpoint in Spring Boot Actuator?
I was asked to write some small code snippets using Java 8.
Write the API contract for some hypothetical use case.

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