How long ago were you laid off?
Frontend
How many people were on the project?
What options for registration are available: only under the Labor Code or also GPH / other formats?
Do you consider yourself a resilient person?
Please tell us about yourself: where did you study, where did you work, and where are you working now?
Why did promises appear if asynchronous operations could be organized using generators? What was inconvenient about the callback approach?
What is Event Loop in JavaScript?
How to place a message queue utility so that it is accessible from the entire application and maintains a shared state regardless of the call location?
What can be written after `x = 4` so that the `console.log` inside `setTimeout` never executes?
How long does it usually take to get feedback after an interview?
Why did you decide to change your job now?
What will be the result of calling sayHi in the given code?
In what sequence will the numbers be output in the given snippet with Promise, queueMicrotask, and setTimeout?
Tell us about the most difficult task you had to accomplish.
What is the purpose of the token?
What happens in the browser when a user visits a web page?
Can a macro task be executed between microtasks?
Tell me about the most interesting and complex technical task you have performed: scope of work, difficulties, and technical solutions adopted.
What other ways of optimizing renders in React do you know besides memoization?
Why are two tokens used in the access token and refresh token scheme instead of one refresh token for all requests?