Upload Button Icon Add office photos

Filter interviews by

Amazon Development Centre India Senior Data Analyst Interview Questions and Answers

Updated 6 Apr 2024

Amazon Development Centre India Senior Data Analyst Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Sql windows function
  • Q2. Joint function, it's application and definition
  • Ans. 

    Joint function refers to the movement and stability of joints in the body.

    • Joint function involves the movement of bones at a joint.

    • It also includes the stability provided by ligaments and tendons.

    • Examples include the knee joint allowing bending and straightening of the leg.

    • Another example is the shoulder joint allowing rotation and lifting of the arm.

  • Answered by AI
  • Q3. Windows function , definition, application
  • Q4. Simple coding test online
  • Q5. Some question on python, tableau

I applied via Referral

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

SQL Joins, Window function , aggregate

Round 3 - Technical 

(1 Question)

  • Q1. Highest sal from each dept in sql
  • Ans. 

    Retrieve the highest salary from each department using SQL.

    • Use the GROUP BY clause to group the data by department.

    • Use the MAX function to retrieve the highest salary for each department.

    • Combine the above two steps to get the desired result.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - In Technical round , keep the basics strong in SQL, Python

Skills evaluated in this interview

Senior Data Analyst Interview Questions Asked at Other Companies

Q1. What is the difference between Least Squares Method and the maxim ... read more
Q2. How do you improve the performance of Linear Regression
asked in Proftware
Q3. Imagine you are presented with a complex dataset from a multinati ... read more
Q4. How do you handle overfitting and underfitting in Decision Trees
Q5. What metrics do you use to evaluate classification models

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql questions on joins and window functions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Star based table design
Joins
Median
Lead lag

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is a logistic regression model?
  • Ans. 

    Logistic regression is a statistical model used to predict the probability of a binary outcome based on one or more predictor variables.

    • Logistic regression is used when the dependent variable is binary (0/1, True/False, Yes/No, etc.)

    • It estimates the probability that a given input belongs to a particular category.

    • The model calculates the odds of the event happening.

    • It uses a logistic function to map the input values to ...

  • Answered by AI
  • Q2. Explain the random forest model.
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and merges them to improve accuracy and prevent overfitting.

    • Random forest is a type of ensemble learning method.

    • It builds multiple decision trees during training.

    • Each tree is built using a subset of the training data and a random subset of features.

    • The final prediction is made by averaging the predictions of all the individual trees.

    • Random...

  • Answered by AI
  • Q3. Explain decision trees
  • Ans. 

    Decision trees are a popular machine learning algorithm used for classification and regression tasks.

    • Decision trees are a flowchart-like structure where each internal node represents a feature or attribute, each branch represents a decision rule, and each leaf node represents the outcome.

    • They are easy to interpret and visualize, making them popular for exploratory data analysis.

    • Decision trees can handle both numerical ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you see yourself in next 5 years?
  • Ans. 

    In the next 5 years, I see myself growing into a senior data scientist role, leading projects and mentoring junior team members.

    • Continuing to enhance my skills in data analysis, machine learning, and programming languages such as Python and R

    • Taking on more responsibilities in project management and client interactions

    • Working towards becoming a subject matter expert in a specific industry or domain

    • Mentoring and guiding ...

  • Answered by AI
  • Q2. What are you 5 years back.what is the difference?
  • Ans. 

    I was a student pursuing my undergraduate degree in Computer Science.

    • 5 years back, I was studying Computer Science in college.

    • Now, I have completed my degree and gained experience in data science through internships and projects.

    • I have developed strong analytical and programming skills over the past 5 years.

    • I have also learned new technologies and tools in the field of data science.

    • I have a better understanding of real

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain all of decision tree and random forest?
  • Ans. 

    Decision tree is a tree-like model of decisions and their possible consequences, while random forest is an ensemble learning method that builds multiple decision trees and merges them together.

    • Decision tree is a flowchart-like structure where each internal node represents a decision based on an attribute, each branch represents the outcome of the decision, and each leaf node represents a class label.

    • Random forest is a ...

  • Answered by AI
  • Q2. Some basic probability questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep statistics strong

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About previous experience situation based questions excel problem solving
  • Q2. Tell me about yourself difference between data quality and data validity

Interview Preparation Tips

Interview preparation tips for other job seekers - excel skills and data analysis basics
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Projects Worked
  • Ans. 

    I have worked on various projects involving data analysis, visualization, and interpretation.

    • Developed predictive models using machine learning algorithms

    • Performed data cleaning and preprocessing to ensure accuracy

    • Created interactive dashboards for stakeholders to easily understand insights

  • Answered by AI
  • Q2. SQL functions used in the projects
  • Ans. 

    Common SQL functions used in projects include COUNT, SUM, AVG, MAX, MIN, and GROUP BY.

    • COUNT: Used to count the number of rows in a table.

    • SUM: Used to calculate the sum of a column.

    • AVG: Used to calculate the average value of a column.

    • MAX: Used to find the maximum value in a column.

    • MIN: Used to find the minimum value in a column.

    • GROUP BY: Used to group rows that have the same values into summary rows.

  • Answered by AI
  • Q3. Machine learning alogriths

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic to Advanced level of SQL
  • Q2. Discussed 1 -2 Business Cases studies
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions based on Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for SQL

Amazon Development Centre India Interview FAQs

How many rounds are there in Amazon Development Centre India Senior Data Analyst interview?
Amazon Development Centre India interview process usually has 2-3 rounds. The most common rounds in the Amazon Development Centre India interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Amazon Development Centre India Senior Data Analyst interview?

Some of the top questions asked at the Amazon Development Centre India Senior Data Analyst interview -

  1. Joint function, it's application and definit...read more
  2. Highest sal from each dept in ...read more
  3. Windows function , definition, applicat...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Amazon Development Centre India interviews
Company Website
Referral
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Amazon Development Centre India Senior Data Analyst Salary
based on 8 salaries
₹7 L/yr - ₹13.5 L/yr
10% less than the average Senior Data Analyst Salary in India
View more details
Customer Service Associate
2.8k salaries
unlock blur

₹1.4 L/yr - ₹6.5 L/yr

Transaction Risk Investigator
1.4k salaries
unlock blur

₹2.1 L/yr - ₹6.5 L/yr

Customer Service Executive
887 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Senior Associate
806 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Quality Specialist
632 salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Explore more salaries
Compare Amazon Development Centre India with

Microsoft Corporation

4.1
Compare

Google

4.4
Compare

IBM

4.1
Compare

Oracle

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview