Upload Button Icon Add office photos

Filter interviews by

Automatic Data Processing (ADP) Intern Interview Questions and Answers

Updated 27 Sep 2023

Automatic Data Processing (ADP) Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image charlie beckham

posted on 27 Sep 2023

Interview experience
4
Good
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 - Aptitude Test 

Quatitative aptitude,verbal reasoning, logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Object oriented programming language(oops)
  • Q2. Multitasking vs multiprocessing
  • Ans. 

    Multitasking involves performing multiple tasks simultaneously, while multiprocessing involves executing multiple processes on multiple CPUs.

    • Multitasking is commonly seen in operating systems where multiple applications run concurrently on a single CPU.

    • Multiprocessing is utilized in systems with multiple CPUs to execute multiple processes simultaneously.

    • Multitasking can lead to context switching overhead, while multipr...

  • Answered by AI

Skills evaluated in this interview

Intern Jobs at Automatic Data Processing (ADP)

View all

Interview questions from similar companies

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

Two questions to solved (difficulty was easy to medium)
1) Based bit manipulaqtion
2) Based on recussion

Round 2 - Technical 

(6 Questions)

  • Q1. Asked to solved a string problem
  • Q2. Questions based on oops
  • Q3. Questions based on excepton hadling
  • Q4. Self introduction
  • Q5. About projects in resume
  • Q6. Would you be willing to work in banglore?
  • Ans. 

    Yes, I am willing to work in Bangalore.

    • I am open to relocating for the right opportunity.

    • I have heard great things about the tech industry in Bangalore.

    • I am excited about the prospect of working in a diverse and vibrant city like Bangalore.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Mid to hard Coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Data structure and computer network questions
Round 3 - Technical 

(2 Questions)

  • Q1. Java based exception handling question
  • Q2. Situation based questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Situation based questions
  • Q2. About myself and coding knowledge
Round 5 - HR 

(2 Questions)

  • Q1. About my self and Relocation
  • Q2. About skills and coding knowledge

Intern Interview Questions & Answers

SAP user image Anonymous

posted on 23 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy level DSA question

Round 2 - Technical 

(1 Question)

  • Q1. In this round interviewer is mainly focused on OOPs concepts, like, operator overloading, polymorphism, and also have a brief discussion on project.
Round 3 - Technical 

(3 Questions)

  • Q1. Interviewer asked ML questions and SQL query.
  • Q2. What is HTTP and HTTPS and their difference.
  • Ans. 

    HTTP is a protocol used for transferring data over the internet, while HTTPS is a secure version of HTTP that encrypts data.

    • HTTP stands for Hypertext Transfer Protocol and is used for transmitting data over the internet.

    • HTTPS stands for Hypertext Transfer Protocol Secure and adds a layer of security by encrypting the data being transmitted.

    • HTTPS is commonly used for secure online transactions, such as online banking or...

  • Answered by AI
  • Q3. Difference between CPU and GPU, which is good and why?
  • Ans. 

    CPU is a general-purpose processor for executing tasks sequentially, while GPU is specialized for parallel processing, making it better for graphics and AI.

    • CPU is designed for general-purpose computing tasks, executing instructions sequentially.

    • GPU is specialized for parallel processing, making it more efficient for graphics rendering and AI tasks.

    • CPU typically has fewer cores but higher clock speeds, while GPU has man...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with your project which you have mentioned in your resume.
Learn OOPs concept very well.
Practice JOINS in SQL query.

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 Lovely Professional University (LPU) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour test contains 2 coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Delete a node from Singly and doubly linked list
  • Ans. 

    To delete a node from a singly or doubly linked list, update the pointers of the previous and next nodes.

    • For a singly linked list, update the next pointer of the previous node to skip the node to be deleted.

    • For a doubly linked list, update the next pointer of the previous node and the previous pointer of the next node to skip the node to be deleted.

  • Answered by AI
  • Q2. Validate an email using regex pattern
  • Ans. 

    Use regex pattern to validate an email address

    • Use regex pattern /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/

    • Ensure email has valid format with username, @ symbol, domain, and top-level domain

    • Test regex pattern against different email addresses for validation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the concepts thoroughly.

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

It is quite easy.topics like train speed and time , profit loss and work hour energy problems

Round 2 - Coding Test 

Coding will be based on DSA .In depth graphs and trees would been asked

Round 3 - Technical 

(4 Questions)

  • Q1. Given a question regarding patterns
  • Q2. Explain about os
  • Q3. Some SQL commands
  • Q4. Explain system calls

Interview Preparation Tips

Topics to prepare for Oracle Intern interview:
  • DSA
  • SQL
Interview preparation tips for other job seekers - Study hard from scratch focus on goal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Sastra University and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

25 Q on Apti 25 in Biomedical engineering

Round 2 - Technical 

(2 Questions)

  • Q1. Major projects done
  • Ans. 

    Developed a mobile app for tracking daily water intake and hydration levels.

    • Designed user interface for easy input of water consumption

    • Implemented database to store user data securely

    • Integrated notifications to remind users to drink water regularly

  • Answered by AI
  • Q2. How to incorporate AI in projects you have done
  • Ans. 

    Incorporating AI in projects involves identifying opportunities, selecting appropriate AI techniques, and integrating them effectively.

    • Identify areas in the project where AI can add value

    • Select appropriate AI techniques based on project requirements

    • Integrate AI models into the project workflow

    • Continuously evaluate and improve AI performance

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Team work related question
  • Q2. Job location related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your core technical side. Be confident

Skills evaluated in this interview

Intern Interview Questions & Answers

Zoho user image Anonymous

posted on 13 Sep 2024

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Normal deign questions

Round 2 - Technical 

(2 Questions)

  • Q1. DBMS VS FS describe
  • Ans. 

    DBMS is a software system that manages databases, while FS is a system that manages files and directories.

    • DBMS stores data in structured format with relationships between entities

    • FS stores data in files and directories without relationships

    • DBMS provides ACID properties for transactions

    • FS does not provide ACID properties

    • Examples: MySQL, Oracle for DBMS; NTFS, ext4 for FS

  • Answered by AI
  • Q2. Basic java Q & A

Interview Preparation Tips

Interview preparation tips for other job seekers - IT's a easy process be good with your domain

Skills evaluated in this interview

Intern Interview Questions & Answers

KPIT Technologies user image Hruthik Gonuguntla

posted on 22 Oct 2024

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

All Aptitude concepts

Round 2 - Coding Test 

Medium to heart level questions

Round 3 - Technical 

(1 Question)

  • Q1. Covered all oops concepts
Round 4 - HR 

(1 Question)

  • Q1. Intro about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Graduated with a Bachelor's degree in Computer Science

    • Skilled in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI

Intern Interview Questions & Answers

Google user image Anonymous

posted on 23 Oct 2024

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

Leetcode question , gfg also

Round 2 - Technical 

(2 Questions)

  • Q1. Tell us about your self
  • Q2. Explain this project
  • Ans. 

    The project involved developing a mobile application for tracking daily water intake.

    • Developed a user-friendly interface for inputting water consumption

    • Implemented a feature to set daily water intake goals

    • Integrated notifications to remind users to drink water throughout the day

  • Answered by AI

Automatic Data Processing (ADP) Interview FAQs

How many rounds are there in Automatic Data Processing (ADP) Intern interview?
Automatic Data Processing (ADP) interview process usually has 3 rounds. The most common rounds in the Automatic Data Processing (ADP) interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Automatic Data Processing (ADP) Intern 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 Compliance, Equity, Excel, Internship and Service Excellence.
What are the top questions asked in Automatic Data Processing (ADP) Intern interview?

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

  1. multitasking vs multiprocess...read more
  2. object oriented programming language(oo...read more

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 34 Interviews
Google Intern Interview Questions
4.4
 • 23 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
IBM Intern Interview Questions
4.1
 • 14 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
View all
Automatic Data Processing (ADP) Intern Salary
based on 4 salaries
₹5 L/yr - ₹7 L/yr
62% more than the average Intern Salary in India
View more details

Automatic Data Processing (ADP) Intern Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.4

Salary

4.3

Job security

4.8

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 4 Reviews and Ratings
Intern

Chennai

0-1 Yrs

Not Disclosed

Explore more jobs
Senior Member Technical
1.6k salaries
unlock blur

₹7 L/yr - ₹21.4 L/yr

Senior Process Associate
1.4k salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Analyst
1.3k salaries
unlock blur

₹3.4 L/yr - ₹10.5 L/yr

Consultant
1.2k salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Member Technical
886 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Automatic Data Processing (ADP) with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview