Home > MCQs > IT & Programming > IOS Technical Test MCQs

IOS Technical Test MCQ

IOS Technical Test Quick Quiz

Question 1 of 10
  • The iMessage app is used to:

    Answer & Explanation

    Correct Answer: update interactive messages (e.g. creating games or collaborative apps) using the MSSession class.

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following classes manages notif‌ication-related activities for an app or app extension?

    Answer & Explanation

    Correct Answer: UNUserNotificationCenter

    Note: This Question is unanswered, help us to find answer for this one

  • ARC Stands for:

    Answer & Explanation

    Correct Answer: Automatic Reference Counting

    Note: This Question is unanswered, help us to find answer for this one

  • What is the effect of using 'weak' in the following @property definition: @property (nonatomic, weak) SomeClass *responder; ?

    Answer & Explanation

    Correct Answer: The responder object is not retained and the pointer is set to nil when the object is destroyed

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following classes handles the editable content of a notification?

    Answer & Explanation

    Correct Answer: UNMutableNotif‌icationContent

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following protocols is used to present custom content in the Siri and Maps interfaces?

    Answer & Explanation

    Correct Answer: INUlHostedViewControlIing

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the follow statements is TRUE of the use of categories?

    Answer & Explanation

    Correct Answer: You can also use categories to split the implementation of a complex class across multiple source code files.

    Note: This Question is unanswered, help us to find answer for this one

  • which of the following class objects is used to manage capture activity and coordinates the flow of data from input devices to capture outputs?

    Answer & Explanation

    Correct Answer: AVCaptureSession

    Note: This Question is unanswered, help us to find answer for this one

  • Core Data now supports pinning an NSManagedObjectContext to a specific query generation. Which of the following classes iS used to specify a pinning behavior or a specific version from another context?

    Answer & Explanation

    Correct Answer: NSOueryGenerationToken

    Note: This Question is unanswered, help us to find answer for this one

  • True or False? An object with at least one owner can be destroyed.

    Answer & Explanation

    Correct Answer: True

    Note: This Question is unanswered, help us to find answer for this one

  • IOS Technical Test Quick Quiz

    battery

    Poor Results!

    You need a lot of improvement.

    Just don't give up!

    Correct Answers: 0/10

    Start Practicing with our MCQs given below.