Tell me about one of your recent projects that touched your soul. What was the project, what exactly did you do there, and why did it resonate with you?
Python
Tell us about your experience working with Kubernetes.
What is the difference between a dictionary and an array in Python?
What constructs in Python are designed for error and exception handling?
Can you give an example of a dataset that did not pass normalization?
How to formulate an SQL query to update only specific fields in an existing record?
What is the difference between using the -m option when installing packages via pip and regular installation without it?
What is the minimum salary you consider acceptable for this position?
What is the name of the load balancing type where all requests are directed to one server in the group?
Can you give an example of a basic object in Python?
What are the most effective ways you consider for data exchange between microservices?
Can you give an example of a situation where polymorphism is used in object-oriented programming?
Is it possible to implement a RESTful interface over WebSocket protocol?
What methods and mechanisms are used in Django to implement user authentication?
from collections import Counter def min_s(a: str, s: str) -> str: need = Counter(a) res = ""
What happens if you apply the += operator to a list inside a tuple?
How is the exchange of opinions and ideas conducted within the team?
In what correct order should the cash withdrawal process work in a real ATM?
What is PEP 8?
Explain what S3 storage is and how it is used in cloud solutions.