DataStage and Ab Initio ETL Tools
Questions about IBM InfoSphere DataStage and Ab Initio ETL tools, covering job execution, stages, partitioning, parameters, and data management.
Questions
Which of the following is valid about shared containers?
- These are reusable job elements.
- They can only be used within a project
- When shared containers are modified. Modifications are reflected in all the jobs that use them.
- None of the above
- What are the ways to execute datastage jobs? a. From Datastage Director (menu Job -> Run now...) b. From command line using a dsjob command c. Datastage routine can run a job (DsRunJob command) d. By a job sequencer
- a, b & d
- a & b
- a & d
- a, b, c &d
How copying of data between Parallel Stage Operators be minimized
- Combinability mode
- Preserve partitioning
- Execution Mode
- Don’t combine mode
A graph parameter whose value can be overwritten with user input is a formal parameter
- True
- False
A rule is an instruction in a transform function that directs the construction of one field in an output record
- True
- False
Choose package file extensions
- mp
- cfg
- xfr
- dml
At phase break temporary files are written in the layout of component upstream of the phase break
- True
- False
Subgraphs and Macros are both reusable graph segments constructed with Ab Initio pre-built components.
- True
- False
which one is not a dedup sort parameter
- select
- output_select
- keep
- check-sort
Select the odd man out
- Broadcast
- Replicate
- Partition by Round-Robin
- Partition by Key
which one is not a defined component tolerance for reject event.
- Abort on first reject
- Never abort
- Abort on predefiend event
- Use limit/ramp
Checkpointed Sort sorts and merges data records, inserting a checkpoint between the sorting and merging phases.
- True
- False
Whats ICONV?
- Converts string to user defined format.
- Converts string to internal storage format.
- Converts internal storage format to String.
- None of the above
Is it possible to run a server job in parallel mode?
- True
- False
Environment Variables can be over-ridden at the job level?
- True
- False
Which of the following Stages have Reject link option?
- Transformer Stage
- Join Stage
- Lookup Stage
- Merge Stage
Which of the following Stages do not transform the data?
- Transform Stage
- Sort Stage
- File Stage
- Copy Stage
What is the default DataStage cache size?
- 256 MB
- 128 MB
- 64 MB
- 512 MB
How do you execute Datastage job from command line prompt?
- dsjob run
- dsjobrun <jobname>
- dsjob -run
- run jobname
How to manage Datastage DataSets?
- Datastage Designer GUI
- orchadmin Command
- dsrecords Command
- all of the above