State your desired salary range: from minimum to comfortable amount.
Python
What is the correct way to issue banknotes — why should they be issued in the largest denominations possible?
Why can a Python list store elements of different types and still work with fast index access?
Can you explain the meaning of code 301 in an HTTP server response?
Does the order of fields in a database matter?
How can you determine or implement a custom descriptor in software?
Do you have experience working with the Kubernetes platform for container orchestration?
What approaches and tools are used for documenting projects on Django?
Have you ever worked with ACID principles in database transactions?
Explain the meaning of the pop operation when the index is zero, in the context of working with arrays or lists.
How often do you intentionally deviate from standard coding styles and rules when writing programs?
How is an abstract syntax tree (AST) used in Python?
At what stage of execution does the Python interpreter create the constructor object — before compiling the source code or during its execution?
Where is the Hash index used? What are its limitations? Why is it almost never suitable?
In what cases and for what tasks is the Factory Method pattern used?
Which method of working with data or tasks do you find most convenient and effective?
What role does the __iter__ method play in Python's language implementation?
In what order does FastAPI invoke middleware, routing, dependency injection, and schema validation?
What is your experience with database management systems?
When is it advisable to use a singly linked list in programming?