Swift fundamental and some coding questions
Senior Ios Engineer Interview Questions
2,083 senior ios engineer interview questions shared by candidates
Not needed. I would give an advice, don't wast ur time for the interview with Globant.
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.
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.
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 1601 - 1610 interview questions