INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
420

5 / 21

非代码面试题

显示 20 / 420 道匹配题目

答题状态:未尝试未正确已正确
4089Why Drawdown Pain Is Not Captured by Asymptotic Growth AloneWhy can full Kelly be mathematically optimal in the long run and still feel practically intolerable?金融与交易中等essay未尝试面试订阅4090How to Sanity-Check a Fractional-Kelly AnswerWhat is a fast sanity check after you answer a fractional-Kelly sizing question?金融与交易中等essay未尝试面试订阅4091Inverse-Vol Risk-Parity Weights 1Inverse-volatility risk parity across three sleeves targets weights (0.5, 0.25, 0.25). If the first two sleeve volatilities are 10% and 20%, what volatility must the third sleeve have?金融与交易简单数值题未尝试面试订阅4092Inverse-Vol Risk-Parity Weights 2A two-sleeve inverse-volatility book currently uses vols 12% and 18%. A third sleeve with volatility 36% is added. What are the new fully invested inverse-volatility weights?金融与交易简单数值题未尝试面试订阅4093Inverse-Vol Risk-Parity Weights 3An inverse-volatility risk-parity portfolio uses three uncorrelated sleeves with vols 10%, 15%, and 30%. What leverage would scale the fully invested portfolio to a target portfolio volatility of 12%?金融与交易简单数值题未尝试面试订阅4094Inverse-Vol Risk-Parity Weights 4Inverse-volatility risk parity wants weight proportions 4:2:1 across three sleeves. If the first sleeve volatility is 8%, what sleeve volatilities are implied for the second and third sleeves?金融与交易简单数值题未尝试面试订阅4095Inverse-Vol Risk-Parity Weights 5A two-sleeve inverse-volatility portfolio starts from vols 14% and 21%. If the second sleeve volatility falls to 14%, what are the new weights?金融与交易简单数值题未尝试面试订阅4101Vol-Target Scaling 1A three-sleeve inverse-vol portfolio was originally built from vols 10%, 20%, and 25%, so the weights are left stale when sleeve 2 volatility jumps to 30%. Assuming zero correlations, what share of portfolio variance now comes from sleeve 2?金融与交易中等数值题未尝试面试订阅4102Vol-Target Scaling 2A three-sleeve inverse-vol portfolio was originally calibrated on vols 12%, 24%, and 36%. If sleeve 1 volatility jumps to 18% and weights are not rebalanced, which sleeve contributes the most variance, and what is its share?金融与交易中等数值题未尝试面试订阅4103Vol-Target Scaling 3A two-sleeve inverse-vol portfolio starts with vols 16% and 24%. If the first sleeve volatility drops by 25%, what are the new weights?金融与交易中等数值题未尝试面试订阅4104Vol-Target Scaling 4A three-sleeve inverse-vol portfolio uses vols 10%, 20%, and 40%. If the third sleeve volatility halves to 20%, by how many weight points does sleeve 3 gain after rebalancing?金融与交易中等数值题未尝试面试订阅4105Vol-Target Scaling 5Suppose a portfolio still holds weights (0.5, 0.3, 0.2) while sleeve volatilities are (10%, 20%, 30%) and correlations are zero. What fraction of portfolio variance comes from sleeve 3?金融与交易中等数值题未尝试面试订阅4126Square-Root Impact Scaling 1A desk uses a square-root impact rule: cost in bps scales with sqrt(Q/ADV). A trade of 1.00\% of ADV costs 8 bps. What impact cost would the same model predict for a trade of 4.00\% of ADV?金融与交易简单数值题未尝试面试订阅4171Marginal Effect with an Interaction Feature 1A model uses engineered interaction terms: y = β0 + 0.8 x1 + β2 x2 + 0.5 x1 x2. What is the marginal effect of x1 when x2 = 2?机器学习中等数值题未尝试面试订阅4172Marginal Effect with an Interaction Feature 2A model uses engineered interaction terms: y = β0 + -0.2 x1 + β2 x2 + 1.2 x1 x2. What is the marginal effect of x1 when x2 = -1?机器学习中等数值题未尝试面试订阅4176Cyclical Time-of-Day Encoding 1A cyclical hour-of-day feature is encoded as (sin(2πh/24), cos(2πh/24)). What is the encoding for h=6?机器学习简单数值题未尝试面试订阅4177One-Hot Plus Interaction Column CountA categorical variable has 5 levels. You one-hot encode it with a dropped baseline, keep one raw numeric feature x, and also create all interactions between x and the retained dummies. How many columns come out of this block in total?机器学习简单数值题未尝试面试订阅4178Winsorize-then-Standardize PipelineA raw daily return of 4.8% is winsorized to the range [-3%, 3%], then standardized using trailing mean 0.5% and trailing standard deviation 1.0%. What z-score feature results?机器学习简单数值题未尝试面试订阅4179Log1p Volume TransformA liquidity feature uses log1p(volume). If today's volume is 999999 shares, what transformed value do you store?机器学习简单数值题未尝试面试订阅4180Leakage-Safe Rolling Mean FeatureAt today's open you build a leakage-safe rolling-mean return feature from the last four completed daily returns: [1.0%, -2.0%, 0.5%, 1.5%]. What feature value do you use?机器学习简单数值题未尝试面试订阅