Tip 1 : Internet fundamentals - HTTP, HTTPs, CDNs, DNS etc.
Tip 2 : Web Storage - localstorage and session storage. Know how the cookies work and what does HttpOnly, same-site, secure mean in the context of cookies.
Tip 3 : HTML - Get yourself familiar with semantic HTML elements, different types of attribute, HTML selectors and their precedence etc.
Tip 4 : Learn advance level Javascript.
Tip 5 : It will be better to have experience in any frontend frameworks/libraries, for example React.js.
Tip 6 : You should be able to solve easy level DSA(array and linked-list) and problem solving related questions.
Tip 1 : Have some development projects on resume.
Tip 2 : Highlight your frontend development skills in your resume.
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 document
3. 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?