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.
avatar

Senior Software Engineer IOS

Interviewed at Disney+ Hotstar

3.4
Dec 5, 2019

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.

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
avatar

Senior IOS Engineer

Interviewed at Navan

4
Apr 3, 2024

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

- 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.
avatar

Senior Software Engineer, IOS

Interviewed at Goodnotes

4.3
Apr 26, 2022

- 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.

Viewing 481 - 490 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 619 interview questions and reports from Senior ios engineer interviews. Prepare for your interview. Get hired. Love your job.