Questions about Swift language, code examples, SOLID, clean code..
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,849 ios developer interview questions shared by candidates
Questions about Swift language, code examples, SOLID, clean code..
ARC working?
Didn't have any call interview except for the coding challenge itself.
In what version of Objective-C was X feature implemented?
Architectural Patters reference vs value types Common iOS Questions
how would you solve following problems in a project ui lagging/slow scrolling memory warning slow starting
Come up with architecture for onboarding module. Frontend (mobile) system design. + Leetcode Hard
Round 1: Intro + Basic technical questions related to Swift language by the hiring manager. Round 2: Take home coding test. Round 3: Technical interview questions based on your coding test and asked to do modifications in the test. Round 4: Culture Fit and Product/Company info
1) (something like) Given the below matrix, find the shortest path for a robot to get from (0, 0) to (6, 4) (these are x, y coordinates FYI). The zeros in the matrix represent occupy-able positions and the ones are un-occupy-able positions. The robot cannot move diagonally. [[0,1,0,1,1,0,1], [0,1,1,1,1,0,1], [0,0,0,1,1,0,1], [1,1,0,1,1,0,1], [0,1,0,0,0,0,0]] 2) (something like) Tell me about a time where you were faced with an obstacle (professional or otherwise) and how you overcame it.
Viewing 7351 - 7360 interview questions