Edit ‘quant_interview_questions’

This commit is contained in:
osmarks 2025-04-22 15:34:50 +00:00 committed by wikimind
parent 86104ae1ed
commit eaa43f7024

View File

@ -58,7 +58,7 @@
* Say you have N i.i.d. draws of a normal distribution with parameters μ and σ. What is the probability that k of those draws are larger than some value Y?
* A fair die is rolled n times. What is the probability that the largest number rolled is r, for each r in 1..6?
* What is the singles digit for 2²³⁰?
* f A, B, and C are integers between 1 and 10 (inclusive). How many different combinations of A, B, and C exist such that A<B<C?
* Let A, B, and C be integers between 1 and 10 (inclusive). How many different combinations of A, B, and C exist such that A<B<C?
* What is 89²?
* I roll a die up to three times. You can decide to stop and choose the number on the die (where the number is your payoff) during each roll. What's your strategy?
* If you look at a clock and the time is 12:15, what is the angle between the hour and the minute hand?