Have you ever worked with ACID principles in database transactions?
Python
What format do they provide tasks for execution in?
Have you ever researched and evaluated SQL query execution plans in a database?
Tell about partitioning tables in PostgreSQL. Have you used it?
What obligations does RabbitMQ have when processing messages?
How do your platform's source events get into Kafka: directly or through an isolation layer, such as an API Gateway?
Have you had experience improving the efficiency of queries in Django projects?
What specific methods need to be implemented to create your own iterator object?
Have you participated in programming contests or competitions or other technical events?
What is meant by a subclass in object-oriented programming?
# Complication # We have a new product feature: reserving money through a mobile app. # For this, we need to add a new method reserve(amount) to the ATM class. Also, we should consider HardwareError in SDK methods.
What is the purpose of the WSGI interface in Python web applications?
How do data structure implementations in Python differ from similar ones in other programming languages?
What factors inspire you to work and stimulate development?
What is the difference between lists and tuples in Python?
What professional goals do you set for yourself for the next year in the current project?
Can you explain how Alembic works for managing database migrations?
How to implement the dependency inversion principle in FastAPI?
How do you prefer to organize your work activity?
Can you explain what design patterns are in programming?