I applied online. The process took 3 days. I interviewed at Capital One (London, England) in Aug 2025
Interview
First HR screening round followed by a CodeSignal DSA round.
I scored 1200/1200, still, HR told me that based on your results from CodeSignal, it was not enough and not able ot process further.
Interview questions [1]
Question 1
DSA 1 - The problem asks to determine the final position of a robot after executing a series of "u" (up) and "D" (down) commands. The robot starts at a position, and moves one step up for each "u" command and one step down for each "D" command. The goal is to return "u" if the robot ends up above the starting position, "D" if it ends up below, and an empty string if it ends up at the starting position.
DSA 2 / 3 / 4 were releated to graph and array.