Senior iOS developer interview questions
Senior Ios Engineer Interview Questions
621 senior ios engineer interview questions shared by candidates
Questions around TDD and app architecture
Data structures, algorithms, and OO Design
- Why did you select our company? - What are your expectations from our company? - Generic iOS questions
What was the most difficult thing you solved? What is your favorite app to use and why?
SWIFT UI - State Management and Data flow @State, @Binding, @ObservedObject, @EnvironmentObject and Environment and EnvironmentObject
I was asked to write a simple application using SwiftUI.
The iOS coding challenge (implement in SwiftUI or UIKit): Create a grid that has over 100 tiles in one screen (No need scrollable) 1. The grid should be arranged so it has 6 columns. 2. The tiles should be square. 3. Randomly select a background color for each tile choosing either white or blue. When tapping ONLY on WHITE tiles, they should turn blue, and at the same time update the background color of every surrounding WHITE tile to blue (ABOVE, BELOW, RIGHT, and LEFT directions ONLY). For every white tile that turns to blue we will continue to update the background of the nearby white cells and so on until there are no cells to update. Making this an updating effect that begins with just one tap.
Data sorting algorithm challenges you find on leetcode
When you have a new task, how do you tackle it? Pros and cons of the solution. Memory leaks. How do you solve them. Weak references vs Strong references.
Viewing 461 - 470 interview questions