Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Refactory (Indo) en jun 2021
Entrevista
The interview consists of 2 parts (technical and live coding). You got 10 min for the live coding parts. The first technical part took about 20 - 30 min asking about the skill-testing project (google OAuth) and general stuff about go.
Preguntas de entrevista [1]
Pregunta 1
The live coding: Check two numbers from an array that if sum equal to 7 and put the two numbers to a new array. return the new array.
Example input [3, 5, 2, -4, 8 ,11]. The output is [[5 2]]