Sobes.tech

We have 5 minutes left — what else would you like to tell us that we haven't done but is important to consider for the solution to be ready for development?

Middle+
OkkoOkko
21

How does position: absolute affect the rendering chain and compositing layers? Can it be avoided by other means?

Middle+
Сибилтек-софт
21

What does a component re-render in React depend on?

Middle+
VK Tech
21

Is it possible to refuse Zustand in favor of React Query (TanStack Query)?

Middle
WB Travel
21

What is your architecture for frontend projects (e.g., FSD or other)?

Middle+
Ozon Tech
21

How do you feel about learning? How do you allocate time for development?

Middle+
Ifellow
21

Tell me about the CSS-in-JS approach.

Middle
РунитиРунити
21

Tell me about useState in React: what is it, how does it work, is it a synchronous or asynchronous hook?

Middle
РСХБ-автоматизация
21

Technically, how was executing SQL queries in code — did you write direct SQL queries or use a library-layer (ORM)?

Middle
Ifellow
21

Have you worked with databases? If yes, which ones? What exactly did you do with them?

Middle+
Яндекс МаркетЯндекс Маркет
21

Have there been cases where the wording in the technical specifications was very vague, but something needed to be done and there was no one to ask?

Middle
Нетвижн
21

What is the difference between interface and type in TypeScript? When should you use each?

Middle
РСХБ-автоматизация
21

Is it necessary to use useMemo for primitive data types when passing to a child component?

Middle+
Global treds
21

Have you worked with Lighthouse? Suppose you are tasked with improving the FCP (First Contentful Paint) metric. What ideas come to mind?

Middle
Mayflower
21

What data does the client need at what moment, and what will our API look like? What endpoints and data schemas are required?

Middle+
OkkoOkko
21

/** * Write a component that will get a user by {{userId}} and display basic data * Use fetchUser for the request */ export const User: FC<Props> = ({ userId }) => { // Write your solution here: const user = userId && fetchUser({ id: userId }); if (!user) return null; return ( <div className="stack column"> <div>UserId: </div> <div>UserName: </div> </div> ); };

Middle+
HR SIGNAL
21

What blocking operations are there within the Critical Rendering Path?

Middle
NordClan
21

How would you optimize a slow-running application? What methods would you use?

Middle+
Rossko
21

Live coding task: fix the counter with setInterval in useEffect, which works incorrectly due to closure issues.

Middle
WB Travel
21

What services are typically used at the application level (i.e., should be providedIn: 'root')?

Middle
Клируэй Технолоджис
21
/283