What is singletons
Ingeniero De Software Ios Interview Questions
5,596 ingeniero de software 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
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
behavioral questions, on how, why, when
Palindrome, and versions of it.
Given two linked lists, check if they merge. If so write a function to get the intersection point of two Linked Lists
Exclusively whiteboard algorithm questions.
Which Swift libraries I am acquainted with.
Viewing 5461 - 5470 interview questions