Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Refactory (Indo) nel mese di giu 2021
Colloquio
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.
Domande di colloquio [1]
Domanda 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]]