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.
Senior Mobile Engineer Interview Questions
487 senior mobile engineer interview questions shared by candidates
The interviewer started explaining what was expected of me and a brief explanation of how the platform works. The code problem was a typical easy-medium problem you find on leetcode or hacker rank. I first explained two different approaches I could do to solve it, and the interviewer told me to go or one of them. After testing a couple of edge cases, they asked me to think if there were any other optimizations I could do and also, prepared the solution as if I was going to submit it on a Pull Request.
Explain the differences between a Swift struct and a class.
What is a capture list and when would you use one?
During the tech round interview was based on a product that detects app hangs.
In 2nd interview the guy asked me to implement multiplication without using * , looks like the guy was not prepared enough for taking the interview . When they scheduled it for the first time he did not call me , they rescheduled saying something came up and he could not call. I implemented it and said it os not applicable for -ve integer , looks like the guy was not sure if (-5*-7)=35 (he said that is not always the case) , I replied saying that I know if one is +ve another is -ve answer is -ve else answer is +ve .
Explain the flow of Redux and the use of some middleware
Do you have experience in DevOps?
Have you worked on enterprise applications?
Pair programming exercise where the interviewer describes the problem they're trying to solve and you code a solution. It was a basic Kotlin problem where you mapped elements in array based on some condition. It was designed to make you ask questions, because it didn't have all the info you needed to solve the problem.
Viewing 91 - 100 interview questions