I still need further explanation about the difference
between active and passive transformation with some
examples.Thank You

Answers were Sorted based on User's Feedback



I still need further explanation about the difference between active and passive transformation wi..

Answer / murali krishna

Transformations can be active or passive.

- An active transformation can change the number of rows
that pass through it, such as a Filter transformation that
removes rows that do not meet the filter condition.

- A passive transformation does not change the number of
rows that pass through it, such as an Expression
transformation that performs a calculation on data and
passes all rows through the transformation.

Is This Answer Correct ?    11 Yes 1 No

I still need further explanation about the difference between active and passive transformation wi..

Answer / saradhi

Active Transformation means the no of records u got from
source table is filtred by the transformation and got only
few records may or may not at the target table so this an
active transforamtion. example: if u filtered the data by
agreegate function like sum(sal) here u got only one column
as output so its an active.
Passive means the no of records u got from source table is
equal to the target table records even though the
transforamtion is done
example: sal+comm here u got same no of records as source
after filtering also.

Is This Answer Correct ?    3 Yes 0 No

I still need further explanation about the difference between active and passive transformation wi..

Answer / soujanya

if all source records sends to target or for further
processing using any tranformation then the output is same
as source no. of records then it is passive transformation.
otherwise it is active

source no of records = target no. of records(passive)

source no. of records!=target no. of records(active)

Is This Answer Correct ?    1 Yes 0 No

I still need further explanation about the difference between active and passive transformation wi..

Answer / v.ramakrishna

In active trnasformation no of records extracted as input
can be vary with no of records come as output. where as in
active transformation no of records extracted as input
cannot vary with no of records comes out as output that
means no filteration according to no of records in passivi
transformation

Is This Answer Correct ?    0 Yes 0 No

I still need further explanation about the difference between active and passive transformation wi..

Answer / srinu

passive transformation :
unable to keep a condition,Expressions only.

active transformation :
unable to keep a Expressions,condition only.

Based on Transformation functionality.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Informatica Interview Questions

suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping?how

4 Answers   CTS,


What is expression transformation?

0 Answers  


What is a sequence generator transformation?

0 Answers  


Can we create a Integration service without a Repository service and vice versa?

0 Answers  


In incremental loading using Mapping variable if session failed with any of reason in the middle of process. is the Mapping variable remains constant or change?

1 Answers   TCS,






Explain where to store informatica rejected data? How to extract the informatica rejected data?

0 Answers  


i have a table with name field. i,e name Shankar prabhakar nitikripa so no if a occures 3 times in name then it will go to tgt A if b occures 3 times in name then it will go to tgt b .. if z occures 3 times in name then it will go to tgt z

1 Answers   HCL,


What happens if we dont select data driven option?

2 Answers   Zensar,


Explain the mapping variable usage example in informatica

0 Answers   Informatica,


If I have set the property Treat Source Rows as Insert and for the target properties I have checked the boxes Update as Update, what will happen to incoming rows? What exactly is the use of these check boxes and in which scenarios we use them. Also what is the sequence in which informatica understands these properties.Does it takes whatever is defined in treat source rows as property or it is in any other way. Please explain.

3 Answers   Amdocs,


What are the rank caches?

2 Answers   Informatica,


Explain scd type 3 through mapping.

0 Answers  


Categories