[go: up one dir, main page]

0% found this document useful (0 votes)
203 views3 pages

IOS Developer Interview Questions

The document contains sample questions that may be asked in an iOS developer interview. The questions cover important Objective-C and Swift topics like data types, UI elements, table view cells, execution states, Core Data, Swift variables and constants, and enumerations. Answers to the questions are not shown.

Uploaded by

Siva Kumaravel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
203 views3 pages

IOS Developer Interview Questions

The document contains sample questions that may be asked in an iOS developer interview. The questions cover important Objective-C and Swift topics like data types, UI elements, table view cells, execution states, Core Data, Swift variables and constants, and enumerations. Answers to the questions are not shown.

Uploaded by

Siva Kumaravel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

iOS Developer Interview Questions

Name four important data types found in Objective-C.

SEE THE ANSWER

How proficient are you in Objective-C and Swift? Can


you briefly describe their differences?

SEE THE ANSWER

What are UI elements and some common ways you can


add them to your app?

SEE THE ANSWER

Q
Explain the purpose of the reuseIdentifier in the
UITableViewCell constructor:

SEE THE ANSWER

What are some common execution states in iOS?

SEE THE ANSWER

What is the purpose of managed object context


(NSManagedObjectContext) in Objective-C and how
does it work?

SEE THE ANSWER

Q
Determine the value of x in the Swift code below.
Explain your answer.

SEE THE ANSWER

Find the bug in the Objective-C code below. Explain your


answer.

SEE THE ANSWER

Explain the difference between raw and associated


values in Swift.

You might also like