It was STAR based interview.
Senior Mobile Developer Interview Questions
326 senior mobile developer interview questions shared by candidates
The second half were questions about Maui. Pretty softball, I could tell they guy didn’t know the framework at all, he googled questions to ask in an interview.
All Java and Android questions
Give an example of when you have/should use "mutating" in Swift.
How can you reboot the phone (production build) without physically interacting, given that device is not accessible via ADB anf has internet connection
They asked me questions about code, and xcode, and what would I do to a particular code they showed me.
Design a super enumerator using the basic enumerator of iOS for enumerating all objects in a nested NSArray such as @[@"a", @[@"b", @"c", @[ @"d"]]]
Given a 2d array of integers return one integer - the lowest price at which you can buy required seats together on the same row. if there is no seats return -1.
You are given an array of strings of N elements, where every string contains N characters. You should turn it into a chessboard pattern.
Viewing 21 - 30 interview questions