Implement a parking garage park and remove car functions
Ios Developer Internship Interview Questions
7,857 ios developer internship interview questions shared by candidates
Develop a small feature in Objective-C
Telephonic round was entirely based on DS algo, dont remember the exact question but preparation from geeksforgeeks is enough. The oncampus question were based on iOS, even though the preparation material which they gave covered only ds, algo I was expecting more of such questions.
Structure data concepts and flows for a service API.
Fix a broken REST API iOS app.
1 system design question (1 hr): architect the fandango app 1 behavioral interview (.5 hr) 1 coding question (1.5 hr): given an xcode project, fix a bug and then implement something
Direct Technical Questions and Programming.
Deep dive your past projects
Load json data and display in a UI following a design spec provided as an image with some measurements of table cell layout.
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 7361 - 7370 interview questions