must have ios developer experience
Ios Engineer Interview Questions
7,846 ios engineer interview questions shared by candidates
Model time/distance
Create a grocery challenge app to test applicants on product identification.
Explain the Scrum process in Agile Development?
Whats fast enumeration? Whats the difference between frame and bounds?
1. Within a given timeline, find the approximate number of cabs that would be required WRT an approximate number of riders. Given time line 12AM-12PM Find the approximate number of cabs required. 2. Given binary tree, print its left view. 3. UITableView with image downloading, caching, etc,. Unit test cases, Concurrent programming, etc,.
Assignment on Mac
Implement an auto complete function. Similar to what your phone or Google does when you start typing out a word it gives you possible suggestions. For example: lime might yield - ‘limebike’ 'limelight', 'limer', 'limes', 'limestone', ‘limewash’, etc. Write a function that takes an input and returns possible autocomplete suggestions for the given input. func autocomplete(prefix: String) -> [String] { }
Given this single API and an unlimited (space) input buffer, show how you would replace space characters with URL-encoded “%20”. void replaceSpaces(char *buffer); That is: “Hello World Twitch” would become “Hello%20World%20Twitch”
Find closest k restaurants out of 1 million restaurants from your location
Viewing 101 - 110 interview questions