Tip 1 : Javascript is vital for frontend developer roles so master it as much as you
Tip 2 : Practise some advanced CSS concepts
Tip 3 : Do atleast 3 projects on React and Redux
Tip 1 : Make sure at least you have two projects on React or have some experience in react
Tip 2 : Highlight your contribution and progress in React and Redux
The Interview was from 11:30AM - 12:40 PM in the afternoon. Interviewer was very good, he asked me some very tricky and complex problems.
He asked to make 16 divs and align them so that the space between every div vertically and horizontally will be the same. Each row should consist of 4 divs. You are not allowed to use the grid CSS property.
For this problem make 4 div element and in each div make 4 div element. You have to give flex property to parent div element and wrap all this in another div element and give css property of flex-direction column



The question was to flatten the array using javascript without using any Built-in Javascript method or function.
The timing was at 5:00 PM. Interviewer was the frontend lead in the company
Redux is more powerful than Context API, with features such as:
Predictable state management: Redux provides a predictable way to manage state, which makes it easier to debug and test applications.
Time-travel debugging: Redux allows you to step back and forth in time to see how your application's state changed over time. This can be very helpful for debugging complex applications.
Developer tools: Redux has a rich ecosystem of developer tools that can make it easier to develop and debug Redux applications.

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