← Meta Interview Insights

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

Intermediate
Jun 2026

Summary

Interviewed for a PM role at Meta and got hit with a metrics/root cause question about a sharp drop in a key product event. Not much else to report, just the one question from what I can piece together.

Questions Asked (1)

Q1

Events created on Facebook have dropped 100%. How do you diagnose and respond to this?

Root Cause AnalysisProduct Analytics & MetricsA/B Testing & Experimentation
Author's notes

Classic metric drop question but the 100% part throws you off a bit.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by clarifying the metric definition and scope (e.g., 'events created' across all platforms, regions, and user segments) to ensure you're solving the right problem. Then systematically rule out data/telemetry issues, internal product changes, and external factors before proposing a response plan that includes immediate mitigation and long-term prevention.

Pro tip: Always check for data pipeline or logging issues first—a 100% drop is almost never a real user behavior change but rather a measurement failure. Also, consider whether this is a leading indicator of a broader platform issue (e.g., authentication, permissions) that could affect other features.

1. Clarify and Scope the Metric

Define exactly what 'events created' means (e.g., public vs. private, recurring vs. one-time) and confirm the time window, platforms, and user segments affected. Ask if the drop is global or isolated to certain regions, app versions, or user cohorts.

2. Rule Out Data and Instrumentation Issues

Check if the drop is due to logging errors, pipeline failures, or dashboard bugs. Validate with raw data sources and cross-check with other related metrics (e.g., event views, invites sent) to see if the anomaly is consistent.

3. Identify Potential Internal Causes

Review recent code deployments, A/B tests, feature flags, or policy changes that could impact event creation. Look for errors in event creation flow, permission changes, or UI modifications that might block users.

4. Investigate External Factors

Consider external events like holidays, competitor launches, or platform outages (e.g., app store issues) that could cause a sudden drop. Check social media and support channels for user reports.

5. Respond and Monitor

If a bug is found, roll back or hotfix immediately and communicate to stakeholders. If it's a real user behavior shift, conduct user research and consider experiments to re-engage users. Set up alerts to prevent future silent failures.

Key Points to Mention

  • Segment the data by platform (iOS, Android, web), region, and user demographics to localize the issue.
  • Check for recent A/B tests or feature rollouts that might have inadvertently affected event creation.
  • Validate the metric with a secondary source (e.g., database queries, logs) to confirm the drop is real.
  • Consider the impact on downstream metrics (e.g., event invitations, RSVPs) to assess severity.
  • Have a clear escalation path: if it's a critical bug, involve engineering and communicate to leadership promptly.
  • Propose a post-mortem to identify root cause and implement safeguards (e.g., canary releases, monitoring).

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