What's the difference between let and var?
Ios Developer Interviews
Ios Developer Interview Questions
"iOS developers specialize in creating applications for iPhone and iPad. During an interview, expect employers to ask challenging technical questions about the limits and capabilities of iOS applications in addition to textbook programming questions. Be prepared to discuss relevant projects from past jobs or individual work."
7,876 ios developer interview questions shared by candidates
easy coding questions. Java basic questions like OOP
Can you describe what Object-Oriented Programming is?
Design Instagram Stories (mobile-only). Covered models, data flow, API structure, offline support.
The Algo was a leetcode easy
How could you re-invent a counted set?
Why can’t you put a stored variable in an extension?
In the first technical, they asked a question related to closure and capture values which was something like: var string = "car" let closure = { [string] in print("I'm driving \(string)") } string = "truck" closure() Then a question related to lazy keyword whether lazy stuff is thread safe or not. Then a question where there's a kingdom in which there is a king. If the king dies, his child becomes the king otherwise the dead king's sibling becomes the next king. Write a function or computed property to get the currentHeir. (Had to use tree with depth first search to do this.)
Questions on LinkedList
Architectural questions like MVVM
Viewing 4831 - 4840 interview questions