500+ quant interview questions for Jane Street, Citadel, Two Sigma, DE Shaw, and other top quantitative finance firms.
Statistical analysis and quantitative modeling problems
Trading MCQs, probability brainteasers, and market scenarios
Practice quant interview questions on MyntBit - the all-in-one quant learning platform. Free questions available for C++ coding, Python problems, probability brainteasers, and trading MCQs.
Difficulty: Medium
Category: portfolio_optimization
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: portfolio-optimization, mean-variance, markowitz, efficient-frontier, scipy
The Markowitz efficient frontier describes the set of portfolios that minimize variance for a given level of expected return. It is a foundational concept in modern portfolio theory and a standard numerical exercise in quantitative finance. Tracing the frontier is a key step for systematic strategies involving asset allocation, factor overlays, and risk management. Task Implement the function solution(mu: listfloat, cov: listlistfloat, n_points: int = 20). This function should compute the mean-
Practice this medium researcher interview question on Myntbit - the all-in-one quant learning platform with 1000+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.