← Meta Interview Insights

Meta·Product Manager·Onsite - Product Sense / Strategy·Intermediate

IntermediatePrefer not to say
May 2026

Summary

Meta PM interview, one question about diagnosing a metric drop on Facebook Lite for Android. Short but the kind of question that looks straightforward until you're actually in it.

Questions Asked (1)

Q1

You arrive at the office and see that Facebook Lite opens on Android are down 10%. How do you diagnose what's going on?

Root Cause AnalysisProduct Analytics & Metrics
Author's notes

My first instinct was to jump straight into possible causes and I had to pull myself back.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by confirming the metric definition and data source, then segment the drop by dimensions like platform, app version, geography, and user cohort to isolate the cause. Finally, correlate with recent changes (releases, experiments, external events) and validate with qualitative data before proposing next steps.

Pro tip: Always check if the drop is real or a data artifact first—many 'drops' are due to logging bugs, pipeline delays, or definition changes. Also, consider seasonality and day-of-week effects before jumping to conclusions.

1. Validate the metric and data

Confirm the definition of 'opens' and ensure the data pipeline is healthy. Check for logging errors, missing data, or recent changes in instrumentation.

2. Segment the drop

Break down the 10% drop by dimensions such as Android version, app version, device model, geography, user tenure, and acquisition channel to identify where the drop is concentrated.

3. Correlate with recent changes

Review recent app releases, server-side changes, experiments, and marketing campaigns. Check if the drop coincides with any deployment or external event.

4. Analyze user behavior

Look at funnel metrics: are users failing to open the app, or are they not launching it? Check crash rates, load times, and other performance metrics.

5. Form and test hypotheses

Based on segmentation and correlations, form hypotheses (e.g., a bad release, server issue, competitor launch) and validate with further data or qualitative research.

Key Points to Mention

  • Metric definition and data validation (e.g., is 'opens' defined as app launches or sessions?)
  • Segmentation by dimensions like app version, Android OS version, device type, and geography
  • Correlation with recent releases, experiments, or external factors (e.g., holidays, competitor actions)
  • Technical performance indicators: crash rates, ANRs, load times, API errors
  • User cohort analysis: new vs. existing users, retention patterns
  • Qualitative data: user reviews, social media, support tickets

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.