Oracle Warehouse Builder and Informatica PowerCenter Quiz
Technical questions about Oracle Warehouse Builder features and Informatica PowerCenter transformations
Questions
We can create/drop the indexes/tables at the________ level
- Source
- Target
- Workflow
- Session
We cannot concatenate ports from more than one transformation into the Filter transformation
- True
- False
Joiner transformations is used to join_______
- heterogenous relational tables
- files from different locations
- data from the same source
- All of the above
- None
A normal or master outer join performs faster than a full outer or detail outer join.
- True
- False
Lookup transformation is ______
- Passive
- Active
- Unconnected
- Connected
The integration service matches the null values in the lookup transformation
- True
- False
We can connect more than one output group to one target or a single input group transformation in a router transformation
- True
- False
If we use sorted input in an aggregator transformation and do not sort data correctly, then_________.
- integration service sorts the data
- the session fails
- gives unexpected results
- gives the aggregated output
In a sequence generator, if start value=10 ,current value=11 ,increment value=1 and end value=20, then the sequence would start from_______
- 12
- 11
- 10
- 1
- session fails
________lookup supports user defined default values
- Unconnected
- Connected
- None
- Both a nd b
Reusable transformation can be made non-reusable transformation
- True
- False
In an aggregator transformation, if we do not group values, the Integration Service returns____ for all input rows.
- one row
- all the rows
- no rows
- two rows
In a sequence generator, if cycle option is checked with start value=10 ,current value=15 ,increment value=5 and end value=20, the sequence for 5 records would be _____
- 10,11,12,13,14
- 15,20,10,15,20
- 15,20,15,20,15
- 15,15,15,15,15
- session fails
If the lookup table does not change between sessions, configure the Lookup transformation to use______ lookup cache
- persistent
- non-persistent
- both a and b
- none
The filter condition in filter transformation is case sensitive
- True
- False
Which of the CASE tools are supported by Warehouse Builder as source metadata suppliers
- Sybase Power Designer 7.0
- CA Erwin 3.0 to 3.5.2
- CA AllFusion ERwin Data Modeler 4.0 SP1 to 4.1
- All of the Above
What is the cardinality between Runtime Repository Schema and Target schema?
- One-one
- Many-one
- One-many
- No cardinality at all
Which are the sources supported by OWB
- Oracle Database
- Flat Files
- SAP/R3
- All of the Above
What language does the OWB generate to extract data from sources?
- SQL
- PL/SQL
- ABAP
- All of the Above
Can Warehouse Builder support Oracle's parallel inserts,updates and deletes ?
- No
- Yes
- Cant Say
- Varies from case to case