Easy and swift and uikit and swiftUi
Senior Ios Developer Interview Questions
1,455 senior ios developer interview questions shared by candidates
1. High Order function, please write custom code for filter function
It’s not tech scoring :)
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?
Typical technical issues related to a senior iOS developer.
Basic ios development questions on swift.
Code for sorting strings without using inbuilt swift functions
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 1441 - 1450 interview questions