For the systems design question, the guy described a real world scenario where a series of events have to happen in order to fully bring up a device. - auth (to get a token we'll call "A") - fetch info from home + devices (with the A auth token) - fetch current weather information (using the home/device zip code) - reach out to a third party service with our A auth token to exchange, or get, a B token - fetch data from service using B token how would we structure the sequence of events or dependencies to come up with the fastest boot up (or bring up) sequence possible?
Mobile Software Engineer Interview Questions
392 mobile software engineer interview questions shared by candidates
How does the retain/release process work in Objective C?
Object hierarchy for specific button in an API
What are Isolates in flutter
Asked about the languages I know and am comfortable with.
How would you implement a multiplayer Tic-Tac-Toe game?
The first question was what data structures are used in Java. Then it's about whiteboard coding. I was asked to write a class to describe properties of a car. Some kind of sorting was asked, I didn't get it. Then several stuff about Android: like how to save user's settings; how to use the LocationManager... They expect whiteboard coding, I was only able to tell which API I usually call.
Are you open for any opportunities under contract? I said yes, then they asked me to send all the required details to get my visa
Given more time for the project, what other features would you add to the app?
1. draw an architecture of somekind... 2.. a sequence of integers in an array ,find the longest array with the highest value (for example 1,3,-3,4,5) - 4,5 ,return the positions of the start and end indexes in the array. 3. learn a language that you don't know ,e.g. Pyhton in one hour and implement 1.
Viewing 101 - 110 interview questions