The interview is about 30 minutes long. First describe your projects that are written in your cv and ML experience and even though these are very common projects you dont need to worry
I applied through an employee referral. I interviewed at Amazon (Seattle, WA) in Jan 2021
Interview
The interviews are virtual due to Covid-19. So the normal call interview was more like an in person interview.
The interviewer went over my CV and asked for every project I worked on. He also asked about my PhD thesis, which was not related to the job at all.
Interview questions [1]
Question 1
Coding question (Python):
Assume you have a file containing data in the form of
data = [{"one":a1, "two":b1,...},{"one":a2, "two":b2,...},{"one":a3, "two":b3,...},...]
How could you split this data into 30% test and 70% train data?
I applied through an employee referral. I interviewed at Amazon in Jan 2021
Interview
It's a 45-minute interview and was divided into two parts. The first part is related to coding and the second part is about a detailed discussion about one of my project which I have mentioned when asked about how I solved an ambiguous business problem.
Interview questions [1]
Question 1
1) Coding -> If given an integer n and an array of numbers, give out the histogram divided into n bins
2) Describe a case where how you have solved an ambiguous business problem using Machine Learning