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 Lead Interview Questions and Answers

Updated 24 May 2021

NTT Data ETL Lead Interview Experiences

1 interview found

ETL Lead Interview Questions & Answers

user image Anonymous

posted on 24 May 2021

Interview Questionnaire 

6 Questions

  • Q1. Project Architecture
  • Q2. SCD TYPE 1,2 and 3
  • Q3. Validation of data between source and target
  • Ans. 

    Validation of data between source and target is a crucial step in ETL process.

    • Compare the data types and formats of source and target data

    • Check for missing or extra data in target

    • Verify data transformation rules are applied correctly

    • Perform data profiling to identify anomalies

    • Use checksums or hash values to ensure data integrity

  • Answered by AI
  • Q4. Sql queries
  • Q5. Validation of Bi reports
  • Ans. 

    Validation of BI reports involves verifying data accuracy, completeness, and consistency.

    • Verify data accuracy by comparing with source systems

    • Ensure completeness by checking all expected data is present

    • Check consistency by comparing with historical data or benchmarks

    • Validate calculations and aggregations

    • Test report functionality and user experience

  • Answered by AI
  • Q6. Transformation logics

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 8 interview rounds.

Round 1 - Assignment 

Database Management system SQL and PlSQL

Round 2 - Assignment 

Database Base Management system SQL and PlSQL

Round 3 - Aptitude Test 

Database Management system

Round 4 - Aptitude Test 

Database Management system

Round 5 - Group Discussion 

Database Management system

Round 6 - Assignment 

Database Management system

Round 7 - Case Study 

Database Base Management system

Round 8 - HR 

(5 Questions)

  • Q1. Database Management system
  • Q2. SQL and PlSQL Mango Data And Manu Database Management system
  • Q3. C Language and C++Language and Java
  • Q4. Data Analysis and Data entry
  • Q5. DBMS C,C++ Java Data Entry Ms Excel Ms Word Ms PP

Interview Preparation Tips

Interview preparation tips for other job seekers - Database Management system SQL and PlSQL and C Language and C++Language and Java And Web design and Web Developer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dataguard architecture
  • Q2. Rman backup and restoration
Round 2 - HR 

(1 Question)

  • Q1. Why you join inm
  • Ans. 

    I joined inm because of the company's reputation for innovation and growth in the tech industry.

    • Attracted to company's reputation for innovation

    • Excited about opportunities for growth in tech industry

    • Impressed by company culture and values

  • Answered by AI
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
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Assessment 

(1 Question)

  • Q1. Questions related to informatica powercenter basic to mid level
Round 2 - Technical 

(5 Questions)

  • Q1. Self intro as usual
  • Q2. What are active and passive transformations?
  • Ans. 

    Active transformations change the number of rows that pass through them, while passive transformations do not change the number of rows.

    • Active transformations can filter, update, or modify the number of rows in a data stream (e.g. Filter, Router, Update Strategy).

    • Passive transformations do not change the number of rows in a data stream, they only allow data to pass through unchanged (e.g. Expression, Lookup, Sequence G

  • Answered by AI
  • Q3. Some basic questions on transformations like Expression, Update, Router, filter, SQ,lookup etc
  • Q4. What are different types of lookup caches
  • Ans. 

    Different types of lookup caches include persistent cache, dynamic cache, and shared cache.

    • Persistent cache stores lookup data in a flat file or database table for reuse across sessions.

    • Dynamic cache dynamically loads lookup data into memory as needed during a session.

    • Shared cache allows multiple sessions to share the same cache for improved performance.

  • Answered by AI
  • Q5. Difference between filter and router.
  • Ans. 

    Filter is used to pass or reject data based on conditions, while router is used to route data to different targets based on conditions.

    • Filter is used to include or exclude data based on specified conditions.

    • Router is used to direct data to different targets based on specified conditions.

    • Filter is typically used to remove unwanted data, while router is used to split data flow.

    • Example: Using filter to exclude records wit...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Some basic to medium level questions on transformations
  • Q2. Some real time scenario questions
  • Q3. Direct and indirect file loading
Round 4 - HR 

(2 Questions)

  • Q1. Asked for Mumbai location
  • Q2. 5 days Client office

Interview Preparation Tips

Interview preparation tips for other job seekers - Though it went well till HR round, they have dropped my profile saying that they need mumbai Resident people for this role.
Even though I agreed for relocation as well. They rejected me after all 4 freaking rounds.

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SCD-2 , Flat FIle tgt processing
  • Q2. SQL table joins
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about yourself
  • Ans. 

    Experienced Oracle DBA with 5+ years of hands-on experience in managing databases, optimizing performance, and ensuring data security.

    • 5+ years of experience as an Oracle DBA

    • Proficient in database management, performance optimization, and data security

    • Skilled in troubleshooting and resolving database issues

    • Strong knowledge of Oracle database architecture and SQL

    • Certified Oracle Database Administrator (OCA/OCP)

  • Answered by AI
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

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

NTT Data Interview FAQs

What are the top questions asked in NTT Data ETL Lead interview?

Some of the top questions asked at the NTT Data ETL Lead interview -

  1. Validation of data between source and tar...read more
  2. Validation of Bi repo...read more
  3. Project Architect...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Software Engineer
935 salaries
unlock blur

₹2.8 L/yr - ₹11 L/yr

Senior Associate
761 salaries
unlock blur

₹1.2 L/yr - ₹7.3 L/yr

Network Engineer
654 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
510 salaries
unlock blur

₹6.5 L/yr - ₹25.5 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
Did you find this page helpful?
Yes No
write
Share an Interview