Tell me one time you spoke to the customers directly.
Staff Software Engineer Interview Questions
2,629 staff software engineer interview questions shared by candidates
Explain a real life situation where you’ve used a NoSQL DB
Signed NDA, can't share questions
What could you have added to your solution to optimize memory/storage usage?
Nothing unexpected, just a question about cloning a linked list with an arbitrary pointer and to find an element in a matrix with elements sorted along the columns and rows.
Implement self balancing trees..
How Ping works for same network and Different Networks. The expectation is how deep you can tell. How correct your knowledge is NAT, Routing, ARP, IP Forwarding.
1) Create binary tree from pre order and in order traversals 2) A question regarding dependency management (It was big use case description) which could be solved by two stacks 3) Graph traversal 4) Linked List node reversal of alternative node 1->2->3->4->5->6 would become 2->1->4->3->6->5
What kind of metrics would you use for a microservice that consumes and produces Kafka messages? What kind of difficulties have you faced with during Reactive programming?
Q3 - Given an m x n 2D binary grid grid which represents a map of '1's (land) and '0's (water), return the number of islands.
Viewing 2261 - 2270 interview questions