Upload Button Icon Add office photos

Automatic Data Processing (ADP)

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Automatic Data Processing (ADP) Architect Interview Questions and Answers

Updated 16 Sep 2024

Automatic Data Processing (ADP) Architect Interview Experiences

2 interviews found

Architect Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2024

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

(2 Questions)

  • Q1. Explain your App Archictecture
  • Q2. Design Patterns

Skills evaluated in this interview

Architect Interview Questions & Answers

user image Ram Rad

posted on 26 Oct 2021

Interview Questionnaire 

1 Question

  • Q1. About design. solid principles, recent product we designed

Interview Preparation Tips

Interview preparation tips for other job seekers - looking for the updated techologies.

Architect Interview Questions Asked at Other Companies

Q1. Hav u worked on any international projects? What are the 5 levels ... read more
Q2. How do you find the resources available on a server if it is on p ... read more
Q3. How does Authentication in Web API works? What are the dirrent en ... read more
Q4. What does a dotted cross represent in an architectural drawing?
Q5. 1. Briefly run through your architectural design experience. 2. A ... read more

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Automatic Data Processing (ADP)?
Ask anonymously on communities.

Interview questions from similar companies

Round 1 - Technical 

(2 Questions)

  • Q1. Find median of 2 arrays
  • Q2. Architecture of previous project
  • Ans. 

    The architecture of my previous project was focused on sustainability and functionality.

    • Incorporated passive solar design principles

    • Used locally sourced and recycled materials

    • Implemented rainwater harvesting system

    • Maximized natural ventilation and lighting

    • Designed for multi-functional use

    • Utilized modular construction techniques

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask bookish questions , google various interview websites

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Case Study 

Designarchitect for an ecommerce wensite

Round 2 - HR 

(2 Questions)

  • Q1. What you about oracle
  • Q2. Why you want to join oracle

I applied via Job Portal and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. GCP group for merge the projects to reduce the 100 to 25.
  • Ans. 

    Create a GCP group to merge projects and reduce from 100 to 25.

    • Identify the projects to be merged based on criteria such as functionality, ownership, or resource usage.

    • Create a new GCP project to serve as the merged project.

    • Migrate the necessary resources and data from the individual projects to the merged project.

    • Update any dependencies or configurations to reflect the changes.

    • Ensure proper access controls and permiss...

  • Answered by AI
  • Q2. Do you attend governess meeting
  • Ans. 

    Yes, I attend governance meetings to ensure alignment on architectural decisions and compliance with organizational standards.

    • I participate in monthly governance meetings to discuss project progress and architectural alignment.

    • In these meetings, I present updates on ongoing projects and gather feedback from stakeholders.

    • I also use these sessions to address any compliance issues related to architecture and design.

    • For ex...

  • Answered by AI
  • Q3. Why do want to make the change
  • Q4. GCP migration task in legacy and Cloud
  • Ans. 

    GCP migration involves transferring legacy systems to the cloud.

    • Identify the legacy systems that need to be migrated

    • Assess the compatibility of the legacy systems with GCP

    • Plan the migration strategy and timeline

    • Execute the migration process, ensuring data integrity and minimal downtime

    • Test and validate the migrated systems in the GCP environment

    • Optimize and fine-tune the migrated systems for optimal performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Naukri has best resource for Cloud and niche skill level

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Conver month to mocroservices using oci paas service
  • Ans. 

    Transforming a monolithic application to microservices using OCI PaaS involves several strategic steps and tools.

    • Identify and isolate functionalities in the monolith that can be converted into independent services.

    • Utilize Oracle Cloud Infrastructure (OCI) services like Oracle Functions for serverless microservices.

    • Leverage Oracle Kubernetes Engine (OKE) for container orchestration of microservices.

    • Implement API Gateway...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How do you convert monolithic application to mocroservices?
  • Ans. 

    To convert a monolithic application to microservices, you need to break down the application into smaller, independent services.

    • Identify the different functionalities of the monolithic application

    • Decide on the boundaries of each microservice

    • Refactor the codebase to separate out the functionalities into individual services

    • Implement communication between the microservices using APIs or messaging queues

    • Deploy the microser...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technically be sure and clear about your thoughts.

Skills evaluated in this interview

Automatic Data Processing (ADP) HR Interview Questions

57 questions and answers

Q. Why do you want to work as a customer executive?
Q. What factors contribute to your unique qualifications or skills?
Q. Can you describe your experience with your previous company?

Architect Interview Questions & Answers

Amdocs user image Puja Khandhedia

posted on 28 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Micro services concept, cloud concept, batch processing
Round 2 - Technical 

(1 Question)

  • Q1. Kafka, spring batch , cloud best practices, containerization, Architectural principles,
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round No technical questions
Round 4 - HR 

(1 Question)

  • Q1. Salary, Work Policy
Are these interview questions helpful?

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Distinct Islands Problem Statement

    Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...

  • Ans. 

    Count the number of distinct islands in a 2D array of 0s and 1s.

    • Identify islands by performing depth-first search (DFS) on the grid

    • Use a set to store the shape of each island and check for duplicates

    • Consider translations to determine distinct islands

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Word Wrap Problem Statement

    You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...

  • Ans. 

    The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.

    • Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.

    • Minimize the total cost by arranging words to fit within the character limit on each line.

    • Ensure each word appears fully on one line without breaking across lines.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a System Design round.

  • Q1. Can you design a system similar to Red Bus that can handle bookings and onboard both vendors and customers to the platform?
  • Ans. 

    Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.

    • Implement a user-friendly interface for customers to search and book tickets

    • Create a vendor portal for vendors to manage their offerings and availability

    • Include payment gateway integration for secure transactions

    • Develop a robust backend system for managing bookings, cancellations, and refunds

    • Utilize a database to store user in...

  • Answered by AI
Round 4 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was a System Design round

Round 5 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was an HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Roorkee. Microsoft interview preparation:Topics to prepare for the interview - Graphs, Dynamic Programming, Arrays, LinkedList, stringsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice as much as you can.
Tip 2 : Prepare for company, not in general.
Tip 3 : Your past work should be objective and your contribution should be very clear

Application resume tips for other job seekers

Tip 1 : Keep only relevant things for the job you are applying.
Tip 2 : Minimal data with measurable contribution and effect.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Interview Questionnaire 

2 Questions

  • Q1. Salary discussion and notice period
  • Q2. Core java, collections and coding

Interview Preparation Tips

Round: Manager Round
Experience: About project and previous company experience , daily activity

Automatic Data Processing (ADP) Interview FAQs

How many rounds are there in Automatic Data Processing (ADP) Architect interview?
Automatic Data Processing (ADP) interview process usually has 1 rounds. The most common rounds in the Automatic Data Processing (ADP) interview process are Technical.
How to prepare for Automatic Data Processing (ADP) Architect 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 Information Technology, Payroll, Access management, Computer science and Data Structures.
What are the top questions asked in Automatic Data Processing (ADP) Architect interview?

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

  1. Explain your App Archictect...read more
  2. about design. solid principles, recent product we desig...read more
  3. Design Patte...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Google Architect Interview Questions
4.3
 • 910 Interviews
Oracle Architect Interview Questions
3.7
 • 898 Interviews
Zoho Architect Interview Questions
4.2
 • 545 Interviews
Amdocs Architect Interview Questions
3.7
 • 534 Interviews
SAP Architect Interview Questions
4.2
 • 291 Interviews
Adobe Architect Interview Questions
3.8
 • 249 Interviews
Salesforce Architect Interview Questions
4.0
 • 236 Interviews
View all
Automatic Data Processing (ADP) Architect Salary
based on 38 salaries
₹32.4 L/yr - ₹50 L/yr
64% more than the average Architect Salary in India
View more details

Automatic Data Processing (ADP) Architect Reviews and Ratings

based on 4 reviews

3.4/5

Rating in categories

1.8

Skill development

3.8

Work-life balance

3.3

Salary

3.9

Job security

3.5

Company culture

2.3

Promotions

2.9

Work satisfaction

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

₹8.2 L/yr - ₹22.6 L/yr

Analyst
1.4k salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Senior Process Associate
1.4k salaries
unlock blur

₹3.4 L/yr - ₹7 L/yr

Consultant
1.4k salaries
unlock blur

₹19 L/yr - ₹32.6 L/yr

Member Technical
927 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Automatic Data Processing (ADP) with

Oracle

3.6
Compare

Amdocs

3.7
Compare

Carelon Global Solutions

3.8
Compare

KPIT Technologies

3.2
Compare
write
Share an Interview