The application is unresponsive or hangs, scrolling and clicks work with lag. How would you diagnose the problem?
Frontend
What are lazy routes in Angular?
What is a design system from a development perspective, not just layouts in Figma?
What are modules, components, directives, pipes, and services in Angular?
Why use cookies, localStorage, sessionStorage, and IndexedDB, and what are the differences between them?
What Core Web Vitals and other web performance metrics do you know?
What does the CSS property will-change do?
What is the difference between CSR, SSR, and SSG, and what are their advantages and disadvantages?
What does your typical Git flow look like when working on a task: from receiving the task to merging?
There is a product showcase with many widgets that starts to lag on mobile devices. What and how will you optimize?
There is a search filter with debounce: the first request goes for one word, then the second — for a new word, but the first response arrives last and overwrites the UI. How to deal with this in Angular?
How does Change Detection work in Angular and what is it anyway?
What is hydration?
What is type narrowing?