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) Member Technical Interview Questions and Answers

Updated 1 Apr 2025

5 Interview questions

A Member Technical was asked 9mo ago
Q. Write code to print a right-angled triangle pattern.
Ans. 

Generate a right-angle triangle pattern using asterisks in programming.

  • Use nested loops: Outer loop for rows, inner loop for columns.

  • For a triangle of height 'n', print 'i' asterisks in the 'i'th row.

  • Example for n=5: * ** *** **** *****

  • Adjust spacing for different alignments (left, right, centered).

A Member Technical was asked 9mo ago
Q. Write a string manipulation code in Python.
Ans. 

String manipulation in Python

  • Use string methods like split(), join(), replace(), etc.

  • Remember that strings are immutable in Python

  • Be mindful of string concatenation efficiency

Member Technical Interview Questions Asked at Other Companies

Q1. There are two ropes, each taking 30 minutes to burn completely. H ... read more
Q2. What is the angle made by the minute hand when it moves from 5 to ... read more
asked in HCLTech
Q3. What is DFMEA, VAVE etc... and all other design parameters (that ... read more
Q4. What are different kind of security vulnerabilities and how to ha ... read more
Q5. Write a program to add two command line arguments in C shell.
A Member Technical was asked 12mo ago
Q. A phrase is a palindrome if, after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characters, it reads the same forward and backward. Given a string s, return true...
Ans. 

A valid palindrome reads the same forwards and backwards, ignoring spaces, punctuation, and capitalization.

  • A palindrome can be a word, phrase, number, or other sequences. Example: 'racecar'.

  • Phrases like 'A man, a plan, a canal, Panama!' are palindromic when ignoring spaces and punctuation.

  • To check if a string is a palindrome, compare it to its reverse.

  • Case sensitivity should be ignored; 'Madam' is a palindrome.

A Member Technical was asked
Q. How do you swap two numbers without using a temporary variable?
Ans. 

Swapping two numbers without using a temporary variable.

  • Use arithmetic operations to swap the values

  • Add the two numbers and store the result in the first variable

  • Subtract the second variable from the result and store it in the second variable

  • Subtract the second variable from the first variable to get the original value of the second variable

  • The values of the two variables are now swapped

A Member Technical was asked
Q. Explain the engineering projects you have worked on.
Ans. 

Developed a smart irrigation system using IoT technology

  • Designed and implemented a system to monitor soil moisture levels

  • Integrated sensors and actuators to control water flow

  • Developed a mobile app to remotely monitor and control the system

  • Reduced water usage by 30% and improved crop yield by 20%

  • Used Arduino and Raspberry Pi for hardware and Python for software

Automatic Data Processing (ADP) Member Technical Interview Experiences

24 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude consists of reasoning, codes etc

Round 2 - Technical 

(2 Questions)

  • Q1. How do you motivate your team
  • Q2. String code in python
  • Ans. 

    String manipulation in Python

    • Use string methods like split(), join(), replace(), etc.

    • Remember that strings are immutable in Python

    • Be mindful of string concatenation efficiency

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Pattern code right angle triangle
  • Q2. Tell me about your project
Round 4 - HR 

(2 Questions)

  • Q1. Who is your motivation
  • Q2. Tell me about your project

Skills evaluated in this interview

Automatic Data Processing (ADP) HR Interview Questions

59 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 tell me about your work experience?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(1 Question)

  • Q1. All related to sql Sql real-time queries As i have knowledge on the Oracle Modules related 30 to 35 questions My project experience Some aptitude questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Personal questions Sql joins related example queries Package and hike discussion
Round 3 - HR 

(1 Question)

  • Q1. Offer Joinjng bonus Hike Vpa Package
Are these interview questions helpful?

Member Technical Interview Questions & Answers

user image Harshit Singhal

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Vilid Palindrome
  • Q2. Fibonacci Number
Round 2 - Technical 

(1 Question)

  • Q1. About your personal Projects

Member Technical Interview Questions & Answers

user image Thallapelli Tejasri

posted on 14 May 2024

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

IT has all the topics - aptitude, `coding basic networking

Round 2 - Coding Test 

Oops concepts and functions

Round 3 - One-on-one 

(1 Question)

  • Q1. Manager will connecting to you and this will ab like all in one round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Asked basic aptitude questions and Some coding mcqs as well

Round 2 - Technical 

(1 Question)

  • Q1. 1) How do you detect a loop in Linked List?
  • Ans. 

    To detect a loop in a Linked List, we can use Floyd's Cycle Detection Algorithm.

    • Start with two pointers, slow and fast, both initially pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps in each iteration.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to work at ADP?
  • Ans. 

    I admire ADP's commitment to innovation and employee development, making it an ideal place for my career growth and contribution.

    • ADP's reputation for innovation in payroll and HR solutions aligns with my passion for technology and efficiency.

    • The company's focus on employee development and training programs shows a commitment to nurturing talent, which I value highly.

    • ADP's diverse and inclusive work culture resonates wi...

  • Answered by AI

Skills evaluated in this interview

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

Asked aptitude test it went well

Round 2 - Coding Test 

Asked for 5 coding questions logic and syntax on sql in 2 rounds

Round 3 - HR 

(2 Questions)

  • Q1. Why did you choose adp
  • Q2. Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interviewers
Should have atleast minimum knowledge
Asked for logics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

3 coding test related to arrays

Round 2 - HR 

(1 Question)

  • Q1. General discussion about tech stack

Member Technical Interview Questions & Answers

user image SHASHANK REDDY VOORELLI

posted on 31 Aug 2023

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 5 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 - Aptitude Test 

Both Aptitude and Technical basic

Round 3 - Technical 

(2 Questions)

  • Q1. OOPS, DSA, Programimg Language, SQL
  • Q2. Answering tricky questions
Round 4 - Technical 

(1 Question)

  • Q1. Programing Language, SQL
Round 5 - HR 

(1 Question)

  • Q1. General HR, About you.

Member Technical Interview Questions & Answers

user image Shakeel khan

posted on 29 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They have asked for pattern program

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

I applied via Approached by Company and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test includes Basic Aptitude, reasoning and english questions. Then Programming questions

Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions on OOPs with examples
  • Q2. Reasoning questions
  • Q3. Coding question on pattern printing
Round 3 - One-on-one 

(1 Question)

  • Q1. Final round is one on one with hiring Manager where they expect to know more about you. Expect questions based on your resume and projects.

Top trending discussions

View All
Interview Hub
2w
a team lead
FeedCard Image
Got a question about Automatic Data Processing (ADP)?
Ask anonymously on communities.

Automatic Data Processing (ADP) Interview FAQs

How many rounds are there in Automatic Data Processing (ADP) Member Technical interview?
Automatic Data Processing (ADP) interview process usually has 3 rounds. The most common rounds in the Automatic Data Processing (ADP) interview process are Technical, Aptitude Test and HR.
How to prepare for Automatic Data Processing (ADP) Member Technical 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 Backend, CSS, Html5, Javascript and MySQL.
What are the top questions asked in Automatic Data Processing (ADP) Member Technical interview?

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

  1. 1) How do you detect a loop in Linked Li...read more
  2. 1.Swap two numbers without using temp varia...read more
  3. 2.Explain the project done in Engineer...read more
How long is the Automatic Data Processing (ADP) Member Technical interview process?

The duration of Automatic Data Processing (ADP) Member Technical interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 23 interview experiences

Difficulty level

Easy 9%
Moderate 82%
Hard 9%

Duration

Less than 2 weeks 83%
2-4 weeks 17%
View more

Interview Questions from Similar Companies

Google Interview Questions
4.3
 • 907 Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Microsoft Corporation Interview Questions
3.9
 • 581 Interviews
Zoho Interview Questions
4.2
 • 544 Interviews
Amdocs Interview Questions
3.7
 • 534 Interviews
Carelon Global Solutions Interview Questions
3.8
 • 385 Interviews
KPIT Technologies Interview Questions
3.2
 • 310 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.8
 • 248 Interviews
Salesforce Interview Questions
4.0
 • 235 Interviews
View all
Automatic Data Processing (ADP) Member Technical Salary
based on 923 salaries
₹4.8 L/yr - ₹10 L/yr
13% less than the average Member Technical Salary in India
View more details

Automatic Data Processing (ADP) Member Technical Reviews and Ratings

based on 153 reviews

3.9/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.6

Salary

4.4

Job security

4.1

Company culture

3.1

Promotions

3.7

Work satisfaction

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

₹8.7 L/yr - ₹22.6 L/yr

Analyst
1.4k salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Consultant
1.4k salaries
unlock blur

₹19.2 L/yr - ₹35.8 L/yr

Senior Process Associate
1.4k salaries
unlock blur

₹3.3 L/yr - ₹7 L/yr

Member Technical
929 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Automatic Data Processing (ADP) with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Carelon Global Solutions

3.8
Compare

KPIT Technologies

3.2
Compare
write
Share an Interview