Informatica PowerCenter Transformations Quiz
Test your knowledge of Informatica PowerCenter transformations including Aggregator, Lookup, Joiner, Router, Filter, Sorter, Normalizer, Union, and Sequence Generator transformations.
Questions
During data warehouse development,data warehouse should be:
- Assisted by JAD sessions
- Integrated
- Extensible
- Manageable
In general, data in data warehousing
- normalised
- denormalised
- none of the above
- all the above
An active transformation can change the number of rows as output after a transformation
- True
- False
In OLAP, data are avaliable in Mulitidimectional model
- True
- False
Connected lookup will receive input from the pipeline and sends output to the pipeline and can return any number of values & Unconnected lookup can return only one column.
- True
- False
Staging Area consists of
- Meta Data
- The work area where we apply our complex business rules
- Hold the data and does calculations
- element and related attribute
which of the following is true If the source data contains null values in the lookup condition columns
- a.the database rejects the row due to a Not Null constraint.
- b. Set the error threshold to one. This ensures that the lookup cache and table remain synchronized if the Integration Service inserts a row in the cache
- c.both a and b
- d.none
which of the following is true about Union transformation
- a.All input groups and the output group must have matching ports. The precision, datatype, and scale must not be identical across all groups.
- b. The Union transformation does not remove duplicate rows.
- from a Union transformation.
- d. You can create multiple input groups and output groups.
which is true about the following:
- lkp , expression and rank transformations are Passive transformations
- b. sorter ,sequence generator and Rank transformations are active transformations
- c. Joiner,normalizer and union are Active transformations
- d.unioin is a passive/active transformation
When you configure a session using Update Strategy transformations and a dynamic lookup cache, which is the correct combination of session properties
- a.select insert, select update and do not select delete
- b.treat source rows as data driven, select insert, select update as update and do not select delete
- c.treat source rows as data driven, select insert, select update and do not select delete
- d.treat source rows as data driven, select insert, select update,
Which of the following update strategy expression will do update else insert
- a. iif(a=1,2,1)
- b. iif(a=1,0,1)
- c. iif(a=1,1,0)
- d. iif(a=1,1,2)
which is true about following
- a. source qualifier joins the heterogeneous sources
- b. joiner transformations joins the heterogeneous sources
- c.joiner transformation can only join homogeneous sources.
- d. source qualifier can joins both heterogeneous and homogeneous sources
How the duplicate rows are treated in sorter transformation
- a. duplicate rows are sorted based on the case.
- b. You can configure the Sorter transformation to treat output rows as distinct.
- c. The Integration Service rejects duplicate rows compared during the sort operation.
- d.none of the above
Which of the following is true about router transformation
- a. You can connect more than one group to a multiple input group transformation, except for Joiner transformations, when you connect each output group to a different input group.
- b. You can connect more than one group to one target or a single input group transformation
- c. You can connect multiple output ports in one group to multiple transformations or targets
- d. You can connect one group to one transformation or target.
Normalizer transformation is non reusable transformation
- True
- False
which is true about router and filter transformation
- a.Both Filter and Router drops the falls condition records
- b. Both Filter and Router will not drops the falls condition records
- c.filter drops the falls condition records but router will pass through this records
- d.Router drops the falls condition records but Filter will pass through this records
which of the following is efficient in handling flatfile duplicate rows as distinct rows
- a. source qualifier transformation alone.
- b. sorter and sequence generator.
- c.source qualifier and expression transformation
- d. sorter transformation alone
which of the following transformation has the cache files property
- a.sorter,sequence generator
- b.lookup,sorter,joiner
- c.lookup,normalizer
- d.joiner & union
which of the following is true about sequence generator
- a.When NEXTVAL is connected to the input port of another transformation, the Integration Service generates a sequence of numbers.
- b.When CURRVAL is connected to the input port of another transformation, the Integration Service generates the NEXTVAL value plus the Increment By value.
- c.You cannot reuse a Sequence Generator when you perform multiple loads to a single target.
- d.None of the above
aggregator operation can be performed in which of the following ports
- a.inout port
- b.variable and out port
- c.variable
- d. out port