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 Software Development Engineer (SDE) Intern 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 Software Development Engineer (SDE) Intern

      29 nov. 2022
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Meta

      Entretien

      Two medium questions with in 45min, no bq. Need to complete all the two questions to pass. Need to hand write tests yourself. Interviewer is friendly and the whole process is professional.

      Questions d'entretien [1]

      Question 1

      One tree question and one graph question.
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme Software Development Engineer (SDE) Intern chez Meta

      Entretien pour Software Development Engineer(SDE) Intern

      12 janv. 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez Meta en déc. 2025

      Entretien

      Interview process I interviewed for a Meta summer internship and the process consisted of two 45-minute live coding interviews. Each interview followed a similar structure: one easier warm-up problem followed by one medium-level problem. Both sessions were fast-paced. The interviewer expected me to clarify requirements quickly, propose an approach, and implement efficiently within the time limit. There wasn’t much slack for long exploration, so it helped to communicate clearly, write clean code, and validate edge cases as I went. Interview questions The questions were standard data structures and algorithms style. The “easy” question typically checked basic implementation and correctness, while the “medium” question required a more structured approach and careful handling of edge cases and complexity. (I won’t share exact questions, but expect common DS/Algo patterns.) What went well The interviews were structured and consistent (easy → medium). Interviewers cared about communication (explaining reasoning and trade-offs), not just the final code. Complexity discussion and edge cases mattered. What was challenging Time pressure: two problems in 45 minutes means you need to move quickly. The medium question often required both correctness and optimization (thinking about time/space complexity early). Tips for candidates Practice solving two problems in 45 minutes (simulate the pacing). Focus on core DS/Algo patterns (arrays/strings, hash maps, two pointers, sliding window, stacks/queues, BFS/DFS, heaps, basic DP). Get in the habit of: clarify constraints → outline approach → code cleanly → test a few edge cases → state complexity.

      Questions d'entretien [1]

      Question 1

      One of the key questions was a typical array/string problem solved with a two-pointer or sliding-window technique: maintain a window, update a frequency map/counters as the pointers move, and ensure the solution runs in linear time. I was also asked a graph-style BFS question that required using a queue, tracking visited states, and returning the minimum number of steps under constraints, with careful handling of corner cases.
      Répondre à cette question

      Entretien pour Software Development Engineer (SDE) Intern

      7 janv. 2022
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Meta

      Entretien

      Technical interview over zoom, with something like CodePad to write code to. I was asked two LeetCode-style questions, each for 20 minutes, with a remaining 5 minute for "do you have any questions for me".

      Questions d'entretien [1]

      Question 1

      Both questions were LeetCode medium-ish. Questions themselves weren't too hard to solve but required more lines of code than LC medium usually takes, plus multiple auxiliary data structures. Also included a lot of details that tripped me up.
      Répondre à cette question