Sobes.tech

What is WeakMap?

Middle+
IT OneIT One
24

Does CSSOM block page rendering? Why?

Middle+
SelectySelecty
24

Describe your average workday during the best times of the project. Who were the team members and what were their roles?

Middle
Веб-мост
24

Live coding: open the provided code and find all bugs, visual errors, and shortcomings (unused variables, issues with useCallback, useEffect dependencies, useMemo, etc.).

Middle+
Твое Лайв
24

Have you worked with authorization? Tell us more about the implementation.

Middle+
РСХБ
24

Tell about inheritance and cascading in CSS: what are these concepts and what do they include?

Middle
ООО Делай мебель
24

How is this metric (INP) collected, do you know? How can we see it on real users if everything is fine in DevTools but users complain that everything is bad?

Middle+
OkkoOkko
24

// each value is an array containing all elements of the original array with this key. // code here // Example 1 const array1 = [ { id: 1 }, { id: 1 }, { id: 2 } ]; const fn = (item) => item.id; console.log(array1.groupBy(fn)); // { // 1: [{ id: 1 }, { id: 1 }], // 2: [{ id: 2 }] // } // Example 2 const array2 = [1, 2, 3]; console.log(array2.groupBy(String));

Middle+
Яндекс
24

Write types for a reduce function using generics (array type, callback with accumulator, current value, index, initial value).

Middle+
Ozon Tech
24

Tell about utility types in TypeScript: which ones have you used and for what?

Middle+
Твое Лайв
24

How did you monitor compliance with FSD architecture in your team? Was it checked during code review?

Middle
Voximplant
24

Tell me more about caching for fast page delivery. Provide an example on the second interface (question screen).

Middle+
OkkoOkko
24

Conduct a code review of a React component that switches data, calls a string function, and displays a list. Find and fix all errors and issues (async in useEffect, missing dependency array, using index as key, etc.).

Middle+
КасперскийКасперский
24

How to make a table with 300,000 objects efficient and user-friendly?

Middle
бизнес-эксперт
24

What were the results at your previous job?

Middle
Куаргет
24

What is the difference between __proto__, [[Prototype]], and prototype?

Middle+
РунитиРунити
24

Why is NgRx needed in an Angular application?

Middle
Protech
24

How can you solve a problem that inheritance solves in an alternative way? What is composition in the context of TypeScript and React?

Middle+
SelectySelecty
24

Code review: you have a piece of production code. Find problems and suggest improvements. Will React.memo perform memoization correctly if functions and objects are passed in props?

Middle
Smitex
24

What are your expectations as an employee over the course of six months to a year of work?

Middle
Chulakov
24
/286