INTERVIEW PREP

数学与非代码面试题

覆盖数学、概率、统计、脑筋急转弯、机器学习和金融。这里负责筛选和进入单题;编程题使用独立的 LeetCode 式 coding lab。

题目
4169
领域
8
当前筛选
1751

34 / 88

非代码面试题

显示 20 / 1751 道匹配题目

答题状态:未尝试未正确已正确
3192Aggregate Slippage Over a Poisson Number of OrdersLet X 1,X 2,\dots be i.i.d. increments with E[X i]=2 and Var (X i)=3. Let N be independent of the increments and distributed as Poisson(4). For the stopped sum S N=\sum i=1 N X i, compute E[S N] and Var (S N).概率中等derivation未尝试面试订阅3193Total Cost Over a Negative-Binomial HorizonLet X 1,X 2,\dots be i.i.d. increments with E[X i]=4 and Var (X i)=6. Let N be independent of the increments and distributed as NegativeBinomial(r=3, p= 2 5 ). For the stopped sum S N=\sum i=1 N X i, compute E[S N] and Var (S N).概率中等derivation未尝试面试订阅3201Expected Trials to Reach 5 SuccessesIndependent Bernoulli trials succeed with probability 2 5 . Let T be the first time the cumulative number of successes reaches 5. Use Wald-style reasoning to compute E[T].概率中等derivation未尝试面试订阅3206Variance of Trials to Reach 5 SuccessesIndependent Bernoulli trials succeed with probability 2 5 . Let T be the first time the cumulative number of successes reaches 5. Use Wald-style second-moment reasoning to compute Var (T).概率困难derivation未尝试面试订阅3212Second Moment of Centered Sum at a Poisson HorizonLet X 1,X 2,\dots be i.i.d. with mean and variance 3. Let N be independent of the increments and distributed as Poisson(4). Show that for the centered stopped sum M N=\sum i=1 N (X i- ), one has E[M N 2] equal to what value?概率中等derivation未尝试面试订阅3214Centered Slippage Variance Under Random StoppingLet X 1,X 2,\dots be i.i.d. with mean and variance 4. Let N be independent of the increments and distributed as Geometric( 1 3 ). Show that for the centered stopped sum M N=\sum i=1 N (X i- ), one has E[M N 2] equal to what value?概率中等derivation未尝试面试订阅3216Can a 95% Credible Interval Be Read as a 95% Probability Statement?A PM sees a 95% Bayesian credible interval for a strategy's daily edge and says, "So there is a 95% probability the true edge lies in this interval." Is that interpretation correct? Contrast it with the frequentist interpretation of a 95% confidence interval.统计中等essay未尝试面试订阅3217Why Optional Stopping Breaks a Fixed-Horizon p-ValueAn experiment is designed for a fixed horizon, but the desk checks the p-value every day and stops once it drops below 0.05. Why does that invalidate the nominal 5% Type I error guarantee? Why is the Bayesian posterior update answering a different question?统计中等essay未尝试面试订阅3218Small Sample, One Success: Which Lens Shrinks More Naturally?A new quoting rule is tried 5 times and succeeds once. Why does a Bayesian analysis with a skeptical prior naturally shrink the estimated success probability toward a baseline, while a plain frequentist point estimate does not do that unless you add some regularization device on top?统计中等essay未尝试面试订阅3219Posterior Probability of Positive Effect Versus p-ValueIf a PM wants to know, "What is the probability the treatment effect is positive?", why is a Bayesian posterior probability directly aligned with that question while a p-value is not?统计中等essay未尝试面试订阅3220Why a 'Weakly Informative' Prior Still MattersA researcher says, "I used a weakly informative prior, so the Bayesian answer is basically prior-free." Why is that statement too strong, especially in small or noisy samples?统计中等essay未尝试面试订阅3221A Confidence Interval Cannot Price a One-Off Launch DecisionA PM sees a frequentist 95% confidence interval for next-month strategy edge of [-0.1, 0.4] and asks, "So what is the probability the true edge is positive for this launch decision?" Why can't the interval answer that question by itself, and what Bayesian quantity would answer it?统计中等essay未尝试面试订阅3222When a Skeptical Prior Can Widen a Credible IntervalSuppose data are weak and the prior strongly pulls a parameter toward zero but also reflects real uncertainty about how much shrinkage is appropriate. Why can a Bayesian credible interval be wider than a frequentist asymptotic interval in that setting?统计中等essay未尝试面试订阅3223Why Bayes Factors and p-Values Can DisagreeIn a large sample, you can see a small p-value but only weak Bayesian evidence against the null. Why is that not a contradiction?统计中等essay未尝试面试订阅3224Hierarchical Bayes Versus BonferroniYou are screening 200 alphas and most are probably zero. Why does hierarchical Bayes approach this problem differently from Bonferroni-style frequentist correction?统计中等essay未尝试面试订阅3225Posterior Predictive Check Versus Classical Goodness-of-FitWhy does a posterior predictive check answer a different question from a classical goodness-of-fit p-value?统计中等essay未尝试面试订阅3226Decision-Making with Asymmetric LossA one-off event trade has very asymmetric payoffs. Why does Bayesian analysis often feel more natural than a textbook frequentist test when the real goal is a single yes/no decision under asymmetric loss?统计中等essay未尝试面试订阅3227Sequential Updates Without Design LockData trickle in continuously and the desk wants to update beliefs every hour. Why is Bayesian inference naturally sequential, while a frequentist testing workflow often needs more design discipline to preserve its advertised guarantees?统计中等essay未尝试面试订阅3228Regularization as an Implicit PriorWhy do people say that ridge or lasso regularization has a Bayesian interpretation, even if the optimization is carried out in a frequentist workflow?统计中等essay未尝试面试订阅3229When Large-Sample Frequentist Asymptotics Are AttractiveGive one practical reason a quant team might prefer a frequentist asymptotic analysis over a full Bayesian analysis when the sample is enormous and arrives from a stable high-liquidity environment.统计中等essay未尝试面试订阅