What does the term 'transaction consistency' mean in the context of databases?
Python
Can you tell how the deployment process of an application was carried out in your project?
Describe your practical experience working with SQL database management systems and give examples of solved problems.
What is the difference between static files and media files in web development?
Do you more often write SQL queries through ORM or without ORM?
Which area of software development attracts you the most and would you like to develop in the future?
What risks do you see (technical, product, domain)?
In what cases and for what tasks is the Factory Method pattern used?
Did your previous company have a system of levels or gradations for employee development?
""" 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: ...
Can you describe the steps of the deployment pipeline? Starting from the code commit — what happens next?
What restrictions exist when using APIs and how can they affect system operation?
What is the advantage of using an immutable object of type frozenset in Python?
Have you ever participated in architectural decision-making?
Do you use generic types in your code?
Explain the principle of how ManyToManyField works in Django and its purpose.
Are you currently able to work at your current company?
Is Python a programming language based on functional principles or object-oriented paradigm?
Can you tell about magical methods you know in programming languages?