Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Meta (Tel Aviv) nel mese di mag 2020
Colloquio
2 screening interviews,
Software - on-site
Linux - remote
Interview day with 5 interviews.
All interviewers were very pleasant and tried to help with questions that were difficult for me
Domande di colloquio [1]
Domanda 1
Given an m x n matrix board where each cell is a battleship 'X' or empty '.', return the number of the battleships on board.
Battleships can only be placed horizontally or vertically on board. In other words, they can only be made of the shape 1 x k (1 row, k columns) or k x 1 (k rows, 1 column), where k can be of any size. At least one horizontal or vertical cell separates between two battleships (i.e., there are no adjacent battleships).
I had two screening rounds and 3 interview loop rounds, Meta leetcode questions, systems design can be extensive. Questions can be repeated so look out for all the available questions online. Systems debugging is a very important topic
Domande di colloquio [1]
Domanda 1
Why Meta?
What are different internet web protocols
talk about internet.
Ho sostenuto un colloquio presso Meta (Seattle, WA)
Colloquio
Recuriter round then technical screen with an engineer that then final stage which is four rounds, 2 coding 1 system design and one behavioural, for Production Engineer the questions are often a mix of LC questions and practical file system operations
Domande di colloquio [1]
Domanda 1
Reading input from file
BFS/DFS Basic Graph problems
Ho sostenuto un colloquio presso Meta (Menlo Park, CA)
Colloquio
There are 2 rounds, first has PE basics and coding, second has PE basics, coding and Behavioral. Learn linux, OS, Networking in detail. They dig deep into whatever u say. Coding is usually easy, prepare file parsing questions