I was asked about OOP principals. Native Architecture, Swift and SwiftUI best practices. MVVM, VIPER and MVC architecture.
Ios Developer Engineer Interview Questions
7,865 ios developer engineer interview questions shared by candidates
A coding challenge about algorithms
build an app that displays photos from a Flickr API
class Folder { var name: String // Name of the folder e.g "home" var files: [String]? // file names in current folder e.g ["file1", "file2", "File 3"] var folder1: Folder? var folder2: Folder? init(name: String, files: [String]?) { self.name = name self.files = files } for this class write a function to check if file exists and the path of file
Objective-C / Swift related questions.
What would you change about Pandora's iPhone application?
Design a restaurant ordering system. How to handle table reservations?
Standard FE/BE System Architecture design with API and latency requirements
Explain how would you build a ride share app.
No screening. They only asked me to do a challenge.
Viewing 6261 - 6270 interview questions