Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Meta
Entrevista
I got two phone screens. Then Facebook flew me in from Europe for onsite interviews: 1 design interview, 1 "culture fit" interview, and 4 coding/datastructures. I did well to pretty much of all them except one coding. After about two weeks, the recruiter contacted me to tell me that they weren't able to take a decision, so I got an extra phone interview with a "very senior" guy a few days afterwards.
It was an enjoyable experience for most of it. The most important problem was one interviewer who was obviously not ready to give interviews: he was totally unable to explain the problem I was supposed to solve and was interrupting me every minute.
Preguntas de entrevista [1]
Pregunta 1
write a program that solves linear equations with - + and * operators given as strings. For example the input can be: "8+5+x+3*x = 10-x+4*3*x"
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Meta
Entrevista
OA, 3 questions, medium
Coding interview
1 round, 45 minutes, with an engineer.
Done in an online collaborative editor CoderPad without auto-complete or test runner enabled. 2 data structures / algorithms problems (LeetCode easy–medium, occasionally touching medium–hard).
system design
behavioral
Preguntas de entrevista [1]
Pregunta 1
You are given an integer array nums and an integer k.
Return the length of the longest subarray whose elements sum to exactly k.
The subarray must be contiguous.
nums may contain positive, negative, and zero values.
If no such subarray exists, return 0.
Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Meta (Redmond, WA) en oct 2024
Entrevista
3 interviews, each with a software engineer asking me to implement functions in python. Like implement a convolutional layer. The questions were not difficult; there were some trick questions in terms of knowing you can find the median in O(n) with quick select, as opposed to O(n*log(n)) with sort and grab the middle element.
Preguntas de entrevista [1]
Pregunta 1
Implement convolutional layer in python
Find the median of an unsorted array in python
Me postulé a través de un reclutador. Acudí a una entrevista en Meta
Entrevista
Typical 2-3 leetcode questions to complete in 45 minutes with edge cases and working code. Its based on luck if you get what you already prepared. Just go through top fb questions and hope that they ask you from that list