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.