Which local model was used: Qwen, DeepSeek, or another?
Python
Can you explain the differences between a task and a coroutine in the context of asynchronous programming?
Explain the purpose and use of the method with the protected modifier in object-oriented programming
What is the role of the yield keyword in Python besides implementing generators?
Tell about your experience working at [company].
How do you implement background task execution?
Why is denormalization needed in a database?
Can you give an example of using the standard generator from Python's built-in capabilities?
Design an indexing system for a table that stores all cities in Russia, considering that searches will be based on city names.
In what situations is the use of relational databases not recommended?
Do you follow the latest news and updates in thematic Telegram channels?
Task 2. Merging two sorted arrays Given two sorted arrays in ascending order, nums1 and nums2. It is necessary to merge them into one sorted array in ascending order. nums1 = [1, 3, 5] nums2 = [2, 4, 6] merge_sorted(nums1, nums2) -> [1, 2, 3, 4, 5, 6]
What architectural model was used in the development of this service?
Have you had experience performing your duties while working remotely?
Can you tell us how the team process and interaction were organized in your previous company?
Can you define a class constructor as a virtual method in Python?
What goals and directions for professional growth do you plan for yourself in the future?
Who is responsible for issuing and issuing SSL certificates?
How did you determine the scope of work and the volume of tasks in your previous position?
What deployment strategies exist for services?