They asked me to fix one bug from their backlog.
Ios Developer Interview Questions
7,870 ios developer interview questions shared by candidates
Write the retain counts of a particular variable at each line of code.
Copy vs deep copy
why do you want to leave?
The most unexpected thing they asked me to do was waste my time on two ridiculously long projects without giving me proper feedback on why I wasn't selected.
- Describe the SOLID principle in your own words. - What architecture that you usually use when developing an iOS app, why did you choose that and what are the advantages and disadvantages.
What is optionals in swift
In iOS, what are dispatch groups?
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 } }
Some questions about my experience.
Viewing 831 - 840 interview questions