J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Lab49 (Londres, Angleterre) en oct. 2018
Entretien
Recruiter screening, Initial phone call, class marker tests.
I was told that I did not clear the class marker tests and was never given about correct/wrong counts.
The questions are mostly on JavaScript basics revolving around scoping.
Questions d'entretien [1]
Question 1
[1,2,3].foreach((i, v) => {
let temp = i;
});
console.log(temp)