given is an array with chars like: F,V,H,J,I mission is to reverse array to be: I,J,H,V,F with no other assistance array or variable.
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.
Hypothetical Question: Let's say you are a developer and write a piece of code, but the project manager says to do it differently and won't take no for an answer. How do you respond?
Agile, experience, mobile banking , teamwork
Write a function that gets one number of two (4 or 7) and returns the other number. Write it without using statements, collections and math operators.
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.
Check if a string is symmetric or not.
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.
How is your experience relevant?
How do you work in a team settings?
Viewing 541 - 550 interview questions