Metrics question
For a retrieval or ranking improvement, how would you determine whether an offline metric is actually predictive of user value rather than just easy to optimize, and how would you validate that relationship through online experiments?
- OpenAI
- Metrics
- Hard
Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.
Start a mock interview on this question · Mock interview from a job description
What this question tests
Rigor in connecting an offline proxy metric to real user value and designing the online validation to prove or disprove it.
How to approach it
- Name the specific offline metric, for example a relevance score on a labeled dataset, and the user value it is meant to proxy, such as task success or satisfaction.
- Check the labeling process for bias, since offline labels can reward things easy to game, like keyword overlap, rather than true relevance.
- Run a held out online experiment where the ranking change is shipped to a subset of users, measuring downstream behavioral metrics like click through, task completion, or reformulation rate.
- Compare the offline metric's movement against the online outcome across multiple experiments over time, not just once, to see if they consistently correlate.
- Watch for cases where offline improves but online user value does not, which signals the offline metric is being gamed or missing what users actually want.
- Decide whether to keep, recalibrate, or replace the offline metric based on that correlation, and document the finding for future launch decisions.
What a strong answer includes
- Names a concrete behavioral proxy for online validation, like task success or reformulation rate, not just click through alone.
- Explicitly tests for gaming, cases where the offline metric rises but real user value does not.
- Requires multiple experiments over time to establish correlation, not a single data point.
- States what action follows from a mismatch, recalibrating or replacing the offline metric.
Common mistakes
- Trusting the offline metric permanently without ever validating it online.
- Using only one online metric like click through, which can also be gamed by superficial changes.
Likely follow-up questions
- What would you do if the offline metric and online results disagreed for the first time after years of correlation?
- How would you choose the right online experiment duration to avoid a false signal?
More metrics questions
- Weekly active users of Codex dropped 15% after a pricing change. How do you investigate?OpenAI · Metrics · Medium
- What metrics would you track to measure the success of ChatGPT Projects?OpenAI · Metrics · Medium
- OpenAI wants one topline safety metric for frontier model deployments. How would you define it so it is credible for leadership decisions, sensitive enough to detect meaningful changes in harm, and decomposable into drivers that research and engineering teams can act on?OpenAI · Metrics · Hard
- This team cares about measurable improvement in defensive outcomes per analyst-hour. For an AI-assisted threat investigation product, what metrics would you use across product quality, operational outcomes, and user behavior? Which would be leading vs. lagging indicators, and how would you handle tradeoffs if adoption is high but investigation accuracy or safety is weak?OpenAI · Metrics · Hard
- What metrics would you use to judge whether a legal AI product is working in a 5-customer pilot versus a scaled rollout? Be specific about user-value, trust/quality, operational, and business metrics, and explain which ones are leading indicators versus launch gates.OpenAI · Metrics · Medium
- What metrics would you use to determine whether the under-18 ChatGPT experience is both helpful and safe? Define a north-star metric, guardrails, and one metric that could be misleading, then explain how those metrics would change your roadmap.OpenAI · Metrics · Hard
More questions from OpenAI
Learn the skill behind it
Chapters of the AI PM course that teach what this question tests.
- Chapter 9: Prove it paid off: outcomes, economics, and pricing
- Chapter 2: Data fluency: SQL, logs, and reading the truth yourself
- Chapter 14: Get the job: the AI PM interview loop