As asked
Tell me about a time you investigated a frontend performance regression that was not immediately obvious. How did you find the root cause, and what did you change to fix it?
Sample answer outline
Strong answer follows STAR: situation (specific app and the metric that regressed), task (had to find the root cause under time pressure), action (used profiling tools, bisected commits, isolated the component or bundle change), result (metric improvement, process changes like Lighthouse CI to prevent regression).
Expect these follow-ups
- What monitoring did you put in place after the fix to detect future regressions early?
- How did you communicate the impact of the regression to non-technical stakeholders?