I applied through a recruiter. The process took 5 days. I interviewed at Armada in Mar 2025
Interview
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.
Interview questions [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.