Why didn't you choose backend?
Frontend
For an endpoint that accepts login and password and returns a user profile, choose GET or POST and why?
How do you pursue your education in development: books, courses, practice?
How to organize working with a data array of about 100 MB that is needed in many places of a React project? When to make a request and how quickly to find an element by a unique ID?
How do you work with asynchronous operations in React?
Have you ever worked with ready-made component libraries?
What is a cookie, what does HttpOnly mean, and can this flag be set on the frontend?
What is the difference between authorization and authentication?
What was the most difficult thing you had to develop in projects?
Why use a state manager in React if there is Context?
What is GraphQL and how have you worked with it?
Why does frontend need to work with asynchronous code and how do event loop, microtasks, and macrotasks work?
How do arrow functions differ from regular function declaration/function expression?
Why is React needed as a library and why not write an application in vanilla JavaScript?
Is there anything that cannot be implemented in a React class component?
How have you worked with styles in your projects?
Where can HOC be used in practice?
What files are received in the browser when opening a simple site with markup, styles, and scripts?
What will happen if one of the uploaded files is very large?