Informatica PowerCenter Transformations Quiz
Test your knowledge of Informatica PowerCenter ETL tool, including transformations (joiner, filter, lookup, union, normalizer, router), performance tuning, caching strategies, and session management.
Questions
In sequential batch ….?
- All sessions run at a time
- Each session starts after other
- It has to be enabled
- Unless until session parameters sequential batch is invalid
If we have 684 tables to join then how many joiners we need ?
- 342
- 2
- 683
- We cannot join these many tables in joiner
Can we generate surrogate keys in informatica without sequence generator?
- Yes
- No
- May be
- Surrogate keys cannot be generated in informatica
Can we update the target without update strategy in informatica ?
- With pmcmd command we can update
- No
- Yes
- If so we need to write coding or use unix box
Can we filter the records with lookup?
- Yes
- No
- Lookup is not filtering it will throw error
- Need to write override query
Router is passive or active transformation ?
- Active
- Passive
- Both
- Not define
What is push down in informatica ?
- Performance improvement method
- Transformation
- Variable sin mapping
- None
What is the transformation required if we want work on cobol file?
- Router
- XML
- Normalizer
- Expression
Which is one among the options in the target session of update strategy transformation?
- Merge
- Insert into
- Mount
- Data driven
IS union transformation is active transformation?
- True
- False
Can we dynamic cache in the unconnected lookup?
- True
- False
What is meant by occurs attribute in the normalize transformation?
- Length of column
- Group columns
- Name of the source column
- The number of instances of a column or group of columns in the source row.
Is rank transformation uses cache for its opertion ?
- True
- False
Will union transformation allow duplicates?
- True
- False
Can we get a new session log file each time we run a session?
- Yes
- No
- May be
- Sometimes by setting options in the session properties
Can we reuse the caches in case of connected lookup transformations across the workflows in the same folder?
- Yes
- No
- May be
- Sometimes by setting options in the lookup transformation properties
Can we change the delimiter for the output flat file in the informatica?
- True
- False
Can you look up a flat file using informatica?
- True
- False
As part of performance tuning filter transformation should place?
- Near source
- Near target
- At any place
- None
How many types of joins available in joiner transformation?
- 2
- 3
- 4
- 5