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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Valid Anagrams was asked
  • Q2. Make a pattern logic
  • Ans. 

    Create a pattern logic using arrays of strings

    • Start by defining the pattern you want to create

    • Use loops and conditional statements to generate the pattern

    • Test the pattern with different inputs to ensure it works correctly

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

(1 Question)

  • Q1. Questions about internships, Projects were asked
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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Aptitude test + 2 questions one on DSA and other on Rest api

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Introduce yourself 2. Explain one of your favourite project 3. Java related questions 4. Jdbc connection related question 5. Rest api get post 6. 2 coding questions ( 1. On arrays , 2. Hashmap) 7. Mysql...
  • Q2. One thing i want to mention is that ofss is totally luck based and very biased in selection process, especially with girls and in my experience out of the number of people they hired from my college about ...
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

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

There were 2 coding questions and 8 mcq
level - HIGH

Round 2 - Technical 

(3 Questions)

  • Q1. Detailed OOPS concepts
  • Q2. Questions on CLOUD technologies
  • Q3. Discussion on projects
Round 3 - Technical 

(1 Question)

  • Q1. Asked me about which field i am more comfortable I said dbms thorough discussion on different concepts of DBMS also some queries

Interview Preparation Tips

Topics to prepare for Oracle Financial Services Software Application Developer interview:
  • OOPS
  • DBMS
  • DSA
  • OS
Interview preparation tips for other job seekers - Do not lie in your resume
If you don't know the concept say NO

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.6

Work-Life balance

3.9

Salary & Benefits

4.7

Job Security

4.5

Company culture

3.8

Promotions/Appraisal

4.2

Work Satisfaction

Explore 9 Reviews and Ratings
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