give you 3L bottle and 5L bottle, to get 4L water.
Developer Interview Questions
271,240 developer interview questions shared by candidates
Given a vector of integer elements. Remove the duplicates. Do not change the order of elements.
Reverse character string in python
I have 55 cents in two coins, one of these coins is not a nickel. What are the two coins?
Debug code like a compiler would
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?
I was asked to iterate through binary strings by character and then add the individual integers from the strings.
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.
Write algorithm to convert number for example 16 138 832 into "sixteen million one hundred thirty eight thousand eight hundred thirty two"
So how do you implement workflow?
Viewing 691 - 700 interview questions