I interviewed for an internship at facebook. I had multiple interview rounds. I had to email explaining my interests and some questions. I needed python and sql knowledge for the interviews. Overall a good experience
I had 2 interviews, each of them take around 1 hour. The first one was a coding interview focused on problem-solving, algorithmic complexity. The second one, research interview about my current research projects and potential project topic.
Interview questions [1]
Question 1
Coding: Standard question, check sites like https://www.geeksforgeeks.org
Research: my experience and my research projects
I applied through an employee referral. I interviewed at Meta (Tel Aviv-Yafo) in Dec 2020
Interview
at first I sent my resume and got an email with a few questions about my Knowledge and my interests. after that they scheduled a technical interview- about 45 minutes.
Interview questions [1]
Question 1
I had one interview- I was asked to right an algorithm that got a submatrix from a mXn matrix with 0/1 and needs to return the number of 1's in the matrix. at first I wrote an algorithm that runs in o(m) and that I was asked to improve it to O(1)