How would i improve my solution in the homework, at specific parts. Interpersonal and agile related questions.
Senior Ios Engineer Interview Questions
621 senior ios engineer interview questions shared by candidates
just some theoretical questions
Basic iOS question about image loading and handling asynchronous behavior and caching
Swift fundamental and some coding questions
Implementing the credit card number verification method. They provide the method, you only have to implement it.
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.
No screening. They only asked me to do a challenge.
A medium difficulty algorithm question. The question is very long, I spent a while figuring it out.
Design and implement a simple API client and display results in a list. Live in Xcode
Viewing 471 - 480 interview questions