Given a parking lot of fixed size, made up of a number of rows of spaces, and different vehicle sizes (e.g. car = 1 spot, bike = 1/2 spot, van = 2 spots, bus = 4 spots), develop an algorithm to determine the optimal place to park for any entering vehicle.
Software Development Interview Questions
36,976 software development interview questions shared by candidates
Did you ever go against your boss to do something right?
Given a continuous stream of cartesian points (x,y), find the 100 closest points to the origin.
Questions about Amazon 14 principles
Longest Palindromic Substring Most Frequent Words Binary Level Order Traversal Maximum profit from cutting rod LRU Cache
Both of the questions are not difficult but I didn't figure out the latter, so you should write down the code instead of just the pseudo-code.
Finding out if a linkedlist has a loop or not. Mergin two sorted linkedlists.
Find top 10 occurring words in a page.
What are the differences between C and Java? What would you describe as the defining characteristics of an object-oriented language?
Reverse a linked list.
Viewing 541 - 550 interview questions