[x for x in y] and (x for x in y)
Python
What are the disadvantages of asynchronous code?
What is the complexity of basic list operations in Python?
Which tech stack do you work with the most and feel most confident in?
What prevented development within the current team and where do you want to develop?
Please tell us what WAL (Write-Ahead Log) is.
How are the job searches going now: are there finals or offers?
What salary level are you aiming for: what is the comfortable and minimum threshold?
How is the N+1 query problem solved in ORM?
What AI tools do you use in development and how do they help speed up work or improve quality?
How to correctly run an asynchronous Celery task inside a transaction.atomic block in Django, for example, for sending an email?
How do RabbitMQ and Kafka differ?
What is important to you when choosing a company and an offer?
When is it better to use JOIN and when to preload data with two queries for N+1?
Provide cases where a generator expression should be used instead of list comprehension, and vice versa.
Why did you leave your previous company and why are you currently looking for a new position?
Why can't CPU-bound tasks be efficiently executed in Python threads and why do threads switch during waiting?
What mandatory static checks and linters would you set up in a project?
How to organize database migrations in CI/CD so as not to interrupt service operation?
Tell me more about the product tasks you have done.