Do you have any questions for us regarding the role or the company?
Python
What is the difference between shallow copy and deep copy in Python?
Can you explain what an object with immutable properties in Python is and how it works?
What is the difference between a Docker image and a container? Please provide an oral answer to this question.
What common features do tuples and lists in Python have?
Which HTTP methods do not preserve idempotency when executed repeatedly?
What temporal or spatial complexity does the pop operation in a stack data structure have?
What is the purpose of the 'yield from' operator in Python and how is it used when working with generators?
Explain the concept of hexagonal architecture and its advantages in software design.
How regularly did you create and maintain automated tests in your projects?
How do decorators work in Python, and can you implement an asynchronous decorator?
What are the differences between VACUUM and VACUUM FULL commands in PostgreSQL?
Which data type takes up more memory: a list or a tuple in Python?
Which HTTP methods are considered idempotent from the perspective of the REST protocol?
What are the consequences of attempting to modify an object that is provided as immutable?
What frameworks have you used in your projects?
Have you had experience with asynchronous programming?
Can you explain what is meant by state in the Python programming language?
What is the difference between a list data structure and a set in terms of characteristics and usage?
Can a tuple in Python be considered an ordered collection of elements?