Sobes.tech

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

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 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

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

Have you used the Task Parallel Library for parallel task execution in your projects?

Junior — Middle
299

Can reference type variables be placed on the stack during program execution?

Junior — Middle
299

Explain what is meant by unmanaged resources in the context of programming and system architecture.

Junior — Middle
299

Have you had experience working with microservice architecture and its implementation?

Junior — Middle
299

What are the differences between structures and classes in programming languages?

Junior — Middle
299

What is the worst-case time complexity of quicksort?

Junior — Middle
299

Can you give examples of index structures in SQL and their features?

Junior — Middle
299

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

Junior — Middle
299
/182