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

For my phone (and Collabedit) question, I was asked to implement functionality matching the description of this API: /* This class will be given a list of words (such as might be tokenized * from a paragraph of text), and will provide a method that takes two * words and returns the shortest distance (in words) between those two * words in the provided text. * Example: * WordDistanceFinder finder = new WordDistanceFinder(Arrays.asList("the", "quick", "brown", "fox", "quick")); * assert(finder.distance("fox", "the") == 3); * assert(finder.distance("quick", "fox") == 1); * * "quick" appears twice in the input. There are two possible distance values for "quick" and "fox": * (3 - 1) = 2 and (4 - 3) = 1. * Since we have to return the shortest distance between the two words we return 1. */
avatar

IOS Developer

Interviewed at LinkedIn

3.8
Apr 26, 2017

For my phone (and Collabedit) question, I was asked to implement functionality matching the description of this API: /* This class will be given a list of words (such as might be tokenized * from a paragraph of text), and will provide a method that takes two * words and returns the shortest distance (in words) between those two * words in the provided text. * Example: * WordDistanceFinder finder = new WordDistanceFinder(Arrays.asList("the", "quick", "brown", "fox", "quick")); * assert(finder.distance("fox", "the") == 3); * assert(finder.distance("quick", "fox") == 1); * * "quick" appears twice in the input. There are two possible distance values for "quick" and "fox": * (3 - 1) = 2 and (4 - 3) = 1. * Since we have to return the shortest distance between the two words we return 1. */

Build an app that consumes this provided API. Display that information in a table view, and when tapped display a detailed view for that event. Include a way to mark an event as a favorite, and add the search functionality. Marking a favorite should remain persistent between app installs.
avatar

IOS Engineer

Interviewed at Fetch

2.9
Jan 6, 2021

Build an app that consumes this provided API. Display that information in a table view, and when tapped display a detailed view for that event. Include a way to mark an event as a favorite, and add the search functionality. Marking a favorite should remain persistent between app installs.

Viewing 131 - 140 interview questions

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