Tell me about your self? Some questions about my thesis. What is the expectation value by rolling a dice? What if you have the second chance if you feel the first result is not large enough?
Developer Interview Questions
270,915 developer interview questions shared by candidates
Create an app fetching car details from a server and showing them in a list. Then localize hem in a google map. Also showing all the cars in the map as pins
public class WhichReturns{ public String whichReturns(){ try{ return "1"; }finally{ return "2"; } public static void main(String argv){ System.out.println("Return val: " + WhichReturns.whichReturns()); } }
Given 9 ball with only one differ in weight, how to find out by measuring them only twice?
Convert : person_First_Name to personFirstName
Find the bug in code. int sum; for (int i=1; i<11; ++i) sum=sum+i; printf("%d",sum);
Given an array of n coins, determine the minimum number of flips for all coins to have the same side (all heads or all tails).
What is your age
Given an array of numbers [1,3,3,5,9,4,1,10,9,7,2,7], Write a php function that will print numbers that are not duplicated in array. [5,4,10,2]
Why are manhole covers round?
Viewing 311 - 320 interview questions