I was asked a lot of behavioral questions, which were aimed to check if I was a good fit for the culture of the company. It was okay, questions ranged from why I chose to apply to Facebook, to how well I tackle challenges that are in my way.
2 interviews with 2 technical questions. Use the prep session they give you to get an idea of what they're looking for. The questions will not be dynamic programming. After that you're all good.
Interview questions [1]
Question 1
Technical algorithm question with choice of language.
I applied through college or university. The process took 1 week. I interviewed at Meta
Interview
4 coding questions in the assessment. First two were LeetCode easy, then the third was a LeetCode medium.
Then, the last one was the hardest question I had ever received on a coding assessment. I could only find a link to the problem afterwards in an obscure programming forum.
Interview questions [1]
Question 1
Hard one - Beautiful Matrices:
GIven an m x m matrix, imagine that there are submatrices within the matrix that are n x n, where m % n = 0. (you are given n)
The average value of the submatrix (nxn) is known as it's Beauty number. Sort the matrix from left to right (and back to the beginning and down, repeat) by sorting the submatrices on their beauty numbers.