INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
4169

149 / 209

非代码面试题

显示 20 / 4169 道匹配题目

答题状态:未尝试未正确已正确
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?机器学习中等数值题未尝试面试订阅4442Implied Correlation From Composite Vol 2Two standardized signals are combined as C = 0.5 S1 + 0.5 S2. Their standard deviations are 1.2 and 0.8, and the composite standard deviation is observed to be 0.9. What correlation between S1 and S2 is implied?机器学习中等数值题未尝试面试订阅4443Orthogonalized Fast Signal Coefficient 3A fast signal F has standard deviation 1.5 and a slow signal S has standard deviation 1.0. Their correlation is 0.4. If you orthogonalize the fast signal as F res = F - beta*S so that F res is uncorrelated with S, what beta should you use?机器学习中等数值题未尝试面试订阅4444Beta-Neutral Blend Weight 4A fast signal book has market beta 0.8 and a slow signal book has market beta -0.4. You form C = w*fast + (1-w)*slow and want the composite beta to be 0. What weight w on the fast book achieves that?机器学习中等数值题未尝试面试订阅4445Equal-Weight Signal-To-Return Correlation 5Signals S1 and S2 are both standardized. Their correlations with next-period return R are 0.12 and 0.08, and Corr(S1,S2)=0.2. If you form C = 0.5 S1 + 0.5 S2, what is Corr(C,R)?机器学习中等数值题未尝试面试订阅4446Equal Variance Contribution Weight 6Two independent signal sleeves have standard deviations 2 and 1. In a composite C = w S1 + (1-w) S2, what weight w makes the two sleeves contribute equally to the total variance?机器学习中等数值题未尝试面试订阅4447Implied Covariance From Chosen Blend 7A desk uses C = 0.7 S1 + 0.3 S2. The standard deviations of S1 and S2 are 1.0 and 1.5, and the standard deviation of C is 0.95. What covariance between S1 and S2 is implied?机器学习中等数值题未尝试面试订阅4448Correlation Shock Benefit 8An equal-weight composite combines two standardized signals. If their correlation drops from 0.6 to 0.2, by how much does the composite standard deviation fall?机器学习中等数值题未尝试面试订阅4449Target Alpha Weight 9A fast signal has expected alpha 9 bps and a slow signal has expected alpha 3 bps. In a composite C = w fast + (1-w) slow, what weight on the fast signal produces expected alpha 6.6 bps?机器学习中等数值题未尝试面试订阅4450MSE Gain From A Diversifying Forecast 10Forecast error variance is 4 for model A, 9 for model B, and their error covariance is 1. You blend them equally. By how much does the blended forecast's MSE improve relative to using model A alone?机器学习中等数值题未尝试面试订阅