Code Review
Ios Developer Engineer Interview Questions
7,868 ios developer engineer interview questions shared by candidates
They asked a simple dice rolling probability question and asked me to solve an ios problem in code.
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.
Viewing 6531 - 6540 interview questions