Design a parking lot
Software Development Engineer Interview Questions
32,819 software development engineer interview questions shared by candidates
Given 2 eggs and there are 100 steps. Need to find the step from which the egg starts breaking. What is the minumum tries?
Delete extra spaces in a string.
Given a binary tree, convert it into a doubly circular linked list. The structure of the tree was given by the interviewer and also the structure of the doubly circular linked list.
Given a set of number ranges, i.e. [1,5], [3,6], [7,9], write a program to merge overlapping number ranges. In the above example, the result should be [1,6], [7,9].
Explain to a high school student with limited computer knowledge how a CPU is capable of running two programs simultaneously.
Signed NDA - can't disclose. However, if you thoroughly study "Cracking the Programming Interview," you will be fine.
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?
Viewing 521 - 530 interview questions