Design Instagram Stories (mobile-only). Covered models, data flow, API structure, offline support.
Ios Softwareentwickler Interview Questions
983 ios softwareentwickler 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.)
Basic Swift, RxSwift, Dependency injection and architecture related
Different concurrency facilities you know (GCD, NSThread, operation queue) and their pros/cons.
What is the difference between Swift and Objective-C languages?
Two EM both ask a question how do you resolve conflict with colleagues?
1) create a multi-set that implements a given protocol with add, remove & count methods. 2) leet code string compression
Dependency injection, unit testing including views, routing in SwiftUI
Describe your best friend and your differences. Who is more competitive Who has more OCD
I don't want to disclose the exact question (not only because of the NDA I signed, but because it won't be fun if you have this exact same question, and it won't help you anyways I think).
Viewing 601 - 610 interview questions