Where are you currently located? The resume states you are in Moscow, but the job is in Novosibirsk.
Python
Tell me about generators and iterators.
Tell us about the most interesting cases or the biggest challenges you've faced at work.
In what order does FastAPI invoke middleware, routing, dependency injection, and schema validation?
How does GIL affect asynchrony in Python?
In what order does FastAPI process an incoming request — from the client sending the request to the response being generated?
Describe your area of responsibility: who supervised tasks, who distributed them, how was it tracked with the team?
How does Python pass arguments to a function?
Do you use AI assistants during coding?
What is SOLID? Tell me about the principles.
Do you track tasks and deadlines in Jira or elsewhere?
Why did you decide to change your job, considering it's a large company?
How does Future differ from Coroutine?
What is GIL and why is it needed in Python?
What deadlines can you start cooperation?
What were you responsible for, what was your task?
What is __slots__ (magic attribute)?
Were the difficulties successfully resolved independently or with team discussion?
Tell us how the event loop works, how it is organized?
Which syntactic construct can be used to transfer control of iteration from one generator to another?