Lead Ios Developer Interview Questions

6,262 lead ios developer interview questions shared by candidates

you have a protocol that is returning the all the tasks user can do. Every task has fixed estimated reading time. Calculate the tasks user can completed with in a week. Task will be completed once user will finish it. func calculateCompletedTask() {} func showAlert(???) {}
avatar

Senior IOS Developer

Interviewed at Noom

2.6
Apr 5, 2022

you have a protocol that is returning the all the tasks user can do. Every task has fixed estimated reading time. Calculate the tasks user can completed with in a week. Task will be completed once user will finish it. func calculateCompletedTask() {} func showAlert(???) {}

4 square at the bottom of the scree, each with one color, once you select one square, the selected color will be that color. (this part was prebuilt by them) Now, use may select any of these colors, and tap on the screen, you should create a square with that color and put it on the screen . Next, add a number to each square you put on the screen, e.g. if there are 2 green, 1 blue already in the screen next green one should be 3. (Use a dictionary to track latest number for each color, tracker = [UIColor: Int]) next implement undo functionality (use a stack) last introduce a redo functionality (use a second stack) On site interview: Hit an API that returns photos, create a photo browsing app like Instagram)
avatar

IOS Engineer

Interviewed at Lyft

3.8
Dec 27, 2019

4 square at the bottom of the scree, each with one color, once you select one square, the selected color will be that color. (this part was prebuilt by them) Now, use may select any of these colors, and tap on the screen, you should create a square with that color and put it on the screen . Next, add a number to each square you put on the screen, e.g. if there are 2 green, 1 blue already in the screen next green one should be 3. (Use a dictionary to track latest number for each color, tracker = [UIColor: Int]) next implement undo functionality (use a stack) last introduce a redo functionality (use a second stack) On site interview: Hit an API that returns photos, create a photo browsing app like Instagram)

Viewing 1081 - 1090 interview questions

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