Candidates applying for Software Engineer roles take an average of 7 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Meta overall takes an average of 42 days.
Common stages of the interview process at Meta as a Software Engineer according to 2 Glassdoor interviews include:
Phone interview: 67%
Skills test: 33%
Here are the most commonly searched roles for interview reports -
I got the interview by referral from a teacher who was in contact with the recruiter. The teacher gave my contact to the recruiter and a few days later I received an email to schedule the first skype interview. The question I mention was from this interview. I succeeded and got another skype interview, in which I failed. Pretty straightforward process, though.
Interview questions [1]
Question 1
There was a tree and I was supposed to make a double linked list from the tree using a pre order traversal.
Made it part the first phone interview, rejected on the technical interview after not knowing the questions. Entire process took about 3-4 weeks, and ran very smoothly. Phone interview lasted 15 minute and the technical interview an hour.
Very nice phone interview. The interviewer was very calm and kept a relaxed atmosphere (no pressure to finish faster and no negative reactions when you get a question wrong).Questions were not very difficult: find all possible permutations for a string and finding an element's position in a slightly sorted array in the most efficient way (you have something like [5,6,7,1,2,3] and you want the position for "2" -> you use binary search algorithm)