Tip 1 : Consistency is the key
Tip 2 : Keep on learning something new and add to your skillset.
Tip 3 : Practice DSA
Tip 1 : Resume will be great to showcase personal projects
Tip 2 : Resume should only contain relevant information, keep it short
General introduction followed by a leetcode medium problem. Afterwards, there was a question on DB normalisation followed by Problem statement about writing a db query on join and grouping.
Then I was asked another coding problem on minimum platforms required by given trains and timings of departure and arrival.
After a day, I received meeting invite for next interview round.



1. If 'x' == 'y', both stones are totally destroyed;
2. If 'x' != 'y', the stone of weight 'x' is totally destroyed, and the stone of weight 'y' has a new weight equal to 'y - x'.
I was asked about DB normalisation, and asked to write db query for Joins and grouping the resultset.
Since the profile I was being interviewed was of java-backend, so I was asked many java-spring boot related questions. Some topics were SOLID principles, overriding concepts, RestTemplate, webclient, multithreaded gets and design patterns. Then I was asked about building and deploying of java based applications.
Afterwards, I was asked a leetcode medium problem.
I was having intermediate feeling about this round that I may or may not get selected for further rounds.
But, on the next day I received meeting invite for next round. I felt really good and started preparing for the next round.
Questions on SOLID principles, overriding concepts, RestTemplate, webclient, multithreaded and design patterns.
In this round, questions were being asked based on my resume and the work I wrote in my resume. I was being asked about the kind of tech I have worked upon before and projects I have made. We discussed about the features of the projects I have made till then and the shortcomings & enhancements of the projects showcased.
I was asked about high level designing of applications like load balancing, downtime-proof and managing configuration of application like permissions and access.
After couple of days, I received call from HR that I’ve cleared the rounds and shared meeting invite for HR round.
I was asked about high level designing of applications like load balancing, downtime-proof and managing configuration of application like permissions and access.
This round is a face to face discussion with an HR. It involves basic behavioural and scenario based questions. I was asked about the interest in tech stack and what is my goal and plan for forthcoming years.
Verdict: Selected for the profile.
This round is a face to face discussion with an HR. It involves basic behavioural and scenario based questions. I was asked about the interest in tech stack and what is my goal and plan for forthcoming years.

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