Given an array of songs, write an algorithm that returns the first stale (aka repeated) song.
Ios Software Engineer Interview Questions
969 ios software engineer interview questions shared by candidates
2 easy/medium algorithm questions. 1st was harder (involved a more complex data structure); 2nd was easier (just arrays / stacks / queues type stuff). Interviewer also used some of the (already-very-short) interview period to give me the opportunity to ask questions, thus total time I had to solve problems was only about 30 mins.
What is the difference between "atomic" and "nonatomic" in iOS property definitions.
A take home assignment to implement a CRDT system.
Core data, bridging header, how to configure private cocoa pods repository. Tdd, do you have experience with complex badly written code bases? And how do work with these. Are you willing to work with badly written code bases and follow tdd? They also ask some easy questions about properties and memory management.
What is dealloc called in Swift?
He gave an example of a retain cycle and asked what would happen and how to fix.
What is reuse identifier?
Explain NSURLConnection to me?
How would you unit test and API without making calls over the network?
Viewing 71 - 80 interview questions