Signed NDA - can't disclose. However, if you thoroughly study "Cracking the Programming Interview," you will be fine.
Software Development Interview Questions
36,975 software development interview questions shared by candidates
What data structure will you use to solve the problem?
I had two questions: One was the Djikstra's shortest path algorithm and the second was to find the missing element in the array.
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
what are linux troubleshooting commands? Tell me about kubernetes networking.
Longest palindrome in a string.
Coding, logical thinking, testing strategies, problem solving
find duplicates in an array with space efficiency
Given an int array with values that contain different heights in order, figure out the largest area of the rectangular shapes the values make. Afterwards asked about the efficiency of the algorithm i made.
Viewing 571 - 580 interview questions