Why Amazon?
Senior Interview Questions
340,828 senior interview questions shared by candidates
Given an array of numbers, replace each number with the product of all the numbers in the array except the number itself *without* using division.
Coderpad: given an array scores[][] = {“jerry”,”65”},{“bob”,”91”}, {“jerry”,”23”}, {“Eric”,”83”}} Find the student with highest average score
What would you do if you are given 100,000 dollars?
"How many people born in 2013 were called Gary? Tell us how you arrive at your answer"
Tell me about the most difficult project you've worked on, and what outcome was.
The manager of component 'A' says his functionality is more important than that of component 'B.' The manager of component 'B' says his is more important than that of component 'A.' You can only implement one A or B, but not both - which do you choose to implement.
Draw a bridge and you have three people trying to cross? Seriously>
1. Will you work?
Consider an X x Y array of 1's and 0s. The X axis represents "influences" meaning that X influences Y. So, for example, if $array[3,7] is 1 that means that 3 influences 7. An "influencer" is someone who influences every other person, but is not influenced by any other member. Given such an array, write a function to determine whether or not an "influencer" exists in the array.
Viewing 1 - 10 interview questions