Interviewers want a deliberate, context-aware tradeoff — not a dogmatic "always ship fast" or "never compromise." The key is making the tradeoff consciously and visibly.
How to approach it
text
1. Identify what quality is non-negotiable (correctness, security, data safety)
2. Find what can be deferred (polish, edge cases, refactors)
3. Cut scope, not core quality — ship less, not worse
4. Name any debt out loud and schedule paying it down
