Did you use Claude Code?
Frontend
Please tell me about an interesting problem you've encountered recently.
What are the advantages and disadvantages of React compared to developing in pure JavaScript? Why use React?
Insert tabulation in React component code to restore nesting, and specify the order of console.log output.
[name] talks about their experience in layout design, what they have worked on, and how they feel about it.
Tell me more about the real-time system: what was its business value and how was it implemented technically?
Tell about generics in TypeScript.
Did you participate in deploying the task to production after handing it over for testing?
Tell us about a difficult problem or incident in production: how did you discover and solve it?
What is the order of output values?
Have you worked with monorepos? How are Node.js packages organized in a monorepo and how to manage dependencies and versions?
Are you currently working?
How can you influence the behavior of a React component's re-render?
Fix the code so that when the debounced function is called, the console logs the user's first name using this.firstName. Do not change the debounce function entirely or line № 6.
What is memoization in React and how do useMemo, useCallback, and React.memo work?
If the category is not in queryKey, but the request cache is invalidated by another method or expires, will the current selected category be included in the new request and why?
When one square is selected, all others should turn gray; clicking and hovering over them should have no effect.
Type your array transformation function in TypeScript: define the necessary generic types for the element type of the source array and the result type.
Did [name] serve as a lead?
Tell about the life cycle of a React component.