Difference between nil in Swift and Objective-C
Ios Software Engineer Interview Questions
967 ios software engineer interview questions shared by candidates
What are the building blocks of Core Data
What project you most proud of
Design a restaurant ordering system. How to handle table reservations?
Basic non dynamic programming leet code questions, that had an iOS bent to them.
1. Design an app presenting images 2. Design an app presenting interesting points around you
Complex question about GCD and blocks. Prepare yourself to talk about issues that may occur (deadlock, starvation, strong reference cycles).
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 761 - 770 interview questions