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.
This round had 2 coding questions where in I was first asked to explain my approach and then code the solution. After that, I was asked some more questions on OOPS and Java.



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.
What do you know about JIT compiler?
What do you mean by data encapsulation?
Explain the use of final keyword in variable, method and class.



This is a cultural fitment testing round. HR was very frank and asked standard questions.
Tell me something not there in your resume.
If you get this question, it's an opportunity to choose the most compelling information to share that is not obvious from your resume.
Example :
Strength -> I believe that my greatest strength is the ability to solve problems quickly and efficiently, which makes me unique from others.
Ability to handle Pressure -> I enjoy working under pressure because I believe it helps me grow and become more efficient.
Why should we hire you?
Tip 1 : The cross-questioning can go intense sometimes, think before you speak.
Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds, I feel it is important to have an opinion.

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