What was one challenge you have faced in your past project? How did you face/resolve it?
Intern Software Engineer Interview Questions
9,357 intern software engineer interview questions shared by candidates
They asked me in depth about the projects I did and asked for technical detail.
Problema de programación y Estructureas de datos y algoritmos
Tell me a time about when you helped out when you didn't have to.
Why Amazon? Resume related stuff. One of lc tagged Qs
Deep dive into each project on resume, checking design decisions such as user authentication.
behavioural: leadership experience + conflict with teammate technical: leetcode easy array question
The collision issue of hashtable
Write a class that takes in a window size (n) in its constructor. The only method in the class takes in an integer, adds it into a sequence of numbers with that value, and returns the average of the last n values inserted into the sequence. Do not iterate over the sequence to calculate the average. Couldn't use STL. For example, if window size (n) is 2: update(1) returns 1 update(2) returns 1.5 update(3) returns 2.5 update(4) returns 3.5
Determine the fewest number of coins that can add up to a number. Should work for any 'currency'.
Viewing 2371 - 2380 interview questions