I applied online. The process took 4 weeks. I interviewed at Refactory (Indo) in June 2021
Interview
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.
Interview questions [1]
Question 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]]