First question I was handed a laptop with Xcode running on it. The assignment was to write a super simple browser app that used substitution (or "regular expression", as the interviewer referred to it) to replace any instances of the word "Nest" with something arbitrary (e.g. I chose something like the name "Glassdoor").
Mobile Engineer Interview Questions
3,457 mobile engineer interview questions shared by candidates
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?
given 2 arrays , find out if the values in the second array can be made by shifting the values in first array. eg. arr1 : [ab ,dc] and arr2 : [ef, gh] returns true
Experience in field of Technology
How long have I been a developer/ website engineer?
What is thrashing?
I have been asked which projects I worked on?
Qual foi seu maior erro cometido em um trabalho ?
How you can generate different versions or variants of your app using a same code.
What are some specific advantages and disadvantages of both Android and iOS?
Viewing 571 - 580 interview questions