Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Deloitte Team. If you also belong to the team, you can get access from here

Deloitte Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte ETL Developer Interview Questions and Answers

Updated 19 Oct 2022

Deloitte ETL Developer Interview Experiences

1 interview found

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2022

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 

(1 Question)

  • Q1. Informatica scenarios and theoretical questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Project related questions
Round 4 - HR 

(1 Question)

  • Q1. Basic discussion in HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best and focus on logical scenarios to crack interview

Interview questions from similar companies

ETL Developer Interview Questions & Answers

ZS user image Aatmikta Sirothiya

posted on 25 Oct 2024

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

(1 Question)

  • Q1. Situation based questions, by giving some data and about the dedup logic by using sql
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the SQL query using PIVOT to transform the given input table into the expected output?
  • Ans. 

    Using PIVOT in SQL to transform input table into expected output

    • Use the PIVOT keyword followed by the aggregation function and column to pivot on

    • Specify the values to pivot on as columns in the output table

    • Include the FOR clause to specify the values to pivot on

    • Example: SELECT * FROM input_table PIVOT (SUM(value) FOR category IN ('A', 'B', 'C')) AS output_table

  • Answered by AI
  • Q2. What is the process flow for implementing an incremental load?
  • Ans. 

    Incremental load process flow involves identifying new/updated data, extracting, transforming, and loading it into the target system.

    • Identify the source data that has changed since the last load

    • Extract only the new/updated data from the source system

    • Transform the data as needed (e.g. applying business rules, data cleansing)

    • Load the transformed data into the target system, either appending to existing data or updating e

  • Answered by AI
  • Q3. What are the steps involved in query optimization?
  • Ans. 

    Query optimization involves steps to improve the performance of database queries.

    • Identify slow queries using tools like query logs or profiling.

    • Analyze query execution plans to understand how queries are being processed.

    • Optimize queries by adding indexes, rewriting queries, or restructuring data.

    • Consider factors like data distribution, join types, and query complexity.

    • Test and benchmark optimized queries to ensure perf

  • Answered by AI
  • Q4. What is the process flow of Slowly Changing Dimension Type 2 (SCD 2), and what are the associated post commands?
  • Ans. 

    SCD Type 2 is used to track historical changes in data by creating new records for changes.

    • Identify changes in source data

    • Insert new record with updated data

    • Update end date of previous record

    • Add post commands like updating flags or triggers

    • Example: If a customer changes their address, a new record is created with the updated address while the previous record is marked as expired.

  • Answered by AI
  • Q5. Difference Between dimension tables and fact tables.Which one loaded firs?
  • Ans. 

    Dimension tables store descriptive attributes while fact tables store quantitative data. Dimension tables are loaded first.

    • Dimension tables contain attributes like customer name, product category, etc.

    • Fact tables contain quantitative data like sales revenue, quantity sold, etc.

    • Dimension tables are typically loaded first as they provide context for the quantitative data in fact tables.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

On the sql, python and other puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - asked on the sql problems like joins, group, window function, database and warehouse diff
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Stored Procedure to get user input
  • Ans. 

    Use a stored procedure to prompt user for input in ETL process.

    • Create a stored procedure with parameters to accept user input.

    • Use the parameters in the stored procedure to filter or manipulate data.

    • Prompt the user for input values when calling the stored procedure.

  • Answered by AI
  • Q2. Use error handling method with Stored Procedure
  • Ans. 

    Use TRY...CATCH block in SQL to handle errors in Stored Procedures

    • Enclose the code inside a TRY block

    • Use a CATCH block to handle any errors that occur

    • Use RAISEERROR or THROW statement to raise custom error messages

    • Use @@ERROR or @@ROWCOUNT to check for errors or affected rows

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Details about company and previous Projects

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Experience: Offline test. Mostly concerned with data sufficiency, geometry and age relations and such apti questions. In verbal part there was sentence equivalence and completion questions. Small RC passages were as well.

Round: Technical Interview
Experience: I was mostly asked some problems and approaches of mathematics and I had been asked about an algorithm I implemented in one of my research project.

College Name: Jadavpur University, Kolkata

Analyst Interview Questions & Answers

Ernst & Young user image Girisha Chaudhary

posted on 7 Jun 2017

I appeared for an interview in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to join ey?
  • Ans. 

    I want to join EY because of their reputation for providing excellent opportunities for professional growth and development.

    • EY is known for its strong commitment to employee development and providing opportunities for career advancement

    • I am impressed by EY's diverse client base and the chance to work on a wide range of projects

    • I value the emphasis EY places on innovation and technology in their services

  • Answered by AI
  • Q2. What is your favourite subject?
  • Ans. 

    My favorite subject is mathematics because I enjoy solving complex problems and finding patterns.

    • I love the challenge of solving equations and puzzles

    • I find joy in discovering new mathematical concepts and theories

    • Mathematics is a universal language that can be applied to various fields such as science, engineering, and finance

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were time consuming but not much tricky. About 50% students were shortlisted for next round
Duration: 45 minutes
Total Questions: 60

Round: Group Discussion
Experience: Initially a normal gd took place and at last they gave 15 seconds to each candidate to conclude (this part was crucial in selecting shortlisted candidates). In our group we had 10 candidates out of which 3 were shortlisted.
Duration: 15 minutes

Round: Technical + HR Interview
Experience: A little about technical knowledge mostly hr questions were asked

Round: HR Interview
Experience: General he questions were asked

College Name: Jaypee University Of Information Technology, Solan

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Realizing the maximum solar power potential in Nepal
  • Ans. 

    Nepal can realize its maximum solar power potential by implementing policies to encourage solar energy adoption and investing in infrastructure.

    • Implement policies to incentivize solar energy adoption

    • Invest in infrastructure for solar power generation and distribution

    • Encourage public-private partnerships to fund solar projects

    • Promote awareness and education about the benefits of solar energy

    • Explore innovative financing ...

  • Answered by AI
  • Q2. Normal HR stuff

Interview Preparation Tips

Round: Group Discussion
Experience: People rushed to put in their points.
Tips: Keep calm, listen and only say things that make sense.
Duration: 20 minutes

Round: Case Study Interview
Experience: Approached the problem from all directions from acquiring capital, to maintenance, policy and environmental factors.
Tips: Think well before answering. Its better to show your understanding in multiple dimensions and thinking out of your comfort zone.

Round: HR Interview
Experience: It was a pleasant conversation.
Tips: Be authentic but respectful and optimistic, they like it.

Skills: Problem Solving Abilties, Communication
College Name: IIT Madras

I applied via Walk-in

Interview Questionnaire 

1 Question

  • Q1. Devise entry strategy for a conveyer belts manufacturer
  • Ans. 

    Analyze market, identify potential customers, establish partnerships with distributors, and offer customized solutions.

    • Conduct market research to identify potential customers and competitors

    • Establish partnerships with distributors to expand reach

    • Offer customized solutions to meet specific customer needs

    • Invest in marketing and advertising to increase brand awareness

    • Provide excellent customer service to build a loyal cus

  • Answered by AI

Interview Preparation Tips

Round: Case Study Interview
Experience: My case discussion lasted for 5 minutes. He asked me the question. I asked them two questions to get a hang of the industry/objective. Then I told them my approach for solving the problem and summarized by describing my structure.
I think they liked freshness of my approach. Typically people ask a lot of questions and often the process gets slowed down or becomes uninteresting. I touched upon the entire set of important points and summarized it quickly.
Tips: 1. Don’t over-prepare for case interviews. I had read first chapter of ‘Case in point’ to understand different types of cases. I had done only 3 – 5 cases myself but observed around 10 cases.
2. Interviewers appreciate crisp and comprehensive communication.
3. Be thorough with your resume and be comfortable talking about its relevance to the vertical you are targeting.
4. Try to understand the background of the interviewer and gauge his expectation from your interview.
5. Utilize the opportunities to demonstrate the value you bring to the table.
6. Stay calm, focused and confident

Skills: Case Solving Ability, Case Analysis
College Name: Indian School Of Business (ISB)

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Can't remember d question

Interview Preparation Tips

Round: Group Discussion
Experience: They are looking for confident candidates. One who can speak out (ofcource logical stuffs).
Tips: dnt act oversmart.. dnt use fake accent.. be smart n confident
Duration: not fixed minute

Round: Technical Interview
Experience: speak freely.. be ready to travell.. if u r joining ITRA team.. make sure u hv good knowledge of all d developmnt model.. waterfall model etc.. good knowledge of telecom.. n if u r joining now in kolkata team.. u must hv good knowledge of cyber secutiry..

Skills: skils, Confidence, 1)communication
College Name: B.P.Poddar Inst of Mang and Sc
Motivation: package
Funny Moments: i didnt want to join ey but now i dnt want to leave ey

Deloitte Interview FAQs

How many rounds are there in Deloitte ETL Developer interview?
Deloitte interview process usually has 4 rounds. The most common rounds in the Deloitte interview process are HR, Resume Shortlist and Technical.
How to prepare for Deloitte ETL Developer 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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are ETL, Data Management, Data Warehousing and SQL.
What are the top questions asked in Deloitte ETL Developer interview?

Some of the top questions asked at the Deloitte ETL Developer interview -

  1. Informatica scenarios and theoretical questi...read more
  2. Project related questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 795 Interviews
ZS Interview Questions
3.3
 • 450 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Bain & Company Interview Questions
3.8
 • 106 Interviews
WSP Interview Questions
4.2
 • 91 Interviews
Gartner Interview Questions
4.1
 • 81 Interviews
Mercer Interview Questions
3.7
 • 80 Interviews
View all
Deloitte ETL Developer Salary
based on 50 salaries
₹4 L/yr - ₹12 L/yr
At par with the average ETL Developer Salary in India
View more details

Deloitte ETL Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.4

Salary

4.5

Job security

5.0

Company culture

4.5

Promotions

4.1

Work satisfaction

Explore 2 Reviews and Ratings
Consultant
33.9k salaries
unlock blur

₹6.4 L/yr - ₹23.5 L/yr

Senior Consultant
21.5k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.6k salaries
unlock blur

₹3.9 L/yr - ₹12.8 L/yr

Assistant Manager
10.2k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7.2k salaries
unlock blur

₹16 L/yr - ₹53 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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