Write algorithm to convert number for example 16 138 832 into "sixteen million one hundred thirty eight thousand eight hundred thirty two"
Developer Interview Questions
269,106 developer interview questions shared by candidates
Which one of the following is true by default of a Service declared in your manifest? A. It runs in the UI thread. B. It comes with an associated Thread for background execution. C. It’s automatically initialized when you start your app. D. You can only configure it to communicate with the process in which it was started. You want your messaging app to appear as an option in the intent chooser when a user shares content in another application. To do this, you MUST do which of the following? A. Create an IntentService in your Application object to listen to the SENT_MESSAGE intent. B. Register a broadcast receiver in your manifest to receive BROADCAST_SMS. C. Register a ContentObserver to listen to writes to Telephony.Sms.Inbox. D. Register an intent filter for ACTION_SEND in your manifest.
Debug code like a compiler would
So how do you implement workflow?
Describe your project in detail?
I have 55 cents in two coins, one of these coins is not a nickel. What are the two coins?
If you were a hostess at a restaurant, how would you implement a data structure to organize the reservations given x number of people per table, y number of tables, reservation time intervals of 30 minutes from 6pm-11pm, and time durations of parties at a table being one hour?
if we convert string to integer "2.3" =2 "1.4"= 1 what is "3.4"+"2.5"
Divide a string "ilikethebluesky" to "i like the blue sky" from a dictionary "l,like,the,blue,sky...."
2nd largest number in an array
Viewing 691 - 700 interview questions