INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
124

5 / 7

非代码面试题

显示 20 / 124 道匹配题目

答题状态:未尝试未正确已正确
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?机器学习中等数值题未尝试面试订阅4425Monthly Refit Count With Quarterly Test Blocks 10A walk-forward process uses 24 months of initial training and then evaluates 3-month test blocks, advancing the whole scheme by 1 month each time through a total history of 39 months. How many model refits are performed?机器学习中等数值题未尝试面试订阅4426Rolling Versus ExpandingA market regime has shifted several times in the last three years. Why can a rolling walk-forward window be more informative than a purely expanding window?机器学习中等essay未尝试面试订阅4427Refit CadenceWhy can refitting every single day be worse than refitting monthly, even when more frequent updating sounds adaptive?机器学习中等essay未尝试面试订阅4428Embargo IntuitionWhy is a time embargo helpful when labels depend on future returns that overlap across neighboring samples?机器学习中等essay未尝试面试订阅4429Walk-Forward Is Not MagicWhy does a clean walk-forward protocol still not guarantee that a strategy will survive live trading?机器学习中等essay未尝试面试订阅4430Comparing Window SchemesTwo walk-forward schemes give different validation results. What is the first structural question you should ask before deciding one is 'better'?机器学习中等essay未尝试面试订阅4431Longer Train WindowIf you lengthen the training window in walk-forward validation, what tradeoff usually changes?机器学习中等essay未尝试面试订阅4432Longer Test WindowIf you lengthen the test block while holding the train block fixed, what usually happens to score variance and regime purity?机器学习中等essay未尝试面试订阅4433Faster Step SizeIf you move the walk-forward step from monthly to daily while keeping long horizons, what often happens to dependence between adjacent folds?机器学习中等essay未尝试面试订阅4434Embargo Too ShortWhat is the most likely consequence of using an embargo shorter than the label horizon?机器学习中等essay未尝试面试订阅4435Refitting Less OftenIf you refit less often in a stable regime, what usually happens to turnover of the model parameters?机器学习中等essay未尝试面试订阅4436Before Designing WindowsWhat is the first thing you should map before choosing train, test, and embargo lengths in financial walk-forward validation?机器学习中等essay未尝试面试订阅4437Before Claiming RobustnessWhat should you inspect first before saying a walk-forward result is robust?机器学习中等essay未尝试面试订阅4438Before Shortening WindowsBefore shrinking both train and test windows to 'adapt faster,' what should you quantify first?机器学习中等essay未尝试面试订阅4439Before Comparing ModelsTwo models were validated under different walk-forward schemes. What is the first reason not to compare their average scores naively?机器学习中等essay未尝试面试订阅4440Before Refitting More OftenWhat should you check first before increasing refit frequency because recent performance dipped?机器学习中等essay未尝试面试订阅4441Fee-Adjusted Composite Alpha 1A desk forms a composite alpha A = 0.6 A fast + 0.4 A slow. The expected gross daily alpha of A fast is 8 bps and of A slow is 5 bps. Their daily turnover is 90% and 20%, and every 1% of turnover costs 0.02 bps. What is the composite's expected net daily alpha?机器学习中等数值题未尝试面试订阅