Tell me about yourself and your work.
Ios Developers Interview Questions
7,870 ios developers interview questions shared by candidates
Implementing the credit card number verification method. They provide the method, you only have to implement it.
If you are given 6 months of a customer's credit / debit purchases, how can you identify which items are monthly bills?
Take home task on a github diff app
Perguntas sobre arquitetura, gerenciamento de estado, entre outras
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.
Viewing 6251 - 6260 interview questions