How was the team organized and how were the processes configured?
Frontend
How to extract fetch logic into a custom hook to avoid duplicating code for different entities?
Did you use WebSocket directly or some wrappers?
Technical interview You will now see an editor with React components that contain common mistakes and anti-patterns. - Study the code and find all the issues - Fix them following React best practices - Explain the benefits of your solution - The result will appear in the 'Result' panel on the right
Why did you decide to use Redux Saga/Thunk instead of something else?
Did you make the filter schemes yourself or did someone else?
Why does React require hooks to be called before return, not after?
Why can't useEffect be async?
What level do you assign to yourself — middle, middle+, senior?
How was the code review conducted, who did it?
Have you set up linters, pre-commit hooks, CI/CD?
Tell us about interesting tasks you had to do at your previous job.
What architecture was used in the development of the frontend?
What tests did you write — only unit tests or something else?