Variable declaration list cannot be empty.
Frontend
What are semantic HTML tags and can you give examples?
How does Service Worker work and how do you envision its use for offline mode?
What problems have you encountered when using SSR?
Do you use CSS preprocessors? If you were to start a new project, would you add a preprocessor and why?
How was the layout transfer from Figma to markup done: manually or with tools and plugins?
Through which pattern does View redraw when Model changes in MVC?
What is the complexity of retrieving data from a Map by key?
Tell us about a large and interesting case from your experience that involved backend.
console.log(allo); var allo = 'Я var'; function allo() { console.log('Я function declaration'); } console.log(allo); Explain the output of this code snippet.
Где нужны Web Workers?
What was the size of the development team at ADCS? Was there a culture of cross-review and how was it organized? How long did reviews usually take?
Why are S3 storages separated for static and user files?
Why do you delete and then re-add the key in an LRU cache during get?
What is the Observer pattern?
Why did you stop working on the previous project and what happened to its funding?
If the application has a very large bundle size, what would you do?
What organization methods for micro-frontends besides Webpack Module Federation exist?
What is semantic markup, why is it needed, and can you name some semantic HTML tags?
How are you with switching between projects and contexts?