They asked me to fix one bug from their backlog.
Ios Software Developer Interview Questions
7,861 ios software 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
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.)
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 } }
Viewing 831 - 840 interview questions