They asked a simple dice rolling probability question and asked me to solve an ios problem in code.
Ios Engineer Interview Questions
7,324 ios engineer 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?
How does ARC work?
Create a method that finds if a stringA is a substring of stringB without using substring method of NSString.
Code Review
Make basic UITableView, implement json-to-object mapping, table delegate and datasource, wiith async image load
How do you find memory leaks? Where do you see yourself in 5 years?
Why was I interested in working in Delivery Hero
Viewing 6081 - 6090 interview questions