Mostly, they ask questions related to SwiftUI.
Developer Ios Senior Interview Questions
1,613 developer ios senior interview questions shared by candidates
Remote coding task. Small project.
No question asked as the interview itself has many problems from their side.
The first logical tasks were interesting ones. You are given 7 tasks with 30 minutes each to solve App Store monetization challenges based on some initial conditions.
1. UI questions: UIKit, standart questions about UIViewController lifecycle, DCG, Posix, Operation 2. Algorithms: simple task (f.e. search substring, count repeating chars in string) coding about 30 min 3. Live coding
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
Given two linked lists, check if they merge. If so write a function to get the intersection point of two Linked Lists
Exclusively whiteboard algorithm questions.
Design an app using the Pokémon API.
50 min HackerRank assessment, haven't reached the technical interview
Viewing 1551 - 1560 interview questions