Q: What is difference between frame and bound?
Ios Software Developer Interview Questions
7,865 ios software developer interview questions shared by candidates
How would you handle a challenging situation within your team?
ARC, GDC, oops concepts , MVVM , MVC etc
How you will manage navigation from backend for each individual client
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?
How does ARC work?
Create a method that finds if a stringA is a substring of stringB without using substring method of NSString.
Viewing 6531 - 6540 interview questions