Search Your Question

Advanced iOS Interview Questions 2018

  1. ‌What design patterns are commonly used in iOS apps?
  2. What is MVC?
  3. ‌What is MVVM?
  4. ‌What are the common layers of responsibility that an iOS application has?
  5. ‌What are SOLID principles? Can you give an example of each in iOS/Swift?
  6. ‌How do you manage dependencies in iOS applications?
  7. ‌What is Functional Programming and Functional Reactive Programming?
  8. ‌What are the design patterns besides common Cocoa patterns that you know of?
  9. ‌What are the challenges in working with UI on iOS?
  10. ‌What do you use to lay out your views correctly on iOS?
  11. ‌What are CGRect Frames? When and where would you use them?
  12. ‌What is AutoLayout? When and where would you use it?
  13. ‌What are compression resistance and content hugging priorities for?
  14. ‌How does AutoLayout work with multi-threading?
  15. ‌What are the advantages and disadvantages of creating AutoLayouts in code versus using storyboards?
  16. ‌How do you work with storyboards in a large team?
  17. ‌How do you mix AutoLayout with Frames?
  18. ‌What options do you have with animation on iOS?
  19. ‌How do you do animation with Frames and AutoLayout?
  20. ‌How do you work with UITableView?
  21. ‌How do you optimize table views performance for smooth, fast scrolling?
  22. ‌How do you work with UICollectionView?
  23. ‌How do you work with UIScrollView?
  24. ‌What is UIStackView? When would you use it and why?
  25. ‌What alternative ways of working with UI do you know?
  26. ‌How do you make a pixel-perfect UI according to a designer’s specs?
  27. ‌How do you unit and integration test UI?
  28. ‌What is the storage layer for in iOS applications?
  29. ‌What can you use to store data on iOS?
  30. ‌What is NSCoding?
  31. ‌What is NSUserDefaults?
  32. ‌What is Keychain and when do you need it?
  33. ‌How do you save data to a disk on iOS?
  34. ‌What database options are there for iOS applications?
  35. ‌How is data mapping important when you store data?
  36. ‌How would you approach major database/storage migration in your application?
  37. ‌What is HTTP?
  38. ‌What is REST?
  39. ‌How do you typically implement networking on iOS?
  40. ‌What are the concerns and limitations of networking on iOS?
  41. ‌What should go into the networking/service layer?
  42. ‌What is NSURLSession? How is it used?
  43. ‌What is AFNetworking/Alamofire? How do you use it?
  44. ‌How do you handle multi-threading with networking on iOS?
  45. ‌How do you serialize and map JSON data coming from the backend?
  46. ‌How do you download images on iOS?
  47. ‌How would you cache images?
  48. ‌How do you download files on iOS?
  49. ‌Have you used sockets and/or pubsub systems?
  50. ‌What is RestKit? What is it used for? What are the advantages and disadvantages?
  51. ‌What could you use instead of RestKit?
  52. ‌How do you test network requests?
  53. ‌What is let and var in Swift?
  54. ‌What is Optional in Swift and nil in Swift and Objective-C?
  55. ‌What is the difference between struct and class in Swift? When would you use one or the other?
  56. ‌How is memory management handled in iOS?
  57. ‌What are properties and instance variables in Objective-C and Swift?
  58. ‌What is a protocol (both Obj-C and Swift)? When and how is it used?
  59. ‌What is a category/extension? When is it used?
  60. ‌What are closures/blocks and how are they used?
  61. ‌What are Singletons? What are they used for?
  62. ‌What is Delegate pattern in iOS?
  63. ‌What is KVO (Key-Value Observation)?
  64. ‌What does iOS application lifecycle consist of?
  65. ‌What is View Controller? What is its lifecycle? and much more.
  66. ‌What is difference between computer science and engineering
  67. ‌What you have done without webservice?

Comment your answers...

No comments:

Post a Comment

Thanks