What I did at my previous place of employment.
Staff Software Engineer Interview Questions
2,548 staff software engineer interview questions shared by candidates
- 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.
1 hour of mind-numbing CCAT and an Emotify tests
Can you create a simple http webserver?
1)Performed coding using CodeSignal. 2) Tell me about yourself
1. CodeSignal assignment about Rate Limiting. 2. Pair-programming exercise for a express/node endpoint. 3. System Design (Cross-Domain SSO).
Find max number in an array. Write a test function that will take the input and expected output. Write test cases for it. 2nd: Find the 2nd max in an array.
Potential compiler transformations on a convolution operator
Viewing 2221 - 2230 interview questions