Upload Button Icon Add office photos

Filter interviews by

Automatic Data Processing (ADP) SQL Developer Interview Questions and Answers for Experienced

Updated 30 Jul 2023

1 interview found

Sort by: Popular

SQL Developer Interview Questions

user image Anonymous

posted on 30 Jul 2023

Interview experience
3
Average
Difficulty level
Hard
Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jul 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Aptitude Test Round

Quant and verbal related questions

3

Technical Round (2 Questions)

  • Q1. All questions related to SQL and some python questions
  • Q2. Explain about VIEW in SQL

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Duration
-
Result
-

1 Interview Round

1

One-on-one Round (1 Question)

  • Q1. Syntax of stored procedure What is cursors Joins Cte
Interview experience
1
Bad
Difficulty level
Hard
Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2023.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Js basics like var, let and const
  • Q2. Angular basic questions
Interview experience
5
Excellent
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

So basically the questions were from strings, arrays, bitwise operators and some mathematical logic based questions. There were 10 questions and they will provide you a laptop and you have to complete all of them in 3 hours (java, c++)
Just be prepared on the above mentioned topics the questions were of easy level if your concept is clear you can crack it easily then there will one more round there they will ask theoretical questions once these both technical rounds are clear you're all set to go for HR round. So this is for 1-2yrs exp guys for freshers they also have to go through aptitude round and question pattern is similar

3

Technical Round (3 Questions)

  • Q1. Basic oops concepts some tricky ques
  • Q2. Questions from collection framework
  • Q3. Multithreading basic questions
4

HR Round (1 Question)

  • Q1. Basic hr questions

Senior Developer Interview Questions

SAP user image Anonymous

posted on 19 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024.

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. System design majorly on HLD
2

Technical Round (1 Question)

  • Q1. Basic js questions

Skills evaluated in this interview

PHP Developer Interview Questions

Chetu user image Anonymous

posted on 24 Aug 2023

Interview experience
3
Average
Difficulty level
-
Duration
-
Result
-

4 Interview Rounds

1

Resume Shortlist Round

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
2

Aptitude Test Round

60 Question from aptitude and rest are scenerio based

3

Technical Round (1 Question)

  • Q1. Basic PHP question
4

Coding Test Round

Remove duplicate value from array

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare from php.net
Interview experience
4
Good
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2022.

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
2

Technical Round (3 Questions)

  • Q1. Basic JS concepts and programming related to them
  • Q2. HTML, CSS questions
  • Q3. Framework knowledge
3

Technical Round (1 Question)

  • Q1. Problem solving related to algorithms and data structures

I was interviewed before May 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 123 minutes
Round difficulty - Medium

This was an online assessment round that consisted of 4 sections:

1) Cognitive Assessment (20 questions- 20 minutes): It had 2 sections.

English: (10 questions), which composed of comprehension-based and basic grammar questions,
Numerical Ability: (10 questions), which composed of questions on geometry, trigonometry, quadratic equations, probability, statistics, etc.

2) Technical Assessment (20 questions-20 minutes): It consisted of MCQs on Data Structures & Algorithms, DBMS, OOPs, OS, and Computer Networks.

3) Coding Assessment (2 questions- 60 minutes) The 2 questions were:

Similar to this -----/
Similar to this -----/

4) Gamified Assessment (3 tasks- 23 minutes): This section composed of mind game-based questions that had to be done according to the given instructions.

  • Q1. Digit Count In Range You are given an integer ‘K’, and two numbers ‘A’ and ‘B’. You need to count the occurrences of the given digit ‘K’, in the range [A, B]. N...read more
  • Q2. Wildcard Pattern Matching Given a text and a wildcard pattern of size N and M respectively, implement a wildcard pattern matching algorithm that finds if the wi...read more
2

Video Call Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The interview was scheduled for 9 Jan 21 from 6:00 pm. The interviewer started with “Tell me about yourself”. Then he asked some CS fundamental questions. I was asked about the singleton class and then about the memory layout in C++, then he moved on to the next question. He pasted a code snippet in the chatbox and asked me to tell the output. I copied the code to my local editor and explained my approach to finding the output. The code was related to the concept of virtual function and destructor in C++. After that, he asked me how much memory will be used by a struct that is storing 2 char variables and 1 int variable.

After that, he started with questions on data structures and algorithms and I was asked three questions.

  • Q1. Print Binary Tree Given a binary tree of integers, you need to print the binary tree in a 2-D array of string such that - 1. There should be ‘H’ number of rows ...read more
  • Q2. Unbounded Knapsack You are given ‘N’ items with certain ‘PROFIT’ and ‘WEIGHT’ and a knapsack with weight capacity ‘W’. You need to fill the knapsack with the it...read more
  • Q3. Minimum Cost To Make String Valid Ninja has been given a string ‘STR’ containing either ‘{’ or ‘}’. 'STR’ is called valid if all the brackets are balanced. ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Chemical Engineering from Indian Institute of Technology (BHU), Varanasi. I applied for the job as SDE - Intern in NoidaEligibility criteriaFemale Candidates can only apply.Adobe interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPs, Operating System, DBMS, Computer NetworksTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : For DSA questions in interviews, start explaining from the brute force approach and then move to the optimal one. Convey your thought process to the interviewers, so that they can help you out if you get stuck. Communication skills matter a lot, and I think that is what makes the difference!
Tip 2 : Do some research about the company you are interviewing for and prepare the answers to the questions like Why should we hire you? (frame your answer in such a way that shows that your career goals align with the goals of the company), Why XYZ company?, Competitors of XYZ, etc. beforehand. Read about some latest news related to the company so that you can ask questions based upon that when the interviewer allows you to ask any question. This shows that you are genuinely interested to work for the company. 
Tip 3 : Spend proper time making your resume and get it reviewed by seniors. Do not write anything that you are not confident of. Even if you write something that you don’t know, just be prepared that how you will defend it. The interviewers are much much experienced than you and they’ll catch you easily if you lie. So don’t take risk here.

Application resume tips for other job seekers

Tip 1 : Try to include at least one development project in your resume.
Tip 2 : Do not write anything on the resume that you are not confident of. Even if you write something that you don’t know, just be prepared that how you will defend it. The interviewers are much much experienced than you and they’ll catch you easily if you lie.

Final outcome of the interviewRejected

Skills evaluated in this interview

Web Developer Interview Questions

Amdocs user image Anonymous

posted on 11 Oct 2020

I applied via LinkedIn and was interviewed before Oct 2019.

1 Interview Round

Interview Questions

  • Q1. Javascript: hoisting concept, this keyword, spread operator, small programs like combining two objects, reversing a string, iteration methods in Javascript. Add Answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to write some code.
Interview experience
5
Excellent
Difficulty level
-
Duration
-
Result
-

1 Interview Round

1

One-on-one Round (1 Question)

  • Q1. Syntax of stored procedure What is cursors Joins Cte

Automatic Data Processing (ADP) Interview FAQs

How many rounds are there in Automatic Data Processing (ADP) SQL Developer interview for experienced candidates?
Automatic Data Processing (ADP) interview process for experienced candidates usually has 3 rounds. The most common rounds in the Automatic Data Processing (ADP) interview process for experienced candidates are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Automatic Data Processing (ADP) SQL Developer interview for experienced candidates?

Some of the top questions asked at the Automatic Data Processing (ADP) SQL Developer interview for experienced candidates -

  1. Explain about VIEW in ...read more
  2. All questions related to SQL and some python questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Automatic Data Processing (ADP) interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Automatic Data Processing (ADP) SQL Developer Salary
based on 5 salaries
₹3.1 L/yr - ₹13.4 L/yr
57% more than the average SQL Developer Salary in India
View more details

Automatic Data Processing (ADP) SQL Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Senior Member Technical
1.6k salaries
unlock blur

₹7 L/yr - ₹21.4 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
866 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