Can you explain what is meant by network equipment?
Python
What skills and experience do you have in working with MongoDB database?
Which areas are you most interested in and are there any domains you would prefer not to work with?
Which dependency manager was used in your previous project?
Can you name tools or libraries for data serialization that you are familiar with?
Describe the process of developing and implementing a context manager in your project.
Can I learn about the two types of garbage collectors in Python and how do they differ?
Why do FastAPI's synchronous handlers execute in parallel in 5 seconds instead of 10?
Can we pass an empty list as a default value in a Pydantic model (for example, field: List = [])?
What features of Python might seem inconvenient or raise questions among developers?
How is a variable declared inside a class?
How does asynchronous execution differ from synchronous, and in which cases is each preferable?
What methods do you use for interacting with databases?
What is the main purpose of using closures in programming?
Have you used custom generic types in your projects?
In which cases is it best to assign a technical interview?
Can you explain the purpose and usage of data types in Python?
Do you prefer to use ORM or write SQL queries directly when working with PostgreSQL?
What are indexes used for in relational databases (PostgreSQL)? When do they help, and when do they hinder?
What are the differences between hash table data structure and B-tree?