Perguntas sobre arquitetura, gerenciamento de estado, entre outras
Ios Developer Interview Questions
7,861 ios developer interview questions shared by candidates
I was asked about OOP principals. Native Architecture, Swift and SwiftUI best practices. MVVM, VIPER and MVC architecture.
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.
Viewing 6271 - 6280 interview questions