Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture ETL Tester Interview Questions and Answers

Updated 7 Apr 2025

8 Interview questions

An ETL Tester was asked 2mo ago
Q. Explain the rank function and a scenario where it would be used.
Ans. 

The RANK function assigns a unique rank to each row within a partition of a dataset based on specified criteria.

  • RANK function is used in SQL to assign a rank to each row within a partition of a result set.

  • It can handle ties by assigning the same rank to identical values, skipping subsequent ranks. For example, if two rows are tied for rank 1, the next rank will be 3.

  • Commonly used in scenarios like ranking students...

An ETL Tester was asked 2mo ago
Q. What is SCD and what are its types?
Ans. 

SCD stands for Slowly Changing Dimensions, which manage historical data in data warehousing.

  • SCD Type 0: Retain original data without tracking changes. Example: Static attributes like a product's SKU.

  • SCD Type 1: Overwrite old data with new data. Example: Updating a customer's address without keeping the old one.

  • SCD Type 2: Create a new record for each change, preserving history. Example: Tracking changes in a custo...

ETL Tester Interview Questions Asked at Other Companies

asked in Cognizant
Q1. If we have 200 staging tables, 40 dimension tables, and 20 fact t ... read more
asked in Cognizant
Q2. 2.Difference between Union and union all,drop and Truncate,star s ... read more
asked in Cognizant
Q3. What type of validation will you perform in the landing and stagi ... read more
Q4. What is the difference between a Test Plan and a Test Strategy?
asked in Infosys
Q5. How do you get data integrity between source and destination, how ... read more
An ETL Tester was asked 12mo ago
Q. What is a primary key?
Ans. 

Primary key is a unique identifier for each record in a database table.

  • Primary key ensures each record in a table is unique

  • It can be a single column or a combination of columns

  • Primary key values cannot be NULL

🔥 Asked by recruiter 4 times
An ETL Tester was asked 12mo ago
Q. What is the difference between UNION and UNION ALL?
Ans. 

Union combines and removes duplicates, while union all combines without removing duplicates.

  • Union removes duplicates from the result set, while union all does not.

  • Union is slower than union all because it has to perform an additional step to remove duplicates.

  • Union all is used when duplicates are desired in the result set.

  • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

  • Example: SELECT column1 ...

What people are saying about Accenture

View All
a junior software engineer
2w
Job offer in Malaysia - legit or scam?
Hey everyone, I received a job proposal from Mindgraph for a Junior Mainframe Developer position in Malaysia (onsite). Not sure if it's a real deal. They found my resume on Naukri and the offer includes: * Experience: 3+ years on cardlink, VSAM, CICS, JCL * Location: Malaysia (Accenture client in Kuala Lumpur) * Notice: 0-60 days * Benefits: One-way ticket, 1-week stay, medical insurance, visa. Has anyone heard of Mindgraph or had a similar experience? Note : This is a permanent position with Mindgragh and you need to work with our client Accenture - Malaysia (Kaula Lumpur) & we will provide one way Air Ticket from India - Malaysia, 1 Week Accommodation, Medical Insurance and will take care of the Visa process also. Any insights would be appreciated!
Got a question about Accenture?
Ask anonymously on communities.
An ETL Tester was asked
Q. Union union all difference
Ans. 

Union, Union All, and Difference are SQL set operators used to combine or compare data from multiple tables.

  • Union combines the results of two or more SELECT statements and removes duplicates.

  • Union All combines the results of two or more SELECT statements and includes duplicates.

  • Difference (also known as Except) returns only the rows from the first SELECT statement that are not in the second SELECT statement.

  • All th...

An ETL Tester was asked 8mo ago
Q. Advanced SQL for large data handling
Ans. 

Advanced SQL techniques for handling large datasets

  • Use indexing to improve query performance

  • Optimize queries by avoiding unnecessary joins and subqueries

  • Utilize partitioning and clustering to manage large tables efficiently

  • Consider using window functions for complex analytical queries

An ETL Tester was asked 8mo ago
Q. Tools used for ETL testing
Ans. 

Some tools used for ETL testing include Informatica, Talend, SSIS, and Apache Nifi.

  • Informatica

  • Talend

  • SSIS (SQL Server Integration Services)

  • Apache Nifi

Are these interview questions helpful?
An ETL Tester was asked 11mo ago
Q. Types of scd dimensions
Ans. 

Slowly Changing Dimensions (SCD) include Type 1, Type 2, and Type 3 dimensions.

  • Type 1: Overwrite existing data with new data, no history is kept.

  • Type 2: Create a new record for each change, maintaining history.

  • Type 3: Create a new attribute to store changes, keeping limited history.

Accenture ETL Tester Interview Experiences

7 interviews found

ETL Tester Interview Questions & Answers

user image Anup Gupta

posted on 7 Apr 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is scd amd their types
  • Ans. 

    SCD stands for Slowly Changing Dimensions, which manage historical data in data warehousing.

    • SCD Type 0: Retain original data without tracking changes. Example: Static attributes like a product's SKU.

    • SCD Type 1: Overwrite old data with new data. Example: Updating a customer's address without keeping the old one.

    • SCD Type 2: Create a new record for each change, preserving history. Example: Tracking changes in a customer's...

  • Answered by AI
  • Q2. Rank function and its scenario
  • Ans. 

    The RANK function assigns a unique rank to each row within a partition of a dataset based on specified criteria.

    • RANK function is used in SQL to assign a rank to each row within a partition of a result set.

    • It can handle ties by assigning the same rank to identical values, skipping subsequent ranks. For example, if two rows are tied for rank 1, the next rank will be 3.

    • Commonly used in scenarios like ranking students base...

  • Answered by AI

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 5 Jul 2024

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

(2 Questions)

  • Q1. Etl tools and technologies
  • Q2. Types of scd dimensions
  • Ans. 

    Slowly Changing Dimensions (SCD) include Type 1, Type 2, and Type 3 dimensions.

    • Type 1: Overwrite existing data with new data, no history is kept.

    • Type 2: Create a new record for each change, maintaining history.

    • Type 3: Create a new attribute to store changes, keeping limited history.

  • Answered by AI

Skills evaluated in this interview

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tools used for ETL testing
  • Ans. 

    Some tools used for ETL testing include Informatica, Talend, SSIS, and Apache Nifi.

    • Informatica

    • Talend

    • SSIS (SQL Server Integration Services)

    • Apache Nifi

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Advanced SQL for large data handling
  • Ans. 

    Advanced SQL techniques for handling large datasets

    • Use indexing to improve query performance

    • Optimize queries by avoiding unnecessary joins and subqueries

    • Utilize partitioning and clustering to manage large tables efficiently

    • Consider using window functions for complex analytical queries

  • Answered by AI

Skills evaluated in this interview

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2024

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

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

Multiple choice questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between union and union all?
  • Ans. 

    Union combines and removes duplicates, while union all combines without removing duplicates.

    • Union removes duplicates from the result set, while union all does not.

    • Union is slower than union all because it has to perform an additional step to remove duplicates.

    • Union all is used when duplicates are desired in the result set.

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM ...

  • Answered by AI
  • Q2. What is primary key?
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture ETL Tester interview:
  • ETL Testing
  • SQL
Interview preparation tips for other job seekers - Prepare well in all areas.

Skills evaluated in this interview

ETL Tester Interview Questions & Answers

user image Lakshmipriya S

posted on 27 Mar 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2022. There were 4 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 - Assignment 

Before attending face to face interview we need clear online technical assessment. It's a objective type question mostly questions are related to unix, SQL, data warehousing,abinitio

Round 3 - Technical 

(3 Questions)

  • Q1. Basic SQL queries like rank , denserank, joins, nvl, group by
  • Q2. Union union all difference
  • Ans. 

    Union, Union All, and Difference are SQL set operators used to combine or compare data from multiple tables.

    • Union combines the results of two or more SELECT statements and removes duplicates.

    • Union All combines the results of two or more SELECT statements and includes duplicates.

    • Difference (also known as Except) returns only the rows from the first SELECT statement that are not in the second SELECT statement.

    • All three o...

  • Answered by AI
  • Q3. Fact dimension difference, database data warehouse difference
Round 4 - HR 

(1 Question)

  • Q1. Mostly related to location and package negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts and things you have mentioned in your resume.

Skills evaluated in this interview

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2022

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sql joins, union, data warehouse concepts, index, normalization

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all top sql interview questions

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2021

Interview Questionnaire 

5 Questions

  • Q1. Agile Methodologies
  • Q2. Scenario based Question on SQL
  • Q3. Test Management Tool
  • Q4. ETL Tools
  • Q5. UNIX commands

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are different types of cloud?
  • Q2. What is workflow,trigger, different types of reports, roles, profiles, permission set, sharing rules etc?
  • Ans. 

    Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.

    • Workflow is a series of automated steps that can be used to streamline business processes.

    • Triggers are used to execute code before or after a record is inserted, updated, or deleted.

    • Reports are used to display data in a visual format, such as a table or chart.

    • Roles are used to define the hierarchy of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Google the question related to your topic and also become 100% prepared with your resume.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before May 2018. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. This is face to face interview... They are observing our behaviour... Attitude... Etc
  • Q2. Introduce u r self....
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have 3 years of experience working in marketing and sales roles.

    • I am proficient in Microsoft Office Suite and have strong communication skills.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI
  • Q3. U r carrier objections
  • Ans. 

    My career objectives focus on continuous growth, contributing to team success, and making a positive impact in my field.

    • Aim to develop expertise in my field, such as becoming a certified project manager.

    • Seek leadership opportunities to guide and mentor junior team members.

    • Aspire to work on innovative projects that challenge my skills and creativity.

    • Desire to contribute to a company's mission, like improving customer sa...

  • Answered by AI
  • Q4. About TCS
  • Q5. Why should u select TCS
  • Ans. 

    TCS is a global leader in IT services with a strong reputation for innovation and client satisfaction.

    • TCS has a proven track record of delivering high-quality services to clients worldwide.

    • TCS offers a wide range of opportunities for career growth and development.

    • TCS values diversity and inclusion, creating a supportive work environment for employees.

    • TCS invests in cutting-edge technologies and training programs to kee...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: Any kind of topic u cn select... Sales, accounts, service

Round: Test
Experience: Aptitude test... Mathematic and problem solving... General knowledge is very important

Round: Telephonic
Experience: This is final round... BH directly interact with us...

General Tips: Be confident... Be clam.... Keep smiling face... That is the way to win
Skills: Communication, Body Language, Leadership, Presentation Skills, Time Management
Duration: <1 week

Accenture Interview FAQs

How many rounds are there in Accenture ETL Tester interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, Assignment and Resume Shortlist.
How to prepare for Accenture ETL Tester 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 Accenture. The most common topics and skills that interviewers at Accenture expect are Consulting, Customer Service, Informatica, JIRA and SQL.
What are the top questions asked in Accenture ETL Tester interview?

Some of the top questions asked at the Accenture ETL Tester interview -

  1. What is the difference between union and union a...read more
  2. What is primary k...read more
  3. What is scd amd their ty...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 5 interview experiences

Difficulty level

Moderate 75%
Hard 25%

Duration

Less than 2 weeks 33%
2-4 weeks 67%
View more

ETL Tester Interview Questions from Similar Companies

TCS ETL Tester Interview Questions
3.6
 • 6 Interviews
View all
Accenture ETL Tester Salary
based on 318 salaries
₹3.6 L/yr - ₹13.2 L/yr
16% more than the average ETL Tester Salary in India
View more details

Accenture ETL Tester Reviews and Ratings

based on 10 reviews

4.5/5

Rating in categories

4.7

Skill development

4.1

Work-life balance

4.3

Salary

3.6

Job security

4.3

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 10 Reviews and Ratings
Application Development Analyst
39.3k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹7 L/yr - ₹20.5 L/yr

Team Lead
26.4k salaries
unlock blur

₹12.6 L/yr - ₹22.4 L/yr

Senior Analyst
19.4k salaries
unlock blur

₹9 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.5k salaries
unlock blur

₹10.5 L/yr - ₹18 L/yr

Explore more salaries
Compare Accenture with

TCS

3.6
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview