What are the SOLID principles?
Ios Software Developer Interview Questions
7,864 ios software developer interview questions shared by candidates
one of the most complex views you implemented
In the second interview, he asked me to share my screen and do some coding with Xcode. It was fairly simple and if you have at least 3 years of iOS experience you won’t have any big problems. Make sure you remember how to do sync, async code. They really care about you being able to manage async code.
How would you handle a challenging situation within your team?
what would you use instead of delegate? throw vs throws? error handling ObservableObject is on struct or class is closure value-type or ref-type core data
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.
Prove my technical skills as a software engineer
1) Tell me about yourself 2) Why should I hire you
Price rounding with nearest 10 power n
Viewing 6601 - 6610 interview questions