Direct Technical Questions and Programming.
Ios Software Developer Interview Questions
7,852 ios software developer interview questions shared by candidates
Load json data and display in a UI following a design spec provided as an image with some measurements of table cell layout.
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.
Develop a small feature in Objective-C
Find duplicated integers from an array
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
Given a sorted (int array) and a target integer in the array. Rotate the array (target integer) times and return the index of that (target integer) in the array. if that target integer does not exist in the array, return -1. nums: [0,1,2,3,4,5,6,7,8] target integer: 6 rotated nums: [6,7,8,0,1,2,3,4,5] should return 0 Hints: Try to find pivot element with binary search. In binary search, we calculate the pivot index like this: (lower bound + upper bound) / 2. Bu this can be changed based on need.
1. Typical experience questions 2. Coding exercises questions
Viewing 7381 - 7390 interview questions