Lead Software Engineer Interview Questions

2,139 lead software engineer interview questions shared by candidates

Given a double array = { [ 9, 8, 6], [ 2, 3, 5], [ 3, 4, 4] } Find the longest run counting up. A run is a consecutive row of integers counting up. So in the example above, the longest run is {[2,2], [1,2],[0,2],[0,1],[0,0]} . You won't be able to solve it in the amount of time that was given, but I think they just want to see how you think.
avatar

Lead Software Engineer

Interviewed at Capital One

3.4
May 26, 2016

Given a double array = { [ 9, 8, 6], [ 2, 3, 5], [ 3, 4, 4] } Find the longest run counting up. A run is a consecutive row of integers counting up. So in the example above, the longest run is {[2,2], [1,2],[0,2],[0,1],[0,0]} . You won't be able to solve it in the amount of time that was given, but I think they just want to see how you think.

case interview about VCN Handout 1: Virtual Credit Card Number Validation rules Similar to credit card numbers, the digits in virtual card numbers and associated transaction numbers may seem random, but they actually carry meaning. When a Capital One Virtual Credit Card is used, the data must be validated against certain business rules to arrive at a spend decision. These rules are applied to specific digits in the VCN and transaction id. Each transaction made with a VCN is assigned a unique eight (8) digit transaction id.
avatar

Lead Software Engineer

Interviewed at Capital One

3.4
Mar 19, 2025

case interview about VCN Handout 1: Virtual Credit Card Number Validation rules Similar to credit card numbers, the digits in virtual card numbers and associated transaction numbers may seem random, but they actually carry meaning. When a Capital One Virtual Credit Card is used, the data must be validated against certain business rules to arrive at a spend decision. These rules are applied to specific digits in the VCN and transaction id. Each transaction made with a VCN is assigned a unique eight (8) digit transaction id.

Viewing 2001 - 2010 interview questions

Glassdoor has 2,139 interview questions and reports from Lead software engineer interviews. Prepare for your interview. Get hired. Love your job.