Sobes.tech

Why did you decide to look for a new job and why did you leave your previous employer?

Middle
Ventra
24

What financial range are you considering for proposals?

Middle
Ventra
24

There is a table Clients and a table Orders, which can be linked through the ClientId field. What JOINs should be written to obtain the following results? a. Records of all clients and orders, regardless of whether clients have orders select * from Clients left join Orders on Clients.ClientId = Orders.ClientId d. Records only about those clients and orders if clients have orders select * from Clients inner join Orders on Clients.ClientId = Orders.ClientId

Middle
ФГУП "ЗащитаИнфоТранс"
24

What is IDisposable used for? What does the 'using' keyword do?

Middle
SelectySelecty
24

Can you manually trigger garbage collection? How many generations does GC have and what other memory areas do you know?

Middle
ФГУП "ЗащитаИнфоТранс"
24

Tell me more about the current project: at what stage it was, when you joined, what stage it is now, and what your role in the team is.

Middle
Верный Код
24

What synchronization primitives do you know in .NET and what are they used for?

Middle
SelectySelecty
23

How to make a POST request when clicking on an HTML link?

Senior
СБК ПАРУС
23

Create a webpage with three paragraphs. Apply different margin styles to each paragraph using CSS classes: - The first paragraph should have margins of 20px top, 15px right, 5px bottom, and 10px left. - The second paragraph should have margins of 20px top and bottom, and 5px right and 10px left. - The third paragraph should have margins of 5px top and bottom, and 10px right and left.

Senior
СБК ПАРУС
23

// slice for all sensors, only the latest value by time // collection of anonymous objects, string double var result = list.GroupBy(x => x.Name) .Select(x => new { Name = x.Key, Value = x.OrderByDescending(g => g.Date).First().Value });

Middle
ИНДАСОФТ
23

Tell about the most significant success or failure in your work experience.

Middle
SelectySelecty
22

When does the mandatory health insurance (DMS) start to be effective?

Middle
ФГУП "ЗащитаИнфоТранс"
22

Which REST API HTTP methods are idempotent? Is it possible to send requests/data in GET and what are the limitations? How do the 4xx and 5xx status code families differ?

Middle
ИНДАСОФТ
22

What fault-tolerance patterns do you know?

Middle
ФГУП "ЗащитаИнфоТранс"
21

What is the difference between IEnumerable and IQueryable?

Middle
Чиббис
21

What is IQueryable and when is the query executed?

Middle
ИНДАСОФТ
21

Do you understand JOIN, grouping, and aggregate functions in SQL?

Middle
ФГУП "ЗащитаИнфоТранс"
21

Are you familiar with SOAP?

Middle
ФГУП "ЗащитаИнфоТранс"
20

How does Redis ensure correct handling of concurrent commands from multiple clients?

Middle
Альфа-БанкАльфа-Банк
20

What do HTTP status codes 200, 400, and 500 indicate?

Middle
ФГУП "ЗащитаИнфоТранс"
20
/180