Is it possible to intercept REST API requests made through the Debug Toolbar in Django Rest Framework?
Python
How does the use of multithreading affect the efficiency of executing CPU-bound tasks in Python?
Have you ever experienced splitting a monolith into microservices?
Have you had experience working with the HTTP protocol during system development or integration?
What components are included in a standard HTTP request and how are they organized?
Tell how you integrated machine learning models into the server part of an application at your previous workplace.
How was your monitoring organized? Prometheus, Grafana, logs?
Can you explain what a CSRF protection token is?
How is the Access Token data updated when it needs to be replaced simultaneously with the Refresh Token?
From what amount are you willing to consider an offer?
Can I learn about the two types of garbage collectors in Python and how do they differ?
In Kafka, there is a topic with 10 partitions. We added another consumer replica, but the performance did not increase. Why is that and what should we do?
Have you ever had misunderstandings or disagreements with management at your previous job?
Is it possible to access private variables and methods in Python, and how is it implemented?
How does asynchronous execution differ from synchronous, and in which cases is each preferable?
How are methods resolved in Python with multiple inheritance (MRO)?
How to diagnose the problem when an API with a filter on `title` works quickly on test but responds in tens of seconds on production with 100 million records? How to see the absence of an index?
Do you prefer to use ORM or write SQL queries directly when working with PostgreSQL?
What types of multitasking are available in Python? What are they used for, and what problems do they pose?
What is a subnet mask and why is it needed?