6 face dice. He rolls 1 to win, and me 6. He rolls first, what's the probability that he eventually win.
Developer Interview Questions
269,242 developer interview questions shared by candidates
2 pieces of string of different length and non-uniform width, each take one hour to burn. the remaining length of a burning string doesn't tell you how much longer it burns for. with a lighter measure 45 mins.
Write a program to reverse each word in a string and remove spaces say "i am good" to "imadoog".
Technical Question: Given the following list of integers, how would you sort it the most efficiently and weed out duplicates at the same time?
given a dictionary of words sorted according to a certain order, write a function to out put this order. e.g. input {abc, fkq, bct} output:{a, f, b, k, c, q, t}
Please code up and send me a function that takes two integer arrays and returns their intersection. This answer must take less than n^2 time.
1.In a certain company, 30 percent of the men and 20 percent of the women attend night school. If 40 percent of all employees are men, what percent of all the employees attend night school?
If it were two hours later, it would be half as long until midnight as it would be if it were an hour later. What time is it now?
why is the exponential function important in finance?
You have an Activity, and you implement push notification, when you receive a notification, and you tap on it, the PendingIntent launched point to your Activity. If you open a notification, and your Activity is visible in that moment, in which method of the activity you receive the intent with the information of the push message?
Viewing 771 - 780 interview questions