Automatic Data Processing (ADP)
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
DSA, basic questions on DSA
I appeared for an interview before Apr 2024, where I was asked the following questions.
The Fibonacci series is a sequence where each number is the sum of the two preceding ones, starting from 0 and 1.
The series starts with 0 and 1: 0, 1, 1, 2, 3, 5, 8, 13, ...
The nth Fibonacci number can be calculated using recursion or iteration.
A common iterative approach uses a loop to build the series up to n.
Example of iterative code in Python: def fibonacci(n): a, b = 0, 1 for _ in range(n): p...
Top trending discussions
I applied via Company Website and was interviewed before Sep 2020. There were 3 interview rounds.
My skills in software engineering align well with this role, emphasizing problem-solving, coding proficiency, and teamwork.
Proficient in Java: I have developed multiple applications using Java, including a project that improved data processing speed by 30%.
Full Stack Development: I have experience with both front-end and back-end technologies, having built a web application using Spring Boot and React.
Problem-Solving S...
I bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that aligns with your team's goals.
Strong technical skills: Proficient in languages like Python and Java, demonstrated by developing a full-stack application for a local business.
Problem-solving mindset: Successfully optimized an existing algorithm, reducing processing time by 30%, which improved overall system performan...
I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.
A generic swap function swaps two values of any data type.
The function should take two parameters of any data type.
Use a temporary variable to store the value of one parameter.
Assign the value of the second parameter to the first parameter.
Assign the value of the temporary variable to the second parameter.
Search for an element in a rotated sorted linked list.
Find the pivot point where the list is rotated.
Divide the list into two sublists based on the pivot point.
Perform binary search on the appropriate sublist.
Handle edge cases such as empty list and list with only one element.
Search an element in a rotated sorted array
Find the pivot point where the array is rotated
Divide the array into two sub-arrays based on pivot point
Perform binary search on the appropriate sub-array
Repeat until element is found or sub-array size is 1
Given a Sudoku board, find possible numbers for an empty cell.
Iterate through empty cells and check possible numbers using row, column, and box constraints.
Use a set to keep track of possible numbers for each empty cell.
Return the set of possible numbers for the given empty cell.
Find integer average of 4 unsigned integers without typecasting
Add all the integers and divide by 4
Use bit shifting to divide by 4
Handle overflow by using long long data type
Use unsigned int data type for input
Code to identify 32 bit or 64 bit architecture of a processor
Check if the operating system is 32 bit or 64 bit
If OS is 32 bit, processor is 32 bit
If OS is 64 bit, check if processor supports 64 bit architecture
Use CPUID instruction to check if processor supports 64 bit architecture
Convert binary number to base 64 integer
Divide the binary number into groups of 6 bits
Convert each group of 6 bits to decimal
Map the decimal value to the corresponding base 64 character
Concatenate the base 64 characters to form the final integer
Creating test cases for random scenarios ensures software reliability and robustness through diverse input validation.
Identify edge cases: Test with minimum and maximum input values, e.g., an empty array vs. a large array.
Use random data: Generate random inputs to simulate real-world usage, e.g., random user names or passwords.
Test invalid inputs: Ensure the system handles unexpected inputs gracefully, e.g., negative n...
I applied via Referral
posted on 15 Nov 2015
I applied via Campus Placement
Print all downward paths from any node in a binary tree with sum of elements equal to N.
Traverse the binary tree and keep track of the sum of elements in the path from root to current node.
If the sum equals N, print the path from root to current node.
Recursively traverse the left and right subtrees with updated sum.
Use a stack to keep track of the current path being traversed.
Example: Binary tree with root 1, left chil...
Yes, it is possible to get the accurate result from the given data.
The coordinates (i,j,k) where metallic balls are present can be determined by finding the set elements in both matrix1 and matrix2.
Additional data is not required as the given data is sufficient to determine the coordinates.
The coordinates can be obtained by iterating through the elements of matrix1 and matrix2 and checking for set elements.
based on 2 interview experiences
Difficulty level
Duration
based on 4 reviews
Rating in categories
Senior Member Technical
1.6k
salaries
| ₹7 L/yr - ₹23.6 L/yr |
Senior Process Associate
1.4k
salaries
| ₹2.2 L/yr - ₹8.2 L/yr |
Analyst
1.4k
salaries
| ₹2.9 L/yr - ₹10.6 L/yr |
Consultant
1.3k
salaries
| ₹10.2 L/yr - ₹42 L/yr |
Member Technical
920
salaries
| ₹3.5 L/yr - ₹11.2 L/yr |
Oracle
Amdocs
Carelon Global Solutions
24/7 Customer