Upload Button Icon Add office photos

Filter interviews by

Automatic Data Processing (ADP) Application Developer Interview Questions and Answers

Updated 26 Feb 2022

Automatic Data Processing (ADP) Application Developer Interview Experiences

1 interview found

Round 1 - One-on-one 

(1 Question)

  • Q1. Garbage collector algorithm
  • Ans. 

    Garbage collector algorithm manages memory allocation and deallocation in a program.

    • Garbage collector automatically frees up memory that is no longer in use.

    • It identifies and removes objects that are no longer referenced by the program.

    • There are different types of garbage collector algorithms such as mark-and-sweep, reference counting, and generational.

    • Java and .NET languages use garbage collector by default.

    • Garbage co...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Memory management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for new minds. Enjoy

Application Developer Jobs at Automatic Data Processing (ADP)

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Debugging code snippets mostly class and pointers related questions
  • Q2. Logical aptitude questions like car tyre changing for max distance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between class & interface
  • Ans. 

    Classes can have both implementation and data members, while interfaces can only have method signatures.

    • Classes can have constructors, interfaces cannot.

    • Classes can have access modifiers for their members, interfaces cannot.

    • A class can implement multiple interfaces, but can only inherit from one class.

    • Interfaces are used to achieve abstraction and multiple inheritance in Java.

    • Example: Class 'Animal' can have methods li...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. About current project

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Stacks queues data structures
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked QRE question and some query questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate application developer with experience in creating innovative solutions for various industries.

    • Experienced in developing web and mobile applications using languages such as Java, JavaScript, and Swift

    • Proficient in database management and integration with applications

    • Strong problem-solving skills and ability to work in a team environment

    • Familiar with Agile development methodologies and continuous integr

  • Answered by AI
  • Q2. What are the technology you are familiar with
  • Ans. 

    I am familiar with a variety of technologies including Java, Python, SQL, HTML, CSS, JavaScript, and Git.

    • Java

    • Python

    • SQL

    • HTML

    • CSS

    • JavaScript

    • Git

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to prepare all the things which you have mentioned in resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. No of days workers do like A works 10 days B works 10 days
  • Q2. Graph based question
Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through both arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array

  • Answered by AI
  • Q2. Max heap based question
Round 3 - One-on-one 

(2 Questions)

  • Q1. Maximum length of subarray of given sum
  • Ans. 

    Find the maximum length of a subarray with a given sum in an array.

    • Use a hashmap to store the running sum and its corresponding index.

    • Iterate through the array and update the hashmap with the running sum.

    • Check if the difference between the current sum and the target sum exists in the hashmap to find the subarray length.

  • Answered by AI
  • Q2. Oops implementation question not theory question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in DSA

Skills evaluated in this interview

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

Parent and Child Trees

Round 2 - One-on-one 

(2 Questions)

  • Q1. Random Pointer Linked List
  • Q2. Find area using co ordinates
  • Ans. 

    Calculate the area of a shape using coordinates

    • Determine the type of shape (e.g. rectangle, triangle, circle)

    • Use the appropriate formula for the shape to calculate the area

    • Input the coordinates into the formula to get the area

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

I applied via Campus Placement

Round 1 - Coding Test 

MCQ and DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. DSA recursive question
  • Q2. Logical question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Intersection of linked list
  • Ans. 

    Intersection of linked list is finding the common node where two linked lists merge.

    • Traverse both linked lists to find their lengths

    • Align the longer list's pointer to match the length of the shorter list

    • Iterate through both lists simultaneously to find the intersection node

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Tiruchirappalli and was interviewed in Aug 2023. There were 4 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 - Coding Test 

1 hour - Coding question-hard type palindrome type question , 10 MCQs including aptitude, math and paragraph question and finally a RESTAPI question on hackerrank platform

Round 3 - One-on-one 

(4 Questions)

  • Q1. Resume scrutiny about projects and internship
  • Q2. There N rooms in a hotel so customers will check-in and check-out a rooms simultaneously so which type of data structure you implement and it should be efficient and extension of this prebooking will also ...
  • Ans. 

    To efficiently manage room bookings and prebookings in a hotel, a priority queue data structure can be implemented.

    • A priority queue can be used to prioritize room bookings based on check-in dates.

    • When a customer checks out, the room becomes available and can be assigned to the next customer in the priority queue.

    • Prebookings can be stored separately and checked against the availability of rooms before assigning them to ...

  • Answered by AI
  • Q3. There are 25 horses in which you need to find out the fastest 3 horses. you can conduct a race among at most 5 horses to find out relative speed. At no point, you can find out the actual speed of the horse...
  • Ans. 

    Minimum 7 races required to find the top 3 fastest horses.

    • Divide the 25 horses into 5 groups of 5 horses each.

    • Conduct a race among the horses in each group to determine the fastest horse in each group.

    • Take the top 2 horses from each group and conduct a race among them to determine the fastest horse overall.

    • The winner of this race is the fastest horse.

    • Now, take the second-place horse from the final race and the second-p...

  • Answered by AI
  • Q4. There is snail which has to climb a ramp of some slope with length of 30ft while climbing the ramp the snail moves 3ft/hour up and simultaneously moves 2ft/hour down so in how much time it will take to cl...
Round 4 - One-on-one 

(3 Questions)

  • Q1. You have given array of numbers in which you need to write an algorithm to sort them (preferably in java)
  • Q2. SQL-QUERY, There is a department table with department name ,department ID and with staff members ID who are working in department and also there is a Staff members table with staff member name, staff memb...
  • Q3. How do you measure 4 liters with a 5 liters and 3 liters container

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with puzzles as they are asking so many puzzle questions in the interview, brush up your DSA skills from basics and SQL is very important for oracle. they encourage java programmers a lot.

Skills evaluated in this interview

Automatic Data Processing (ADP) Interview FAQs

How many rounds are there in Automatic Data Processing (ADP) Application Developer interview?
Automatic Data Processing (ADP) interview process usually has 2 rounds. The most common rounds in the Automatic Data Processing (ADP) interview process are One-on-one Round and Technical.
How to prepare for Automatic Data Processing (ADP) Application Developer 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 Javascript, Equity, Coding, SQL and Application Development.
What are the top questions asked in Automatic Data Processing (ADP) Application Developer interview?

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

  1. Garbage collector algori...read more
  2. Memory management questi...read more

Tell us how to improve this page.

Automatic Data Processing (ADP) Application Developer Salary
based on 65 salaries
₹5.5 L/yr - ₹16 L/yr
At par with the average Application Developer Salary in India
View more details

Automatic Data Processing (ADP) Application Developer Reviews and Ratings

based on 9 reviews

4.3/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

3.9

Salary

4.7

Job security

4.5

Company culture

3.8

Promotions

4.2

Work satisfaction

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

₹7 L/yr - ₹21.5 L/yr

Senior Process Associate
1.4k salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Analyst
1.3k salaries
unlock blur

₹2.9 L/yr - ₹10.5 L/yr

Consultant
1.2k salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Member Technical
877 salaries
unlock blur

₹3.5 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Automatic Data Processing (ADP) with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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