Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Meta

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Meta reviews | Meta jobs | Meta salaries | Meta benefits | Meta conversations
      Meta interviewsMeta Production Engineer interviewsMeta interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Google
      4.5★Compensation & Benefits
      avatar
      Yandex
      3.8★Compensation & Benefits
      avatar
      Amazon
      3.7★Compensation & Benefits
      avatar
      Criteo
      3.8★Compensation & Benefits

      Production Engineer Interview

      Jun 25, 2013
      Anonymous Interview Candidate
      Menlo Park, CA

      Other Production Engineer Interview Reviews for Meta

      Production Engineer Interview

      May 27, 2026
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview
      No offer
      Positive experience
      Difficult interview

      Application

      I applied through a recruiter. The process took 6 weeks. I interviewed at Meta (Menlo Park, CA) in Jun 2013

      Interview

      Everyone I spoke with was reasonably personable and competent. The process went quite smoothly and was relatively painless. 5 phone contacts: * basic screening (might you be a good fit for the position) * basic programming * (single) system administration * basic description of what will come next+handoff to another recruiter * in-depth description with new recruiter of what to expect during the on-site interviews 5 onsite interviews+lunch: You first meet your recruiter, with a brief overview of the day. * Production Engineer Manager - Getting to know you, talk about what a Production Engineer does. * Coding - Algorithmically simple (write ____ system utility), but you need to be able to intelligently discuss complexity and tradeoffs of optimizations (CPU/RAM). What is the theoretical best performance? - You don't need to know exact details of APIs, but you need to know what calls are available, and have a deep understanding of how things work. You should know exactly what is happening, including the complexity of any system calls you make. - Accuracy and and efficiency in your code are crucial. * Systems - FB has problems on a scale you have not yet realized. They hit problems you haven't ever seen. - When you see ____ crazy problem, what do you do? How do you figure out what the fundamental problem is? Once you know the problem, how can you mitigate it? - Explain in detail what happens when you run ____ command. - Think about this sort of information: what problems are you going to run into while doing IPC (pipes, shared memory structures etc.)? How exactly does the OS transfer information across a pipe? What are the limits or bottlenecks? * LUNCH - Good food, relax and get to know your recruiter a little better. Get a better feel for the environment. Ask questions off the record, so to speak. * Design/Architecture - FB understands you probably don't have experience at their scale. Just do your best to extend what you know to their scale. - How do you do ____ across a large number of systems? How do you do it without interrupting production? How long will it take? - When doing estimation, be sure to explain your thought processes. * Networking - Probably the least important of the 4 technical interviews. - Be familiar with packet routing (How does the source computer know where to route packets? How do packets move across a network?). - Know how to configure and use at least one client/server network service (and talk about it intelligently). How does it work internally? What are the features of XXX protocol? Last, you talk to your recruiter about what you think about the recruiting process, the position, how well it fits you, considerations that you may need to think about before making a final decision.

      Interview questions [1]

      Question 1

      The individual questions are not difficult. I'd expect any network engineer worth his salt to have no difficulty with the networking questions. Likewise, the coding shouldn't be a problem for a software developer, and systems isn't going to be hard for a systems administrator. The trouble is the /breadth/ of questions. What are the limits of your knowledge? Can you make a reasonable guess as to what is going on based on what you do know?
      Answer question
      37

      Application

      I interviewed at Meta

      Interview

      I had two screening rounds and 3 interview loop rounds, Meta leetcode questions, systems design can be extensive. Questions can be repeated so look out for all the available questions online. Systems debugging is a very important topic

      Interview questions [1]

      Question 1

      Why Meta? What are different internet web protocols talk about internet.
      Answer question

      Production Engineer Interview

      May 15, 2026
      Anonymous employee
      Seattle, WA
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Meta (Seattle, WA)

      Interview

      Recuriter round then technical screen with an engineer that then final stage which is four rounds, 2 coding 1 system design and one behavioural, for Production Engineer the questions are often a mix of LC questions and practical file system operations

      Interview questions [1]

      Question 1

      Reading input from file BFS/DFS Basic Graph problems
      Answer question

      Production Engineer Interview

      Apr 9, 2026
      Anonymous Interview Candidate
      Menlo Park, CA
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Meta (Menlo Park, CA)

      Interview

      There are 2 rounds, first has PE basics and coding, second has PE basics, coding and Behavioral. Learn linux, OS, Networking in detail. They dig deep into whatever u say. Coding is usually easy, prepare file parsing questions