I had a fantastic recruiter, but terrible interviewer. She gave me a leetcode easy for the first question, and then asked me to implement it using three different data structures, which took 30 minutes. This left me 6 minutes to answer a leetcode medium, which I miraculously crafted the correct solution for, and made one small syntax mistake, which broke the program, and I did not advance.
Interview questions [1]
Question 1
Given a string of parentheses, return false for an un-balance-able string, or return the number of parentheses needed to balance.
I applied through a recruiter. The process took 2 months. I interviewed at Meta
Interview
Straight-forward process and the interviewers were nice people to chat with. Only 1 interview to get past the phone screen. Then for the onsites 3 technical interviews and one behavioral. Do leetcode and practice behavioral questions.
Interview questions [1]
Question 1
Just follow facebook/meta tagged leetcode problems, trust me...
5min to introduce yourself and 40 min for 2 coding questions, one is in leetcode and another was never done before. The interviewer was nice and gave you some hints.
Interview questions [1]
Question 1
checking the number from 0 to N-1 in an array with 0(1) space and O(n) time.