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 online. The process took 3 days. I interviewed at Meta in Feb 2015
Interview
one 45 minutes coding interview via phone. the interviewer was nice and asked guiding questions. asked at the end for complexity and what could be done to improve the code.
Interview questions [1]
Question 1
given a string with parenthesis, eliminate the illegal parenthesis and return a legal string.
for example:
"(()" -> "()"
")))(" -> ""
"()(()" -> "()()"
I applied through an employee referral. The process took 3 weeks. I interviewed at Meta
Interview
My friend referred me, and then a recruiter contacted me after several days. A phone screen interview was scheduled two weeks later. About 1 week, the recruiter told me I didn't pass the interview.
Interview questions [1]
Question 1
write a algorithm to calculate the running time for a sequence of tasks.