Tip 1 : Be strong in machine coding, practice it thoroughly if you don't get proper opportunity to develop features in your current job.
Tip 2 : Think in every direction, clear the requirements from the interviewer and THINK OUT LOUD!
Tip 3 : Try to write clean code, and showcase good coding pratices.
Tip 1 : Try to highlight the key accomplishments
Tip 2 : Showcase the impact your work made
The round was conducted remotely over google meet and I was instructed to make sure proper internet connection is available and I had IDE installed on my laptop beforehand by the HR. The interviewer was friendly and didn't turn on her camera.
Design and code a Document service which have the following features - 1. User can create new document.2. One user can invite other users to edit the document3. Invited user cannot delete the document other user has created.4. Invited user can only edit if he has the permission to do so.
Create model classes for users and document.
Create service classes for managing users, managing user permission and managing document.
Code a main function that will demonstrate all the functionality.
Try to write clean code and follow good coding practices.
The round was conducted remotely over google meet and this was a hiring manager round. The interviewer was friendly and was on time.
What is a memory leak and how to resolve that in java?
How does micro services communicate with each other?
Explain one of the previous experience?
Tip 1 : Try to go the topic you have written in your resume.

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