Are you familiar with HTTP statuses 301 and 302? What are their differences and how does the browser understand where to perform the redirect?
Frontend
Have you ever had to create adaptive interface versions and animations?
What does Promise.allSettled do and how does it differ from Promise.all?
Why pass a function as the initial value to useState?
What are your expectations from the new workplace and why are you considering changing jobs?
What do you choose: CSS Modules or CSS-in-JS, and why?
Have you used the never type in practice and for which scenarios?
Which tsconfig settings are responsible for including and searching for type files?
What is the coolest thing you will bring to the team if you join us?
Fix the recursive function that flattens a nested array: it currently loses elements.
How to modify destructuring if optional chaining is used in the original expression?
Tell us about form validation: how was it implemented on the client and server?
Tell me about your last place of work and main tasks.
Have you worked with devDependencies, peerDependencies, optionalDependencies or bundledDependencies?
How to modify destructuring to keep the equivalence when adding the default value stage?
What are the reasons for re-rendering React components?
Write a function that sums two numbers in two ways: sum(2, 5) and sum(2)(5). Maximum two arguments.
What most memorable tasks have you performed?
What should be added to the example to stabilize the callback reference and avoid unnecessary re-renders?
Have you worked with entity adapters in Redux Toolkit?