Python
How to solve the problem of concurrent access to a product during a sale? How to use Redis to solve this problem without database locking?
What methods can be used to perform background task processing without using Celery?
Tell me about types of blocks.
What types of collections are available in the Python standard library?
Was there a case when you discovered a bug (your own or someone else's) after the release? What did you do?
Compare Kafka and RabbitMQ: what tasks do you use each for?
Do you have experience working with the Apache Airflow platform for workflow orchestration?
Is it possible to write your own class and use an object of this class as a dictionary key?
How does using a Makefile contribute to automation and build management?
Can you list and describe the main view classes used in Django?
How can access to private class members be implemented from outside its definition?
What has changed in HTTP/3?
How can you get or modify the value of an object's attribute in Python?
What happens when two elements in a dictionary use the same key?
How does the process of code interpretation differ from its compilation?
How to implement a class method so that it is not accessible from outside for modification or invocation?
How do you update and develop your professional skills and knowledge?
What are the main advantages and disadvantages of monolithic applications in terms of architecture?
Do you follow SOLID principles in software development?
Explain the purpose and features of methods that are accessible only within the class, and why they are used.