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.
Hiring process was very smooth. Telephonic round was taken by a senior developer.
Core Java, Spring, Hibernate
Explain the Internal working of hash map
This was the second technical round based on java and DSA.



Both the strings have only lowercase English alphabets.
There may be more than one correct solution, you have to return any one of the possible solutions.
We will store the frequency of every character of ‘S’ in a bucket array, then we will loop through ‘REFERENCE’ and will check if that character is present in the ‘S’ or not. If it is present, we will add the character in our final string (the number of times it occurs in ‘S’) and will make the frequency of that character zero in the bucket array. Now for the remaining characters, we will run a loop again through ‘S’, check elements whose frequency is not zero, and add them to our final answer string.
Collections, multithreading, SQL query
HR round based on managerial questions.
What are your strengths and weakness?
Where do you see yourself after 5 years?

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