Tell me about a time you failed and how you learned from it Design a web logger and describe how to aggregate data.
Staff Software Engineer Interview Questions
2,609 staff software engineer interview questions shared by candidates
Design a service to solve a problem and explain how to scale it.
Phone Screen: Implement a key-value data structure that uses timestamps (tip: use binary search). First Coding Round: Parse input from STDIN and implement a password generator. Second Coding Round: Parse input from STDIN and implement a function to give a winning hand for a card game, a winning hand consists of 3 cards that all the same properties or all different properties. System Design: Design a system to handle the shopper to pay for a customer order.
Give us an instance when you did not agree with your manager and how did you deal with it.
Round 1 ----------- Basic DS / Algo questions : 1. Sort arrays only consisting of 0,1,2 2. Write program to convert to number to word form 3. Delete a node in a LL given its pointer And a few design and Java questions
1st Round: -Add two 128-bit integer (Use assembly code: add first word without carry flag and rest three words with carry flag) https://www.quora.com/How-is-adding-operation-of-two-numbers-of-128-bit-each-done-by-32-bit-microprocessor -How to implement serialization in consumer thread in a multiple producers and single consumer scenario? (I did it using BST) 2nd Round: -Implement spiral order level order traversal. What is its time complexity? https://www.geeksforgeeks.org/level-order-traversal-in-spiral-form/ 3rd Round: -Design concurrent mutiple producer and multiple consumer scenario. Eg: multiplication 4th Round: -Implement LRU cache with O(1) lookup and O(n) insertion https://www.geeksforgeeks.org/lru-cache-implementation/
dsc c cpp
What happens when you click on www.google.com?
Object Oriented Design, SOLID Principles, CAP Theorem, SQL vs NOSQL databases, sort LinkedHashMap by values
What is one thing you would absolutely not work with?
Viewing 921 - 930 interview questions