I had two questions: One was the Djikstra's shortest path algorithm and the second was to find the missing element in the array.
Software Development Engineer Interview Questions
33,172 software development engineer interview questions shared by candidates
Amazon has to display the availability of an item even when it's being viewed by millions of people. How would you design how this availability should be implemented so that it's as accurate as possible while being updated as quickly as possible?
How will you find the middle node in a linked list
Coding, logical thinking, testing strategies, problem solving
Implement Fibonacci in log_n time
How to save resources' IDs used by an activity and access them in O(1), assuming there could be an infinite number of resources?
Hardest question was how to sort a linked list using recursion only. I knew the iterative solution but couldn't come up with recursion. Very difficult.
You are given two buckets. One holds 3 gallons and the other holds 5 gallons. Have do you make 4 gallons of water?
how much memory is int[3000][3000] in bytes and then in MB's. should this size of memory be allocated or static?
Reverse a string in a matrix in place. you are given the direction and length of the string.
Viewing 531 - 540 interview questions