Python
What are your plans for professional growth and skill development?
What are the advantages for execution speed of programs provided by the use of the async/await construct in Python?
What is the difference between programming languages that require compilation and those that are interpreted at runtime?
What methods of database interaction are you familiar with when using SQLAlchemy?
How to call an already decorated function `hello`?
Is horizontal scalability of Redis possible to increase performance and data volume?
Are you ready to work from the office and what are your requirements for the work schedule?
How much do you cover your code with tests? How do you write tests?
Can you give an example of using a template to implement data normalization?
Are you interested in the field of machine learning?
Have you used the Repository pattern for database interaction in your projects?
What limits the possibility of full multithreading in Python and is it related to GIL?
When performing resource-intensive tasks, which approach is preferable — using shared threads or separate processes?
How is the time complexity of inserting an element into a dictionary determined?
Can you name the main message broker systems you have encountered?
What methods or practices do you use to prevent professional burnout?
What are the most difficult situations you have faced when implementing or managing cache systems?
What linters, formatters, and type checkers have you worked with in Python?
What are indexes in database management systems and what are their advantages and disadvantages?
What is meant by a subclass in object-oriented programming?