Python
What professional experience does a team lead usually have?
How to make linters and checks run automatically before commit, instead of manually through make lint, make types, etc.?
How does interaction between AWS services and the Amazon platform occur?
What are transactions and isolation levels in PostgreSQL?
Can you explain the purpose of the finally block in exception handling in Python?
Can HTTP GET request be used to create new data on the server?
Is it possible to describe a development approach where tests are written before the implementation of code, and explain its main principles?
What potential difficulties may arise when scaling Celery with a large number of workers?
Where can you view the original SQL query in the system or tool?
Can you explain how the global interpreter lock in Python works and what consequences it has for multithreading?
Can you tell about your main responsibilities and participation in the previous project?
Why can you multiply a string by a number, but not add a string to a number?
How is request routing implemented in FastAPI and how does it work under the hood?
Do you have experience using MobX for state management in applications?
What criteria should be met for you to want to join a company?.
Why can it be considered that all generators are iterators, but not all iterators can be called generators?
Given an array of numbers, find the indices of two elements that sum up to the target. It is known that such a pair exists and is unique in this array.
Were there any issues with connections and peak loads on Elasticsearch?
Do you have experience working with or knowledge of using the ChatGPT model?
What types of HTTP requests are suitable for caching on the server or client?