Upload Button Icon Add office photos

Filter interviews by

Automatic Data Processing (ADP) Associate Software Developer Interview Questions and Answers

Updated 20 Jan 2023

Automatic Data Processing (ADP) Associate Software Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Dec 2022. 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 

Basics of mathematics and core related topics

Round 3 - Technical 

(2 Questions)

  • Q1. Based on resume and more about project work
  • Q2. Sql query,phython,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basic knowledge you have kept on resume so you can easily crack the interview 😜😜

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic one along with os, dbms fundamentals

Round 2 - Coding Test 

One question can be solved using dp

Round 3 - Technical 

(2 Questions)

  • Q1. Identify the longest palindromic substring
  • Ans. 

    A palindromic substring is a string that reads the same forwards and backwards.

    • Use dynamic programming to find the longest palindromic substring.

    • Start by considering each character as the center of a potential palindrome.

    • Expand outwards from each center to check for palindromic property.

    • Keep track of the longest palindromic substring found so far.

    • Example: Input 'babad', Output 'bab' or 'aba'.

  • Answered by AI
  • Q2. Questions based on resume/projects

Skills evaluated in this interview

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

Arrays, Strings - HackerRank

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Inheritance, Polymorphism in Oops?
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance: Child class inherits properties and behaviors from a parent class.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Example: Animal is a superclass with methods like eat(). Dog and Cat ar...

  • Answered by AI
  • Q2. Sorting algorithms differences.
  • Ans. 

    Sorting algorithms differ in their time complexity, space complexity, stability, and adaptability.

    • Different sorting algorithms have different time complexities - some are more efficient than others.

    • Some sorting algorithms require additional space for temporary storage, impacting their space complexity.

    • Stability refers to whether the algorithm maintains the relative order of equal elements.

    • Adaptability refers to how the...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was an aptitude test, comprising of Quantative questions, Logical Reasoning and basic Verbal Ability.

Round 2 - Coding Test 

The test asked 2 programming questions on any of the languages that we were comfortable in.

Round 3 - One-on-one 

(2 Questions)

  • Q1. How will you print all the Armstrong numbers between 10 to 250
  • Ans. 

    Armstrong numbers are numbers that are equal to the sum of their own digits raised to the power of the number of digits.

    • Iterate through numbers from 10 to 250

    • Calculate the sum of each digit raised to the power of the number of digits

    • Check if the sum is equal to the original number, if yes, it is an Armstrong number

  • Answered by AI
  • Q2. How will you implement Method overrriding and overloading in C++
  • Ans. 

    Method overriding is achieved by creating a function in a derived class with the same signature as a function in the base class. Method overloading is achieved by creating multiple functions with the same name but different parameters.

    • Method overriding: Create a function in a derived class with the same name and signature as a function in the base class. Example: virtual void display() in base class and void display() ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KPIT Technologies Associate Software Developer interview:
  • Programming
  • Aptitude
  • Communication Skills
  • OOPS
Interview preparation tips for other job seekers - Prepare well and in advance. You'll surely clear it with all your hardwork.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

It is combined with both apti and coding

Round 2 - Coding Test 

6 questions were given and atleast 3 want to be solved

Round 3 - One-on-one 

(1 Question)

  • Q1. Self introduction and technical and project
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 - Coding Test 

2 coding questions are given

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions are asked
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Amity University and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Walk me through your resume.
  • Q2. I had done some NGO work. They asked me about my work and experience there.
  • Q3. They asked some questions from SQL too. How many types of joins are there in MySql and write down two queries demonstrating each join.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Jamshedpur and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic dsa question which you will be able to solve easily

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal, quants and logical reasoning. 160mins duration

Round 2 - Coding Test 

Dynamic programming questions on tree and linked lists

Interview Preparation Tips

Interview preparation tips for other job seekers - discuss the approach with the interviewer and improvise

Automatic Data Processing (ADP) Interview FAQs

How many rounds are there in Automatic Data Processing (ADP) Associate Software Developer 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.

Tell us how to improve this page.

Automatic Data Processing (ADP) Associate Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
36% more than the average Associate Software Developer Salary in India
View more details
Senior Member Technical
1.6k salaries
unlock blur

₹7 L/yr - ₹25 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
820 salaries
unlock blur

₹3.5 L/yr - ₹11.2 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