I applied online. I interviewed at Meta (New York, NY) in Oct 2020
Interview
Through HR,
First-round is as usual, SQL and Coding(Python I chose)
The interviewer gave some tips to solve both SQL and coding parts.
I was a little nervous initially and came out of it as she was talking nicely
Interview questions [1]
Question 1
SQL ==> Sales, promotions, products DB I was able to complete only 3 questions.
Python ==> solved only 3 questions.
find giving letter in a string
Replace None with previous element from List, there was some challenges
[None]
[None,1,2] ==> [None,1,2]
[1,None,2] ==> [1,2,2]
[1,4,None,None,3]===> [1,4,4,4,3]
Forgot one question
In the SQL part, please make sure you learn how to calculate %
I applied online. I interviewed at Meta (New York, NY)
Interview
Prepare technical concepts, and practice previously asked questions as much as you can find online. 4 rounds in the total process. It's easy as long as you just practice a LOT.
I had Python and SQL round for 30 minutes each. The interview was for 1 hour 30 minutes for SQL and 30 mins for python coding.
Completed 5 questions each but still got rejection email the next day.