Python
In what cases is it recommended to use the POST method when sending HTTP requests?
Which algorithm is the fastest: O(n), O(ln), O(n^2)?
What areas of professional growth are you considering for further development?
Did you use Kafka transactional features? How is the key related to the partition?
What patterns help avoid downtime during deployment?
What types of HTTP requests are suitable for caching on the server or client?
Can the HTTP protocol be considered a stateful control in the context of system architecture?
What attracted your attention to using FastAPI in projects?
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?
How can access to private class members be implemented from outside its definition?
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 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?
Can you explain what Poetry is and what it is used for in Python development?
Do you follow SOLID principles in software development?