Informatica Sequence Generator and Database Transformations

Test your knowledge of Informatica PowerCenter database tables, Sequence Generator transformations, and their properties including CURRVAL, NEXTVAL, cache values, cycle options, and reset behavior.

14 Questions Published

Questions

Question 1 True/False

Reset Option is disabled for Reusable Sequence Generator transformation

  1. True
  2. False
Question 2 True/False

If the End Value is reached and if the Cycle option is not enabled then the session fails.

  1. True
  2. False
Question 3 True/False

In case of reusable SQ tranformation, at the end of the session the unused remaining sequence numbers cached are updated to the repository

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

The default for values 'Number of cache values' proporty for Non-reusable and Reusable SQ transformation are

  1. 1,1000
  2. 0,1000
  3. 1000,1000
  4. 0,0
Question 5 Multiple Choice (Single Answer)

We can add ports to the Sequence Generator transformation in following conditions

  1. Always
  2. Only if it is reusable
  3. Never
  4. None of above
Question 6 Multiple Choice (Single Answer)

If only the CURRVAL port of the SG transformation is connected then you will get

  1. Constant value
  2. NEXTVAL + Increment by value
  3. NEXTVAL - Increment by value
  4. None of above
Question 7 Multiple Choice (Single Answer)

Sequence Generator Transformation is

  1. Active/ Connected
  2. Passive/ Connected
  3. Passive/ Unconnected
  4. Active or Passive depends of the session property/Connected
Question 8 Multiple Choice (Single Answer)

Datatype for CURRVAl and NEXTVAl in version 8.1.x is

  1. Bigint(19)
  2. Integer(10)
  3. Varchar2(10)
  4. Integer(19)
Question 9 Multiple Choice (Single Answer)

If Start Value = 75 , Current Value = 80 and End Value = 1000,Increment by = 1 When the session runs what will be the value of the first sequence number for port NEXTVAL

  1. 75
  2. 80
  3. 81
  4. Session will fail.
Question 10 Multiple Choice (Single Answer)

If Start Value = 100 , Current Value = 50 and End Value = 200 ,Increment by = 50, and cycle option is enabled the the sequence generated for port NEXTVAL

  1. (50,100,150,200,100)
  2. (100,150,200,50,100)
  3. (50,100,150,200,50)
  4. Session fails as start value is greater than current value.
Question 11 Multiple Choice (Single Answer)

Bind process looks into which table to move Wip table data into master tables using timer.

  1. tpolicy
  2. tclntsvr
  3. tpolbind
  4. tbinding
Question 12 Multiple Choice (Single Answer)

Policy installments will be stored in which master table

  1. tpolicy
  2. tpolkey
  3. tpolinst
  4. tpolprm
Question 13 Multiple Choice (Single Answer)

Producer commision of a policy will be stored in which master table?

  1. tpolicy
  2. tproducer
  3. tpolcomm
  4. tprdcomm
Question 14 Multiple Choice (Multiple Answers)

Reference data, application labels and Messages will be stored in which tables?

  1. Treftab, Tcombtab
  2. Tmessage, tpmessage
  3. tplabel, and Tlable
  4. Tmessage, tpmesg