Mobile Engineer Interview Questions

3,457 mobile engineer interview questions shared by candidates

A challenge to design a system which includes an Android device on one side of the world, and an Amdocs system on the other, the mission is to describe by main lines, how to build the system so the user will be able to see his cellular bill, amount of internet data left for his package, and any other financial detail about his own account. plus one more limitation which the data package is limited to 500mb ONLY while using WhatsApp application.
avatar

Mobile Developer

Interviewed at Amdocs

3.7
Dec 22, 2014

A challenge to design a system which includes an Android device on one side of the world, and an Amdocs system on the other, the mission is to describe by main lines, how to build the system so the user will be able to see his cellular bill, amount of internet data left for his package, and any other financial detail about his own account. plus one more limitation which the data package is limited to 500mb ONLY while using WhatsApp application.

The phone interview question was done via Coderpad and was titled "The Threebonacci Table" For the purposes of this problem, a Threebonacci sequence is a twist on the Fibonacci sequence where you would sum the previous three elements to get the next element. That is, if the Threebonacci function is defined as t, where n is the index of the element involved, t(n) = t(n-1) + t(n-2) + t(n-3). You can assume t(0) = 0, t(1) = 1, and t(2) = 1. With this information, please complete the tableview in the following UIViewController so that each UITableViewCell displays its Threebonacci value corresponding with its row index. An example is as follows: 0 1 1 2 4 and so on so forth.
avatar

Mobile Software Engineer

Interviewed at Coursera

3.7
Oct 20, 2018

The phone interview question was done via Coderpad and was titled "The Threebonacci Table" For the purposes of this problem, a Threebonacci sequence is a twist on the Fibonacci sequence where you would sum the previous three elements to get the next element. That is, if the Threebonacci function is defined as t, where n is the index of the element involved, t(n) = t(n-1) + t(n-2) + t(n-3). You can assume t(0) = 0, t(1) = 1, and t(2) = 1. With this information, please complete the tableview in the following UIViewController so that each UITableViewCell displays its Threebonacci value corresponding with its row index. An example is as follows: 0 1 1 2 4 and so on so forth.

Related DSA: write program to check if given string is palindrome or not ? And Describe all complexity. Q 2. write program to find the longest common prefix in given array of string? Since my preferred tech was flutter so they ask me question related to that. Q. What is difference between Future and Stream in flutter.
avatar

Mobile Developer Internship

Interviewed at FiftyFive Technologies

4.4
Mar 23, 2023

Related DSA: write program to check if given string is palindrome or not ? And Describe all complexity. Q 2. write program to find the longest common prefix in given array of string? Since my preferred tech was flutter so they ask me question related to that. Q. What is difference between Future and Stream in flutter.

Viewing 541 - 550 interview questions

Glassdoor has 3,457 interview questions and reports from Mobile engineer interviews. Prepare for your interview. Get hired. Love your job.