Upload Button Icon Add office photos

Filter interviews by

Automatic Data Processing (ADP) Mts1 Interview Questions and Answers

Updated 14 Feb 2022

Automatic Data Processing (ADP) Mts1 Interview Experiences

1 interview found

Mts1 Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2022

Round 1 - Technical 

(1 Question)

  • Q1. Can you please describe the latest project that you have completed?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please describe your project clearly

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 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 - Coding Test 

2 medium hard problems were asled one was dynamic programming second was multi spurce bfs

Round 3 - Technical 

(2 Questions)

  • Q1. Histogram area Kth largest
  • Ans. 

    The question is about finding the area of a histogram and the Kth largest value.

    • Calculate the area of the histogram by multiplying the width and height of each bar and summing them up.

    • Find the Kth largest value by sorting the data and selecting the Kth element.

    • The Kth largest value can also be found using a heap data structure.

    • Example: Histogram area of [2, 3, 1, 4, 5] with bar width of 1 is 15. The 3rd largest value i

  • Answered by AI
  • Q2. Kth largest element in array
  • Ans. 

    Finding the Kth largest element in an array.

    • Sort the array and return the Kth element from the end

    • Use a max heap to keep track of the K largest elements

    • Use quickselect algorithm to find the Kth largest element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm
While thinking in interview think loudly

Skills evaluated in this interview

Mts1 Interview Questions & Answers

Adobe user image Anonymous

posted on 6 Jul 2022

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour 30 minutes, questions were based on coding, aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Interviewer asked two coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I didn't get the offer as i was not able to solve one of the coding question.

Mts1 Interview Questions & Answers

Oracle user image Anonymous

posted on 16 Sep 2021

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 107 minutes
Round difficulty - Medium

The test was active on (Oct 1, 2020) from 7:00 PM to 09:00 PM. The duration of the test is 107 minutes.
The candidate should have completed the test by 9:45 PM.

The camera and microphone was on all the time. There was time alotted for each section. After completing one section you cannot switch to the previous section. If you go off the camera you will get a warning.
The test contained several sections and all questions were MCQs. The sections were Coding ability, Computer Science theory, Advanced data structures like AVL Tree, Verbal and Quantitative ability, etc

  • Q1. 

    Preorder Traversal to BST Problem Statement

    Given an array or list PREORDER representing the preorder traversal of a Binary Search Tree (BST) with N nodes, construct the BST which matches the given preord...

Round 2 - Video Call 

(5 Questions)

Round duration - 30 minutes
Round difficulty - Medium

The Round started at 10:15 am and ended at 10:45 am approx. We waited in breakout room in zoom and when the interviewer was free we entered in the zoom call with the interviewer both camera and microphone was on. The interviewer was really supportive and hepled me in thinking different approches of a problem.

  • Q1. 

    Check if a Number is Binary

    Determine if a given string of integers bin represents a valid binary number. Return 'true' if the string represents a valid binary number, otherwise return 'false'. A binary n...

  • Q2. 

    Rearrange The Array Problem Statement

    You are given an array/list 'NUM' of integers. Rearrange the elements of 'NUM' such that no two adjacent elements are the same in the rearranged array.

    Example:

    Inpu...
  • Q3. 

    Number and Digits Problem Statement

    You are provided with a positive integer N. Your task is to identify all numbers such that the sum of the number and its digits equals N.

    Example:

    Input:
    N = 21
    Out...
  • Q4. 

    Reverse a String Problem Statement

    Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.

    Input:

    The input starts with a single i...
  • Q5. What will be the result when adding two binary numbers in a 64-bit and a 32-bit operating system?
Round 3 - Video Call 

Round duration - 30 minutes
Round difficulty - Medium

It took place at 11:30am(approx) and last for about 30 minutes
We waited in breakout room in zoom and when the interviewer was free we entered in the zoom call with the interviewer. Both camera and microphone was on.

Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

It took place around 1:30pm and last for 30 minutes. We waited in breakout room in zoom and when the interviewer was free we entered in the zoom call with the interviewer. Both camera and microphone was on.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Banasthali University. I applied for the job as MTS 1 in PuneEligibility criteria7/10 CGPA and above,No Active Backlogs in any semesterOracle interview preparation:Topics to prepare for the interview - Data Structures: Trees, Linked List, Stack and Queue. OOPS: Inheritance, Polymorphism. Java: Collection and Streams. Operating System: Threads, Process Management, Memory Management , Database management system: Joins, Normalization and Transactions (ACID Properties)SOLID PrinciplesTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Make your basics strong don't run after new technologies as a fresher companies wants your good command on DSA 
Tip 2 : Focus more on competitive programming to get into a good organization don't indulge to much in development because the first step to reach to the interview round is to clear the coding round 
Tip 3 : Do at least 2-3 Questions per day and practice daily 
Tip 4 : Also practice basic aptitude questions

Application resume tips for other job seekers

Tip 1 : Don't mention things in the resume that you don't have full command on you should have complete knowledge of what you mention in your resume
Tip 2 : Make your resume short and if you mention projects in your resume be clear about the details of the project even if you have done that in group because the interviewer will surely ask from it.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is c+,c++ what is java
  • Ans. 

    C+ and C++ are programming languages used for system and application development, while Java is a high-level programming language known for its portability and versatility.

    • C+ and C++ are low-level programming languages used for system programming and application development.

    • C++ is an extension of the C programming language with added features like classes and objects.

    • Java is a high-level programming language known for ...

  • Answered by AI
  • Q2. What is python, what is html
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability. HTML is a markup language used for creating web pages.

    • Python is a versatile language used for web development, data analysis, artificial intelligence, and more

    • HTML stands for HyperText Markup Language and is used to create the structure of web pages

    • Python code is executed line by line, while HTML is interpreted by web browsers to disp

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - data entry (word , excel , powerpoint , html, c+ ,c++,python, dtp)

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Quality base question
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion happen in hr round
  • Q2. Notice period discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the best company to work for career growth
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your background
  • Ans. 

    I have a diverse background in marketing, with experience in both traditional and digital marketing strategies.

    • Bachelor's degree in Marketing from XYZ University

    • 5 years of experience in marketing roles at various companies

    • Proficient in creating and implementing marketing campaigns

    • Skilled in market research and analysis

    • Experience with social media marketing and email campaigns

  • Answered by AI
  • Q2. Why are you looking for a new role
Round 2 - One-on-one 

(1 Question)

  • Q1. Describe a recent marketing campaign you worked on
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in

Round 1 - Aptitude Test 

Simple question in c and c++ with free technical question without option

Round 2 - Technical 

(1 Question)

  • Q1. Linked list in javascrip
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Linked list is a linear data structure.

    • Each node contains data and a reference to the next node.

    • Insertion and deletion operations are efficient in linked lists.

    • Example: Singly linked list, Doubly linked list, Circular linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - dont try this comapny

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Team management
Round 3 - One-on-one 

(1 Question)

  • Q1. QBR, diversity, shrinkage

Interview Preparation Tips

Interview preparation tips for other job seekers - After 2nd round feedback not received, interview was good, but feedback not received 4 month completed.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Reverse of 32 bit unsigned integer

Automatic Data Processing (ADP) Interview FAQs

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

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
View all
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