J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Wargaming (Belgrade) en sept. 2025
Entretien
The interview was quite easy. No live coding. We just duscussed my technical background. Nothing special: common JS wuestions + Angular specific topics. However that was an internal position. And the team discribed the role as not so challenging and serious as positions in gaming development.
J'ai postulé en ligne. J'ai passé un entretien chez Wargaming
Entretien
It was good, The people were cool, and the questions straight forward. There three people present, an HR person, the senior dev, and I think his junior. Overall it was good,
An array of links is given: ["url1", "url2", ...] and a limit of simultaneous queries, we need to implement a function,
which polls the url and calls the callback with an array of responses ["url1_answer", "url2_answer"] so that no more than limit is executed at any time, i.e. we need to implement a bus with width equal to limit.
Requirements:
The order in the answer array must match the order in the reference array
The function must memoize (not interrogate the same url twice).
Errors should not be handled.
Use fetch