PracHub
QuestionsPremiumLearningGuidesCheatsheetNEWCoaches
|Home/Machine Learning/Boston Consulting Group

Reduce overfitting under constraints

Last updated: Mar 29, 2026

Quick Overview

This question evaluates a candidate's competency in machine learning for mitigating overfitting in tabular regression under production latency constraints, testing knowledge of regularization, model complexity control, feature engineering, validation strategies, and experimental design.

  • hard
  • Boston Consulting Group
  • Machine Learning
  • Data Scientist

Reduce overfitting under constraints

Company: Boston Consulting Group

Role: Data Scientist

Category: Machine Learning

Difficulty: hard

Interview Round: Technical Screen

Your model shows overfitting (train RMSE 4000, valid RMSE 9500). You cannot collect more data, and online inference must stay under 20 ms p95. Choose and prioritize three interventions to reduce overfitting, explain the mechanism for each, and outline an experiment plan: options may include L1/L2/elastic-net regularization (and expected effects on coefficients), early stopping with patience, architecture or tree-depth reduction, feature selection/target encoding with smoothing, data augmentation suitable for tabular data, K-fold cross-validation with stratification, bagging vs boosting, and leakage checks. Specify concrete hyperparameter grids, monitoring metrics, stopping criteria, and how you would establish statistically significant improvement.

Quick Answer: This question evaluates a candidate's competency in machine learning for mitigating overfitting in tabular regression under production latency constraints, testing knowledge of regularization, model complexity control, feature engineering, validation strategies, and experimental design.

Related Interview Questions

  • Design and sample for credit default prediction - Boston Consulting Group (Medium)
  • Explain AUC, imbalance, losses, and networks - Boston Consulting Group (medium)
  • Build and evaluate imbalanced binary classifier - Boston Consulting Group (medium)
  • Achieve 0.95 precision via thresholding - Boston Consulting Group (medium)
  • Build a leak-free sklearn pipeline - Boston Consulting Group (medium)
Boston Consulting Group logo
Boston Consulting Group
Oct 13, 2025, 9:49 PM
Data Scientist
Technical Screen
Machine Learning
3
0

Reduce Overfitting Under Latency Constraints (Tabular Regression)

Context (assumed)

  • You have a tabular regression model with a large generalization gap: train RMSE = 4,000 vs validation RMSE = 9,500.
  • You cannot collect more data. Online inference must remain under 20 ms p95 on production hardware.
  • Assume the baseline is a gradient-boosted decision tree model (e.g., LightGBM/XGBoost) serving on CPU.

Task

Choose and prioritize three interventions to reduce overfitting. For each intervention:

  • Explain the mechanism for why it reduces overfitting.
  • Provide a concrete experiment plan with hyperparameter grids, metrics to monitor, stopping criteria, and how you will establish statistically significant improvement.

Options to consider

  • L1/L2/elastic-net regularization (and expected effect on coefficients/leaf weights)
  • Early stopping with patience
  • Architecture or tree-depth reduction
  • Feature selection / target encoding with smoothing
  • Data augmentation suitable for tabular data
  • K-fold cross-validation with stratification
  • Bagging vs boosting
  • Leakage checks

Deliverables

  • A prioritized list of three selected interventions with mechanisms.
  • An experiment plan covering: hyperparameter grids, monitoring metrics, stopping criteria, significance testing, and how you will enforce the 20 ms p95 latency constraint.

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More Machine Learning•More Boston Consulting Group•More Data Scientist•Boston Consulting Group Data Scientist•Boston Consulting Group Machine Learning•Data Scientist Machine Learning
PracHub

Master your tech interviews with 7,500+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities
  • Student Access

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.