No question asked as the interview itself has many problems from their side.
Developer Ios Senior Interview Questions
1,468 developer ios senior 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
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.
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?
How to overcome memory leak?
A home task with a map view
Viewing 1411 - 1420 interview questions