General questions about Swift Concurrency and SwiftUI.
Senior Ios Engineer Interview Questions
619 senior ios engineer interview questions shared by candidates
1. Sorting an array with limited elements inside. 2. Given an array with elements' index added by a certain rule, sort it at a complexity less than nlogn 3. A design problem to help design the feed view controller. 4. Theoretical questions on multithreading and coredata.
Objective-C / Swift related questions.
class Folder { var name: String // Name of the folder e.g "home" var files: [String]? // file names in current folder e.g ["file1", "file2", "File 3"] var folder1: Folder? var folder2: Folder? init(name: String, files: [String]?) { self.name = name self.files = files } for this class write a function to check if file exists and the path of file
As a senior engineer, you can expect to encounter questions regarding patterns, iOS architectures, and problem-solving. In most cases, a take-home test will be assigned for you to demonstrate your skills.
Would you accept an offer if put the one for you?
Design diagram of Loading different kinds of feeds (text,image, video, Ad) etc
Motivation, previous experience, projects etc
- Implement a conflict solving algorithm - Implement a function that reverses an array - Implement a function that generates random words - Implement a data controller that manages API request - Design a DataBase that stores calendar events.
1. Goals for this year 2. Conflict with a manager 3. What mistake you did in the past and improved
Viewing 481 - 490 interview questions