I applied through a recruiter. The process took 1 week. I interviewed at Lab49 (London, England) in Oct 2018
Interview
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.
Interview questions [1]
Question 1
[1,2,3].foreach((i, v) => {
let temp = i;
});
console.log(temp)