INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
23

1 / 2

非代码面试题

显示 20 / 23 道匹配题目

答题状态:未尝试未正确已正确
1996Convex Execution Cost With a Capacity Barrier 1A schedule pays a quadratic cost but also faces a blow-up term as it nears a hard capacity cap. Show that f(q) = 1 q 2 + 2/(1-q) is strictly convex on q<1.数学简单derivation未尝试免费1997Strict Convexity of a Barrier-Regularized Cost 2The desk wants a direct curvature argument, not a vague appeal to 'it looks bowl-shaped'. Show that f(q) = 3 q 2 + 1/(1-q) is strictly convex on q<1.数学简单derivation未尝试免费1998Convex Portfolio Penalty With Aggregate Exposure 3Each sleeve has its own quadratic penalty, and the whole book also pays for aggregate balance-sheet usage. Prove that F(w 1,w 2,w 3) = 2w 1 2 + 3w 2 2 + 5w 3 2 + 1(w 1+w 2+w 3) 2 is convex.数学中等derivation未尝试免费1999When the Portfolio Penalty Is Strictly Convex 4For F(w)=sum i a i w i 2 + gamma(sum i w i) 2 with all a i>0 and gamma>=0, is F strictly convex?数学中等derivation未尝试免费2000Ridge Needed to Repair Local PnL Curvature 5A research model has a locally non-convex quartic approximation, and risk wants the smallest ridge that fixes it everywhere. A local PnL model is h(q)=q 4-6q 2+lambda q 2. What is the smallest lambda that makes h globally convex?数学困难数值题未尝试免费2001Smooth Worst-Case Loss 6A desk smooths the max of two affine stress losses with a log-sum-exp surrogate. Show that g(x) = ln(exp(1x) + exp(2x + -1)) is convex on R.数学简单derivation未尝试免费2002Shifted Log-Sum-Exp Convexity 7One stress term slopes down and the other slopes up, but the smooth envelope remains convex. Show that g(x) = ln(exp(-1x) + exp(3x + 0)) is convex on R.数学中等derivation未尝试免费2003Execution Cost With Stronger Capacity Wall 8The blow-up term is steeper, but the same convexity logic should still go through. Show that f(q) = 2 q 2 + 4/(1-q) is strictly convex on q<1.数学中等derivation未尝试免费2004Perspective Penalty 9A schedule trades size x over time t and pays x 2/t plus a linear time charge. Show that P(x,t)=x 2/t + 2 t is convex on the domain t>0.数学中等derivation未尝试免费2005Convexity of a Two-Asset Quadratic With a Balance-Sheet Term 10Show that H(w 1,w 2)=2w 1 2+5w 2 2+3(w 1+w 2) 2 is convex.数学困难derivation未尝试免费2006Minimum Ridge for a Sharper Quartic Approximation 11A local approximation is even more non-convex, so the repair parameter must rise accordingly. A local PnL model is h(q)=q 4-10q 2+lambda q 2. What is the smallest lambda that makes h globally convex?数学简单数值题未尝试免费2007Three-Sleeve Convex Balance-Sheet Penalty 12The third sleeve is much more expensive on its own, but the aggregate term still preserves convexity. Prove that F(w 1,w 2,w 3) = 1w 1 2 + 4w 2 2 + 9w 3 2 + 2(w 1+w 2+w 3) 2 is convex.数学简单derivation未尝试免费2008Barrier Cost With Strong Quadratic Curvature 13Both the quadratic inventory term and the capacity wall are active sources of curvature. Show that f(q) = 4 q 2 + 3/(1-q) is strictly convex on q<1.数学中等derivation未尝试免费2009Log Barrier Plus Ridge Penalty 14The desk penalizes approaching a utilization cap and also adds a quadratic regularizer. Show that r(x) = -ln(1-2x) + 1x 2 is convex on x < 0.5.数学困难derivation未尝试免费2010Smoothed Worst of Two Affine Stress Terms 15The worst-case proxy is no longer a hard max, but a smooth convex substitute. Show that g(x) = ln(exp(2x) + exp(-1x + 3)) is convex on R.数学困难derivation未尝试免费2011Joint Convexity of Size-Time Execution Cost 16The cost couples size and trading time through a perspective form. Show that P(x,t)=x 2/t + 3 t is convex on the domain t>0.数学简单derivation未尝试免费2012Convexity of a Tighter Utilization Penalty 17The utilization cap is tighter, but the same barrier argument applies. Show that r(x) = -ln(1-3x) + 2x 2 is convex on x < 0.333333.数学中等derivation未尝试免费2013Sum of Convex Terms Stays Convex 18If c 1(q)=q 2+1/(1-q) and c 2(q)=2q 2+3/(1-q), why is c 1(q)+c 2(q) convex on q<1?数学中等derivation未尝试免费2014Why the Smooth-Max Proxy Is Convex 19Explain in one sentence why log(exp(a 1 T x)+...+exp(a k T x)) is convex.数学困难derivation未尝试免费2015Inventory Cost Near a Hard Capacity Limit 20The PM wants a formal convexity check before using the function in an optimizer. Show that f(q) = 5 q 2 + 2/(1-q) is strictly convex on q<1.数学困难derivation未尝试面试订阅