INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
124

3 / 7

非代码面试题

显示 20 / 124 道匹配题目

答题状态:未尝试未正确已正确
2712Why Many Small Tweaks Still Count as Deep SearchWhy is it misleading to claim that no serious overfitting occurred just because the final strategy differs from the baseline by only many small tweaks?机器学习中等essay未尝试面试订阅2713Why High-Turnover Strategies Are Easier to OverfitWhy does backtest overfit become especially dangerous for very high-turnover strategies?机器学习中等essay未尝试面试订阅2714Why Search Depth Is Bigger Than the Number of Named StrategiesWhy can a team that claims to have tested only five named strategies still have conducted a much deeper search than that number suggests?机器学习困难essay未尝试面试订阅2715Why Economic Logic Acts Like a Prior Against NoiseWhy does a strategy with a credible economic mechanism deserve more trust than a statistically similar strategy with no coherent story?机器学习困难essay未尝试面试订阅2716Why Stop-Loss Tuning Is Also Multiple TestingWhy does picking a stop-loss threshold after looking at the full historical equity curve count as backtest search rather than risk management hygiene?机器学习简单essay未尝试免费2717Why Relaunching a Retired Strategy Can Reuse the Same LuckWhy is it dangerous to retire a strategy after disappointment and later relaunch a close cousin because a refreshed backtest looks strong again on overlapping history?机器学习简单essay未尝试免费2718Why Strategy Combination Can Also OverfitWhy does building a meta-portfolio from many individually researched strategies create another layer of overfitting risk?机器学习中等essay未尝试面试订阅2719Why Parameter Stability Matters More Than the Single Best PeakWhy is a broad plateau of good parameter values often more convincing than one spectacularly sharp optimum in a backtest heatmap?机器学习中等essay未尝试面试订阅2720Why Live Degradation Should Be the Default ExpectationWhy should a PM expect live performance to come in below the very best backtest rather than treat any shortfall as an implementation surprise?机器学习困难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?机器学习简单数值题未尝试面试订阅4396Cross-Sectional Z-Score 1If today's close is 100, tomorrow's open is 98, and tomorrow's close is 99, what is the next-day open-to-close return that would be used as an intraday label available after tomorrow's session?机器学习简单数值题未尝试面试订阅4397Cross-Sectional Z-Score 2An asset returns 1.2% today while the cross-sectional mean return of its universe is 0.4%. What demeaned return feature does the asset receive?机器学习简单数值题未尝试面试订阅4398Cross-Sectional Z-Score 3A stock returns 1.5% while its sector index returns 0.9%. If the stock's sector beta is 1.2, what sector-residual return feature do you compute?机器学习简单数值题未尝试面试订阅4399Cross-Sectional Z-Score 4Yesterday's return was 1.8%. The trailing mean of completed daily returns is 0.3% and the trailing standard deviation is 0.5%. What lagged return z-score feature do you record?机器学习简单数值题未尝试面试订阅4400Cross-Sectional Z-Score 5A stock closes at 50 yesterday and opens at 51 today, while the market index closes at 2000 yesterday and opens at 2020 today. If the stock's overnight beta to the market is 1.5, what market-adjusted overnight return feature do you compute?机器学习简单数值题未尝试面试订阅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未尝试面试订阅