Solicité el puesto a través de un captador. El proceso duró 5 días. Acudí a una entrevista en Armada en mar 2025
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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.