Asked about the languages I know and am comfortable with.
Mobile Software Engineer Interview Questions
351 mobile software engineer interview questions shared by candidates
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?
What should be in a bug report. Create a test plan for a thing. Tell me about a time you worked with a brilliant jerk. What is quality? What quality gates should exist?
Phone interview : Leetcode Medium DS/algos question. Onsite : - Coding : Minimum window substring , Find leaves of binary tree - System Design and Architecture - Mobile coding - Lunch - Hiring manager interview
4th skype (design round): - How will you design an app (client) & server to implement a word guess game. For e.g. app will ask user to guess the word (it will show blank spaces first equal to size of the word) one character one time. He will have 'n' chances to guess correct word. Based on the result, he will win or loose money (prize). Assume you have well defined payment & user registration system. Assume external systems required for this game already present. Just concentrate on designing the above core requirement
It was a test, the questions are based on the role.
Implement a LinkedList in your language of choice. For me, it was Objective C. So the hiring manager typed this into a shared whiteboard/document browser window: LList * list = [[LList alloc] init]; [list insert:10]; [list insert:20]; [list insert:5]; [list insert:30]; [list insert:12];
Viewing 91 - 100 interview questions