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

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

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

Interview Questionnaire 

4 Questions

  • Q1. Whats is mapping
  • Ans. 

    Mapping is the process of defining the relationship between source and target data in ETL.

    • Mapping involves identifying the source and target data structures.

    • It also involves defining the transformation rules to be applied to the source data.

    • Mappings can be simple or complex depending on the complexity of the data.

    • Mapping is a critical step in ETL as it determines the accuracy and completeness of the data in the target

  • Answered by AI
  • Q2. What is sesson
  • Ans. 

    Session refers to a period of time during which a user interacts with a computer system or application.

    • A session is created when a user logs into a system or application.

    • It is used to track user activity and maintain user-specific data.

    • Sessions can be terminated manually or automatically after a certain period of inactivity.

    • Session management is important for security purposes.

    • Examples of session management techniques

  • Answered by AI
  • Q3. Which role u did
  • Q4. Oracle sqi pl sqi
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is inital load in ETL
  • Ans. 

    Initial load in ETL refers to the process of loading data from source systems into the data warehouse for the first time.

    • Initial load is typically a one-time process to populate the data warehouse with historical data.

    • It involves extracting data from source systems, transforming it as needed, and loading it into the data warehouse.

    • Initial load is often done using bulk loading techniques to efficiently transfer large vo...

  • Answered by AI
  • Q2. What is difference between cluster and non cluster index
  • Ans. 

    Cluster index physically orders the data on disk, while non-cluster index does not.

    • Cluster index physically orders the data on disk based on the indexed column

    • Non-cluster index does not physically order the data on disk

    • Cluster index can only have one per table, while non-cluster index can have multiple

    • Cluster index is faster for retrieval but slower for inserts and updates

  • Answered by AI

Skills evaluated in this interview

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.

NTT Data ETL Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
NTT Data ETL Developer Salary
based on 68 salaries
₹3.5 L/yr - ₹13.5 L/yr
15% more than 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

4.3

Job security

4.1

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
933 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
772 salaries
unlock blur

₹1.4 L/yr - ₹7.6 L/yr

Network Engineer
675 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
640 salaries
unlock blur

₹3.5 L/yr - ₹14.5 L/yr

Senior Software Engineer
548 salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Explore more salaries
Compare NTT Data with

Tata Communications

4.0
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

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