Basic Swift, RxSwift, Dependency injection and architecture related
Engenheiro De Software Ios Interview Questions
680 engenheiro de software ios interview questions shared by candidates
O que é e como funciona um override no paradigma de orientação à objetos?
O que é e como funciona um overload?
Pra quê serve um Mock?
Quais frameworks de tests unitários você conhece/já usou?
O que é uma Thread e o que é um Processo? Quais as diferenças?
Different concurrency facilities you know (GCD, NSThread, operation queue) and their pros/cons.
What is the difference between Swift and Objective-C languages?
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.)
Design Instagram Stories (mobile-only). Covered models, data flow, API structure, offline support.
Viewing 411 - 420 interview questions