Total Questions : 50
Expected Time : 50 Minutes

1. Explain the purpose of 'Core Data' in iOS development and how it is used for data persistence.

2. Discuss the role of 'Grand Central Dispatch (GCD)' in iOS development and how it is used for concurrent programming.

3. What is the primary programming language used for iOS app development?

4. What is 'SwiftLint' in iOS development, and how does it contribute to code quality?

5. In iOS development, what does 'UITableViewController' manage?

6. What is 'SwiftLint' in iOS development?

7. What is the purpose of 'DispatchQueue' in iOS development, and how is it used for managing tasks concurrently?

8. Which architectural design pattern is commonly used in iOS development?

9. Which class is responsible for managing the life cycle of an iOS app?

10. In iOS development, what does 'UITextView' handle?

11. What is the primary purpose of the 'Delegate' pattern in iOS development?

12. Which method is called when an iOS app is launched, and initialization code should be placed in it?

13. What is 'CocoaPods' in iOS development?

14. In iOS, what is the purpose of the 'UIApplicationDelegate' protocol?

15. Explain the purpose of 'UIKit' framework in iOS development and its key components.

16. Examine the purpose of 'NSFetchRequest' in Core Data and how it is utilized for fetching data in iOS applications.

17. Explain the purpose of 'Interface Builder' in iOS development.

18. Which integrated development environment (IDE) is commonly used for iOS development?

19. What is the purpose of the 'UIApplicationMain' attribute in an iOS app?

20. Examine the role of 'UIStackView' in iOS development and how it simplifies the management of layout constraints.

21. Discuss the importance of 'Dependency Injection' in iOS development and how it contributes to code maintainability.

22. What is the purpose of the 'IBOutlet' keyword in iOS development?

23. What is the purpose of 'UIApplicationDidBecomeActiveNotification' notification in iOS?

24. Which Swift keyword is used to declare constants?

25. What is the purpose of the delegate pattern in iOS development?

26. What is Auto Layout, and why is it important in iOS app development?

27. Discuss the role of 'Grand Central Dispatch (GCD)' in iOS development and how it facilitates concurrent programming.

28. Explain the purpose of 'Core Location' in iOS development and how it is used for obtaining device location information.

29. Explain the role of 'UITapGestureRecognizer' in iOS development and where it is commonly used.

30. What is 'XCTest' in iOS development, and how is it used for testing applications?

31. What is 'AutoresizingMask' used for in iOS development?

32. Which file contains the configuration information for an iOS app, such as its name, icon, and supported device orientations?

33. Explain the concept of 'Protocol' in Swift and how it is used in iOS development.

34. What is the purpose of the 'NSUserDefaults' in iOS development?

35. Discuss the purpose of 'Auto Reference Counting (ARC)' in Swift and how it manages memory in iOS development.

36. In iOS development, what is 'Key-Value Observing (KVO)' and how is it used to observe changes in properties?

37. What is 'IBOutlets' and 'IBActions' in iOS development?

38. What is 'Sandboxing' in the context of iOS app development?

39. What is 'Storyboard' in iOS development, and how is it used for designing user interfaces?

40. What is the purpose of the 'CoreAnimation' framework in iOS development?

41. What is the role of 'NSNotificationCenter' in iOS development, and how is it used for inter-object communication?

42. Examine the purpose of 'Auto Layout' in iOS UI development and how it enhances the design of responsive user interfaces.

43. What is the purpose of 'Closures' in Swift, and how are they commonly used in iOS programming?

44. What is 'SwiftUI' in iOS development, and how does it differ from 'UIKit' in terms of building user interfaces?

45. What is 'Cocoa Touch' in iOS development?

46. What is 'Swift Package Manager' in iOS development, and how is it used for managing dependencies?

47. Explain the difference between synchronous and asynchronous tasks in iOS programming.

48. In iOS, what is the purpose of the 'Storyboard'?

49. Discuss the purpose of 'UserDefaults' in iOS development and how it is used for storing small amounts of data persistently.

50. Explain the purpose of 'UITableViewController' and how it is used in implementing table views in iOS applications.