Lead Programmer Analyst Interview Questions

3,926 lead programmer analyst 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.6
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.

Java questions where they will miss importing a library which will be the point of contention. They want you to know the libraries, type of classes -all of which can be solved by a simple google search but will comment on your ability for their own mistakes in the question presented.
avatar

Senior Lead Software Engineer

Interviewed at Capital One

3.6
Jan 29, 2024

Java questions where they will miss importing a library which will be the point of contention. They want you to know the libraries, type of classes -all of which can be solved by a simple google search but will comment on your ability for their own mistakes in the question presented.

Viewing 3701 - 3710 interview questions

Glassdoor has 3,926 interview questions and reports from Lead programmer analyst interviews. Prepare for your interview. Get hired. Love your job.