Python
Have you developed architectural models and technical maps for projects?
What influences your decision to work on this particular project — its prospects or your personal passion for the chosen programming language?
# It is necessary to implement a generator that takes two arguments: the filename and the number of words batch_size. # The generator should read the specified file and return batch_size words on each iteration call.
How can you efficiently transfer a large data table from a server to a client application?
What is the difference between the standard log and the error log when logging in Python?
Can you explain the concept of connectivity or relationship between system components?
How to implement A() + B() = C()? How to add two objects and get a third?
What personal qualities do you consider important for a leader?
Explain what it means to declare a method as static in object-oriented programming.
What are the differences between FastAPI and Django frameworks when creating web applications?
What are transaction properties denoted by the acronym ACID?
What principles and characteristics must an API adhere to in order to be considered RESTful?
Have you ever had situations where you needed to improve the performance of a Python program?
Does PostgreSQL support data sharding?
In what situations can circular dependencies occur when importing modules or components?
Is it possible to modify the contents of a dictionary after its creation?
How is constant complexity achieved when accessing data by key?
Look at the code with asyncio. How long will the main function take to execute? How can you make the coroutines run in parallel?
How are middleware implemented in FastAPI and what role do they play in request processing?
Can you explain how the asyncio module works in Python?