generics with protocol,closure(why use non escaping),custom map high-order function,difference between class and structure in depth i.e.how were memory allocation,protocol with properties,accessibility,difference between gcd and nsoperation & create custom thread in gcd.
Sr Ios Developer Interview Questions
1,606 sr ios developer interview questions shared by candidates
coredata delete on cascade scenario
To describe a scenario in which I had to fix an iOS app having performance issues due to scale, and what did I do to resolve the problem.
Standard FE/BE System Architecture design with API and latency requirements
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
Viewing 1231 - 1240 interview questions