Build an app that can pull from an internal API and display news articles and pictures. Be able to translate the articles into other languages. Cover your translation code with unit tests.
Senior Mobile Engineer Interview Questions
487 senior mobile engineer interview questions shared by candidates
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.
One key thing they asked me was to build a small React Native app that fetches data from an API, handles nested API calls using Promise.all, and displays the data in a table format. Additionally, I had to implement a dropdown to sort the table by name in ascending or descending order.
Viewing 31 - 40 interview questions