Remote coding task. Small project.
Senior Ios Developer Interview Questions
1,468 senior ios developer interview questions shared by candidates
No question asked as the interview itself has many problems from their side.
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
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
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.
Can you describe yourself? What is your previous experience related iOS development? What is your motivation to plan at Flix?
Design an app using the Pokémon API.
50 min HackerRank assessment, haven't reached the technical interview
What is a challenging task you faced in your career?
Viewing 1411 - 1420 interview questions