Sobes.tech

How to add a third-party library to a project?

Junior
301

What difficulties may arise when implementing the Singleton pattern in a multithreaded environment?

Junior — Middle
301

In what form and format were messages implemented in RabbitMQ at your previous workplace?

Junior — Middle
301

What data types are permissible as keys when working with dictionaries?

Junior — Middle
301

What is the main purpose of using containerization with Docker?

Junior — Middle
300

Where is the class definition usually stored in programming?

Junior — Middle
300

Describe the approach used in creating and configuring a customer relationship management system.

Junior — Middle
300

How is memory allocated for list elements?

Junior — Middle
300

What methods or tools have you used to request data from servers via the HTTP protocol?

Junior — Middle
300

Task 3 Given the following SQL database structure --Table Departments create table D ( Id int primary key, Name nvarchar(100), ) --Table Employees create table E ( Id int primary key, DepartmentId int foreign key references Departments(Id), Name nvarchar(100), Salary float, ) Required: a. Write a query to get the name of one employee with the highest salary in the company and the name of their department b. Get a list of departments where the average salary is more than $1000

Middle+
300

Can you list and describe the methods implemented in the IEnumerator interface?

Junior — Middle
300

What are lambda expressions in C#?

Junior
300

What are the main advantages and disadvantages of using microservice architecture?

Junior — Middle
300

Is it possible to instantiate an abstract class directly in the code?

Junior — Middle
300

Is it possible to extend a class by adding a constructor with arguments?

Junior — Middle
300

What are the advantages and disadvantages of using asynchronous approaches in programming?

Junior — Middle
299

How do you diagnose and fix the causes of low SQL query performance?

Junior — Middle
299

What key qualities and skills should an effective team lead have?

Middle — Senior
299

Provide an example of code execution that returns an object of the IQueryable interface.

Middle
299
/182