They gave me a problem in which I had to find the next largest number of a given integer, where the next largest number can consist only of a combination of 3s and 5s. ex: number: 23 output: 33, number: 129 output: 333, number: 432 output: 533
MISSING VALUE Interview Questions
6,577,970 interview questions shared by candidates
So it’s 1145, and your interview was at 11. How do you explain that?
compress strings such as "aaabbbcccc" into the string "a3b3c4"
What will happen if you short the i/p & o/p of a CMOS inverter
How many pins in a JTAG cable?
Giving an array of numbers and an int, return true if is there any pair of numbers inside the array that summed is equal to the input int, otherwise return false.
Flip one coin 10 times and obtain one H, what is the p value and null hypothesis?
Why are man-hole covers round?
Given an unsorted array, extract the max and min value using the least number of comparison.
You randomly draw a coin from 100 coins - 1 unfair coin (head-head), 99 fair coins (head-tail) and roll it 10 times. If the result is 10 heads, whats the probability that the coin is unfair?
Viewing 4881 - 4890 interview questions