Sobes.tech

Why is the sleep execution time not exactly 1000 and 2000 milliseconds, but slightly more? What affects the delay?

Middle+
Яндекс
38

What is more comfortable for you: working strictly according to a technical specification or within discussions with the team?

Middle
Веза
38

Do you have a problem with taking tasks too literally and doing them 'as is', without asking questions or applying critical thinking (as one of your former colleagues did)?

Middle
4dev
38

How was it determined what needed to be optimized, and how was it optimized?

Junior
ИП Ганус Александр Андреевич
38

How did you discover the problem with PDF documents? How did you find and localize this problem?

Middle
МТС БанкМТС Банк
38

What is async/await? How does it differ from Promise?

Middle
X5 techX5 tech
38

Do you publish yourself on similar resources?

Middle
Куаргет
38

How can data be exchanged between components: from parent to child, from child to parent, between siblings?

Middle
Ростелеком
38

Who decomposes tasks into subtasks: you, the team lead, or the team?

Middle
Pac Group
38

/* * Write a function that takes a URL as input, * performs a GET request to this URL, * and returns the data (json). * Use fetch to get the data. * Only Promise API can be used. * If an error occurs during the request, try 5 more times. * If data cannot be obtained after all attempts, return the error "The specified URL is inaccessible". */ function get(url) { // code here } get(url) .then(res => console.log(res)) .catch(err => console.error(err))

Middle
Яндекс Сплит
38

Tell me about the mechanism of variable lookup in JavaScript (scope chain / lexical environment)

Middle
ВШЭ
38

Tell me about ref and reactive: what are their differences, how do they work under the hood?

Middle+
Додо пицца
38

What would you do if you were given a task and you disagree with its implementation from the design or backend side?

Middle+
Твое Лайв
38

What do colleagues value most about you?

Middle+
Твое Лайв
38

Can you explain the difference between server-side and client-side state management? What are libraries like Tanstack Query used for?

Middle
МВидеоМВидео
38

Break down the application according to the Feature-Sliced Design (FSD) architecture — describe the layers App, Pages, Widgets, Features, Entities.

Middle+
Т-БанкТ-Банк
38

Do you have CI/CD? Do you use static code analyzers like SonarQube?

Middle
Marfatech
38

Besides the inject function and signals, what other new features of Angular did you like and remember?

Middle
Проект ПСБ
38

There is a variable that can be of type Book or Video. How to check the object type? What type does the type guard function return?

Middle
АО Пари Страховая компания
38

Tell about your current workplace and project.

Middle
Яндекс
38
/292