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 applied through college or university. I interviewed at Meta
Interview
I was invited for an on-campus college interview. There was 5 minutes in the beginning talking about previous experience. Then a coding part; I think they had three questions prepared, but they could get the same sense of your skills whether you only answered one or all three. It's Facebook -they know what they want and there's no frills to the interview.
Interview questions [1]
Question 1
Given an integer, return all sequences of numbers that sum to it. (Example: 3 -> (1, 2), (2, 1), (1, 1, 1))
Had a typical phone screen. The phone screen questions were in-line with the phone screen questions outlined on the site. Was brought on-site for an in person interview. The on-site interview questions were again coding questions. I don't think they were too difficult. I didn't get an offer. I believe I did not solve the coding problems quickly enough.
Interview questions [1]
Question 1
Implement the code to display the nodes of a binary tree in order [i.e. level by level].