Tell me about authentication. How does a JWT token work?
Python
What is FastAPI and what is the main concept behind it? Tell about dependency injection.
There is a table with 10 million users, and queries are slow. How to solve this problem? Explain composite indexes and their working principle.
Why is Kafka needed? What are its essence, advantages, and disadvantages? What does it not guarantee?
How to solve the problem when we have many application instances and an SSE/WebSocket connection is open on one instance, but the user connects to another?
How to solve the problem of concurrent access to a product during a sale? How to use Redis to solve this problem without database locking?
What project structure pattern is used in Django? What are its disadvantages and what are the alternatives?
What methods exist for working with and launching Telegram bots? Tell about webhook and polling.
Tell about your experience, what interesting things happened in practice, where and what did you do?
What is denormalization? Why is it needed and what are its disadvantages?