They asked a simple dice rolling probability question and asked me to solve an ios problem in code.
Ios Developer Interviews
Ios Developer Interview Questions
"iOS developers specialize in creating applications for iPhone and iPad. During an interview, expect employers to ask challenging technical questions about the limits and capabilities of iOS applications in addition to textbook programming questions. Be prepared to discuss relevant projects from past jobs or individual work."
7,865 ios developer interview questions shared by candidates
you have a custom class with .h file @interface CustomClass : NSObject @property (atomic, readOnly)NSArray *array; - (void)addObject:(NSString *)object; write the .m Class for the operation 'addObject' with some questions about what is property? the difference between atomic and nonatomic? what the purpose of readOnly in the property?
After solving the programming problem they tried to dig deeper into Foundation Framework datastructures and their implementation. After I answered those questions, they went deeper into Objective-C runtime questions.
Do you have any experience and can you demo what you have done?
What are the KPIs of a feature you are currently working on?
average Linkedlist and array questions.
Tell us about a great contribution you made to your team and the impact/result of it?
ios: design implement on paper search screen and search result with image download without using any third party libraries
Create a method that finds if a stringA is a substring of stringB without using substring method of NSString.
Make basic UITableView, implement json-to-object mapping, table delegate and datasource, wiith async image load
Viewing 6531 - 6540 interview questions