Say I take a rubber band and randomly cut it into three pieces. What's the probability that one of the pieces has length greater than 1/2 of the original circumference of the rubber band.
Mba Interview Questions
6,583,593 interview questions shared by candidates
roll a 30-sided die (Number 1-30) many times and add all up the outcomes. stop rolling when the sum >= 300. what's the most likely result of the sum?
3 pancake. one is with both sides burned, one is with one side burned, the last one with no sides burned. Combined them in a plate. The top side is burned. what is the probability of the other side is burned?
I have a square, and place three dots along the 4 edges at random. (1) What is the probability that the dots, when connected, do not form a triangle? (2) what is the probability that the dots lie on distinct edges?
What is your dream job ?
If you had a brand, unique to you, what would that brand be and why?
You have a 64bit interger counter set to 0. How long it will take to overflow the counter given that you are incrementing it at 4Ghz speed.
Given an unsorted array of integers, find first two numbers in the array that equal a given sum.
Interviewer ask me to solve some permutation related problems. 1) Algorithm to get Index of a permutation when all permutations arranged in lexicographical order and its complexity
integer partiontioing given N (a integer) how many ways you can write as N summation of other numbers 5 = 1+ 2 +2 = 2+ 2 + 1 = 1 + 3 +1 = 1 + 4 etc.. write C code to print every combination
Viewing 2311 - 2320 interview questions