iOS
Can you give an example of estimating the time or space complexity of an algorithm and explain it?
What motivates you for professional growth and skill development?
What type of queue is used in default standard implementations?
Can you explain what happens when the viewWillLayoutSubviews method is called in the UIViewController lifecycle?
Can you explain what is meant by Subscript in programming?
How many heaps can be used in a single application and what is their role?
Can you list the main operators used in RxSwift?
What happens to an object in memory if there are no active references to it anymore?
Can you explain how the reference counting mechanism works in memory management systems?
What was the reason for deciding to abandon the use of XIB files in the project?
Can you list the services provided by the Firebase platform?
Where is the (0,0) point of the coordinate system located in UIKit?
What type of testing is considered the most versatile and widely applicable in different scenarios?
Can you explain what an escaping function is in the context of programming?
What categories of data are not managed by automatic reference counting in Objective-C?
Is it possible to synchronously wait for multiple tasks using GCD and continue after their completion?
In what situations is it advisable to use virtual function tables (v-tables) in object-oriented programming?
In what situations are types compatible with the 'weak' keyword used in programming?
Which approach — structure or class — has better performance?
Can you list the main types of queues used in programming?