J'ai postulé via un recruteur. Le processus a pris 5 jours. J'ai passé un entretien chez Armada en mars 2025
Entretien
Good HR interaction. Good technical interview. Asked me to describe my past experience and started with questions based on my response. Asked concepts on CSS then javascript, reactjs and redux saga.
Questions d'entretien [2]
Question 1
Center a div vertically and horizontally on the screen.
You have an array of numbers, and a target value. Write js code that will return 'pairs' of numbers from the array that will add up to the target.
Write with o(n) complexity.