J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Meta en févr. 2015
Entretien
I applied online and was approached by the HR to initiate the interview process. My next interview was a technical one and I had hoped to clear it, but failed. The interviewer was helpful, but failed to see my perspective. I initially approached to solve the problem in O(N) time using an algorithm that I thought I knew. But I got confused and 15 mins in the interview, I asked whether I could use another approach. This is when I got shaky. I proposed a solution in O(N^2) time. He asked to make it faster and using Hash Tables, I improved the time to O(N) and space to O(N). And with a hint from the interviewer, I ended up solving in O(N) time with constant space (and then started writing the code). During the whole interview session, I accidentally kept confusing things (for instance calling a node,a root node because I was thinking in terms of sub-trees and recursively). This generally doesn't happen even when working under stress. I felt the interviewer grossly underestimated me, but I blame myself for that. If there is anything I would different then it would be to use the easiest approach to solution the question first. A positive start boosts up the confidence. Make sure to explain CLEARLY (using the correct terminology) how to tackle the problem. One more thing: embrace the fact that there is always a possibility of getting rejected. So, blurt out whatever you solution you think should work. There is not enough time to derive your approach. And be confident. Sometimes you can trick the interviewer into believing that you know exactly what to do, even when you don't (if you are close enough).
Questions d'entretien [1]
Question 1
A modification of the lowest common ancestor problem (bonus points if you answer using RMQs)
1 code signal online assessment into 2 interviews with 2 leet code medium style questions around a 40 minute time frame as well as 1 behavioural interview with SWEs to gauge culture fit.
J'ai postulé en ligne. J'ai passé un entretien chez Meta
Entretien
really friendly recruiter and interviewer, screening interview 2 coding questions 45 minutes long. After that is one day of 3-4 interviews that are technical and one behavioral. It was a smooth experience
J'ai postulé via la recommandation d'un employé. Le processus a pris 5 jours. J'ai passé un entretien chez Meta (San Francisco, CA) en nov. 2016
Entretien
I applies online and got a reference. Soon after received an email to schedule a phone conversation for a technical screen. Did coding on coderpad on a question which was:
Find the minimum distance to a leaf node in a binary tree
Had a short conversation on resume and projects and what Im looking for as well.
Questions d'entretien [1]
Question 1
Find the minimum distance to a leaf node in a binary tree