Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela Servian (Melbourne) em mai. de 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 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.
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.
Perguntas de entrevista [1]
Pergunta 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