Code for sorting strings without using inbuilt swift functions
Senior Ios Engineer Interview Questions
2,073 senior ios 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
Create list view and fetch data from server, used clean architecture
standard questions, random questions, stupid questions
A home task with a map view
Swift fundamentals, threading, core data, memory dispatch, operation queue.
Multithreading, Struct vs Class, Enums, OOP, POP, GoF
1. ViewController life cycle 2. architecture preferences (MVC, VIPER, MVVM) 3. Life coding with simple algorithmic problem
Difference between UIView's frame and bounds.
Standard questions about Swift, UI, Memory Management
Viewing 2061 - 2070 interview questions