Is it possible to perform multiple tasks simultaneously?
iOS
For which entities is the copy on write mechanism used?
Is it possible to create custom queue types?
In what cases can a data structure implement a certain protocol or interface?
What is the difference between 'left' and 'leading' in the context of iOS development?
What is the role of the future operator in programming?
Have you had experience improving application performance and optimization?
Can you explain what is meant by the term 'Task' in this context?
What happens to UIViewController when the app is minimized?
What types of references exist in Swift?
What is a deinitializer?
If you added a task to the queue, can it be canceled later?
What architectural patterns have you applied in your projects?
What are the differences between the architectural patterns MVC and MVP?
What RSTP methods do you know?
What is a race condition?
How do you determine that a user has clicked on a layer in an application?
What do you pay attention to when conducting a code review?
What is more convenient to use for implementing screens with landscape and portrait orientation: Autolayout or Frames?
What methods can be used to implement application state inheritance in various architectural approaches?