Upload Button Icon Add office photos

Filter interviews by

Accenture Data Quality Analyst Interview Questions and Answers

Updated 30 Nov 2024

Accenture Data Quality Analyst Interview Experiences

2 interviews found

Data Quality Analyst Interview Questions & Answers

user image Suma Sathyamoorthy

posted on 30 Nov 2024

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

I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy, about 1 hour and fairly solvable.

Round 2 - Coding Test 

It was one easy question and one hard question, could only solve one.

Round 3 - HR 

(3 Questions)

  • Q1. What are your future goals?
  • Q2. What are your strengths?
  • Q3. Any questions for us?

Interview Questionnaire 

2 Questions

  • Q1. What can you offer to the company
  • Q2. I can offer 110% of my efforts and time and also my data skills that i learned from the online courses and yes i also want to learn a lot.

Data Quality Analyst Interview Questions Asked at Other Companies

asked in Intrics
Q1. Different types of joins, how to handle duplicates in SQL, excel
asked in Mphasis
Q2. how to product wise second heighest sales item.
asked in Mphasis
Q3. how to Pivot a table in SQL
asked in Intrics
Q4. Difference betweenunion and union all
asked in Intrics
Q5. Window function in sql

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Forecasting problem - Predict daily sku level sales

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to ...

  • Answered by AI
  • Q2. Parametric vs non parametruc model
  • Ans. 

    Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

    • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

    • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

    • Examples of parametric models inc...

  • Answered by AI

Skills evaluated in this interview

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

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 scd type 2?
  • Ans. 

    SCD type 2 is a method used in data warehousing to track historical changes by creating a new record for each change.

    • SCD type 2 stands for Slowly Changing Dimension type 2

    • It involves creating a new record in the dimension table whenever there is a change in the data

    • The old record is marked as inactive and the new record is marked as current

    • It allows for historical tracking of changes in data over time

    • Example: If a cust...

  • Answered by AI
  • Q2. Pyspark question read CSV from folder and add column in each csv file and write it to different location.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain your project structure ?
  • Ans. 

    My project structure follows a modular approach with separate folders for data ingestion, processing, and storage.

    • Separate folders for data ingestion, processing, and storage

    • Use of version control for tracking changes

    • Documentation for each module and process

    • Unit tests for data pipelines

    • Logging and monitoring for tracking data flow

  • Answered by AI
  • Q2. What is mean by dag ?
  • Ans. 

    DAG stands for Directed Acyclic Graph, a data structure used to represent dependencies between tasks in a workflow.

    • DAG is a collection of nodes connected by directed edges, where each edge represents a dependency between tasks.

    • It is acyclic, meaning there are no cycles or loops in the graph.

    • DAGs are commonly used in data processing pipelines to ensure tasks are executed in the correct order.

    • Example: In a DAG representi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No Result

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell. me about youself
  • Q2. Sql question , pyspark questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

1. Questions on spark basica
2. Sql coding questions
3. Java or scala basics

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com 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 - Technical 

(2 Questions)

  • Q1. How tfidf works in NLP
  • Ans. 

    TF-IDF is a statistical measure used to evaluate the importance of a word in a document.

    • TF-IDF stands for Term Frequency-Inverse Document Frequency

    • It is used to weigh a word's importance in a document by considering its frequency in the document and across all documents

    • The formula for TF-IDF is: TF-IDF = TF * IDF

    • TF (Term Frequency) measures how frequently a term appears in a document

    • IDF (Inverse Document Frequency) mea...

  • Answered by AI
  • Q2. What is the difference between group by and window function in sql
  • Ans. 

    Group by is used to group data based on a column while window function is used to perform calculations on a specific window of data.

    • Group by is used to aggregate data based on a specific column

    • Window function is used to perform calculations on a specific window of data

    • Group by is used with aggregate functions like sum, count, avg, etc.

    • Window function is used with analytical functions like rank, lead, lag, etc.

    • Group by ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about the project you worked on 4 years back
  • Ans. 

    Developed a predictive model to forecast customer churn for a telecom company.

    • Used machine learning algorithms like logistic regression and random forest.

    • Preprocessed and cleaned the dataset by handling missing values and outliers.

    • Performed feature engineering to create new variables for better model performance.

    • Evaluated model performance using metrics like accuracy, precision, and recall.

    • Implemented the model in prod

  • Answered by AI
  • Q2. Why are you leaving your current company
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a more challenging role that aligns with my career goals.

    • Seeking a company that values innovation and encourages professional development.

    • Want to work in a more collaborative and diverse team environment.

    • Desire to explore new technologies and industries.

    • Current company lacks opportunities for advancement or career growth.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They took my resume from Naukri and contacted me, and 1st round of interview was scheduled. Questions were mostly based on projects in the resume, basics of machine learning, statistics, and hypothesis testing.
The recruiter said that you are selected for 2nd round and this will be with the Vice president.
That vice president did not have any time sense and the interview was scheduled at 10:30 in the night and he joined at 10:45, he started asking about the projects which was done 4 years ago(which was not stall mentioned in the resume). Later started asking about the current project.

Then he asked how did you do hyperparameter tuning, I said using GridSearchCV, he asked did you not use scikit-learn?. He does not even know that GridSerachCv is one of the class inside scikit-learn.

Later I contacted recruiter, she started ignoring my calls, after trying for 5 times, I asked did you get any feedback,? she said still I have not got. How much time they want to say if I am selected for the next round or rejected? I said even if I am not selected, please inform me. But still she has not said anything.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

(7 Questions)

  • Q1. About my work experience About my job nature
  • Q2. How many years of job experience.proof about my character given by previous office as conduct certificate.
  • Q3. How will I do my job. I will work with gratitude
  • Q4. Do I have experience in this job I am having basic knowledge as I think it is enough to my work.
  • Q5. How about my character? I am dedicated worker
  • Q6. What about my nature? I am a reserve type.i speak less work more.
  • Q7. No comments I will prove by doing job .
Round 3 - Assignment 

I am basically commerce oriented student.i know basic typing,ms office like ms word and ms excel.and I am having tally certificate from college.

Interview Preparation Tips

Interview preparation tips for other job seekers - I need laptop and training from you.i am ready to work in your esteemed concern with dedication,sincerity,truthful and faithful.i need an opportunity from your company to learn and work with sincerity.as my residence is far from our office I need to work from home.i trust God and pray to get work in your esteemed concern.

I applied via Company Website and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
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
Round 2 - Aptitude Test 

The test will be conducted in a interview process

Round 3 - Group Discussion 

Group discussion is a communicate in a people

Round 4 - HR 

(2 Questions)

  • Q1. Hr face to face commutation
  • Q2. Self introduction and
Round 5 - One-on-one 

(2 Questions)

  • Q1. It is the individual interview
  • Q2. Personal questions only

Interview Preparation Tips

Topics to prepare for Tata Group Data Analyst interview:
  • Data analyst
  • Accounting
Interview preparation tips for other job seekers - Good opportunity in a company .in my future like thate good job ,iam relay comfortable work in this company

Accenture Interview FAQs

How many rounds are there in Accenture Data Quality Analyst interview?
Accenture interview process usually has 3 rounds. The most common rounds in the Accenture interview process are Aptitude Test, Coding Test and HR.
What are the top questions asked in Accenture Data Quality Analyst interview?

Some of the top questions asked at the Accenture Data Quality Analyst interview -

  1. i can offer 110% of my efforts and time and also my data skills that i learned ...read more
  2. What are your future goa...read more
  3. What are your strengt...read more

Tell us how to improve this page.

Accenture Data Quality Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Data Quality Analyst Salary
based on 48 salaries
₹1.8 L/yr - ₹6 L/yr
24% less than the average Data Quality Analyst Salary in India
View more details

Accenture Data Quality Analyst Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.1

Skill development

4.7

Work-life balance

3.8

Salary

4.5

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 4 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.2k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.2 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview