Can prefetch_related be used as a function or should it be used as a method for query optimization?
Python
Explain the concept of a transaction and its main characteristics in databases.
Are you familiar with request processing products, anti-fraud, AML, credit conveyor, and sanctions screening?
How much time will it take you to start performing duties after receiving a job offer?
How was your release cycle structured, who was responsible for what, who was responsible for code deployment?
What methods can be used to determine how effectively a program or a piece of code is working?
Can you give an example of where this class is used in real-world scenarios?
Have you created a protobuf file structure for data exchange between services?
Can you tell about different ways to use the asyncio module in Python?
What is the purpose of database normalization? How to determine how normalized the schema should be?
What is the purpose of the context managers concept in Python and how does it help when working with resources?
What professional achievements and areas do you plan to develop in the coming years?
What are micsines, and what is your attitude towards their use in production?
What methods exist for improving the efficiency of executing synchronous requests?
What is your experience in developing and implementing microservice systems using various programming languages?
What is meant by a subclass in object-oriented programming?
It is necessary to validate the structure ONLY for the correctness of opening and closing brackets. test_data = [ "[][[]]", # valid "[[[]]]", # valid "[][][]", # valid "]]][[", # invalid "[[[]", # invalid "[]]", # invalid "[[]]", # invalid "][]]", # invalid "[]][[]", # invalid "[][[]", # invalid ] def is_valid(value: str):
Recently, you worked on a project with geospatial data. Tell us about it: what data did you use, how did you process it, where did you store it, and what was your contribution?
For which types of tasks is the use of asynchronous execution methods most effective?
Can you explain what a queue data structure is?