Basic iOS questions, such as: what is a delegate? How do you make network calls? How do you decode the data returned by a network call?
Lead Ios Engineer Interview Questions
1,612 lead ios engineer interview questions shared by candidates
The meeting room problem.
Design an enumerator (e.g. named FBSuperEnumerator) that has two API's: - (id) nextObject; - (NSArray *) allObjects; // all objects remaining which, when given an input array that has content that can be either NSNumbers or NSArray, will expand all arrays embedded inside it. That is, given an input of something like @[@1, @[@2, @[@3, @4]], @[ ], @5], each call to nextObject will display items in the expected order.
Print Tree nodes level by level
1. How apple ranks the app store? 2. the question was something like this, he gave me some Json strings wanted me to create a generic functions or methods to storage Json data into the system and then parse the json data and print them out.
Swift and objc .
Why is iOS faster than Android
What is retain count?
1.Some basic Swift Questions. ( I answered Some of them ) 2.One Puzzle ( I did not answer ) 3. One or two DS Algo questions. I am cursing myself for wasting my time by going there for an interview. I was asked this basic question. Loop Within loop within loop ( 10 Times ) ,( every loop executing N times) Determine the run time complexity.
What is the view life cycle?
Viewing 11 - 20 interview questions