Do you have experience developing applications in Kotlin considering a cross-platform architecture?
iOS
Where are parallel execution threads carried out in the system?
Are the view sizes obtained through the frame and bounds properties always the same?
Can you explain the main differences between the RxSwift and Combine frameworks for reactive programming?
What storage methods for objects exist in the iOS platform?
Can the compilation process be fully trusted when building a program?
What are the advantages and disadvantages of using DispatchGroup in multithreaded programming?
Which protocols are typically implemented in Swift to ensure standard contracts and object behavior?
Explain the main differences between synchronous and asynchronous process execution modes.
How are animations implemented and managed in UIKit?
How to implement displaying data received from three different sources or queries simultaneously in an interface or application?
What steps need to be taken to eliminate the image flickering effect when scrolling a table?
Why is the ViewController title not visible, and how can it be displayed?
Which version of Swift is used in the project — above 6 or below?
How is hashing mechanics implemented and how does it work in data structures, ensuring uniqueness and quick access?
What does the letter 'L' in SOLID principles for object-oriented programming stand for?
Which SOLID principle could be violated when using an optional function within a protocol?
Which class in iOS is responsible for handling interface events and implements UIResponder?
Can you explain what is meant by Subscript in programming?
What types of testing would you implement when creating an application from scratch?