what is purpose of range balancer at server level?
Lead Software Engineer Interview Questions
2,136 lead software engineer interview questions shared by candidates
What is your biggest strength?
very technical on the area of my expertise
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.
Interview questions mostly on deep knowledge on Collections , Design pattern, Multithreading Questions based on performance monitoring Coding problems and program writing Questions on data structure and algorithm
Round 1: Discussions around Java, Spring, Microservices, SQL Round 2: Discussions on past projects and situational questions
- 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
How do you use metrics to help product owners make business decisions?
If this phone app did not exist, what are the steps you would take to create it?
If this phone app (explains what it does) did not exist, how would you go about creating it? What is one enhancement you would make?
Viewing 611 - 620 interview questions