I applied through a recruiter. The process took 2 weeks. I interviewed at Meta (Tel Aviv) in Feb 2018
Interview
Phone Interview from Uk
and 2 Technical Interviews
one interview on site and one remote
One of the best experiences I' have ever had
the Interview is not easy but the people there are super nice
Interview questions [1]
Question 1
Endless chess board
input of blocked areas as list of (x,y)
Start position and End position
Find the shortest route if possible to traverse from s to e
I applied through a recruiter. I interviewed at Meta
Interview
Had an initial recuriter call and then scheduled a coding round with 2 leetcode questions. Practicing Meta-tagged leetcode questions would help prepare for this round. Interviewers expect clear communication and code.
Generic LeetCode-style questions, many tagged as Meta, so extensive preparation is required to perform well in the technical interview. The experience varies significantly - some interviewers provide hints and guidance, while others expect candidates to solve problems independently with minimal assistance.
Spoke with interviewer over video conferencing. He was very communicative . He answered my questions. Asked me BFS question. A question that involved BFS search. Given a matrix, I am suppose to find a path from top left to down right.
Interview questions [1]
Question 1
A question that involved BFS search. Given a matrix, I am suppose to find a path from top left to down right.