Ios Developer Intern Interview Questions

7,848 ios developer intern interview questions shared by candidates

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.
avatar

IOS Engineer

Interviewed at Superhuman

3.4
May 12, 2025

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.

During my onsite technical segment, I was asked to expand on my coding challenge by implementing additional functionality. The engineering manager for the iOS team and the Android team were there to explain the requirements and answer any questions I had along the way.
avatar

Software Engineer II - IOS

Interviewed at OkCupid

3.5
Oct 22, 2019

During my onsite technical segment, I was asked to expand on my coding challenge by implementing additional functionality. The engineering manager for the iOS team and the Android team were there to explain the requirements and answer any questions I had along the way.

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
avatar

Senior IOS Engineer

Interviewed at Resmed

4
Nov 18, 2022

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

Viewing 7381 - 7390 interview questions

Glassdoor has 7,848 interview questions and reports from Ios developer intern interviews. Prepare for your interview. Get hired. Love your job.