Me postulé en línea. Acudí a una entrevista en Meta (Seattle, WA) en ago 2023
Entrevista
The process was slow and just waiting for the recruiter to contact me, have 1st round, you will need to answer two medium leet code questions in 45 minutes both. Interviewe was junior than I and seemed upsted that I solved the two questions and even solved the 2nd 2 times with the approaches he requested. Did not pass to next round, no feedback just nope. Recomended if you want to practice but not worth the time and energy investment.
Preguntas de entrevista [1]
Pregunta 1
First question: https://leetcode.com/problems/binary-search-tree-iterator/ Second question: https://leetcode.com/problems/kth-largest-element-in-an-array/
Three were Coding rounds and one behavioral round. No HM interview for New grads. Interview completed on 2nd Dec 2024 and got the offer May 2025. Interviewers were nice but need to have a good pace to give working solutions for 2 LC questions
The Software Development Engineer (SDE) interview process at Meta typically begins with a recruiter screening call to review your background and explain the role, followed by one or two technical phone interviews focused on data structures and algorithms. Candidates who pass move to a virtual onsite (interview loop) consisting of multiple rounds, usually including two coding interviews, one system or product design round (for mid-level and above roles), and a behavioral interview assessing teamwork, communication, and alignment with company values. Interviewers evaluate problem-solving ability, coding efficiency, system thinking, and collaboration skills. After the loop, a hiring committee reviews feedback before making a final decision and extending an offer if selected.
Preguntas de entrevista [1]
Pregunta 1
Given an array of integers nums and an integer k, return the length of the longest contiguous subarray whose sum equals k.
Two leet code medium questions. Asked to describe ur thought process, code it out, and discuss the solution. Such as run time and space complexity. Also some behavioral questions. Such as tell me abt urself, past conflict, etc.