Add office photos
Ernst & Young logo
Engaged Employer

Ernst & Young

Verified
3.4
based on 10.8k Reviews
Video summary
Filter interviews by
Data Engineer
Clear (1)

Ernst & Young Data Engineer Interview Questions and Answers

Updated 8 Jan 2025

Q1. Difference between star and Snowflake schema in detail

Ans.

Star schema has a single fact table connected to multiple dimension tables, while Snowflake schema has normalized dimension tables.

  • Star schema denormalizes data for faster query performance

  • Snowflake schema normalizes data to reduce redundancy

  • Star schema is easier to understand and query

  • Snowflake schema is more flexible and scalable

  • Example: A star schema for a sales database would have a fact table for sales transactions connected to dimension tables for products, customers, a...read more

Add your answer
right arrow

Q2. Diff btw transient table , fact table and dimension table

Ans.

Transient tables are temporary tables, fact tables contain quantitative data, and dimension tables contain descriptive data.

  • Transient tables are temporary and used for intermediate processing or storing temporary data.

  • Fact tables contain quantitative data such as sales, revenue, or quantities.

  • Dimension tables contain descriptive data like customer names, product categories, or dates.

Add your answer
right arrow

Q3. Maximum salary for each department in sql

Ans.

Use SQL query to find the maximum salary for each department

  • Use GROUP BY clause to group the data by department

  • Use MAX() function to find the maximum salary within each group

  • Join the tables if necessary to get department information

Add your answer
right arrow

Q4. Sql order of execution

Ans.

SQL order of execution determines the sequence in which different clauses are processed in a query.

  • SQL query is parsed and validated first

  • Next, the query optimizer creates an execution plan

  • Execution plan includes steps like table scans, index scans, joins, etc.

  • Finally, the query is executed and results are returned

Add your answer
right arrow
Discover Ernst & Young interview dos and don'ts from real experiences

Q5. list vs tuple difference

Ans.

List and tuple are both sequence data types in Python, but the main difference is that lists are mutable while tuples are immutable.

  • Lists are enclosed in square brackets [], while tuples are enclosed in parentheses ().

  • Lists can be modified by adding, removing, or changing elements, while tuples cannot be modified once created.

  • Lists are typically used for collections of similar items, while tuples are used for heterogeneous data or to represent a fixed set of values.

  • Lists have...read more

Add your answer
right arrow

Q6. Spark Optimization Techniques

Ans.

Spark optimization techniques improve performance and efficiency of Spark jobs.

  • Use partitioning to distribute data evenly across nodes

  • Cache intermediate results to avoid recomputation

  • Optimize shuffle operations by reducing data shuffling

  • Use broadcast variables for small lookup tables

  • Tune memory and executor settings for optimal performance

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Ernst & Young Data Engineer

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

Top Data Engineer Interview Questions from Similar Companies

TCS Logo
3.7
 • 64 Interview Questions
Capgemini Logo
3.7
 • 40 Interview Questions
KPMG India Logo
3.5
 • 16 Interview Questions
Tech Mahindra Logo
3.5
 • 15 Interview Questions
EPAM Systems Logo
3.7
 • 12 Interview Questions
View all
Recently Viewed
JOBS
Koch Business Solutions
No Jobs
SALARIES
Capgemini
SALARIES
Infosys
JOBS
Quantiphi Analytics Solutions Private Limited
No Jobs
SALARIES
Infosys
SALARIES
Motilal Oswal Financial Services
SALARIES
Clover Infotech
JOBS
Concentrix Catalyst
No Jobs
SALARIES
ANZ Operations & Technology
REVIEWS
Quantiphi Analytics Solutions Private Limited
No Reviews
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
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