Solicité el puesto a través de un captador. El proceso duró 5 semanas. Acudí a una entrevista en Meta (New York, NY) en may 2014
Entrevista
One phone interview and one onsite interview. The process is relatively quick because I contact the HR directly.
The interviewer and the HR are very very nice. Talking to them really makes me feel relaxed.
I had the onsite interview at Facebook New York office. The working environment there is just amazing. I think if you enjoy the job as a software engineer, you would love that.
Preguntas de entrevista [1]
Pregunta 1
No very difficult questions. Just take it easy and enjoy the process. Almost all of the question are from the <Cracking the Coding Interview>. A quick response and emphasize on the issue of efficiency are important.
I think Facebook love to ask questions about the tree structure and some practical questions because they are realistic problems. When you prepare and practice, do remember that efficiency is a really significant issue, much more important than simply giving an answer.
And I would like recommend another book <Programming pearls>. Maybe the book is not a hard one to read, but the thought of the author, why the author wants to improve some algorithm and how he solves problems are really fantastic. The questions are from realistic problems and the book is really worth reading several times. It benefits me a lot.
Solicité el puesto a través de la recomendación de un empleado. Acudí a una entrevista en Meta
Entrevista
I was invited to take their OA about a week after applying, mostly consisted of leetcode easy and mediums. It was a pretty smooth process, with quick feedback. Good experience overall
Preguntas de entrevista [1]
Pregunta 1
Data structures and algorithms, leetcode style medium and easy
Envié una solicitud electrónica. Acudí a una entrevista en Meta
Entrevista
They ask the normal standard DSA questions that you would expect for an internship like LeetCode mediums. I think there were two rounds of technical interviews before the offer stage.
Acudí a una entrevista en Meta (Londres, Inglaterra)
Entrevista
DS&A questions, interview is just that with only a couple mins of non technical. Need to be quick and fluent in standard leetcode easy-med, and have decent enough grasp to come up with good ideas to approach leetcode hards.
Preguntas de entrevista [1]
Pregunta 1
DS&A. Asked about how to merge 3 ordered array into ordered array. Then, how to generalise for k ordered arrays. Was okay, but need to be faster and have solution down as if you can do it in your sleep.