Tip 1: Always update your resume before applying.
Tip 2: Always be ready for interviews, as sometimes we don't get time for preparation.
Tip 3: First, clear your basic concepts.
Tip 1: Always update your resume.
Tip 2: Make your resume short and simple.



Given an array A[] consisting of only 0s, 1s, and 2s. The task is to write a function that sorts the given array. The functions should put all 0s first, then all 1s and all 2s in last.do in Javascript.
write a code to fetch an api by using useEffect and async/ await and also render the response on the screen.
Describe event loop of nodejs and RestAPI?
Tell me the difference between class component and functional component and also describe the useContext and useMemo hook?
What is redux and describe the process how we create store in toolkit ?
Difference between server side rendering and client side rendering ?
Difference between Reactjs and Nextjs ?(Link) In which case we prefer nextjs and Reactjs?

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