These were the questions asked at my on site for amazon:
(1) Given a curb of N spaces, how many ways can you plant trees in the curb so that no two consecutive spaces have trees.
(2) Word break varation: https://leetcode.com/discuss/interview-question/545748/amazon-subsidiary-phone-concatenated-words
(3) Write a function that would act like the "find" command in linux to search a directory based on a certain search criteria and given a directory. You can assume there is an API call that mimics the "ls" command to list out the items in the directory.