The 60-second answer
LDA models documents as mixtures of latent word-distribution topics and offers interpretable probabilistic structure; embedding clustering operates on semantic vector representations. Embedding approaches usually capture contextual semantics better, while LDA can be easier to inspect when bag-of-words assumptions are acceptable.
Build the answer in this order
LDA models documents as mixtures of latent word-distribution topics and offers interpretable probabilistic structure; embedding clustering operates on semantic vector representations.
Embedding approaches usually capture contextual semantics better, while LDA can be easier to inspect when bag-of-words assumptions are acceptable.
For embeddings, choose the representation and distance metric before clustering; for LDA, tune topic count and priors and inspect topic coherence.
Evaluate with human interpretability/coherence plus downstream usefulness, stability across runs, and coverage of minority topics.
A useful interview mental model
This is the shape of a strong answer—not a script to memorize.
Senior-level signal
- Senior answers recognize that neither method guarantees “true topics”; topic definitions are product constructs.
- Discuss temporal drift and how topic IDs/labels are kept stable enough for downstream consumers.
What the interviewer is really testing
Likely follow-up questions
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.