Quali sono i tuoi obiettivi per il futuro
Software Engineer Ios Interview Questions
7,860 software engineer ios interview questions shared by candidates
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
difference between delegates and datasource
What is the difference between class and structure in Swift?
Generic questions to try and understand your current role.
Differentiate h/w and s/w. what are oops
About Combine Framework how does it work?
The home assignment was about solving a maze in iOS. The problem was easy but they look more of design than solution.
Tell me about yourself?
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
Viewing 7731 - 7740 interview questions