I interviewed at Capital One (McLean, VA) in Aug 2020
Interview
Remote, pretty standard but also more intense than most of the entry level interviews I've had. A lot of Spring Boot and basic Java/Data Structure Questions and of course basic REST API knowledge
Interview questions [1]
Question 1
What is the difference between a hash table and linked list? Why would you choose one over the other?
I applied online. The process took 4 weeks. I interviewed at Capital One (New York, NY) in Apr 2022
Interview
1 phone screen 1 coding session 4 rounds in one day It was tiring. They follow the same interviewing practices as FAANG companies and I personally find it to be unnecessary. But to each their own I suppose.
Interview questions [1]
Question 1
Medium difficulty on leetcode for coding problems. Jenkins AWS
I applied online. The process took 2 months. I interviewed at Capital One (Londres, Inglaterra) in Apr 2023
Interview
Initial phone call with recruiter to discuss CV. recruiter explained further process would be 1. Codesignal online assessment. 2. Technical rounds 3. Behavioural. Online assessment had 2 easy and 2 medium/hard questions to code in the language of your choice and a limited time (60 to 90 minutes). Answer as much as possible. Next informed I need appear for a Job Fit interview. Basically checking my tech skills aligns with job. Informed me that my Agile skills doesn't meet their requirement. Overall good people to interact with but they take a lot of time for arranging calls/interviews/feedback. So have multiple options open.
Interview questions [1]
Question 1
1. Similar to finding a missing number from an array 2. Finding a session with a maximum no.of valid commands(Ex. start sessionA, command1,command2,command1, command3 start sessionB, command1,command2,command1, command3 start sessionA, command1,command23,command11, command3 start sessionC, command1,command2,command1, command3) 3. Print lines in a tabloid format(you need to make sure that long lines are split as per given width) 4. Common recurring folder path (/a/folder1/folder12/file.txt, /a/folder1/folder13/file.txt, /a/folder2/folder12/file.txt, /a/folder3/folder12/file.txt, /a/folder1/folder12/file23.txt, /b/folder1/folder13/file.txt, /b/folder2/folder12/file.txt, /c/folder3/folder12/file.txt..etc)