Tip 1 : Practise DSA basics and System design problems.
Tip 2 : Make some web projects from scratch.
Tip 3 : Read about performance optimisation.
Tip 1 : Do not put false things on resume. Should be able to explain things mentioned in resume.
Tip 2 : Elaborate your work experience.
It had 2 DS questions based on array manipulation and 1 ReactJS app question for making a Timer.
Create a timer with start, stop and reset option in ReactJS.
Step 1 : Create basic UI with 3 buttons for start, stop & Reset.
Step 2 : Used setInterval and clearInterval methods for creating a timer.
Step 3 : Used useRef hook for creating timer object and maintaining it's value on re-render.
Questions and discussion on System Design and Performance optimisation.
Question about my previous work related design challenge and how I did it.
Tip 1 : Prepare answers for such questions.
Tip 2 : Try to give an approach which is scalable, optimised and readable.
General HR round, non tech questions like expectations, why leaving current role etc.
Tell me about yourself.
What do you expect from this company?
What do you expect from your role?
Tip 1 : Practise these questions before hand.
Tip 2 : Be optimistic in your approach and do not say negative things about previous organisation.

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