What is your experience with a tough situation?
Staff Software Engineer Interview Questions
2,603 staff software engineer interview questions shared by candidates
How do you resolve NullPointerException?
- Data structures, Algorithms, and their complexity. - System Design - Behavioral Questions
What is your approach to leading a team of engineers?
Design the type ahead search (HLD) Design the calendar app (LLD) What are metrics to collect for dashboard?
What I did at my previous place of employment.
- What is the difference between a dict and an OrderedDict? - If there were two threads and they both were incrementing a global variable by 1,000 what would the value be at the end? - Can a tuple/list be a dictionary key? - How would you scale a Flask service? - How would you implement a messaging queue?
- Given the set of ranges and maximum range, find the minimum number not in that range. For example if input is ((2, 3), (5,9), (10, 15)) and max range is, 15, the output should be 1 as this is the minimum number not in that range - Calculate the height of BST (Interviewer told me they use this algorithm daily on their job :-|) - Given the number of floors and available parking spaces on each floor, write an algorithm to assign parking and update the spots when car checks out - General questions on values and your past experiene with it.
Basic leetcode stuff. You get a large amount of data in an ugly format, you have to clean it up, sort it, and do some operations on it. The only complex part of the algorithm is to do it as optimally as possible.
Viewing 2261 - 2270 interview questions