Do you understand how databases and APIs work, and how data circulates between components?
Frontend
What is cross-browser compatibility and how to solve CSS compatibility issues between browsers?
Were there any dependency issues when using Module Federation?
What is the difference between useEffect and useLayoutEffect? When should useLayoutEffect be used?
How interested are you in product development, or are you more interested in DevX, configuration, and platform tasks?
How did you identify bottlenecks on a page with many cameras and how did you determine what exactly needed optimization? How deep did you profile?
Tell me more about micro frontends: which framework, how was the architecture designed?
What is accessibility on the web? What attributes and HTML elements are used to ensure accessibility?
Have you used Next.js? For what purposes and which features did you apply (SSR, SSG)?
In which cases should React.memo be used?
What happens to the component when the key changes? Explain the lifecycle of functional components.
Task №6: what will this piece of code return (calling an arrow function via the new operator)?
What tools did you use for working with styles?
How will an interactive element or pagination work in an SSR dashboard: will it require a full page reload or is another mechanism possible?
Have you found a use for useCallback?
What are your salary expectations?
What is Virtual DOM and what is it used for?
What is the purpose of the key attribute in React when rendering lists?
Are you familiar with TypeScript? What are utility types, and can you give examples?
Is JavaScript a multi-threaded programming language?