Total Questions : 40
Expected Time : 40 Minutes

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

2. Which Swift keyword is used to declare constants?

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

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

5. What does 'SDK' stand for in iOS development?

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

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

8. What is 'CocoaPods' in iOS development?

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

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

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

12. What is the significance of 'Core Data' in iOS development, and how does it contribute to data persistence?

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

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

15. Examine the purpose of 'Core Animation' in iOS development and how it is used for creating visually appealing animations.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

40. What is 'SwiftLint' in iOS development?