You said that Angular is not your thing. Why?
Frontend
There is a setTimeout with a delay of 0 milliseconds in the code — what does this mean and how will it work?
Why did you ultimately choose React over Vue?
Tell me about some complex, interesting tasks from your recent work experience.
[name] asked: How would you simplify or automate adherence to the code style in the team?
How would you improve this code of the $ function if it were used in production?
[name] asked: Can you please explain what useEffect is, using an example from your hobbies? Let's assume that I don't understand what useEffect and React are in general.
Tell me about the browser storages you know. Briefly about each.
How can you artificially cause a stack overflow by changing something in this code?
Have you worked with cookies? Tell how cookies are set in the browser — what methods exist for setting?
How can you set a cookie through the server? What do you need to do for this?
You are given a task: after 10-15 minutes of work, the page starts to slow down significantly, and it needs to be fixed. What are your first steps?
[имя] спросил: Можешь, пожалуйста, описать процесс delivery задачи от нуля — от бизнесовой идеи до вывода в продакшн-среду?
What frameworks have you worked with, which one are you currently working with, and why did you choose it? What are the pros and cons of this framework?
Why do some companies (e.g., banks) send all requests via POST method?.
[name] asked: How willing are you to proactively engage in tasks and suggest your ideas, rather than just executing assigned tasks?
How do the Reflow and Repaint stages differ from each other?
Have you ever had to substitute a backend response for local development when the backend was not yet ready? How would you do it?
What is the difference between setTimeout with a delay of 0 and setTimeout with a delay of 1000 milliseconds in terms of execution?
From a security perspective, does anything in the implementation of the html method concern you?