INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
622

27 / 32

非代码面试题

显示 20 / 622 道匹配题目

答题状态:未尝试未正确已正确
4405Corporate Action MisalignmentA feature uses raw prices while the target uses split-adjusted future returns. What problem can that create?机器学习中等essay未尝试面试订阅4406Longer Horizon, More SmoothingIf you lengthen a forward-return label from 1 day to 20 days while sampling daily, what happens to overlap and effective sample independence?机器学习中等essay未尝试面试订阅4407Residual Feature DriftWhy can a residualized return feature that looked stable in-sample become unstable after a regime shift?机器学习中等essay未尝试面试订阅4408Normalization Window LengthIf you shorten the rolling window used to z-score a return feature, how does the feature usually respond to recent shocks?机器学习中等essay未尝试面试订阅4409Raw Returns Versus Scaled ReturnsWhy can a model trained on raw multi-asset returns misallocate attention across assets compared with standardized return features?机器学习中等essay未尝试面试订阅4410Sampling FrequencyIf you downsample from daily to weekly observations when using medium-horizon return features, what usually happens to overlap and microstructure noise?机器学习中等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未尝试面试订阅4416Walk-Forward Tradable Coverage 1A rolling walk-forward scheme uses 24 months of training, then a 1-month embargo, then 6 months of testing, and advances by 6 months each time across 61 months of history. In each test block, the first 2 months are used only to warm up a trailing feature, so they are not tradable. How many tradable out-of-sample months do you score in total?机器学习简单数值题未尝试面试订阅4417Expanding Window Final Training Length 2An expanding-window walk-forward starts with 18 months of training, then uses a 1-month embargo and a 4-month test block, advancing by 4 months each round across 59 months of history. What is the training-window length in the last complete fold?机器学习简单数值题未尝试面试订阅4418Embargo Budget Across Folds 3A walk-forward backtest produces 7 complete folds, and the research protocol inserts a 3-day embargo between each training block and its following test block. How many calendar days are lost to embargo across the whole run?机器学习简单数值题未尝试面试订阅4419Average Training Length Under Expansion 4An expanding walk-forward starts with 12 months of training and then advances by 6 months for each of 5 complete test folds. What is the average training-window length used across the 5 folds?机器学习简单数值题未尝试面试订阅4420Latest Label-Safe Training Day 5A test block starts on day 121. Training labels are 5-day forward returns, and you also impose a 2-day embargo immediately before the test block. What is the latest training day whose full forward label still remains valid?机器学习简单数值题未尝试面试订阅4421Valid Labels After Warm-Up 6A 30-day test block is scored with 7-day forward returns, but the first 4 days of the block are used only to warm up a rolling feature. How many test-day signals can still receive a fully observed label?机器学习中等数值题未尝试面试订阅4422Execution-Lagged Label Capacity 7A test block has 25 trading days. A signal generated on day t is executed on day t+1 and evaluated on the open-to-close return from day t+1 through day t+4. How many signals inside the block can be scored without the label running past the block end?机器学习中等数值题未尝试面试订阅4423Thinned Rebalance Starts 8A 40-day test block only emits signals every 5th day, starting on day 1. Each signal uses a 10-day forward label that must fit entirely inside the block. How many emitted signals are actually scoreable?机器学习中等数值题未尝试面试订阅4424Usable Fraction Of Test Block 9A 30-day test block is evaluated with 10-day forward returns. If you insist that each full label stays inside the block, what fraction of calendar starts inside the block are actually usable?机器学习中等数值题未尝试面试订阅