iOS Coding Challenge - basic list view and detail view
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,848 ios developer interview questions shared by candidates
Memory management in iOS, Basic programming, Previous project areas, Almost covered all concepts in iOS
Swift question: let years = [15, 2, 67, 4, 5] let sum = years.filter({ $0 < 10 }).map({ $0 * 2 }).reduce(5, +) print(sum) Which of the following will be printed out to the console? A. [30, 4, 134, 88, 10] //yes, it's 88. I know you may have expected an 8, but I suspect a typo on their part (as in many other places) B. [5, 4, 8, 10] C. 14 D. 17 E. 19
Enfocado al lenguaje de Swift, arquitecturas móviles, uso de mapas.
Compare two string are permutation, return boolean. Such as "abce" and "aced", return true.
Data structure questions
strong vs weak?
Design their product to allow embedding applications like games.
Questions from the code I submitted in coding round.
Why you want to work for just eat>?
Viewing 261 - 270 interview questions