Have you developed services from scratch or mainly improved existing developments?
Python
What is an iterator and an iterable object? What methods should they implement? How does the for loop work under the hood?
What is the purpose of using the 'with' statement in Python and what problems does it solve?
Can you explain what the decorator pattern is in Python and how it is used?
Why are anonymous functions used in Python?
Explain what anonymous functions are in programming and how they are used.
Do you use AI tools in your work and what is your attitude towards them?
Can you explain how asynchronous task processing is implemented in Python and how it works?
Can you provide an example of using an anonymous function (lambda) in your code?
What restrictions need to be imposed on a function for correct operation of a caching decorator? What is a pure and idempotent function?
In what situations is it advisable to use asynchronous calls in Python?
Is it possible to iterate over a generator twice? Why?
How do your platform's source events get into Kafka: directly or through an isolation layer, such as an API Gateway?
What will be displayed on the screen as a result of executing the code?
Improve the generator so that it is possible to change the batch_size value on the fly via the send() method.
Tell me about yield from — when is it used and how does it work?
What contract must an object implement to become a context manager in Python?
What happens to a file descriptor when a process forks?
999999 in range(1,99999999) What is the time complexity of this expression?
What is the role and application of decorators in Python?