Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Meta

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Meta | Ofertas de empleos en Meta | Sueldos en Meta | Beneficios en Meta
      Entrevistas de MetaEntrevistas para el puesto de Software Development Engineer (SDE) Intern en MetaEntrevista de Meta


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Google
      4.5★Remuneración y beneficios
      avatar
      Amazon
      3.7★Remuneración y beneficios
      avatar
      Fiverr Inc.
      3.5★Remuneración y beneficios
      avatar
      Booking.com
      4.2★Remuneración y beneficios

      Entrevista de Software Development Engineer (SDE) Intern

      25 ene 2022
      Candidato de entrevista anónimo
      Los Angeles, CA

      Otras opiniones sobre las entrevistas para el puesto de Software Development Engineer (SDE) Intern en Meta

      Entrevista de Software Development Engineer(SDE) Intern

      12 ene 2026
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva
      Sin oferta
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de la recomendación de un empleado. Acudí a una entrevista en Meta (Los Angeles, CA) en ene 2022

      Entrevista

      I was asked a 2D matrix problem. Variant of shortest path in binary matrix. Interviewer wasn't interested at all. No questions asked no help provided. No introduction. I don't even know if I did it correctly. Or may be it was just me who might have ruined the interview in the first impression. Overall didn't expect this question in the first round and the interviewer not being helpful.
      Entrevista normal

      Solicitud

      Solicité el puesto a través de un captador. Acudí a una entrevista en Meta en dic 2025

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 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.
      Responder pregunta

      Entrevista de Software Development Engineer (SDE) Intern

      29 nov 2022
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Acudí a una entrevista en Meta

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 1

      One tree question and one graph question.
      Responder pregunta

      Entrevista de Software Development Engineer (SDE) Intern

      7 ene 2022
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Acudí a una entrevista en Meta

      Entrevista

      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".

      Preguntas de entrevista [1]

      Pregunta 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.
      Responder pregunta