SlideShare a Scribd company logo
ETL Developer Interview Questions to Assess & Hire ETL
Developer
w w w. i n t e r v i e w m o c h a . co m
Are you a recruiter or hiring manager? Hunting for highly
talented ETL developer?
ETL Developer Interview Questions to Assess & Hire ETL
Developer
We all know that business users, higher executives/authorities use the
data warehouse information to make important business decisions.
It’s the biggest hurdle to get the best out of the company’s
unstructured data. To overcome this real big challenge, hiring the top-
notch ETL developer onboard is a must. And believe me, it’s even
more challenging!
But don’t worry! I think, I can surely help you with this 
Here, along with proven ETL interview questions, we have written
down the detailed process to be followed in order to grab the right
talent. Let’s discuss them in detail.
w w w. i n t e r v i e w m o c h a . co m
Step 1: Look for Responsibilities & Skills Required for ETL
Developer
The Responsibilities of ETL Developer:
Before proceeding further, let’s understand what exactly is ETL?
ETL (Extract, Transform & Load) is the process performed in data
warehouse environment which involves the extraction of data from
multiple data sources, transformation of data into suitable format &
then loading the transformed data into destination system. In
simple words, if information is supposed to be oil, then the pipeline
created to carry that oil is nothing but the ETL process & this is
what ETL developers do! They work on creating & strengthening
this pipeline to extract & transfer the data from one place to
another.
w w w. i n t e r v i e w m o c h a . co m
Step 1: Look for Responsibilities & Skills Required for ETL
Developer
w w w. i n t e r v i e w m o c h a . co m
Step 1: Look for Responsibilities & Skills Required for ETL
Developer
Extract the Data (Data Mining):
ETL developer is responsible to manage & develop extraction tools
i.e. homogeneous or heterogeneous data is extracted from the
source data like relational databases, SaaS services, mobile
applications, Flat files, etc. The size of extracted data varies from
hundreds of kilobytes up to gigabytes. Extracting the data is the
toughest task amongst all & it is time consuming. Therefore all the
three tasks are performed on tandem.
w w w. i n t e r v i e w m o c h a . co m
Step 1: Look for Responsibilities & Skills Required for ETL
Developer
Transformation /Transportation of Data:
ETL developer is also responsible to transform the data of source
into suitable format in order to meet the specification of
destination database. It involves data mapping & efficient code
generation to perform business logic.
Loading the Data:
This is the last & reverse process of extraction of data. It focuses on
how effectively & efficiently the transformed data is loaded in the
targeted system (database, file, other data warehouse).
w w w. i n t e r v i e w m o c h a . co m
ETL Developer Skills Required:
1. Knowledge of one or more programming languages: Python, Java, R,
SCALA. Map Reduce, etc.
2. Big Data Stores Knowledge: Hadoop, MongoDB, Spark, etc.
3. Hands on ETL Tools: Data Stage, Informatica, etc.
4. Data Modeling: The technique used for defining the detailed
business requirements for specific database in order to design the
best possible ETL process.
5. Testing Knowledge: Should be able to perform the unit testing on
generated code.
6. Analytical & Logical Thinking: A good ETL developer/ Data
engineer should be able to analyze the given data & judge all the
possible outcomes.
7. Communication skills: ETL Developer should have good verbal &
written communication skills.
w w w. i n t e r v i e w m o c h a . co m
Step 2: Assess Candidates Before The Interview
If you think that resumes speak the truth, then you are in a really
big trouble! Blindly trusting the resumes & asking the candidate to
directly come for the interview is risky, time consuming and a
tedious job. At the time of interview, you can gauge about
candidate’s personality, whether he/she is dedicated, passionate or
cultural fit or not. What about their skills? As an employer, you
must opt for a scientific approach to validate the technical expertise
of the candidate.
Before asking candidate to come directly for the interview, assess
their working skills using skill testing using Interview Mocha’s valid
& reliable tests that are listed here . (See the next slide)
w w w. i n t e r v i e w m o c h a . co m
Step 2: Assess Candidates Before The Interview
 ETL Developer Assessment Test is designed & developed by our
subject matter experts to quantify the skills of ETL developer.
 Java Coding Test is scientifically designed to assess Java coding skills
of ETL developer
 SCALA Online Test helps employers to quantify SCALA
programming skills of ETL developer
 Python Coding Test validates Python programming skills of ETL
developer
 MapReduce Online Test helps to gauge skills of candidate for
MapReduce programming model.
 Hadoop Online Test helps recruiters & hiring managers to analyze
Hadoop knowledge of applicants.
 MongoDB Online Test is designed to quantify MongoDB, a NoSQL
Database expertise of candidate before an interview.
w w w. i n t e r v i e w m o c h a . co m
Step 2: Assess Candidates Before The Interview
 Spark Online Test is created to assess Spark, a modified version of
Hadoop skills.
 Data Mining Test is developed to evaluate the working skills of
candidate for data mining
 Data Modeling Test checks candidate’s hands on data modeling
technique.
 Data Science and Analytics Test is developed to assess expertise of
candidate in extracting the data from various sources using R tools.
 IBM InfoSphere DataStage Online Test helps you to evaluate the
application skills of candidate for Data Stage.
 Software Testing Online Tests are designed to validate the software
testing skills of candidates before hiring.
w w w. i n t e r v i e w m o c h a . co m
Step 2: Assess Candidates Before The Interview
For more details, you can visit Interview Mocha, an applicant testing
software. Employers can even ask for the customizable assessments.
Our content team will be happy to provide you the custom test as per
your specific needs!
w w w. i n t e r v i e w m o c h a . co m
ETL Interview Questions to Assess & Hire ETL Developers:
After screening the qualified candidates, ask them to appear for the
interview. Here, I have compiled the proven ETL interview questions to
ask potential prospects that will help you to assess ETL skills of
applicants.
 The models such as budgeting, financial reporting, allocations, etc.
are heavy on calculations and do they not translate well into SQL.
Among Multi-dimensional, Real Time and Relational OLAP, Which
type of OLAP is not suitable when computations have to be carried
out on these models and why?
 What do you know about Operational data store in data
warehousing?
 How is a distributed data warehouse different from a virtual data
warehouse?
w w w. i n t e r v i e w m o c h a . co m
ETL Interview Questions to Assess & Hire ETL Developers:
 You have a product dimension and a sales fact table in your data
warehouse. A new product is created in the OLTP system and sales
transactions happen for that product and then you extract the OLTP
system. Due to this you get only the sales transaction into the staging
environment and not the products. Why did this happen?
 Can you explain me the difference between parametric models and
nonparametric models of predicting? Also given one example of
each.
 What can you say about any column if a database has high
cardinality value?
 Among fact table and a dimension table which one remains in
denormalized form?
w w w. i n t e r v i e w m o c h a . co m
ETL Interview Questions to Assess & Hire ETL Developers:
 Shown is a Graph Database model skeleton. Consider N be the nodes
(representing entity), E be the edges (represents relationships among
entities). How do you represent entity attributes, plus metadata in
such data model?
 A business model has employee details, company details and salary
details. The model (schema) has only one foreign key i.e.
Employee_ID for all the dimensions which are necessary. What type
of model is being referred to here?
 Do you know about association rule mining? Explain with one of its
practical use case.
w w w. i n t e r v i e w m o c h a . co m
ETL Interview Questions to Assess & Hire ETL Developers:
 Suppose i1, i2, i3, i4, i5, i6, i7 ,i8 are the items sold at a grocery store.
Customers can buy any combination of the above items as per their
requirements. After collecting the data from all transaction it was
found that i5, i6, i7 is the most frequently bought itemset. While i2,
i4, i5 is bought least frequently. What can you say about the purchase
behavior of i5i6 itemset and i2i4i5i7 itemset?
 What do you think is the primary role of a data mining engine in any
data mining systems?
 Consider data mining techniques like Clustering, Associations, Link
analysis and Deviation detection, which one would you use for
finding relationship between two entities?
w w w. i n t e r v i e w m o c h a . co m
ETL Interview Questions to Assess & Hire ETL Developers:
 I give you the below ways that explains working of any typical data
mining process?
i) Perform ETL onto the data warehouse system. ii) Provide data
access to analysts iii) Store and manage the data in a
multidimensional DB system. iv)Analysis and Presentation of data
Can you rearrange these steps for a true data mining process?
 Suppose you're asked to reduce an existing data model using IBM
DataStage ETL (Assume you are not using Parallel Extender). Can
you do this as percentage wise reductions on the rows in the data
source? If yes, how? If no, what is the workaround?
w w w. i n t e r v i e w m o c h a . co m
ETL Interview Questions to Assess & Hire ETL Developers:
 Why is sparse lookup in DataStage faster than Normal lookup?
 You have two time data type field values in a DataStage transformer.
In one record the value is 00:59:59 while in the other record the value
is 00:10:10. If you want add these two values so as to get the output as
01:09:09, how would you do that?
 Can you explain me about merge stage in DataStage in the context of
jobs? Also explain how is merge performed and what is mandatory
when the merge is performed on a key field?
 Among Hash file and Sequential file, which file is faster to search
data for and why?
w w w. i n t e r v i e w m o c h a . co m
Conclusion:
ETL is a never ending process & so are the techniques & methods
used in it! Though I have written down many aspects, role &
responsibilities of ETL developers, there may be more to this
depending upon the job-role assigned. But this guide will surely
help you to streamline your hiring process & pick up the few small
but essential things to make the big difference, to get the right hire!
If you have any queries or other approaches that worked really well
for you, we would really like to hear that. Please feel free to write it
down in comments below.
w w w. i n t e r v i e w m o c h a . co m
Here We Are…!
 To find more such interesting posts , visit Interview Mocha Blog
 Like Us on Facebook
 Follow us on: LinkedIn & Twitter @InterviewMocha
 You can get in touch with us to know more about pre-
employment skill testing at - support@interviewmocha.com
 Visit Interview Mocha, an applicant testing software & explore
the Largest Test Library of ETL Pre-employment Tests for in-
demand skills.
w w w. i n t e r v i e w m o c h a . co m
w w w. i n t e r v i e w m o c h a . co m

More Related Content

PDF
Human in the Loop AI for Building Knowledge Bases
PPT
SystemT: Declarative Information Extraction
PDF
Transparent Machine Learning for Information Extraction: State-of-the-Art and...
PPTX
Placement oriented data structures
PDF
Towards Universal Language Understanding
PDF
Towards Universal Semantic Understanding of Natural Languages
DOCX
CV_Kazim_Gohar
DOCX
Updated resume
Human in the Loop AI for Building Knowledge Bases
SystemT: Declarative Information Extraction
Transparent Machine Learning for Information Extraction: State-of-the-Art and...
Placement oriented data structures
Towards Universal Language Understanding
Towards Universal Semantic Understanding of Natural Languages
CV_Kazim_Gohar
Updated resume

Similar to Proven ETL Developer Interview Questions to Assess and Hire ETL Developers (20)

DOCX
Rama prasad owk etl hadoop_developer
DOCX
Resume_kallesh_latest
DOCX
Kriti_Sharma_Profile
PDF
4_etl_testing_tutorial_till_chapter3-merged-compressed.pdf
DOC
PPT
ETL Testing Training Presentation
DOC
Anil_Kumar_Andra_ETL
PPTX
1.3 CLASS-DW.pptx-ETL process in details with detailed descriptions
DOCX
Resume_Abhinav_Hadoop_Developer
DOC
Etl testing
PPTX
ETL Testing Overview
DOCX
ETL Profile-Rajnish Kumar
DOC
Production Support_ETL_Informatica Developer_raja_velpula_5yrs
DOC
Mohd_Shaukath_5_Exp_Datastage
PPTX
What is ETL?
PPTX
ETL_Methodology.pptx
DOCX
Shivaprasada_Kodoth
DOC
Basha_ETL_Developer
DOC
sandhya exp resume
DOCX
Nitin Paliwal
Rama prasad owk etl hadoop_developer
Resume_kallesh_latest
Kriti_Sharma_Profile
4_etl_testing_tutorial_till_chapter3-merged-compressed.pdf
ETL Testing Training Presentation
Anil_Kumar_Andra_ETL
1.3 CLASS-DW.pptx-ETL process in details with detailed descriptions
Resume_Abhinav_Hadoop_Developer
Etl testing
ETL Testing Overview
ETL Profile-Rajnish Kumar
Production Support_ETL_Informatica Developer_raja_velpula_5yrs
Mohd_Shaukath_5_Exp_Datastage
What is ETL?
ETL_Methodology.pptx
Shivaprasada_Kodoth
Basha_ETL_Developer
sandhya exp resume
Nitin Paliwal
Ad

More from Interview Mocha (12)

PPTX
Interview Mocha's Score Distribution Analysis
PPTX
TestDome competitor - Interview Mocha
PPTX
Interview Mocha's Integration with SmartRecruiters
PPTX
SAP Interview Questions for Experienced to Assess & Hire SAP Specialists_Part 2
PPTX
SAP Interview Questions for Experienced to Hire SAP Specialists_Part 1
PPTX
6 Unconventional Hiring Strategies to attract and hire top talent
PPTX
9 Tips on How to hire Tech Talent when you are not a Techie
PPTX
Guide for Hiring Manager
PPTX
Interview questions for an Android Developer
PPTX
9 Interviewing Tips every Interviewer needs to know
DOCX
How to assess a Project manager
DOCX
How to assess a Business analyst
Interview Mocha's Score Distribution Analysis
TestDome competitor - Interview Mocha
Interview Mocha's Integration with SmartRecruiters
SAP Interview Questions for Experienced to Assess & Hire SAP Specialists_Part 2
SAP Interview Questions for Experienced to Hire SAP Specialists_Part 1
6 Unconventional Hiring Strategies to attract and hire top talent
9 Tips on How to hire Tech Talent when you are not a Techie
Guide for Hiring Manager
Interview questions for an Android Developer
9 Interviewing Tips every Interviewer needs to know
How to assess a Project manager
How to assess a Business analyst
Ad

Recently uploaded (20)

PPTX
USA's Top Talent Acquisition Trends – 2025
PDF
Induction and Socialization __Objectives
PDF
LEADERSHIP Horizon : To LEAD with HEART (HR Development))
PDF
Human resources management -RBI in recruitment process
PDF
The Symphony of AI and User Experience_ Demystifying the Connection.pdf
PPTX
CONFLICT_TRANSACTIONAL_ANALYSIS_OB_.pptx
PPTX
Plan, acquire , develop , career management ppt
DOC
ISU毕业证学历认证,斯旺西大学毕业证留学回国
PDF
Webinar - How AI is reshaping pay decisions.pdf
PPTX
HR Solution PEOEOR Payroll Outsourcing.pptx
PDF
Chairman's Presentation - September 2024.pdf
PPT
Training Design strategies and methods.ppt
PPTX
HR Payroll Management Amazon presentation
DOCX
HRMT5110_AnnotatedBibliography_Group5.docx
DOCX
"Optimizing Teamwork: The Role of Project Management Tools
PPTX
Team 5 Final Presentation pptx. (28.07.25) (2).pptx
PDF
Labor Market Regulations, and others (Session 4 Report) DADO.pdf
PDF
The Silent Sabotage - When A Teammate Undermine You At Work.pdf
PDF
How to Identify suspicious Linked In Profiles
PPTX
ADVANCED WORKFORCE PLANNING FOR mBA GRADS
USA's Top Talent Acquisition Trends – 2025
Induction and Socialization __Objectives
LEADERSHIP Horizon : To LEAD with HEART (HR Development))
Human resources management -RBI in recruitment process
The Symphony of AI and User Experience_ Demystifying the Connection.pdf
CONFLICT_TRANSACTIONAL_ANALYSIS_OB_.pptx
Plan, acquire , develop , career management ppt
ISU毕业证学历认证,斯旺西大学毕业证留学回国
Webinar - How AI is reshaping pay decisions.pdf
HR Solution PEOEOR Payroll Outsourcing.pptx
Chairman's Presentation - September 2024.pdf
Training Design strategies and methods.ppt
HR Payroll Management Amazon presentation
HRMT5110_AnnotatedBibliography_Group5.docx
"Optimizing Teamwork: The Role of Project Management Tools
Team 5 Final Presentation pptx. (28.07.25) (2).pptx
Labor Market Regulations, and others (Session 4 Report) DADO.pdf
The Silent Sabotage - When A Teammate Undermine You At Work.pdf
How to Identify suspicious Linked In Profiles
ADVANCED WORKFORCE PLANNING FOR mBA GRADS

Proven ETL Developer Interview Questions to Assess and Hire ETL Developers

  • 1. ETL Developer Interview Questions to Assess & Hire ETL Developer w w w. i n t e r v i e w m o c h a . co m Are you a recruiter or hiring manager? Hunting for highly talented ETL developer?
  • 2. ETL Developer Interview Questions to Assess & Hire ETL Developer We all know that business users, higher executives/authorities use the data warehouse information to make important business decisions. It’s the biggest hurdle to get the best out of the company’s unstructured data. To overcome this real big challenge, hiring the top- notch ETL developer onboard is a must. And believe me, it’s even more challenging! But don’t worry! I think, I can surely help you with this  Here, along with proven ETL interview questions, we have written down the detailed process to be followed in order to grab the right talent. Let’s discuss them in detail. w w w. i n t e r v i e w m o c h a . co m
  • 3. Step 1: Look for Responsibilities & Skills Required for ETL Developer The Responsibilities of ETL Developer: Before proceeding further, let’s understand what exactly is ETL? ETL (Extract, Transform & Load) is the process performed in data warehouse environment which involves the extraction of data from multiple data sources, transformation of data into suitable format & then loading the transformed data into destination system. In simple words, if information is supposed to be oil, then the pipeline created to carry that oil is nothing but the ETL process & this is what ETL developers do! They work on creating & strengthening this pipeline to extract & transfer the data from one place to another. w w w. i n t e r v i e w m o c h a . co m
  • 4. Step 1: Look for Responsibilities & Skills Required for ETL Developer w w w. i n t e r v i e w m o c h a . co m
  • 5. Step 1: Look for Responsibilities & Skills Required for ETL Developer Extract the Data (Data Mining): ETL developer is responsible to manage & develop extraction tools i.e. homogeneous or heterogeneous data is extracted from the source data like relational databases, SaaS services, mobile applications, Flat files, etc. The size of extracted data varies from hundreds of kilobytes up to gigabytes. Extracting the data is the toughest task amongst all & it is time consuming. Therefore all the three tasks are performed on tandem. w w w. i n t e r v i e w m o c h a . co m
  • 6. Step 1: Look for Responsibilities & Skills Required for ETL Developer Transformation /Transportation of Data: ETL developer is also responsible to transform the data of source into suitable format in order to meet the specification of destination database. It involves data mapping & efficient code generation to perform business logic. Loading the Data: This is the last & reverse process of extraction of data. It focuses on how effectively & efficiently the transformed data is loaded in the targeted system (database, file, other data warehouse). w w w. i n t e r v i e w m o c h a . co m
  • 7. ETL Developer Skills Required: 1. Knowledge of one or more programming languages: Python, Java, R, SCALA. Map Reduce, etc. 2. Big Data Stores Knowledge: Hadoop, MongoDB, Spark, etc. 3. Hands on ETL Tools: Data Stage, Informatica, etc. 4. Data Modeling: The technique used for defining the detailed business requirements for specific database in order to design the best possible ETL process. 5. Testing Knowledge: Should be able to perform the unit testing on generated code. 6. Analytical & Logical Thinking: A good ETL developer/ Data engineer should be able to analyze the given data & judge all the possible outcomes. 7. Communication skills: ETL Developer should have good verbal & written communication skills. w w w. i n t e r v i e w m o c h a . co m
  • 8. Step 2: Assess Candidates Before The Interview If you think that resumes speak the truth, then you are in a really big trouble! Blindly trusting the resumes & asking the candidate to directly come for the interview is risky, time consuming and a tedious job. At the time of interview, you can gauge about candidate’s personality, whether he/she is dedicated, passionate or cultural fit or not. What about their skills? As an employer, you must opt for a scientific approach to validate the technical expertise of the candidate. Before asking candidate to come directly for the interview, assess their working skills using skill testing using Interview Mocha’s valid & reliable tests that are listed here . (See the next slide) w w w. i n t e r v i e w m o c h a . co m
  • 9. Step 2: Assess Candidates Before The Interview  ETL Developer Assessment Test is designed & developed by our subject matter experts to quantify the skills of ETL developer.  Java Coding Test is scientifically designed to assess Java coding skills of ETL developer  SCALA Online Test helps employers to quantify SCALA programming skills of ETL developer  Python Coding Test validates Python programming skills of ETL developer  MapReduce Online Test helps to gauge skills of candidate for MapReduce programming model.  Hadoop Online Test helps recruiters & hiring managers to analyze Hadoop knowledge of applicants.  MongoDB Online Test is designed to quantify MongoDB, a NoSQL Database expertise of candidate before an interview. w w w. i n t e r v i e w m o c h a . co m
  • 10. Step 2: Assess Candidates Before The Interview  Spark Online Test is created to assess Spark, a modified version of Hadoop skills.  Data Mining Test is developed to evaluate the working skills of candidate for data mining  Data Modeling Test checks candidate’s hands on data modeling technique.  Data Science and Analytics Test is developed to assess expertise of candidate in extracting the data from various sources using R tools.  IBM InfoSphere DataStage Online Test helps you to evaluate the application skills of candidate for Data Stage.  Software Testing Online Tests are designed to validate the software testing skills of candidates before hiring. w w w. i n t e r v i e w m o c h a . co m
  • 11. Step 2: Assess Candidates Before The Interview For more details, you can visit Interview Mocha, an applicant testing software. Employers can even ask for the customizable assessments. Our content team will be happy to provide you the custom test as per your specific needs! w w w. i n t e r v i e w m o c h a . co m
  • 12. ETL Interview Questions to Assess & Hire ETL Developers: After screening the qualified candidates, ask them to appear for the interview. Here, I have compiled the proven ETL interview questions to ask potential prospects that will help you to assess ETL skills of applicants.  The models such as budgeting, financial reporting, allocations, etc. are heavy on calculations and do they not translate well into SQL. Among Multi-dimensional, Real Time and Relational OLAP, Which type of OLAP is not suitable when computations have to be carried out on these models and why?  What do you know about Operational data store in data warehousing?  How is a distributed data warehouse different from a virtual data warehouse? w w w. i n t e r v i e w m o c h a . co m
  • 13. ETL Interview Questions to Assess & Hire ETL Developers:  You have a product dimension and a sales fact table in your data warehouse. A new product is created in the OLTP system and sales transactions happen for that product and then you extract the OLTP system. Due to this you get only the sales transaction into the staging environment and not the products. Why did this happen?  Can you explain me the difference between parametric models and nonparametric models of predicting? Also given one example of each.  What can you say about any column if a database has high cardinality value?  Among fact table and a dimension table which one remains in denormalized form? w w w. i n t e r v i e w m o c h a . co m
  • 14. ETL Interview Questions to Assess & Hire ETL Developers:  Shown is a Graph Database model skeleton. Consider N be the nodes (representing entity), E be the edges (represents relationships among entities). How do you represent entity attributes, plus metadata in such data model?  A business model has employee details, company details and salary details. The model (schema) has only one foreign key i.e. Employee_ID for all the dimensions which are necessary. What type of model is being referred to here?  Do you know about association rule mining? Explain with one of its practical use case. w w w. i n t e r v i e w m o c h a . co m
  • 15. ETL Interview Questions to Assess & Hire ETL Developers:  Suppose i1, i2, i3, i4, i5, i6, i7 ,i8 are the items sold at a grocery store. Customers can buy any combination of the above items as per their requirements. After collecting the data from all transaction it was found that i5, i6, i7 is the most frequently bought itemset. While i2, i4, i5 is bought least frequently. What can you say about the purchase behavior of i5i6 itemset and i2i4i5i7 itemset?  What do you think is the primary role of a data mining engine in any data mining systems?  Consider data mining techniques like Clustering, Associations, Link analysis and Deviation detection, which one would you use for finding relationship between two entities? w w w. i n t e r v i e w m o c h a . co m
  • 16. ETL Interview Questions to Assess & Hire ETL Developers:  I give you the below ways that explains working of any typical data mining process? i) Perform ETL onto the data warehouse system. ii) Provide data access to analysts iii) Store and manage the data in a multidimensional DB system. iv)Analysis and Presentation of data Can you rearrange these steps for a true data mining process?  Suppose you're asked to reduce an existing data model using IBM DataStage ETL (Assume you are not using Parallel Extender). Can you do this as percentage wise reductions on the rows in the data source? If yes, how? If no, what is the workaround? w w w. i n t e r v i e w m o c h a . co m
  • 17. ETL Interview Questions to Assess & Hire ETL Developers:  Why is sparse lookup in DataStage faster than Normal lookup?  You have two time data type field values in a DataStage transformer. In one record the value is 00:59:59 while in the other record the value is 00:10:10. If you want add these two values so as to get the output as 01:09:09, how would you do that?  Can you explain me about merge stage in DataStage in the context of jobs? Also explain how is merge performed and what is mandatory when the merge is performed on a key field?  Among Hash file and Sequential file, which file is faster to search data for and why? w w w. i n t e r v i e w m o c h a . co m
  • 18. Conclusion: ETL is a never ending process & so are the techniques & methods used in it! Though I have written down many aspects, role & responsibilities of ETL developers, there may be more to this depending upon the job-role assigned. But this guide will surely help you to streamline your hiring process & pick up the few small but essential things to make the big difference, to get the right hire! If you have any queries or other approaches that worked really well for you, we would really like to hear that. Please feel free to write it down in comments below. w w w. i n t e r v i e w m o c h a . co m
  • 19. Here We Are…!  To find more such interesting posts , visit Interview Mocha Blog  Like Us on Facebook  Follow us on: LinkedIn & Twitter @InterviewMocha  You can get in touch with us to know more about pre- employment skill testing at - support@interviewmocha.com  Visit Interview Mocha, an applicant testing software & explore the Largest Test Library of ETL Pre-employment Tests for in- demand skills. w w w. i n t e r v i e w m o c h a . co m
  • 20. w w w. i n t e r v i e w m o c h a . co m