Sobes.tech

Can you tell how the deployment process of an application was carried out in your project?

Junior — Middle
190

What is the difference between static files and media files in web development?

Junior — Middle
190

Do you more often write SQL queries through ORM or without ORM?

190

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

Junior — Middle
190

In what cases and for what tasks is the Factory Method pattern used?

Junior — Middle
190

Did your previous company have a system of levels or gradations for employee development?

Junior — Middle
190

""" 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: ...

190

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

190

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

Junior — Middle
190

What is the advantage of using an immutable object of type frozenset in Python?

Junior — Middle
190

Have you ever participated in architectural decision-making?

Middle+
190

Explain the concept of immutable data types and their features.

Junior — Middle
190

Is Python a programming language based on functional principles or object-oriented paradigm?

Junior — Middle
190
/556