Programming Concepts Question:

Download Job Interview Questions and Answers PDF

Explain in type2 dimension/flag current mapping there are three data flows i.e
1. data flow for new rows
2 .data flow for changed row
3. data flow for updated changed row
whats the difference between last two data flow?

Programming Concepts Interview Question
Programming Concepts Interview Question

Answer:

When we are working with FLAG we can use only 2 filter transformations
also but at the initial stage it will be better to go with 3 filters. Where we
are using the FIRST Filter to insert the records for first
time, In second Filter we are inserting the records but these records are with
updated information and in third filter we are updating the records with
surrogate key. This third filter records will be updated with our changed
FLAG value 'ZERO'. Because we are identifying the current records with FLAG
values 'ONE'.

Download Programming Concepts Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the term "non volatile memory" states?Which technology is better for a real time financial application?