Upload Button Icon Add office photos
Engaged Employer

i

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

Capgemini 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

Capgemini ETL Developer Interview Questions and Answers

Updated 9 Jul 2024

Capgemini ETL Developer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Rank and dense rank
  • Q2. Scenario based etl question

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2022

I applied via LinkedIn and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on logic SCD types
  • Q2. Dynamic lookup along with lookup

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical mainly logic and interview is cool Lister so that you can explain well

ETL Developer Interview Questions Asked at Other Companies

asked in Ciber
Q1. What are the content of APT_CONFIG_FILE? Can you brief on the rel ... read more
asked in ZS
Q2. What is the process flow of Slowly Changing Dimension Type 2 (SCD ... read more
asked in Ciber
Q3. What is RCP? In What scenario you have used this in your project?
Q4. What is trigger . Do Implementation of types of trigger?
asked in Ciber
Q5. What are the methods available in Aggregator stage?

ETL Developer Interview Questions & Answers

user image Mahesh Mogilisetty

posted on 7 Apr 2022

Round 1 - Technical 

(1 Question)

  • Q1. About the ETL Process
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and be confident on what you want to convery.

ETL Developer Jobs at Capgemini

View all

Interview questions from similar companies

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 Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Lookup ,router,joiner
  • Q2. Different types of caches
  • Q3. Scd1 and scd2 implementation
  • Q4. Fact and dimensions tables and different data modelling
Round 2 - HR 

(1 Question)

  • Q1. Salary discuss and location discussion

ETL Developer Interview Questions & Answers

Tech Mahindra user image RAMAVATHULA CHANDRA NAIK

posted on 4 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. They were asking very logical and technical questions on interview time
  • Q2. They were test our skills and time punctuation
Round 2 - HR 

(1 Question)

  • Q1. They were discussed with some technical questions and based on knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - They were asking technical questions and based on our resume mentioned questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explainyour job role
  • Ans. 

    ETL Developers are responsible for designing, developing, and maintaining ETL processes to extract, transform, and load data from various sources into a data warehouse.

    • Designing ETL processes to extract data from multiple sources

    • Transforming data to meet business requirements

    • Loading data into a data warehouse or other target systems

    • Developing and maintaining ETL jobs using tools like Informatica, Talend, or SSIS

  • Answered by AI
  • Q2. Explain implementation of SCD 1 in IICS
  • Ans. 

    SCD Type 1 in IICS involves overwriting existing data with new data without maintaining historical changes.

    • In IICS, use the Mapping Designer to create a mapping that loads data from source to target.

    • Use a Lookup transformation to check if the record already exists in the target table.

    • If the record exists, update the existing record with new data using an Update Strategy transformation.

    • If the record does not exist, inse...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is loads in informatica
  • Ans. 

    Loads in Informatica refer to the process of moving data from source to target in a data warehouse.

    • Loads involve extracting data from source systems

    • Transforming the data as needed

    • Loading the data into the target data warehouse or database

    • Loads can be full, incremental, or delta depending on the requirements

    • Example: Loading customer data from a CRM system into a data warehouse for analysis

  • Answered by AI
  • Q2. Query to find duplicates in table
  • Ans. 

    Use GROUP BY and HAVING clause to find duplicates in a table.

    • Use GROUP BY to group rows with same values together

    • Use HAVING COUNT(*) > 1 to filter out duplicates

    • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am an experienced ETL Developer with a strong background in data integration and transformation.

    • Over 5 years of experience in ETL development

    • Proficient in using tools like Informatica, Talend, and SSIS

    • Strong SQL skills for data querying and manipulation

    • Experience in designing and implementing data warehouses

    • Familiar with data modeling and ETL best practices

  • Answered by AI
  • Q2. What is SCD type2
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain SSIS and ite use cases
  • Ans. 

    SSIS is a Microsoft tool used for ETL processes in data integration and data warehousing.

    • SSIS stands for SQL Server Integration Services

    • It is used for extracting, transforming, and loading data from various sources to destinations

    • SSIS can be used for automating workflows, data cleansing, and data migration tasks

    • It provides a visual interface for designing data flow tasks and control flow tasks

    • Example: Using SSIS to ext...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Informatica powercenter architecture, scd1, scd2 etc
  • Q2. Lookups and where to use them
  • Ans. 

    Lookups are used to retrieve related data from another table based on a common key.

    • Lookups are used in ETL processes to enrich data by adding additional information from a reference table.

    • They are commonly used to replace codes with corresponding descriptions, such as replacing product IDs with product names.

    • Lookups can be performed using SQL joins or lookup transformations in ETL tools like Informatica or Talend.

  • Answered by AI

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini ETL Developer interview?
Capgemini interview process usually has 1-2 rounds. The most common rounds in the Capgemini interview process are Technical and HR.
How to prepare for Capgemini 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 Capgemini. The most common topics and skills that interviewers at Capgemini expect are Informatica, Scheduling, PLSQL, Schema and Analytical.
What are the top questions asked in Capgemini ETL Developer interview?

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

  1. Dynamic lookup along with loo...read more
  2. Question on logic SCD ty...read more
  3. About the ETL Proc...read more

Tell us how to improve this page.

Capgemini ETL Developer Interview Process

based on 1 interview

1 Interview rounds

  • Technical Round
View more
Capgemini ETL Developer Salary
based on 231 salaries
₹3 L/yr - ₹12 L/yr
6% more than the average ETL Developer Salary in India
View more details

Capgemini ETL Developer Reviews and Ratings

based on 24 reviews

3.8/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.5

Salary

3.9

Job security

3.7

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 24 Reviews and Ratings
Hiring || ETL Developer and DB Developer || Capgemini

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.1 L/yr - ₹17.6 L/yr

Associate Consultant
50.9k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.8k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20.1k salaries
unlock blur

₹3.5 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.8
Compare

TCS

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