DataStage and Informatica ETL Technology Quiz
Test your knowledge of IBM InfoSphere DataStage and Informatica PowerCenter ETL tools including stages, transformations, partitioning, and job management.
Questions
The source can be imported as target but the target cant be imported as source
- True
- False
Truncate table option set in session level when run for the first time will throw error
- True
- False
Database sort order need not match with session sort order
- True
- False
Debugger is available in designer
- True
- False
Debugger is available in designer
- True
- False
i/p ports are allowed for sequence generator
- True
- False
We can create tasks directly in workflow designer w/o actually creating it in task developer
- True
- False
Variable ports are not available in which of the following transformation?
- Expression
- Aggregator
- Rank
- Router
alt-t--is the keyboard shortcut for adding ports in a transformation
- True
- False
In workflow monitor - abort has a 30 second timeout
- True
- False
What is the Option status for active, cancelled, reinstated and expire options respectively
- 01,3X
- 4X
- 02,3X
- 02
1.What is the lowest CPU cost partitioning method for parallel stage to parallel stage?
- Range
- Modulus
- Entire
- Same
Which Oracle Enterprise stage read property can be set using db options to tune job performance?
- memsize
- arraysize
- partitionsize
- transactsize
What is the Default partitioning method used between 2 "parallel" stages?
- same
- Round Robin
- Hash
- Random
You need to invoke a job from the command line that is a multi-instance enabled. What is the correct syntax to start a multi-instance job
- dsjob -run -mode NORMAL -instance <instance> <project> <job>
- dsjob -run -mode NORMAL -wait -instance <instance> <project> <job>
- dsjob -run -mode NORMAL <project> <job>.<instance>
- dsjob -run -mode MULTI <project> <job>.<instance>
Which three statements are true about File Sets? (Choose three.)
- File sets are partitioned.
- File sets are unpartitioned.
- File sets are stored as a single file.
- File sets are readable by external applications.
- File sets are stored as header file and data files
Which three lookup types may be performed in the Lookup stage? (Choose three.)
- Equality match
- Negative match
- Range on stream link
- Range on the reject link
- Range on the reference link
Which three actions can improve sort performance in a DataStage job? (Choose three.)
- Specify only the key columns which are necessary.
- Use the stable-sort option to avoid the random ordering of non-key data.
- Minimize the number of sorts used within a job flow.
- Adjusting the "Restrict Memory Usage" option in the Sort stage.
- Run the job sequentially so that only one sort process is invoked.
Which import option can be used to import metadata from a data modeling tool such as Erwin or Rational Data Architect?
- Import using bridges.
- Import a table definition using the Connector wizard.
- Import DataStage components.
- Import a table definition using the Plug-In Meta Data facility.