Ios Software Engineer Interview Questions

5,579 ios software engineer interview questions shared by candidates

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
avatar

Senior Software Developer - IOS

Interviewed at Sixt

3.6
Oct 26, 2021

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 5541 - 5550 interview questions

Glassdoor has 5,579 interview questions and reports from Ios software engineer interviews. Prepare for your interview. Get hired. Love your job.