I've been asked three questions. The only one I missed is quite a basic question:If you want to do something before Java GC recycle the object?
Developer Interview Questions
271,141 developer interview questions shared by candidates
Reverse character string in python
I was asked to iterate through binary strings by character and then add the individual integers from the strings.
Write algorithm to convert number for example 16 138 832 into "sixteen million one hundred thirty eight thousand eight hundred thirty two"
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?
Viewing 691 - 700 interview questions