Upload Button Icon Add office photos

Filter interviews by

Automatic Data Processing (ADP) Summer Intern Interview Questions and Answers

Updated 18 Jun 2024

Automatic Data Processing (ADP) Summer Intern Interview Experiences

1 interview found

Summer Intern Interview Questions & Answers

user image vikas patidar

posted on 18 Jun 2024

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

Easy test not to hard.

Round 2 - Coding Test 

Moderate level of test , it is online.

Round 3 - HR 

(2 Questions)

  • Q1. Talk about yourself.
  • Q2. Why we should hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all subjects read fundamental subject as well.

Interview questions from similar companies

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

Well rounded coding test testing knowledge

Round 2 - One-on-one 

(1 Question)

  • Q1. Design system netflix features
  • Ans. 

    Designing a system for Netflix features involves creating a user-friendly interface with personalized recommendations and seamless streaming capabilities.

    • Implement a recommendation algorithm to suggest content based on user preferences and viewing history

    • Include a user-friendly interface with easy navigation and search functionality

    • Ensure seamless streaming capabilities with minimal buffering times and high video quali...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Great interview system
  • Q2. How to maniputalte data
  • Ans. 

    Data manipulation involves changing, organizing, or analyzing data to derive insights or achieve specific goals.

    • Use software tools like Excel, Python, or SQL to manipulate data

    • Filter, sort, and clean data to remove errors or inconsistencies

    • Perform calculations, transformations, or aggregations on the data

    • Join datasets together to create new insights

    • Visualize data using charts or graphs to better understand patterns

  • Answered by AI
Round 4 - Coding Test 

Ds har dleet code problems

Round 5 - Group Discussion 

Design appple mobile device

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic dsa, online leetcode very easy trees

Round 2 - Technical 

(2 Questions)

  • Q1. Geaphs links trees
  • Q2. Graphs links trees questions dsa
Round 3 - HR 

(2 Questions)

  • Q1. Why do i belong in microsoft
  • Ans. 

    I belong in Microsoft because of my passion for technology, strong problem-solving skills, and ability to work well in a team.

    • Passion for technology: I have always been fascinated by the latest advancements in technology and enjoy staying up-to-date with industry trends.

    • Strong problem-solving skills: I excel at analyzing complex problems and finding innovative solutions, which aligns well with Microsoft's focus on inno...

  • Answered by AI
  • Q2. More questions on my projects in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and talk well, dsa
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was coding + aptitude test, 2 easy-medium coding questions were given

Round 2 - Technical 

(2 Questions)

  • Q1. Swap 2 numbers without using temp var etc.
  • Ans. 

    Swap two numbers without using a temporary variable

    • Use bitwise XOR operation to swap two numbers without using a temporary variable

    • Example: a = 5, b = 10. a ^= b; b ^= a; a ^= b; Now a = 10, b = 5

  • Answered by AI
  • Q2. OOPS concept driven questions, definitions, examples etc.

Skills evaluated in this interview

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

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

The online coding round was conducted on SHL. It was for 1 hour 3 questions. Topics were basic DSA concepts.

Round 2 - Technical 

(3 Questions)

  • Q1. Difference between c and cpp
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C does not support classes and objects, while C++ does.

    • C uses structures for data organization, while C++ uses classes.

    • C allows direct memory manipulation, while C++ provides features like inheritance and polymorphism.

    • C++ has additional features like templates and exception handling that are not present in C.

  • Answered by AI
  • Q2. Explain projects
  • Ans. 

    Projects are tasks or assignments that require a specific goal or outcome to be achieved within a set timeframe.

    • Projects involve planning, execution, and monitoring of tasks to achieve a specific goal.

    • They often have a defined scope, budget, and timeline.

    • Examples include developing a new software application, organizing a marketing campaign, or conducting a research study.

  • Answered by AI
  • Q3. Questions were asked on oops, computer networks, software engineering
Round 3 - Technical 

(2 Questions)

  • Q1. Sql queries of dbms
  • Ans. 

    SQL queries are used to retrieve, update, and manipulate data in a database management system.

    • Use SELECT statement to retrieve data from a table

    • Use INSERT statement to add new data to a table

    • Use UPDATE statement to modify existing data in a table

    • Use DELETE statement to remove data from a table

    • Use JOIN statement to combine data from multiple tables

  • Answered by AI
  • Q2. In depth dbms and oops
Round 4 - HR 

(2 Questions)

  • Q1. Challenges faced while making projects
  • Q2. Tell about your family

Interview Preparation Tips

Topics to prepare for SAP Summer Intern interview:
  • DBMS
  • SQL
  • Web Development
  • DSA
  • OOPS
  • Computer Networking
  • Software Engineering
  • Soft Skills
Interview preparation tips for other job seekers - Have your dbms and oops concepts clear. No matter how the interview is going, keep smiling and have a confident face.

Skills evaluated in this interview

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

1 hr, 3 questions, easy, medium, difficult

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

Problems on arrays, string and linked list

Round 2 - Coding Test 

(1 Question)

  • Q1. Real world problem using OOPS concepts

I applied via LinkedIn and was interviewed before Sep 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 - Technical 

(2 Questions)

  • Q1. Two sum question, replied with different approaches
  • Q2. Only one question, but asked to come up with an approach in limited time.
Round 3 - Technical 

(2 Questions)

  • Q1. Asked different questions from OS, DB and CN.
  • Q2. Asked questions from the resume regarding project and etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some coding practice. You can code from hackerank, leetcode and etc. Be thorough in your CS fundamentals and also be thorough in your resume stuff. Only the projects which you are good with should be added to your CV. All the best!

I was interviewed in Mar 2017.

Interview Questionnaire 

3 Questions

  • Q1. Tell us something about yourself
  • Q2. Tell us more about the Project which you've pursued for your Graduation
  • Q3. What are the relevant elements to be considered in ascertaining the Cost of creating a Quote by an IT Company
  • Ans. 

    The relevant elements to consider in ascertaining the cost of creating a quote by an IT company

    • Scope of the project

    • Complexity of the requirements

    • Labor costs

    • Technology and tools required

    • Timeframe for completion

    • Overhead expenses

    • Profit margin

    • Competitor pricing

    • Client's budget constraints

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was more of an Internal Process, the details of which were not disclosed to the students.

Round: Other Interview
Experience: This round was centred around understanding the projects I have pursued in the past and my knowledge of Costing

Skills: Project Done In Past
College Name: IIM Raipur

Summer Intern Interview Questions & Answers

Google user image Abhishek Patil

posted on 17 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Who are you today
  • Ans. 

    I am a motivated and ambitious individual with a passion for learning and growth.

    • Motivated and ambitious

    • Passionate about learning and growth

    • Driven to succeed

    • Open to new challenges and experiences

  • Answered by AI
  • Q2. What is the nature of Google as a company?
  • Ans. 

    Google is a multinational technology company known for its search engine, advertising platform, and various other products and services.

    • Google is known for its innovative products and services such as Google Search, Google Maps, Gmail, and YouTube.

    • The company's mission is to organize the world's information and make it universally accessible and useful.

    • Google's business model is primarily based on advertising revenue t...

  • Answered by AI

Automatic Data Processing (ADP) Interview FAQs

How many rounds are there in Automatic Data Processing (ADP) Summer 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 Aptitude Test, Coding Test and HR.

Tell us how to improve this page.

Automatic Data Processing (ADP) Summer Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Senior Member Technical
1.6k salaries
unlock blur

₹7 L/yr - ₹21.3 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
884 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

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