Sobes.tech

What happens if you call blocking code inside an async function? What will happen to the event loop?

Senior
amoCRMamoCRM
114

Have you used imperative model mapping in SQLAlchemy?

Junior — Middle
114

Why can't any data type be used as a dictionary key in Python?

Junior — Middle
114

How does a tuple containing a list differ from a tuple with numbers? What is it related to?

Middle
СБЕРСБЕР
114

Can you list the main categories of built-in data types in Python?

Junior — Middle
114

What tools and libraries do you use for developing solutions in the field of machine learning?

Junior — Middle
114

In which cases is it recommended to use key-value databases?

Junior — Middle
114

What are the advantages for execution speed of programs provided by the use of the async/await construct in Python?

Junior — Middle
114

What is the difference between programming languages that require compilation and those that are interpreted at runtime?

Junior — Middle
114

How can the source and cause of the problem be identified if all logs in Logstash are combined into a single stream?

Junior — Middle
114

How much do you cover your code with tests? How do you write tests?

Middle
Сбер.clouds
114

What goals and tasks would you like to pursue at your new job?

Junior — Middle
Криптонит
114

How to give an AI agent a constant project context so as not to describe it again in each session?

Middle+
Группа «Самолет»
114

What does the term 'linear time complexity' mean in the context of algorithms, and how does it affect performance?

Junior — Middle
114

How does a class using __slots__ differ from a regular class without it?

Junior — Middle
114

# 3. Write a simple decorator that measures the execution time of a function # 4. Given: two tables # CREATE TABLE departments ( # id SERIAL PRIMARY KEY, # name VARCHAR(100) NOT NULL # ); # CREATE TABLE employees ( # id SERIAL PRIMARY KEY, # name VARCHAR(100) NOT NULL, # department_id INT NOT NULL REFERENCES departments(id), # salary NUMERIC(10,2) NOT NULL # ); Task: # Write a query that outputs department names and their average salary, but only for departments where the average salary is higher # than the average salary across all employees in the company. Sort the result by descending average salary.

Middle
Исходный код
114

What other programming languages or technologies have you used in your projects besides Python?

Junior — Middle
ЯндексЯндекс
114

What is a lambda function and how does it differ from a regular function?

Middle+
ВГТРК СМОТРИМ
114

What are the most difficult situations you have faced when implementing or managing cache systems?

Junior — Middle
114

What are indexes in database management systems and what are their advantages and disadvantages?

Junior — Middle
OkkoOkko
Мой ОфисМой Офис
Фабрика РешенияФабрика Решения
+4
114
/547