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 } }
Ios Engineer Interview Questions
7,320 ios engineer interview questions shared by candidates
Some questions about my experience.
Are you a US Citizen?
Why do you want to join Oura?
They focused on a couple of technical stuff I picked up in previous projects, like iOS architecture.
The questions were on Swift basics components, protocols, local DB usage, Notifications, Rx will be a plus point.
Why should we hire you?
At some point in the interview the PM pretty much told me that they don't really care about code quality as long as you're able to deliver on a tight schedule
Coding test
Wasn't asked any questions.
Viewing 781 - 790 interview questions