What is your salary expectations?
Sr Ios Developer Interview Questions
1,456 sr ios developer interview questions shared by candidates
Why do you want to work for us?
Reason behind choosing Clean Architecture
Why using a 3rd party library if you could have written it yourself? What are the advantages and disadvantages of using a 3rd party library?
You will be questioned on many things but they tend to focus on architecture designs and theoretical principles. And strangely they leave out important topics that should be common practices for such organizations.
I was asked about providing couple of methods of dealing with asynchronous code.
HR: Motivation, experience Debugging: Multithreading problems, memory management (references + ARC)
About the projects developed by me
I did the sorting array coding odd even number and merge it
When the online debugging test starts, you need to download a project from a private github repo. The project is very big. Certain sections of the code are marked with "DO NOT MODIFY". They give three different tasks to perform in this repo. Task 1: There are a list page and detail page. Find some UI bugs and fix them. You need to be familiar with SwiftUI state management (Observable, State, etc) and MVVM. Task 2: you are expected to create three different ways to concurrently fetch some data using an existing API. The three ways are: GCD (dispatch group), Combine (publisher), and Swift Concurrency (async await). Task 3: You are supposed to debug a login issue. The login always fails or fails some of the time. It's likely a race conditioning issue. The SessionService they provided for authentication verification is completely incomprehensible to me. I have no idea how it works. You are not allowed to use AI coding assistant. You are allowed to look stuff up in a browser but not on stackoverflow.
Viewing 141 - 150 interview questions