A) viewDidLoad() B) viewWillAppear(_:) C) viewDidAppear(_:) D) loadView() Answer: B) viewWillAppear(_:) (Note: viewDidLoad is called once after loading from storyboard).
Did we miss a crucial topic? Common exam topics also include Push Notifications (FCM/APNs), Permissions handling (Android 6+/iOS 10+), and App Signing (Debug vs. Release). Ensure your study guide covers those as well.