J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Servian (Melbourne) en juin 2021
Entretien
The interview process was swift, consisting of three rounds: first with the Talent Team, then a coding round, and finally a round that explained the coding and addressed technical questions.
Questions d'entretien [1]
Question 1
How can I stay up-to-date with the latest technology and trends?
I firstly interviewed with a recruiter then had a SQL technical interview then a Sudo-code technical interview with 2 main problems to solve, talking through the solution as you go.
J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Servian (Melbourne) en mai 2022
Entretien
The interview process took 2 weeks total.
Phone screening and video meeting with the recruiter.
Hacker rank easy/mediums. Nothing too fancy.
Technical test with live coding, easy/medium leet code question.
Meeting with a director.
The interview process was great from the beginning, everyone was extremely nice and made it easy to relax in interviews.
I interviewed online for Bengaluru branch and It was a smooth process and I got updates in a timely manner.
The interview questions asked were simple and love that they wanted to focus on what you know and YOU, rather than the useless whiteboard questions.
They were very clear about what they were looking for and their vision.
Questions d'entretien [1]
Question 1
1.) Mostly about the projects I've worked on.
2.) Most challenging thing I ever worked on.
3.) Some Javascript specific question like:
console.log(1)
setTimeout(() => {
console.log(2);
}, 0);
console.log(3);
Output of this code