1. UI questions: UIKit, standart questions about UIViewController lifecycle, DCG, Posix, Operation 2. Algorithms: simple task (f.e. search substring, count repeating chars in string) coding about 30 min 3. Live coding
Sr Ios Developer Interview Questions
1,604 sr ios developer interview questions shared by candidates
Tell me about yourself in brief.
How to overcome memory leak?
arr = [c,c,b,d,d,a,a,c,b,b,b,c,d,a] Given an array of characters, find the min length sub array within this array which has all the unique elements present in the array. unique = [c,b,d,a] worst = [c,a,a,a,a,d,d,d,b] //in this case the complete array becomes the min lenght sub array.. Write a function which accepts the char array and prints i,j of the sub array
Questions related to HTTP security and networking (90% not related to iOS)
A home task with a map view
Currency not dispatch with availability of notes
Find palindrome set from given array [ab, ba, abc, def, a, bba]
Experience, difficult situations or challenges in the past, approach to solving problems, technical background
Only technical questions, mostly about multi thread understanding, logic and and Swift under-hood understanding
Viewing 1581 - 1590 interview questions