Difference between frame and bounds? why 2 exists?
Ios Engineer Interview Questions
7,891 ios engineer interview questions shared by candidates
Not very specific question to see your general skill level and knowledge related to Swift and iOS development. Be ready to talk about testing, patterns in programming, but also low level stuff like threading issues and how do you solve performance issues.
Hackerrank questions were: - group anagrams - check if a list of strings is a polygon - delta decoding - a rounding question
"Tell me something that you have done in your life which you are particularly proud of." ... "What are your failures, and how have you learned from them?" ... "Describe an interesting problem and how you solved it." ... "Explain to a 8 year old what a modem/router is and it's functions." ... "What brings you here today?"
Perguntaram se tinha preconceito e se sim, qual?
perguntaram O que você acha de negros?
The pairing interview was the more " difficult" one but you can come prepared with your own code, and if you prepare it is much better
Basic Algorithm and iOS design questions
HashMap with extra tasks + tests
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 7851 - 7860 interview questions