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: Hard
Category: machine_learning
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: lasso, coordinate_descent, regularization, feature_selection, machine_learning
Lasso regression is a key technique in quantitative finance for building sparse factor models, pruning hundreds of alpha signals into a parsimonious set. The coordinate descent algorithm provides an efficient, matrix-inversion-free method to solve the L1-penalized objective by iteratively updating each coefficient. This approach is fundamental to implementing scalable feature selection for return prediction and risk modeling. Task Implement the function lasso_coordinate_descent(X, y, alpha, max
Practice this hard researcher interview question on Myntbit - the all-in-one quant learning platform with 650+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.