What is OOP, Encapsulation, Polymorphism, Abstraction, Inheritance, what is Data Structure, what is Relational-Database, what is DDL, DML, DCL, TCL, etc
Ios Software Developer Interview Questions
5,611 ios software developer interview questions shared by candidates
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.)
The Algo was a leetcode easy
Design Instagram Stories (mobile-only). Covered models, data flow, API structure, offline support.
Questions on LinkedList
Architectural questions like MVVM
How could you re-invent a counted set?
Why can’t you put a stored variable in an extension?
Tell us something about your most interesting project in the past.
What is your greatest failure in the last 24 months? How did you learn from it?
Viewing 3471 - 3480 interview questions