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

How do you load only null records into target?

0 Answers  


Partition, what happens if the specified key range is shorter and longer

0 Answers   Cap Gemini,


Can we use the mapping parameters or variables created in one mapping into another mapping?

1 Answers   Informatica,


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

0 Answers  


Session S1, S2, and S3. In the session S3 I want to load every Saturday. How it is possible?

2 Answers   TCS,






Define the various join types of joiner transformation?

0 Answers  


-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?

1 Answers   TCS,


hw to load this give the mapping? cty state o/p c1 s1 c1 c1 s2 s1 c1 s1 c1 c2 s3 s2 c3 s4 c1 c3 s2 s1 c2 s3 c3 s4 c3 s2 2 columns should be loaded to one column in target table?

1 Answers   Wipro,


How to get EVEN & ODD numbers separately?

8 Answers  


COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1

0 Answers  


What are the challenges you have faced in your project?

1 Answers   Cognizant, Infosys,


sir presently i am persuing my m.tech recently i got job in tcs as fresher presently iam doing my 9 months project related to informatica can any one guide me how to create fact tables what type of schemas must be used and so on if so give ur mail ids so that i can contct through it

1 Answers  


Categories