Me postulé a través de otra fuente. Acudí a una entrevista en Meta (Tel Aviv) en ene 2018
Entrevista
Remote interview, interviewer present the question that's about it.
Talking on a solution, and writing the code
Nothing much to add, just need to get to 30 words
So I continue ...
Preguntas de entrevista [1]
Pregunta 1
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],…] (si < ei), find the minimum number of conference rooms required.
For example, Given [[0, 30],[5, 10],[15, 20]], return 2.
Me postulé a través de un reclutador. Acudí a una entrevista en Meta
Entrevista
Had an initial recuriter call and then scheduled a coding round with 2 leetcode questions. Practicing Meta-tagged leetcode questions would help prepare for this round. Interviewers expect clear communication and code.
Acudí a una entrevista en Meta (Londres, Inglaterra)
Entrevista
Generic LeetCode-style questions, many tagged as Meta, so extensive preparation is required to perform well in the technical interview. The experience varies significantly - some interviewers provide hints and guidance, while others expect candidates to solve problems independently with minimal assistance.
Spoke with interviewer over video conferencing. He was very communicative . He answered my questions. Asked me BFS question. A question that involved BFS search. Given a matrix, I am suppose to find a path from top left to down right.
Preguntas de entrevista [1]
Pregunta 1
A question that involved BFS search. Given a matrix, I am suppose to find a path from top left to down right.