Ios Developer Engineer Interview Questions

7,849 ios developer engineer interview questions shared by candidates

Q: What does ViewController do? (This is a Senior iOS Engineer position, I can't believe he still ask me that. Again, I spend the whole weekend for this take home project, and he didn't even spend 5 minutes before the interview to prepare for his questions.)
avatar

Senior IOS Engineer

Interviewed at N26

3.5
Apr 21, 2019

Q: What does ViewController do? (This is a Senior iOS Engineer position, I can't believe he still ask me that. Again, I spend the whole weekend for this take home project, and he didn't even spend 5 minutes before the interview to prepare for his questions.)

Given the below code, how would you update a name label IBOutlet? class PreferencesVC: UIViewController { var profile: Profile! func updateViews() { // Update nameLbl } } class Profile { var name: String? func update(name newName: String) { name = newName } }
avatar

Senior IOS Engineer

Interviewed at Brave

4.4
Jul 22, 2018

Given the below code, how would you update a name label IBOutlet? class PreferencesVC: UIViewController { var profile: Profile! func updateViews() { // Update nameLbl } } class Profile { var name: String? func update(name newName: String) { name = newName } }

Viewing 831 - 840 interview questions

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