Lead Programmer Analyst Interview Questions

3,933 lead programmer analyst interview questions shared by candidates

1. Quick phone screen. Nothing crazy. Its a phone screen--if you are reading this you know what this looks like. 2. Code Signal test. Really not hard. You need a ~700 to pass; the first two questions. The third question is a bit harder and will eat time, the 4th requires optimization. The general consensus is 1-2-4-3. I had answers for all of them but the last two didn't pass all the test cases. Ok. Power Day. You have 4 interviews. Its worth studying for this. Youll get a coding test, an arch/design test, a behavioral, and a case study. 1. Coding Test: Code signal. The questions are online if you look, but make sure you are optimizing. Talk through why you are answering the question. Pretty easy. 2. Design: Again, found the question online (think: bank). Think through why you do things and the tertiary effects. It helps to know AWS well. 3. Behavioral: 3 standard tell me about a time when questions. You can find this online. I just wrote down all my projects and categorized them based on keywords so I could pull them up. This one is a gimme 4. Case: This one is downplayed a lot. I thought it was much harder. It requires basic math which really threw me off. Take notes. Take notes. Take notes. Off-handed statements from the first few minutes are important later on. Think critically and you'll be fine, but approach it as a case study and be aware that there is math in this one (6th grade). Youll be fine.
avatar

Senior Lead Software Engineer

Interviewed at Capital One

3
Oct 29, 2022

1. Quick phone screen. Nothing crazy. Its a phone screen--if you are reading this you know what this looks like. 2. Code Signal test. Really not hard. You need a ~700 to pass; the first two questions. The third question is a bit harder and will eat time, the 4th requires optimization. The general consensus is 1-2-4-3. I had answers for all of them but the last two didn't pass all the test cases. Ok. Power Day. You have 4 interviews. Its worth studying for this. Youll get a coding test, an arch/design test, a behavioral, and a case study. 1. Coding Test: Code signal. The questions are online if you look, but make sure you are optimizing. Talk through why you are answering the question. Pretty easy. 2. Design: Again, found the question online (think: bank). Think through why you do things and the tertiary effects. It helps to know AWS well. 3. Behavioral: 3 standard tell me about a time when questions. You can find this online. I just wrote down all my projects and categorized them based on keywords so I could pull them up. This one is a gimme 4. Case: This one is downplayed a lot. I thought it was much harder. It requires basic math which really threw me off. Take notes. Take notes. Take notes. Off-handed statements from the first few minutes are important later on. Think critically and you'll be fine, but approach it as a case study and be aware that there is math in this one (6th grade). Youll be fine.

- Debounce Implementation - Debounce v/s Throttle - Remove Duplicates - const arr2 = [2, 1, 5, 2, 3, 2]; const S = 7; pair whose sum is >= S
 Given an array of integers, and a number ‘sum’, print all unique pairs in the array whose sum is > than ‘sum’. - const arr2 = [2, 1, 5, 2, 3, 2]; Replace each element with multiplication of rest of the elements, keeping in mind Time complexity (avoid nested for loops) - HOC, ForwardRef, ContextAPI
Mar 25, 2024

- Debounce Implementation - Debounce v/s Throttle - Remove Duplicates - const arr2 = [2, 1, 5, 2, 3, 2]; const S = 7; pair whose sum is >= S
 Given an array of integers, and a number ‘sum’, print all unique pairs in the array whose sum is > than ‘sum’. - const arr2 = [2, 1, 5, 2, 3, 2]; Replace each element with multiplication of rest of the elements, keeping in mind Time complexity (avoid nested for loops) - HOC, ForwardRef, ContextAPI

Viewing 1201 - 1210 interview questions

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