I applied online. I interviewed at Capital One (Santa Clara, CA) in May 2026
Interview
Remote coding interview: 60 min long. Prereq: turn on camera, turn off all other browser tabs.
4 questions: 2 easy, 2 medium-difficult. The third one was about converting the variable names from snake case to camel case, without affecting constant names.
Interview questions [1]
Question 1
The third one was about converting the variable names from snake case to camel case, without affecting constant names. That is, you are given a function comment which contain identifiers for constants, variables and functions enclosed in backticks. All of them are in snake case, i.e., alphanumeric segments with underscores in between. The constant names are all in upper case. The task is to convert function/var names alone to camel case, i.e., every new word begins with upper case, no underscores.
I interviewed at Capital One (Nottingham, Angleterre)
Interview
I had phone call about the job and the requirements of the role which lead go a face to face interview and a tour around the building on many different floors.
Interview questions [1]
Question 1
Is there any changes in company policy that your company has recently done and what have you done to implement it.
Power day style interview, two coding, one system design, one behavioral. Everyone was nice, but the interviewers seemed a little under prepared and/or new to interviewing in general. Questions where essentially leetcode medium/hard almost word for word.
Interview questions [1]
Question 1
Leetcode Count primes, looking for optimal solution