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.
Solicité el puesto a través de un captador. El proceso duró 2 semanas. Acudí a una entrevista en Servian (Melbourne) en may 2022
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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