build an app that displays photos from a Flickr API
Lead Ios Engineer Interview Questions
4,823 lead ios engineer interview questions shared by candidates
Objective-C / Swift related questions.
Was asked to do a code review as well as some iOS specific questions.
Nombrar estructuras de datos conocidas y sus características. Cuando usar un Set vs Map. Preguntas generales sobre desarrollo de software.
Perguntas sobre arquitetura, gerenciamento de estado, entre outras
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
What is a delegate. Where can we use it. Why should we not use inheritance in place of delegate. What is an app delegate.
Explain deep linking. How will you structure deep linking for your app? What is concurrency, what are different ways to achieve concurrency in iOS?
1. String palindrome, 2. API call during Search text field in TextEditDidEnd delegate method
Describe a time you had to settle a dispute with a teammate
Viewing 4481 - 4490 interview questions