Intervu is in beta — feedback welcome at support@intervu.io

Meta Engineering Manager Interview Questions

30 real practice questions for the senior-level Engineering Manager role at Meta (Technology), spanning behavioral, technical, system design, leadership, and problem solving. Lead engineering teams, manage people and processes, and drive technical strategy. The first 3 questions below include what Meta interviewers actually listen for, plus likely follow-ups.

Questions
30
Categories
Behavioral (6), Technical (6), System Design (6), Leadership (6), Problem Solving (6)
Difficulty mix
10 easy · 10 medium · 10 hard
Avg. answer time
~4 min

Behavioral Questions (6)

  1. 1.Tell me about the last time you had to ship something quickly to hit a deadline, then iterate based on what you learned. What was the initial version, and how did you evolve it?

    easy~3 min

    What interviewers look for

    • Demonstrates ability to ship MVP quickly rather than over-engineering, showing comfort with imperfection in service of speed
    • Shows systematic approach to gathering feedback and metrics post-launch, not just shipping and forgetting
    • Illustrates team leadership in balancing technical debt vs speed, getting team buy-in for rapid iteration approach

    Likely follow-ups

    • How did you decide what to cut from the initial version to ship faster?
    • What specific metrics or feedback did you use to guide the iterations?

    Company context

    Meta's 'Move Fast' principle is fundamental to how engineering teams operate. The company evolved from 'move fast and break things' to 'move fast with stable infra' but still prioritizes shipping speed over perfection. Engineering managers need to model this behavior and help their teams embrace rapid iteration cycles with frequent deployments.

  2. 2.Describe a project where you had to iterate quickly after launch because the initial approach wasn't working. What did you change and how fast were you able to pivot?

    easy~3 min

    What interviewers look for

    • Shows comfort with shipping imperfect solutions and learning from real user behavior rather than extensive pre-launch testing
    • Demonstrates rapid response to data and user feedback, pivoting quickly when needed
    • Illustrates team leadership in maintaining morale and focus during rapid changes

    Likely follow-ups

    • How did you know the initial approach wasn't working - what signals were you watching?
    • How did you keep your team motivated through multiple iterations?

    Company context

    Meta's 'Move Fast' principle emphasizes rapid iteration over perfect initial solutions. The company's culture celebrates learning from real user data rather than trying to predict user behavior. Engineering managers must be comfortable with this uncertainty and lead teams through rapid iteration cycles based on feedback.

  3. 3.Walk me through how you decide what your team should work on next quarter. What's your framework for prioritizing between competing projects?

    medium~4 min

    What interviewers look for

    • Shows systematic approach to measuring and maximizing impact, not just shipping features
    • Demonstrates understanding of business metrics and user outcomes, not just technical metrics
    • Illustrates ability to make tough tradeoffs between short-term wins and long-term strategic initiatives
    • Shows collaboration with product and data science teams to validate impact assumptions

    Likely follow-ups

    • Give me an example of when you had to say no to a project that seemed important but wasn't the highest impact
    • How do you balance technical debt work against new feature development in your prioritization?

    Company context

    Meta's 'Focus on Impact' principle requires engineering managers to constantly evaluate and optimize for the highest leverage work. With Meta's scale affecting billions of users, even small improvements can have massive impact. Managers must balance user growth, engagement, and long-term platform health while making data-driven prioritization decisions.

  4. 4.Tell me about a time you had to give critical feedback to someone on your team about their performance or approach. How did you deliver it and what happened next?

    medium~3 min
  5. 5.Describe a time you championed a technical or product direction that your team or leadership initially pushed back on. How did you build support for it?

    hard~4 min
  6. 6.How do you think about the social impact of the products your team builds? Give me a specific example of how this influenced a technical or product decision.

    hard~5 min

Technical Questions (6)

  1. 7.Your team owns the graph serving layer that powers Facebook's People You May Know feature. The ML team wants to add a new signal that requires real-time friend-of-friend traversals, but this could impact query latency. How do you evaluate this request?

    easy~3 min
  2. 8.You're launching a new Threads feature next week, but your load testing shows the backend can only handle 60% of expected traffic. The product team says the launch date can't move. What do you do?

    easy~3 min
  3. 9.Your team maintains a service that handles Instagram story uploads. A new product requirement needs real-time story reactions, but adding this would increase database write load by 50x. Walk me through your technical approach.

    medium~4 min
  4. 10.A critical bug in WhatsApp message delivery is affecting 5% of users randomly. Your oncall engineer can't reproduce it locally, and the error logs aren't showing obvious patterns. How do you lead the incident response?

    medium~4 min
  5. 11.You're scaling the News Feed ranking system and need to add a new ML feature that requires storing 10TB of embeddings. Your team wants to build it fast using existing infrastructure, but the ML team says we need a specialized vector database. How do you break this tie?

    hard~5 min
  6. 12.You need to migrate a legacy Python service that processes Facebook notifications to a new Rust-based architecture. The service handles 100M notifications daily and can't have downtime. What's your migration strategy?

    hard~5 min

System Design Questions (6)

  1. 13.Design the real-time video call system for WhatsApp, handling 50 million concurrent calls globally. How do you ensure low latency and handle network partition scenarios?

    easy~3 min
  2. 14.Design a feature flagging system that every single request across Meta's apps would hit, serving flags for A/B tests and gradual rollouts. The system needs 99.99% availability even when its primary datastore is completely down.

    easy~3 min
  3. 15.Design a content moderation system for Instagram Reels that can process 1 billion uploads per day. The system needs to detect harmful content within seconds while minimizing false positives.

    medium~4 min
  4. 16.Your team needs to build a cross-posting feature that lets creators publish the same content to Facebook, Instagram, and Threads simultaneously. How do you design this while respecting each platform's unique content formats and audiences?

    medium~5 min
  5. 17.Design the friend suggestion algorithm infrastructure that powers 'People You May Know' across Facebook's 3 billion users. The system needs to generate suggestions in real-time while being privacy-conscious.

    hard~5 min
  6. 18.Design the infrastructure for Meta Quest's multiplayer VR experiences, supporting up to 100 users in a single virtual space with real-time avatar movement and voice chat. How do you handle the unique constraints of VR latency requirements?

    hard~5 min

Leadership Questions (6)

  1. 19.Tell me about a time you had to convince a peer engineering team to adopt a technical approach that would benefit your team but create more work for theirs. How did you approach it?

    easy~3 min
  2. 20.Describe a situation where you had to make a decision quickly with incomplete information that affected multiple teams. What was your process?

    easy~3 min
  3. 21.You're leading an engineering team that's been tasked with improving Instagram's creator monetization features, but your team has never worked on payments or commerce systems. How do you approach this challenge?

    medium~4 min
  4. 22.Walk me through how you've coached an engineer who was technically strong but struggled with product sense or understanding user impact. What specific techniques did you use?

    medium~4 min
  5. 23.Your team is responsible for a core infrastructure service that other teams depend on, and you need to deprecate a widely-used API to improve system performance. Three major product teams are pushing back hard. How do you navigate this?

    hard~5 min
  6. 24.Tell me about a time you had to completely change your team's roadmap mid-quarter because of a strategic shift or new priority. How did you maintain team morale and momentum?

    hard~5 min

Problem Solving Questions (6)

  1. 25.Instagram Reels is seeing 15% higher engagement in India compared to the US, but our revenue per user is 80% lower. How would you estimate the long-term business impact if we optimized the algorithm specifically for Indian users?

    easy~3 min
  2. 26.Your team's API that serves Facebook's news feed ranking is experiencing 2% higher latency during peak hours. Nothing changed in your code, but this impacts 2 billion users. Walk me through how you'd diagnose this systematically.

    easy~4 min
  3. 27.WhatsApp wants to add message reactions, but each message currently gets 50M views on average in busy group chats. How would you estimate the infrastructure cost of storing and serving reaction data?

    medium~5 min
  4. 28.Meta's family of apps shares user identity across Facebook, Instagram, and WhatsApp. If we wanted to build a unified notification center that aggregates notifications from all three platforms, how would you estimate the technical complexity and infrastructure requirements?

    medium~5 min
  5. 29.Instagram's Explore feed algorithm needs to be retrained daily using fresh user interaction data from 2 billion users. If each user generates 500 interactions per day and each training run costs $50K in compute, how would you optimize this to reduce costs while maintaining recommendation quality?

    hard~5 min
  6. 30.Meta Quest's multiplayer VR experiences need to maintain sub-20ms latency for 50 users in the same virtual space. If each user generates 1KB of positional data per frame at 90fps, and you have datacenters in 15 regions globally, how would you architect the real-time synchronization system?

    hard~5 min

More Meta interview questions