Can you describe what Object-Oriented Programming is?
Ios Lead Interview Questions
3,197 ios lead interview questions shared by candidates
Hard level leet code questions centered around graphs. Be sure to study dynamic programming before the interview
easy coding questions. Java basic questions like OOP
Calculate the length of the array's Longest increasing subsequence
Você já trabalhou com metodologias ágeis?
Different concurrency facilities you know (GCD, NSThread, operation queue) and their pros/cons.
What is the difference between Swift and Objective-C languages?
What is OOP, Encapsulation, Polymorphism, Abstraction, Inheritance, what is Data Structure, what is Relational-Database, what is DDL, DML, DCL, TCL, etc
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
Viewing 2691 - 2700 interview questions