Not needed. I would give an advice, don't wast ur time for the interview with Globant.
Junior Ios Developer Interview Questions
7,864 junior ios developer interview questions shared by candidates
Tell me about yourself and your work.
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
Viewing 6271 - 6280 interview questions