What happens in the open configuration file?
Python
How do a monolith and a distributed monolith differ?
What is set in Python?
What is a generator, how does it work, what is its optimality, and how to distinguish it in code?
How did tasks come to you: were they fully prepared in advance or did you participate in their development?
How much code do you write yourself and how much does the agent generate?
What resilience patterns do you use?
Did you handle two services: scoring and customer verification?
What are magic (dunder) methods in Python?
Why was asynchronous programming and lightweight threads/coroutines invented?
How to organize work if an external integration allows only 1 request per second and 10 requests come to you?
What is dict in Python and what objects can be used as keys?
How do you debug a problem when a Docker container suddenly dies? What commands do you use and what do you look at in the logs?
How to implement a handler/SDK for a bank if a transaction creation request times out and it is unknown whether the transaction was created? How to guarantee reaching the final status?
There is a large function without logical and syntactical errors, but it is poorly structured. How would you split or improve it?
Tell us about your work experience.
If all actions are performed sequentially in one Django view and you need to rollback changes on error, what is usually used?
Are you currently working?
Have you ever worked with Elasticsearch?
What is tuple and list in Python, what is the difference between them?