it was about filtring a string I don't really remember
Ios Software Developer Interview Questions
7,865 ios software developer interview questions shared by candidates
How's your current job Your experience Your project experience Expected salary
Programming exercise was good- you had 1:15 hr in XCode to write a simple iOS application with data persistence, implement a shake motion gesture, localize it into french and spanish, and ensure the UI resized correctly. Then you had to write the test cases for your app. All told if you knew what you were doing you should have the basics done in under an hour. From there you can spend the rest of your time making the UI pretty.
Phone screener - fairly standard questions on platform knowledge, technical competence, CV history and so on.
Technical questions around iOS, memory management and concurrency in particular
How would you implement state driven architectures in SwiftUI?
Tell me about yourself What was biggest challange you run into
Amazon Leadership principles based behavioural questions
Implement Flash cards like app, mostly logical part.
- shuffle an array. got to demonstrate each element has equal probability to get this random number. e.g. [1, 2, 3, 4, 5] becomes [4, 2, 1, 5 3]. each element has a 0.2 probability to get the random num - create a data structure to add a number, remove a number, and get a random number from added numbers. All method must have runtime O(1)
Viewing 6361 - 6370 interview questions