INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
811

24 / 41

非代码面试题

显示 20 / 811 道匹配题目

答题状态:未尝试未正确已正确
4386Before TuningTraining AUC is very high but CV AUC is near chance. Before trying more hyperparameter values, what is the first diagnostic step?机器学习中等essay未尝试面试订阅4387Before Adding More DimensionsTwo hyperparameter settings differ in mean CV score by only 0.001, while the estimated standard error is 0.010. What is the first sensible interpretation?机器学习中等essay未尝试面试订阅4388Before Reporting Best ScoreA time-series tuning run says a very short lookback window wins, but recent live performance has deteriorated sharply. What should you inspect first before widening the search?机器学习中等essay未尝试面试订阅4389Before Choosing Nested CVA categorical encoder was fit once on all rows and then reused inside cross-validation. What is the immediate correction?机器学习中等essay未尝试面试订阅4390Before Blaming The SearchThe current best setting sits at extreme values on both the learning-rate and regularization grids. What should your next search action be?机器学习中等essay未尝试面试订阅4391Return Feature Alignment 1A stock closes at 100 yesterday, opens at 102 today, and closes at 101 today. What are the overnight return and the intraday return for today?机器学习简单数值题未尝试面试订阅4392Return Feature Alignment 2A stock returns 1.4% today while the benchmark returns 0.5%. If the stock's beta to the benchmark is 1.6, what market-adjusted residual return do you attribute to the stock?机器学习简单数值题未尝试面试订阅4393Return Feature Alignment 3At today's close, you build a leakage-safe trailing-mean return feature from the last five completed daily returns: [1%, -2%, 0%, 3%, 2%]. What feature value do you store?机器学习简单数值题未尝试面试订阅4394Return Feature Alignment 4A realized-volatility feature is defined as the root-mean-square of the last four daily returns. If those returns are [1%, -1%, 2%, 0%], what realized volatility feature do you get?机器学习简单数值题未尝试面试订阅4395Return Feature Alignment 5A momentum feature is defined as trailing 20-day cumulative return divided by trailing daily volatility. If cumulative return is 6% and daily volatility is 1.5%, what vol-scaled momentum value do you store?机器学习简单数值题未尝试面试订阅4401Close-to-Close LeakYou predict tomorrow's close-to-close return at today's close, but one feature uses today's official closing auction price finalized after the decision timestamp. Why is that a leakage problem?机器学习中等essay未尝试面试订阅4402Target Overlap TrapYou build a 5-day forward-return label every day and then use adjacent samples as if they were independent. What is the structural issue?机器学习中等essay未尝试面试订阅4403Rolling Mean That PeeksA feature at time t uses a rolling mean computed from t-19 through t+1. Why is that unacceptable even if it is only one extra day?机器学习中等essay未尝试面试订阅4404Cross-Sectional Residualization TimingWhy should factor residualization for a daily return feature use exposures known at the feature timestamp rather than exposures estimated using later returns?机器学习中等essay未尝试面试订阅4405Corporate Action MisalignmentA feature uses raw prices while the target uses split-adjusted future returns. What problem can that create?机器学习中等essay未尝试面试订阅4411Before Adding A FeatureBefore adding a new return-based feature to your model, what is the first alignment question you should ask?机器学习中等essay未尝试面试订阅4412Before ResidualizingWhat should you clarify before residualizing returns against factors and treating the residual as a new feature?机器学习中等essay未尝试面试订阅4413Before Expanding HorizonWhat should you check first before lengthening a forward-return horizon because the 1-day target looks noisy?机器学习中等essay未尝试面试订阅4414Before StandardizingBefore standardizing a return feature, what should you check about the universe you are mixing?机器学习中等essay未尝试面试订阅4415Before Trusting Feature ImportanceA return feature looks very important in a trained model. What should you check first before concluding it captures genuine alpha?机器学习中等essay未尝试面试订阅