Upload Button Icon Add office photos

Automatic Data Processing (ADP)

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Automatic Data Processing (ADP) Data Scientist Interview Questions and Answers

Updated 21 Oct 2022

Automatic Data Processing (ADP) Data Scientist Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Sep 2022. There were 3 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Basic DS question like how to handle missing features
  • Ans. 

    Handling missing features involves techniques like imputation, deletion, and using algorithms that support missing values.

    • Imputation: Replace missing values with mean, median, or mode. Example: If age is missing, use the average age of the dataset.

    • Deletion: Remove rows or columns with missing values. Example: Drop a column if more than 50% of its values are missing.

    • Using algorithms: Some algorithms like XGBoost can han...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Case study based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Its very easy interview. Can easily crack if we have very basic knowledge in python, DS

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Automatic Data Processing (ADP)?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Apr 2021. There were 3 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Why Microsoft? What products do you use?
Round 3 - Technical 

(1 Question)

  • Q1. Discussion on projects written in resume and related problems. Some stats

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to defend your points written in resume.

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How can Logistic regression be applied for multiclasstext classification
  • Ans. 

    Logistic regression can be applied for multiclasstext classification by using one-vs-rest or softmax approach.

    • One-vs-rest approach: Train a binary logistic regression model for each class, treating it as the positive class and the rest as the negative class.

    • Softmax approach: Use the softmax function to transform the output of the logistic regression into probabilities for each class.

    • Evaluate the model using appropriate...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How does fbpropher forecasting model works and how is can be used to forecsst trafffic
  • Ans. 

    fbprophet is a forecasting model developed by Facebook that uses time series data to make predictions.

    • fbprophet is an open-source forecasting tool developed by Facebook's Core Data Science team.

    • It is based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.

    • fbprophet can be used to forecast traffic by providing historical data on traffic patterns and usi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thourough with maths of forecasting techniques and parameter tuning
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

2 coding questions - one on binary tree and list operations.

Round 3 - Technical 

(2 Questions)

  • Q1. Xgboost explanation
  • Ans. 

    Xgboost is a popular machine learning algorithm known for its speed and performance in handling large datasets.

    • Xgboost stands for eXtreme Gradient Boosting, which is an implementation of gradient boosted decision trees.

    • It is widely used in Kaggle competitions and other machine learning tasks due to its efficiency and accuracy.

    • Xgboost is known for its ability to handle missing data, regularization techniques, and parall...

  • Answered by AI
  • Q2. Data structures question compulsory

Skills evaluated in this interview

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

I appeared for an interview in Oct 2023.

Round 1 - Coding Test 

Based on topological sort

Round 2 - Technical 

(1 Question)

  • Q1. Ml baiscs like LR, SVM
Round 3 - Technical 

(1 Question)

  • Q1. Ml design questions were asked
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join

Automatic Data Processing (ADP) HR Interview Questions

57 questions and answers

Q. Why do you want to work as a customer executive?
Q. What factors contribute to your unique qualifications or skills?
Q. Can you describe your experience with your previous company?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. Why you are interested in working for clipchamp at Microsoft/
  • Q2. How your career goals align with this role?
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Decision Trees
  • Ans. 

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

    • Decision Trees are a tree-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 and c...

  • Answered by AI
  • Q2. How will you finetune LLMs

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic ml related questions,past project discussion
Round 2 - One-on-one 

(1 Question)

  • Q1. AI, ML related, statistical analysis of the graph.
Round 3 - Behavioral 

(1 Question)

  • Q1. Work culture, check
Round 4 - cross functional lob 

(1 Question)

  • Q1. Work culture, project discussion, scenario based questions
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions, why sap salary discussions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic pandas questions on dataframes
  • Q2. Some quiz questions

Automatic Data Processing (ADP) Interview FAQs

How many rounds are there in Automatic Data Processing (ADP) Data Scientist interview?
Automatic Data Processing (ADP) interview process usually has 3 rounds. The most common rounds in the Automatic Data Processing (ADP) interview process are One-on-one Round and Resume Shortlist.
How to prepare for Automatic Data Processing (ADP) Data Scientist interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Automatic Data Processing (ADP). The most common topics and skills that interviewers at Automatic Data Processing (ADP) expect are Big Data, Data Analysis, Machine Learning, Python and SCALA.
What are the top questions asked in Automatic Data Processing (ADP) Data Scientist interview?

Some of the top questions asked at the Automatic Data Processing (ADP) Data Scientist interview -

  1. Basic DS question like how to handle missing featu...read more
  2. Case study based questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Zoho Data Scientist Interview Questions
4.2
 • 548 Interviews
SAP Data Scientist Interview Questions
4.2
 • 292 Interviews
Adobe Data Scientist Interview Questions
3.8
 • 249 Interviews
View all
Automatic Data Processing (ADP) Data Scientist Salary
based on 47 salaries
₹5.2 L/yr - ₹17.4 L/yr
26% less than the average Data Scientist Salary in India
View more details

Automatic Data Processing (ADP) Data Scientist Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.5

Salary

4.8

Job security

4.8

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 4 Reviews and Ratings
Senior Member Technical
1.6k salaries
unlock blur

₹8.5 L/yr - ₹21.5 L/yr

Analyst
1.4k salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Senior Process Associate
1.4k salaries
unlock blur

₹3.4 L/yr - ₹7 L/yr

Consultant
1.4k salaries
unlock blur

₹19 L/yr - ₹32.7 L/yr

Member Technical
927 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Automatic Data Processing (ADP) with

Oracle

3.6
Compare

Amdocs

3.7
Compare

Carelon Global Solutions

3.8
Compare

KPIT Technologies

3.2
Compare
write
Share an Interview