Standard FE/BE System Architecture design with API and latency requirements
Senior Ios Developer Interview Questions
1,601 senior ios developer interview questions shared by candidates
Explain how would you build a ride share app.
class vs structure, tipples, CGD, ARC, strong weak unknown
SOLID Design pattern Architecture pattern
What architectural patterns are you familiar with?
What is difference between class and struct? What is copy-on-write?
Given an input array [1,2,3,4,5], output should be [5, 4, 1, 2, 3] if count is 2. func (array: [Int], count: Int) After you are done with the solution, the interviewer will ask about the time complexity of it. And will ask you if you can improve it to lessen the complexity
Questions about skills you worked on. Related your Projects.
1. Sorting an array with limited elements inside. 2. Given an array with elements' index added by a certain rule, sort it at a complexity less than nlogn 3. A design problem to help design the feed view controller. 4. Theoretical questions on multithreading and coredata.
What is a delegate. Where can we use it. Why should we not use inheritance in place of delegate. What is an app delegate.
Viewing 1231 - 1240 interview questions