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 Software Developer Interview Questions
7,861 ios software developer interview questions shared by candidates
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.
How I would manage a bug that the team encountered for a feature.
Viewing 841 - 850 interview questions