Upload Button Icon Add office photos
Premium Employer

i

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

NTT Data

Compare button icon Compare button icon Compare
3.9

based on 3.6k Reviews

Filter interviews by

NTT Data ETL Developer Interview Questions and Answers

Updated 13 Jul 2024

NTT Data ETL Developer Interview Experiences

1 interview found

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

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 questions from similar companies

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Informtica with date functions
  • Ans. 

    Informatica is a popular ETL tool used for data integration and transformation. It has built-in functions to handle date operations.

    • Informatica is a powerful ETL tool used for extracting, transforming, and loading data.

    • It provides a variety of built-in functions for handling date operations such as date calculations, formatting, and conversions.

    • Examples of date functions in Informatica include TO_DATE, TO_CHAR, ADD_TO_

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Question Answer
  • Q2. Basic SQL , SNWOFLAKE AND ETL Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Strong with Basics
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

ETL Developer Interview Questions & Answers

UST user image Akshay Jagirdaar

posted on 1 Feb 2024

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

(1 Question)

  • Q1. Some in depth questions about python and java
Round 2 - Coding Test 

Asked some problem solving questions they will allow to choose the language it's good

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the uses of filter stage
  • Ans. 

    Filter stage is used in ETL processes to selectively pass or reject data based on specified criteria.

    • Filter stage helps in removing unwanted data from the input dataset.

    • It can be used to apply conditions like filtering out duplicate records, selecting specific columns, or excluding certain values.

    • For example, a filter stage can be used to only pass records where the sales amount is greater than $1000.

  • Answered by AI
  • Q2. What is the uses of transfor stage
  • Ans. 

    Transform stage is used in ETL process to apply business rules, clean and enrich data before loading into target database.

    • Transform stage is used to apply business rules to the data.

    • It is used to clean and standardize data before loading into the target database.

    • Transform stage can also be used to enrich data by combining multiple sources or adding calculated fields.

    • Examples include converting data types, removing dupl

  • Answered by AI
  • Q3. What is the uses of sort stage
  • Ans. 

    Sort stage is used in ETL processes to sort data based on specified criteria before loading it into the target system.

    • Sort stage helps in arranging data in a specific order for better analysis and reporting

    • It can be used to remove duplicates from data before loading

    • Sorting can be done based on multiple columns or expressions

    • Example: Sorting customer data based on their purchase amount before loading into a data warehou

  • Answered by AI
  • Q4. How to create the prallel job
  • Ans. 

    To create a parallel job, use parallel processing techniques to divide tasks into smaller subtasks that can be executed simultaneously.

    • Identify tasks that can be executed independently and in parallel

    • Use parallel processing techniques such as multi-threading or distributed computing

    • Implement parallel job using ETL tools like Informatica or Talend

    • Monitor and optimize parallel job performance to ensure efficient executio

  • Answered by AI
  • Q5. Defenation of scd
  • Ans. 

    SCD stands for Slowly Changing Dimension, a technique used in data warehousing to track changes in dimension attributes over time.

    • SCD is used to maintain historical data in a data warehouse

    • There are different types of SCDs - Type 1, Type 2, and Type 3

    • Type 1 SCD overwrites old data with new data

    • Type 2 SCD creates a new record for each change and maintains history

    • Type 3 SCD keeps a limited history by adding columns to tr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi my name is ravindra pls check my profile .i'm intrested ur company

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 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 - Technical 

(1 Question)

  • Q1. Basic questions based on Informatica power center
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions on Informatica power center
Round 4 - HR 

(1 Question)

  • Q1. Basic salary and other discussion

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

NTT Data Interview FAQs

How many rounds are there in NTT Data ETL Developer interview?
NTT Data interview process usually has 1 rounds. The most common rounds in the NTT Data interview process are Technical.

Tell us how to improve this page.

ETL Developer Interview Questions from Similar Companies

View all
NTT Data ETL Developer Salary
based on 61 salaries
₹3.5 L/yr - ₹12.5 L/yr
At par with the average ETL Developer Salary in India
View more details

NTT Data ETL Developer Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

3.9

Skill development

3.9

Work-Life balance

3.7

Salary & Benefits

4.3

Job Security

4.1

Company culture

3.7

Promotions/Appraisal

4.1

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer
932 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
766 salaries
unlock blur

₹1.1 L/yr - ₹9.3 L/yr

Network Engineer
647 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
615 salaries
unlock blur

₹2.5 L/yr - ₹13 L/yr

Senior Software Engineer
512 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview