Tip 1 : Prepare everyday even if it is for half an hour or even if you are not intended to give interviews. That keeps the your skills updated and keep
Tip 2 : Weekends should be utilised for projects and at least 1-2 projects every month, which should include practice to system design as well.
Tip 3 : Working on a portfolio if you are a frontend Developer and keep that updated.
Tip 1 : Use bullet points to make sure the important things are distinguished.
Tip 2 : Keeping the resume concise, not more than 1 page, but make sure the most important work are properly mentioned, also if possible backed by numbers and impact that your work brought to the organization or project you were working on.
This round was mostly consisted of question javascript, html, css, react fundamentals.
What is closure?
What are promises ?
What is "this" in Javascript ?
How do we handle lifecycle hooks in functional components of React ?
Tip 1 : Understanding how Javascript works behind the scene helps a lot.
Tip 2 : Keep a habit of reading tech blogs and article.
Question was to design a calculator and make it using React.
Design a calculator and make a working prototype using react.
Tip 1 : Practicing and making projects from scratch to learn helps in solving these type of questions.
Tip 2 : Understanding of React and how a component structure should be will a plus point.
Tip 3 : Understanding the basics of system design will add huge points here.
This was the round with the Director of Engineering.
The discussion was mostly around how the team will handle and work in different scenario.
How I'll be adding to those planning and making the process smooth and fast.
some technical questions regarding react and page speed optimisation.
I was being interviewed for the team who was working on the improvement of website performance and SEO improvement and enhancement, so some questions related to that like google core web vitals, how to improve the basic SEO of the website.
Tip 1 : These questions can be answered if we practically work on any of such project. I did work on those things in my previous organisation so it helped me.
Tip 2 : Apart from practical experience, inquisitiveness to learn these things apart from coding and reading tech blogs will help alot.

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