The hiring process at Capital One takes an average of 90 days when considering 1 user submitted interviews across all job titles. Candidates applying for Senior AI Engineer had the quickest hiring process (on average 90 days), whereas Senior AI Engineer roles had the slowest hiring process (on average 90 days).
Multi-part interview. Big parts are two case interviews, a job fit interview, and a behavioral interview. There is also an initial screening with the recruiter and hiring manager. The case interviews are pass/fail so study for those.
Interview questions [1]
Question 1
Using the STAR method, describe a time when you...
I applied online. The process took 4 weeks. I interviewed at Capital One (McLean, VA) in Sep 2024
Interview
Virtual Job Tryout -> Powerday (3 interviews - 3h). Powerday consists of 1 Behavioral and 2 Case Studies. Case studies are pretty straightforward, just study the review packet they give you.
Interview questions [1]
Question 1
Behavioral - Describe a project you've recently done
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.