Sobes.tech

Can you tell about your responsibilities and the functions you implemented in the project where the Synqayo system was used?

Junior — Middle
211

Which operator in Python provides automatic resource management using context managers?

Junior — Middle
211

What are the advantages of microservices architecture? Has it always been possible to make services completely independent?

Middle
211

What methods have you used to implement data exchange between microservices in your practice?

Junior — Middle
211

What methods and tools do you use to improve your professional skills and knowledge?

Junior — Middle
211

Do you prefer to use ORM or write SQL queries directly when working with PostgreSQL?

Junior — Middle
211

What restrictions exist when using the UNION ALL operator in SQL?

Junior — Middle
211

Explain the meaning of the pop operation when the index is zero, in the context of working with arrays or lists.

Junior — Middle
211

Have you had experience improving the efficiency of queries in Django projects?

Junior — Middle
211

Debugging task: fix race condition during money withdrawal (two parallel requests may withdraw more than available on the account)

Middle
210

def function(test_list: tuple = ()): test_list.append(1) print(test_list) test_list = () function() # function(test_list) # function() # print(test_list) # ################## obj_t = (1, [1.0], "1") obj_t[0] = 2 # obj_t[1].append(2) # print(obj_t) #

210

How is the length of a list calculated in Python?

210

Explain the inheritance principle of models in Django and how it is used in practice.

Junior — Middle
210
/559