Answer ownership and ambiguity behavioral questions
Company: Citi
Role: Data Scientist
Category: Behavioral & Leadership
Difficulty: easy
Interview Round: Technical Screen
Behavioral interview prompts (Data Scientist, Risk / Product Analytics):
1. **Tell me about a time data changed a decision.**
2. **When data quality was bad, what did you do?**
3. **How do you prioritize ambiguous requests from stakeholders?**
Provide structured answers that demonstrate ownership, strong judgment under uncertainty, and effective cross-functional collaboration (PM/Eng/Legal/Risk).
Quick Answer: This question evaluates ownership, strong judgment under uncertainty, and effective cross-functional collaboration—specifically assessing the ability to use data to influence decisions, address data quality issues, and prioritize ambiguous stakeholder requests for a Data Scientist in Risk/Product Analytics.
Solution
## 1) “A time data changed a decision”
### What they’re evaluating
- Whether you can translate analysis into a **decision** (not just insights).
- Whether you handle tradeoffs, align stakeholders, and influence outcomes.
### A strong STAR template
- **S (Situation):** Business context + what decision was being considered.
- **T (Task):** Your responsibility and what was ambiguous/risky.
- **A (Action):**
- Metrics chosen (primary + guardrails)
- Analysis method (segmentation, causal thinking, sensitivity checks)
- How you communicated uncertainty
- **R (Result):** Decision made, quantified impact, and what you learned.
### Example structure (adapt with your real project)
- S: “We planned to loosen a risk rule to reduce false declines.”
- T: “Needed to ensure approval gains wouldn’t increase fraud losses.”
- A: Built a counterfactual analysis on historical traffic; segmented by channel/geo; estimated incremental approvals and expected loss; presented scenarios and recommended a limited rollout.
- R: Policy shipped with monitoring; approvals +X%, losses within guardrail; later expanded.
Pitfalls to avoid:
- Only describing dashboards (no decision)
- Claiming certainty when there was none
---
## 2) “When data quality was bad, what did you do?”
### What they’re evaluating
- Practical debugging, ownership, and ability to prevent recurrence.
### A strong answer checklist
1. **Triage severity:** Is it blocking a launch/decision? What is the blast radius?
2. **Reproduce and isolate:** which table/ETL/job, when it started, which segments affected.
3. **Validate with independent sources:** logs vs warehouse, vendor reports, ledger totals.
4. **Implement a fix:** backfill, patch transformation, add deduping, correct joins.
5. **Add prevention:** data tests (freshness, volume, referential integrity), monitoring, runbooks.
6. **Communicate clearly:** interim numbers labeled as provisional; ETA for final.
A concise framing you can reuse:
- “I treated it like an incident: quantify impact, provide a safe interim metric, fix root cause, then add monitoring so it doesn’t happen again.”
---
## 3) “How do you prioritize ambiguous requests?”
### What they’re evaluating
- Product sense + stakeholder management + ability to operate in uncertainty (especially in remote culture).
### A robust approach
1. **Clarify the decision:** “What decision will this analysis change?” If none, deprioritize.
2. **Define success metrics:** primary + guardrails; agree on the time horizon.
3. **Estimate impact vs effort:** quick sizing (expected lift or risk reduction) and cost.
4. **Sequence:** do the smallest analysis that can de-risk the decision first (MVP analysis).
5. **Align constraints:** compliance/risk requirements, engineering dependencies.
6. **Set expectations:** deliverables, timeline, and what you will not do.
Useful phrasing:
- “If we can’t articulate the decision and the metric, we’re not ready to spend a week on it. Let’s agree on the decision, the KPI, and the guardrails first.”
### Common pitfalls
- Saying “I do whatever the PM asks” (shows low ownership)
- Over-indexing on complex modeling when a simple decomposition answers the question
---
## What to emphasize for Coinbase-style roles
- Independent execution: you can define the problem, not just solve assigned tasks.
- Strong risk/guardrail thinking.
- Cross-functional clarity (PM/Eng/Legal) and crisp communication under uncertainty.