They asked me to fix one bug from their backlog.
Ios Engineer Intern Interview Questions
7,850 ios engineer intern interview questions shared by candidates
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.
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.)
What is optionals in swift
- 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.
Some questions about my experience.
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