Asked about Basic Swift concepts, Architecture, SOLID principles, Closures, ARC, Memory Management, GCD, and some related questions.
Ios Software Developer Interview Questions
5,594 ios software developer interview questions shared by candidates
Easy and swift and uikit and swiftUi
They asked basic questions to check your knowledge. Also gave some scenarios to check logic.
Tell me about yourself?
Basic iOS question like singleton class, class , structure
Fundamentos de programación, principios solid
standard questions, random questions, stupid questions
1. They asked from initial to end process of ios application development 2. Technical questions - (classes, structure, closure, delgates, protocol,extension, GCD, NSOperation Queue, Design Patterns, Push Notifications, Library Integrations, URLSession, access specifiers, generics etc )
Just general basic questions like memory management……
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 5561 - 5570 interview questions