Skip to main content
iOS Interview Questions List
Hi All! Here I am after a long time with some important topic.
iOS Interview Questions
Hope these questions will help you.....STUDY WELL. All the best!
- What are functions? How it differ from Closures?
- What is the difference between escaping and non escaping closures?
- How would you avoid retain cycles when using closures in swift?
- What is capture list?
- What is difference between unowned and weak?
- What is protocol?
- Can we extend protocol?
- Can we add properties to extensions?
- What are lazy properties? Are they thread safe?
- Whats Optional?(Unwrapping techniques)
- What is difference between if let and guard let?
- What is difference between Class and Struct?
- What is Actor?
- What are initialisers? What is convenience initialiser?
- What are higher order functions?
- Tell me life cycle of App Delegate?
- Life cycle of UIViewController?
- What are SOLID principles?
- What you use for persistent storage?
- Difference between NSSet and NSArray/ Set and Array?
- What is atomic and nonatmic?
- What is KVC and KVO?
- MVVM Architecture? Why MVVM used over MVC?
- Whats new in Swift?
- What is SSL Pinning?
- What are Access Modifiers?
- What is final keyword?
- How to achieve concurrency?
- What is difference between subclassing and extension?
- What is intrinsic content size?
- What is defer statement?
- What is Codable? What is Coding Key?
- What is GCD?
- What is NSOperation? Have you used it? Explain with example?
- What is Singleton design pattern? Can you write and show how singletons are made?
- What are Data races?
- What is Compositional Layout in UICollectionView?
- Responder chain of UIButton, UITableView?
- What are Dispatch Groups?
- What is the difference between frames and bound?
- What is Core data and Sqlite?
- What are OOPs concept?
- What are profiles of ipa files? (App Store, Ad hoc, Enterprise)
- Have you integrated push notification? Can you tell the steps involved in it?
- Have you integrated Google Maps? Can you tell the steps involved in it?
Comments
Post a Comment