Sobes.tech

Implement in JavaScript fetching data from endpoints: load posts and comments in parallel, group comments by postId, and create an array of objects with id, title, userId, and comment count.

Middle+
138

You mentioned working with forms — which library was used in Vue for form handling?

Middle+
136

How to explicitly specify that T is an array type and not an element type (using Array<T>)?

Middle+
136

Implement a cash withdrawal function: given the requested amount and available bill denominations, determine if the amount can be dispensed, and return the set of bills or an error/indication of impossibility. Use the provided bill limits, consider the limited number of banknotes, and the impossibility to make the amount.

Middle+
134

What are primitives in JavaScript?

Middle+
133

Tell us about yourself and your work experience, especially from a technical perspective.

Middle+
132

Write correct types for this function so that TypeScript correctly checks both objects (using generics and keyof).

Middle+
130

How to get the keys and values of an object simultaneously as an array?

Middle+
125

Which stages of browser rendering can be optimized to avoid unnecessary recalculations, and how to do it?

Middle+
122

What is the most resource-intensive part of rendering a page?

Middle+
121

Do you have experience working before your current company? How did you get there?

Middle+
117

How do you handle interface design without a designer in the team?

Middle+
116

Implement a wrapper around fetch with retries: it takes the number of retries and fetch arguments, returns the same result as fetch, and after exhausting attempts, throws the last error.

Middle+
114

Implement any arrow function that logs its this context to the console, and tell what will be output when called.

Middle+
114

What is a lexical environment?

Middle+
112

How to improve the retry wrapper around fetch to retry the request also when response.ok === false?

Middle+
112

How can I simply list the values, and can I change something opposite each line and comment?

Middle+
104

Request data about posts, comments, and users from three API endpoints and compile a single array of objects: post id and title, author's name, and number of comments.

Middle+
102

What tasks and questions to expect at the next interview stage if the vacancy involves a possible transition from React to Vue?

Middle+
101
/5