Sobes.tech

Could you tell us about your experience in performing the duties of a technical team leader?

Middle — Middle+
113

How does the CPU usage occur during synchronous operations?

Junior — Middle
113

Can you explain what is meant by GRASP in the context of software system design?

Junior — Middle
113

Can you explain the main components and classes used in Django REST Framework for creating APIs?

Junior — Middle
113

What methods do you use to determine the time complexity of an algorithm?

Junior — Middle
113

Are there specific sequences when performing database migrations?

Junior — Middle
113

What built-in methods in Python do you use most often for working with objects?

Junior — Middle
АО К-Технологии
113

What does the result of object-oriented analysis of a system include?

Junior — Middle
113

Have you applied the principle of code reuse to reduce duplication?

Junior — Middle
Магнит Тех
113

Is it possible to implement a data model without tying it to a specific table in a database?

Junior — Middle
БАРС группБАРС групп
113

Can a function be used as an argument for another function?

Junior — Middle
Soft Media Group
113

How can you determine which points in a coordinate array belong to cubes and which to spheres, if only their positions are known?

Junior — Middle
113

What method can be used to efficiently and quickly clear a table or delete specific records from a database?

Junior — Middle
113

How to synchronize or securely transfer data between multiple threads or coroutines?

Middle+
АВ Софт
113

What inspires you to continue development in the field of programming?

Junior — Middle
113

What methods are used to implement abstract classes in Python?

Junior — Middle
РунитиРунити
113

What opportunities does SQL injection provide for attackers or malicious users?

Junior — Middle
113

What is the difference between containerization using Docker and using a full virtual machine?

Junior — Middle
113

import copy a = [[1],[2],[3]] b = copy.copy(a) a.append([4]) a[0][0] = 100 print(b)

Senior
ARX
113

Can there be an equivalent of GIL in other programming languages and how is it implemented?

Junior — Middle
113
/547