The 60-second answer
State the model form, target type, and loss/likelihood being optimized. Explain coefficient interpretation, including baselines for categorical features and log-odds for logistic regression.
Build the answer in this order
1
Give the core idea
State the model form, target type, and loss/likelihood being optimized.
2
Explain how it works
Explain coefficient interpretation, including baselines for categorical features and log-odds for logistic regression.
3
Compare alternatives
Check core assumptions such as linearity in the appropriate space, independence, and feature collinearity.
4
State failure modes + validation
Use regularization and calibrated evaluation when the data is high-dimensional or separable.
A useful interview mental model
This is the shape of a strong answer—not a script to memorize.
01Definition
02Mechanism
03Trade-offs
04Failure modes
05When to use
Senior-level signal
- Mention complete separation and coefficient blow-up in logistic regression.
- Discuss interpretability limits when features interact or the data-generating process is non-linear.
What the interviewer is really testing
Mechanistic understanding, assumptions, trade-offs, and whether you can turn a definition into a model decision.
Likely follow-up questions
What assumption makes this approach work?
When would you choose the strongest alternative instead?
What production or data failure mode changes your answer?
Common weak-answer patterns
- Reciting a definition without mechanism or assumptions.
- Claiming one technique is always better without a data regime.
- Stopping before failure modes, validation, or deployment implications.