I applied online. I interviewed at Meta (Seattle, WA) in Sep 2022
Interview
The first step is a call from a recruiter to discuss your background and to know more about the opportunity and the team. This is friendly and as a result, a screening process is done based on this call by the recruiting team. Then there's the coding interview which the candidate schedules (I was able to schedule it in 4 weeks). But you will be able to do a mock interview which is similar to the actual to get a sense of what to expect. In both, they give medium to moderately hard problems. You have 45 mins to complete two problems. The interviewers are all super nice to me and I enjoyed the whole process.
Interview questions [1]
Question 1
In the actual interview; the first question is the closest common parents of two nodes in a binary tree given the parent node as a pointer in the node itself. And the second was the known file system path parsing problem. Both of these are leetcode
I applied online. The process took 3 months. I interviewed at Meta (Toronto, ON) in Feb 2022
Interview
Applied through a recurter reachout at Dec, 2021. First screening in Jan and Virutual onsite on mid Feb. Got the offer at beginning of March. Recuriters were very helpful and people are professional during all interviews. Very good interview portal.
Interview questions [1]
Question 1
Technical questions are in 3 types. (2 rounds) Coding are mostly Leetcode tag questions. Need to solve 2 questions (medium - hard) in 45 mins per round. 1 round of system design (normal question in grokking system design interview). 1 round of ML system design. There was one round of behavior questions.
I applied through a recruiter. The process took 3 weeks. I interviewed at Meta (Londres, Angleterre) in Jul 2022
Interview
First was call with recruiter first which was brief - just going over my motivations for applying and a few things from my CV. Next was screening interview (which I failed) - simple coding problems related to string manipulation. Nothing on datastructures etc. Interviewer was very nice but back-foot in the coding part
Interview questions [1]
Question 1
1. Coding; Keep track of open-close brackets 2. Coding: Using DP to memo powers