🌐
LeetCode
leetcode.com › discuss › interview-experience › 784569 › amazon-data-scientist-offer
Amazon - Data Scientist (Offer) - Discuss
August 14, 2020 - Anyways, really happy I got an offer at Amazon and will now proceed to share my experience. ... The position did require a maters degree in some science discipline with a PhD preferred preference.
🌐
Glassdoor
glassdoor.co.in › interviews › data scientist › amazon
Amazon Data Scientist Interview Questions | Glassdoor
Final Loop was 5 interviews focusing on: 1) A/B testing and traditional ML modeling questions (regularization, bias/variance, overfitting etc) 2) Hiring manager conversation, mostly behavioral and resume deep dive 3) Science Application -- basically 3 Case Study problems somewhat hard on NLP/LLM since it was mentioned in the role 4) Bar Raiser Behavioral, make sure you know your big accomplishments and can answer 'what did you learn' 5) Data Manipulation Coding Interview -- all pandas they wouldn't let me use SQL. Do not waste your time hammering in leet codes for this one, practice common pandas functions for data science ... Can anyone tell me what's in the assessment for the role of data analyst,EMSX in Amazon .
Discussions

Need Advice: Applied scientist Interview at Amazon
Don’t worry about Leetcode man, you got bigger fish to fry. Leetcode should be least of your worries tbh. Focus on ML system design especially on the field you come from or from the one you are applying for. Broadly speaking usually it’s  recommender system Fraud detection/Anomaly detection  Or vision/NLP if that is your focus Secondly, for coding try to code up  Linear regression  Logistic regression  knn  Simple neural network  Activation functions  Objective functions In some of those you can use PyTorch but just for autograd (look up questions online) Here are questions https://huyenchip.com/ml-interviews-book/contents/part-ii.-questions.html For ML breadth Brush up your basics can you draw how would the parmeters would  look like for a decision tree with just 2 params?  What about for logistic regression  How do you modify logistic regression for quadratically separable data? This is what you need to study More on reddit.com
🌐 r/leetcode
20
98
August 5, 2024
Amazon Applied Scientist interview experience [offer accepted]
Bro this is so difficult and I wanna look for ML roles 😑😑😭😭 All the best buddy More on reddit.com
🌐 r/leetcode
26
76
April 11, 2025
Amazon interview experience for Applied Scientist
OP Thank you for sharing your valuable interview experiences. I think you will get another good opportunity soon. I just wonder what type of LP questions are asked? Even during the round for DSA? I cannot imagine the situation. More on reddit.com
🌐 r/leetcode
15
12
December 11, 2024
Amazon Applied Scientist Leetcode Interview

Same coding questions as an sde with additional 1-3 rounds of domain based interview ( robotics, ML, etc.)

More on reddit.com
🌐 r/leetcode
13
12
January 10, 2020
People also ask

What is the interview process like for a Data Scientist at Amazon?
Common stages of the interview process at Amazon as a Data Scientist according to 29 Glassdoor interviews include:
🌐
glassdoor.co.in
glassdoor.co.in › interviews › data scientist › amazon
Amazon Data Scientist Interview Questions | Glassdoor
How long does it take to get hired as a Data Scientist at Amazon?
Candidates applying for Data Scientist roles take an average of 23 days to get hired, when considering 29 user submitted interviews for this role. To compare, the hiring process at Amazon overall takes an average of 16.89 days.
🌐
glassdoor.co.in
glassdoor.co.in › interviews › data scientist › amazon
Amazon Data Scientist Interview Questions | Glassdoor
Is it hard to get hired as a Data Scientist at Amazon?
Data Scientist applicants have rated the interview process at Amazon with 3.2 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 47% positive. To compare, the company-average is 73.5% positive. This is according to Glassdoor user ratings.
🌐
glassdoor.co.in
glassdoor.co.in › interviews › data scientist › amazon
Amazon Data Scientist Interview Questions | Glassdoor
🌐
LeetCode
leetcode.com › discuss › interview-experience › 1585287 › amazon-msft-google-apple-fb-zoom-applied-scientist-multiple-sep-21-offer-rest-reject
Amazon, MSFT, Google, Apple, FB, Zoom | Applied Scientist
November 18, 2021 - Talked through different data problems and alleviations, model and metric choices. HM, team - 2. Current company alumn, so we had a lot of common research interests and background. ... Coding: Very similar to word break 1 and 2. Did this with backtracking, code walk through and example so we had some time. Reverse interview: spent a lot of time getting to know the teams work, expectation, etc
🌐
Quora
quora.com › Is-LeetCode-that-important-for-a-data-scientist-in-technical-interviews
Is LeetCode that important for a data scientist in technical interviews? - Quora
Answer (1 of 2): Yes, it's important. Maybe even more important than for SWE actually, but the bar is lower. Most application processes for data science, and related things like quant finance, have online assessments and coding rounds. Knowing complexities and some DSA is important. In data sci...
🌐
Reddit
reddit.com › r/leetcode › need advice: applied scientist interview at amazon
r/leetcode on Reddit: Need Advice: Applied scientist Interview at Amazon
August 5, 2024 -

Hey everyone

After clearing the phone screen round, I got a call regarding the Applied Scientist virtual onsite round at Amazon.

It will probably be a 5 hour onsite (details are yet to be discussed with the recruiter). This sub has extensive information about the leetcode style questions but I wanted to ask the MLEs, Applied Scientist and Data Scientists on this sub as to what to expect in the ML depth and breadth round and Business application round. And how to prepare for each of these rounds? If you could share your some resources that would be helpful.

Also below are my leetcode stats, from here on I will focus mainly on Amazon but any other suggestions are appreciated.

🌐
LeetCode
leetcode.com › discuss › interview-experience › 1173618 › amazon-data-scientist-intern
Amazon Data Scientist Intern - Discuss
April 23, 2021 - Have been doing leetcode for months now and the experience totally helped me answer the python questions. Do not ignore Sql questions (or Database questions) Research on the interview questions and prepare them Do not try and learn something new.
Find elsewhere
🌐
Blind
teamblind.com › tech › amazon data scientist interview help!
Amazon Data Scientist Interview Help! | Tech Industry - Blind
November 25, 2024 - Meta is now 996. ... (I am an L7 DS.) Are you going for a DS or an AS role? Usually DS are not required to code, but spending some time on Leetcode will be useful for the interview.
🌐
IGotAnOffer
igotanoffer.com › blogs › tech › amazon-data-science-interview
Amazon Data Scientist Interview (process, questions, prep) - IGotAnOffer
November 18, 2024 - Expect interviewers to test you on SQL, some modeling, and data structures and algorithms (DSA). Most candidates report solving modeling questions with Python or R and solving data structure and algorithm questions using Python.
🌐
LeetCode
leetcode.com › discuss › interview-question › 456001 › amazon-data-scientist-tech-interview-sql-coding-questions
Amazon Data Scientist Tech Interview SQL + Coding ...
1. have a orders data, product data, write an sql to return the product_name that ordered during last 1 week a. select distinct product_name b. from orders o c. join product p d. on o.product_id = p.product_id e. where order_date > DATEADD(order_date, -7, GETDATE()) 2.
🌐
LeetCode
leetcode.com › discuss › interview-experience › 1252989 › amazon-l5-seattle-us-offer
Amazon | L5 | Seattle | US | Offer - Discuss
June 5, 2021 - In this round I was to code to build a simple ML pipeline from data wrangling to model building using R/Python. 2nd Round included behavioral questions based on Amazon’s 14 Leadership Principles (LP) and walk through of a past project that the interviewer was interested in.
🌐
Blind
teamblind.com › data science › data scientist interview leetcode prep
Data scientist interview leetcode prep | Data Science Career - Blind
January 15, 2024 - Any insights on how to enhance LeetCode practice would be greatly appreciated. Blind tax - 130 TC Midwest lcol #microsoft #paypal #meta #spotify #discover #amazon #adobe #walmart #chime #dataanalytics #datascience ... Pick up one of the recent DS interview books, like the one with a red cover (forget author), or one of those online DS specific prep sites, like interviewquery.
🌐
LeetCode
leetcode.com › discuss › interview-question › 2057565 › amazon-applied-scientist-2-applied-scientist-ii
Amazon Applied Scientist 2 / Applied Scientist II - Discuss
May 20, 2022 - Round 1 - ML Topics Round 2 - Deep dive ML topics with past project Round 3 - Coding, 2 Questions in 45 mins · Question 1: Create a stack with the following operations ... trick 1: Use combination of deque and stack. trick 2: Use hashmap to ...
🌐
Interview Query
interviewquery.com › p › dont-use-leetcode-for-data-science
Don’t Use LeetCode for Data Science Interviews: Here’s Why and What to Do Instead
October 1, 2025 - Data science interviews often feature case studies and open-ended problems that test your ability to: Extract insights from messy datasets. Build and interpret machine learning models. Solve business problems using data. LeetCode’s problems are typically clean-cut and lack the context-rich scenarios that reflect real-world data science tasks. While understanding algorithms is essential, data scientists are rarely expected to write complex algorithms from scratch.
🌐
Medium
medium.com › @KNew_Mikel › my-interview-journey-to-data-scientist-intern-at-amazon-5f441184c7a6
My Interview Journey to Data Scientist Intern at Amazon | by Mikel | Medium
April 28, 2024 - After being scheduled for an interview with Amazon, I solved all the easy top Amazon questions on Leetcode, about 60% of the medium questions(remember always to check their time and space complexity and try to come up with a solution that has the best of each). I solved a few hard questions on Leetcode and a lot of data structure questions too(my goal was to do at least 5 codes every day).
🌐
AmbitionBox
ambitionbox.com › interviews › amazon-interview-questions › data-scientist
Amazon Data Scientist Interview Questions and Answers
Prepare for your next job interview with AmbitionBox. Read 12 Lakh+ interview questions & answers shared by real candidates across 1 Lakh+ companies in India.
🌐
LeetCode
leetcode.com › discuss › interview-experience › 658771 › amazon-appliedresearch-scientist-cambridge-uk-may-2020-reject
Amazon | Applied/Research Scientist | Cambridge UK
May 29, 2020 - Interview 1: ML + Algorithms Lots ... https://leetcode.com/problems/edit-distance/ Interview 2: ML Indepth ML discussion Tested ML Breadth with pros and cons of various models for various situations, datasets, objectives Pros and cons of various loss functions Lots of LP questions · Interview 3: Bar Raiser This interviewer was extremely nice! Clearly far more experienced than most other interviewers both at Amazon and all of ...
🌐
Blind
teamblind.com › post › amazon-data-scientist-interview-ughfyxrr
Amazon Data Scientist interview | Data Science Career
Blind - Join a vibrant community where professionals discuss careers, workplace dynamics, and more. Get career advice, engage in debates, and connect with peers.
🌐
LeetCode
leetcode.com › discuss › interview-experience › 1926993 › amazon-sde-1offer-agoda-sr-data-scientistoffer-google-l3reject
Agoda - Sr. Data Scientist[Offer]|| Google - L3[Reject]
April 9, 2022 - Also, my confidence took a hit after the last amazon interview. I noticed that the problems that I was able to solve within 10minutes was taking me more than 25 minutes. Somehow, no matter how much I practiced, my mind wasn't there anymore :( I knew I would bomb the interviews. Round 1 The interviewer started the interview immdiately. He asked me a hard question which is similar to one of the leetcode problems I have seen before.