Tip 1 : prepare Data Base Management - SQL , solve questions on HackerRank.
Tip 2 : Good hold on Java basic concepts.
Tip 3 : Practice atleast 5-7 codings questions daily on platforms like CodeStudio, LeetCode, HackerRank, Interviewbit.
Tip 1 : Keep it simple and relevant to your information.
Tip 2 : Include good projects- they are the main game.
Tip 3 : Resume represents you, so adequate presentation is a must.
Actually this round was named as Domain Round.
It was a Technical interview which lasts around an hour.
Interviewer asked basic questions of OOPS,Spring,Spring Boot,SQL Queries.
Asked me to describe the projects I have worked on in previous company. And highlight my role in the project.
Interviewer asked me in depth questions related to skills mentioned on resume.



1. The output array should have the same ordering of elements as the original arrays.
2. Even if a particular element appears more than once in each of the three arrays, it should still be present only once in the output array.
3. If there are no common elements in the arrays, return an empty array.
Consider the three arrays A = [ 2, 3, 4, 7 ] , B = [ 0, 0, 3, 5 ] , C = [ 1, 3, 8, 9 ]
The output array should be [ 3 ] as 3 is the only element which is present in all the three arrays.
Actually it was a Manager Round.Some leadership and behavioral related questions were asked in this round.
1.If you got any error while working for any task,how will you proceed?
2.If your approach towards any problem is disagreed by your scrum master,how will you react?
3.If PDO(Product owner) told you to complete a task within one week,and you after doing analysis of that task,got to know that it will took 2 weeks,how will you convince him?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?