Implementing the credit card number verification method. They provide the method, you only have to implement it.
Ios Developer Internship Interview Questions
7,868 ios developer internship interview questions shared by candidates
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.
What would you change about Pandora's iPhone application?
Viewing 6271 - 6280 interview questions