Sobes.tech

What parameter is automatically passed to a method marked as @classmethod when it is called?

Junior — Middle
195

Why is it better to use multiprocessing instead of multithreading in Python for performing computational tasks?

Junior — Middle
195

How often do you intentionally deviate from standard coding styles and rules when writing programs?

Junior — Middle
195

What experience do you have in automating software integration and delivery processes using CI/CD?

Junior — Middle
194

How can an access token be canceled or revoked in a system?

Junior — Middle
194

Which area of software development attracts you the most and would you like to develop in the future?

Junior — Middle
194

What is the maximum number of models you have used in a Django project?

Junior — Middle
194

Have you conducted integration tests for API in Django?

Junior — Middle
194

""" Given a sequence of integers. Find the minimal possible product of a pair of elements in the sequence (a pair is two elements, not necessarily consecutive). For example, for the sequence 9 4 2 5 3, the answer will be 6. """ def find_min_product(arr: list[int]) -> int: ...

194

In what order does FastAPI invoke middleware, routing, dependency injection, and schema validation?

194

Can you describe the steps of the deployment pipeline? Starting from the code commit — what happens next?

194

Can you explain the purpose of the else construct in conditional statements?

Junior — Middle
194

What restrictions exist when using APIs and how can they affect system operation?

Junior — Middle
194

Explain the concept of immutable data types and their features.

Junior — Middle
194

Have you created your own migrations for database management in Django?

Junior — Middle
194

Are you familiar with the concept of asynchronous programming and its principles?

Junior — Middle
194

What motivated you to start programming and what is important to you in this?

Junior — Middle
194
/557