Lead Ios Developer Interview Questions

3,197 lead ios developer interview questions shared by candidates

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] { }
avatar

IOS Engineer

Interviewed at Lime

3.4
Oct 5, 2018

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

IOS Engineer

Interviewed at Twitch

3.7
Apr 19, 2017

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”

Emphasis on algorithms and complexity analysis and some higher-level design. Process is perhaps more focussed on discussion of alternatives/trade-offs/complexity over necessarily nailing a "perfect" answer in the provided time.
avatar

Ios Software Engineer

Interviewed at Meta

3.5
Mar 21, 2014

Emphasis on algorithms and complexity analysis and some higher-level design. Process is perhaps more focussed on discussion of alternatives/trade-offs/complexity over necessarily nailing a "perfect" answer in the provided time.

Viewing 61 - 70 interview questions

Glassdoor has 3,197 interview questions and reports from Lead ios developer interviews. Prepare for your interview. Get hired. Love your job.