Add office photos
Employer?
Claim Account for FREE

Accenture

3.8
based on 58.6k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Market99 Interview Questions and Answers

Updated 4 Oct 2024
Popular Designations

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 table1 UNION ALL SELECT column1 FROM table2;

Add your answer

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

Add your answer

Q3. 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 operators require that the SELECT statements have the same ...read more

Add your answer

Q4. 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

Add your answer
Discover Market99 interview dos and don'ts from real experiences

Q5. 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.

View 1 answer

Q6. 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

Add your answer

More about working at Accenture

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Market99

based on 4 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top ETL Tester Interview Questions from Similar Companies

3.6
 • 29 Interview Questions
3.7
 • 25 Interview Questions
3.7
 • 12 Interview Questions
3.5
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter