Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Meta

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Meta | Offres d’emploi chez Meta | Salaires chez Meta | Avantages sociaux chez Meta
      Entretiens chez MetaEntretiens d’embauche pour Production Engineer chez MetaEntretien chez Meta


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Production Engineer

      25 juin 2013
      Candidat à l'entretien anonyme
      Menlo Park, CA
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 6 semaines. J'ai passé un entretien chez Meta (Menlo Park, CA) en juin 2013

      Entretien

      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.

      Questions d'entretien [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?
      Répondre à cette question
      37

      Autres retours d’entretien d’embauche pour un poste comme Production Engineer chez Meta

      Entretien pour Production Engineer

      27 mai 2026
      Employé (anonyme)
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Meta

      Entretien

      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

      Questions d'entretien [1]

      Question 1

      Why Meta? What are different internet web protocols talk about internet.
      Répondre à cette question

      Entretien pour Production Engineer

      15 mai 2026
      Employé (anonyme)
      Seattle, WA
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Meta (Seattle, WA)

      Entretien

      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

      Questions d'entretien [1]

      Question 1

      Reading input from file BFS/DFS Basic Graph problems
      Répondre à cette question

      Entretien pour Production Engineer

      9 avr. 2026
      Candidat à l'entretien anonyme
      Menlo Park, CA
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Meta (Menlo Park, CA)

      Entretien

      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