Informatica PowerCenter Transformations Quiz

Test your knowledge of Informatica PowerCenter transformations including Aggregator, Lookup, Joiner, Router, Filter, Sorter, Normalizer, Union, and Sequence Generator transformations.

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

During data warehouse development,data warehouse should be:

  1. Assisted by JAD sessions
  2. Integrated
  3. Extensible
  4. Manageable
Question 2 Multiple Choice (Single Answer)

In general, data in data warehousing

  1. normalised
  2. denormalised
  3. none of the above
  4. all the above
Question 3 True/False

An active transformation can change the number of rows as output after a transformation

  1. True
  2. False
Question 4 True/False

In OLAP, data are avaliable in Mulitidimectional model

  1. True
  2. False
Question 5 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.

  1. True
  2. False
Question 6 Multiple Choice (Multiple Answers)

Staging Area consists of

  1. Meta Data
  2. The work area where we apply our complex business rules
  3. Hold the data and does calculations
  4. element and related attribute
Question 7 Multiple Choice (Single Answer)

which of the following is true If the source data contains null values in the lookup condition columns

  1. a.the database rejects the row due to a Not Null constraint.
  2. 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
  3. c.both a and b
  4. d.none
Question 8 Multiple Choice (Single Answer)

which of the following is true about Union transformation

  1. a.All input groups and the output group must have matching ports. The precision, datatype, and scale must not be identical across all groups.
  2. b. The Union transformation does not remove duplicate rows.
  3. from a Union transformation.
  4. d. You can create multiple input groups and output groups.
Question 9 Multiple Choice (Single Answer)

which is true about the following:

  1. lkp , expression and rank transformations are Passive transformations
  2. b. sorter ,sequence generator and Rank transformations are active transformations
  3. c. Joiner,normalizer and union are Active transformations
  4. d.unioin is a passive/active transformation
Question 10 Multiple Choice (Single Answer)

When you configure a session using Update Strategy transformations and a dynamic lookup cache, which is the correct combination of session properties

  1. a.select insert, select update and do not select delete
  2. b.treat source rows as data driven, select insert, select update as update and do not select delete
  3. c.treat source rows as data driven, select insert, select update and do not select delete
  4. d.treat source rows as data driven, select insert, select update,
Question 11 Multiple Choice (Single Answer)

Which of the following update strategy expression will do update else insert

  1. a. iif(a=1,2,1)
  2. b. iif(a=1,0,1)
  3. c. iif(a=1,1,0)
  4. d. iif(a=1,1,2)
Question 12 Multiple Choice (Single Answer)

which is true about following

  1. a. source qualifier joins the heterogeneous sources
  2. b. joiner transformations joins the heterogeneous sources
  3. c.joiner transformation can only join homogeneous sources.
  4. d. source qualifier can joins both heterogeneous and homogeneous sources
Question 13 Multiple Choice (Single Answer)

How the duplicate rows are treated in sorter transformation

  1. a. duplicate rows are sorted based on the case.
  2. b. You can configure the Sorter transformation to treat output rows as distinct.
  3. c. The Integration Service rejects duplicate rows compared during the sort operation.
  4. d.none of the above
Question 14 Multiple Choice (Single Answer)

Which of the following is true about router transformation

  1. 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.
  2. b. You can connect more than one group to one target or a single input group transformation
  3. c. You can connect multiple output ports in one group to multiple transformations or targets
  4. d. You can connect one group to one transformation or target.
Question 15 True/False

Normalizer transformation is non reusable transformation

  1. True
  2. False
Question 16 Multiple Choice (Single Answer)

which is true about router and filter transformation

  1. a.Both Filter and Router drops the falls condition records
  2. b. Both Filter and Router will not drops the falls condition records
  3. c.filter drops the falls condition records but router will pass through this records
  4. d.Router drops the falls condition records but Filter will pass through this records
Question 17 Multiple Choice (Single Answer)

which of the following is efficient in handling flatfile duplicate rows as distinct rows

  1. a. source qualifier transformation alone.
  2. b. sorter and sequence generator.
  3. c.source qualifier and expression transformation
  4. d. sorter transformation alone
Question 18 Multiple Choice (Single Answer)

which of the following transformation has the cache files property

  1. a.sorter,sequence generator
  2. b.lookup,sorter,joiner
  3. c.lookup,normalizer
  4. d.joiner & union
Question 19 Multiple Choice (Multiple Answers)

which of the following is true about sequence generator

  1. a.When NEXTVAL is connected to the input port of another transformation, the Integration Service generates a sequence of numbers.
  2. b.When CURRVAL is connected to the input port of another transformation, the Integration Service generates the NEXTVAL value plus the Increment By value.
  3. c.You cannot reuse a Sequence Generator when you perform multiple loads to a single target.
  4. d.None of the above
Question 20 Multiple Choice (Single Answer)

aggregator operation can be performed in which of the following ports

  1. a.inout port
  2. b.variable and out port
  3. c.variable
  4. d. out port