On a Mac (yes, still on an actual computer) - create an app with 3 images on a view that is scrollable.
Ios Software Developer Interview Questions
989 ios software developer interview questions shared by candidates
Given an array of songs, write an algorithm that returns the first stale (aka repeated) song.
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.
Q: How does HTTP work Q: How is the view controller process works Q: How is memory handled Other questions as well. The coding question needed like a websocket handling on iOS, and you need to do that as production code with no errors without any autocompletion which is not normal at all these days.
Find the least common ancestor of two views.
A take home assignment to implement a CRDT system.
How would you unit test and API without making calls over the network?
if an API sometimes returns a String, and sometimes returns an int, how would you handle that?
"How do you test cat?"
Viewing 71 - 80 interview questions