HR call, behavior, technical, executive, standard overall. HR team very responsive, interviewers are well prepared and respectful. difficulty is adequate. quick turn around time. overall good experience. everything was straightforward and they promptly addressed my questions
I applied online. The process took 3 days. I interviewed at Xsolla in May 2026
Interview
The interview started with a discussion about my previous projects and some technical challenges I had solved in the past. After that, I was given two JavaScript tasks: one related to scope and one related to the event loop. The interviewer expected me to explain how scope and the event loop work, and then fix the code so it behaved correctly.
The final task was a small React exercise: I had to build a component that calculates the sum of two input values without using state. Overall, the interview was focused on practical JavaScript and React fundamentals rather than abstract algorithm questions.
Interview questions [1]
Question 1
What this code will print:
for (var i = 1; i <= 5; i++) {
setTimeout(() => {
console.log(i);
}, i * 1000);
}
Explain why.
I applied online. The process took 3 weeks. I interviewed at Xsolla in Apr 2026
Interview
I applied online, I had 5 rounds in total, initial was a recruiter call, followed by tech lead, then a senior engineer, then Director and finally another tech lead. The interviews are a mix of coding, general broad technical knowledge about various aspects and a system design. The interviews were scheduled very fast and feedback was shared immediately on the same day. I got the offer 2 weeks from the final round which is normal for Xsolla.