IBM InfoSphere DataStage
Questions about IBM InfoSphere DataStage ETL tool, covering stages, functions, commands, and job configuration
Questions
What is the use of Modify stage?
- Null_Handling
- Datatype conversion
- move or keep column
- None of the Above
- All the Above
What are types of aggregation you can do it in aggregator?
- count,calculation,recalculation
- Sort and Hash
- count, sum, Average
- None of the Above
Types of lookup in parallel?
- Normal
- Sparse
- Both
- None of the Above
How will you create a Datastage Projects?(Choose two)
- Datastage Designer
- Datastage Administrator
- Install the Datastage engine
- All the Above
Sequential file stage can be used __________
- Only to extract data
- Only to load data
- Only either to extract or to load
- Only to Transform data
- To extract, load or transform
Which of the following is not a component of Sequential file stage?
- File path
- File format (Fixed width or Delimited)
- Column definitions
- None of the above
Transformer stage is used to define ________
- Constraints
- Derivations
- Column Mappings
- All of the above
Job parameter values can be determined __________
- At Compile time
- At Run time
- At Both compile time and run time
- Never
These are created within a job and are only accessible by that job
- Shared container
- Local container
- Both
- None of the above
DataStage Director can be invoked from __________
- DataStage Designer and Administrator
- DataStage Administrator
- DataStage Designer
- None of the above
Which stage is used for comparing and identifying differences between two generations of the same data source?
- Aggregator stage
- Change Capture stage
- Modify stage.
- Change Apply stage
What does a Configuration File in parallel extender consist of?
- Number of Processes or Nodes.
- Actual Disk Storage Location.
- Fast name
- All the Above
Which partitioner divides a data set into approximately equal size Partitions based on one or more partitioning keys?
- Range
- Same
- Round Robin
- None of the above
How do you execute datastage job from command line prompt?
- dsjob -run -jobstatus projectname jobname
- dsjob -run projectname jobname
- dsjob -exec projectname jobname
- dsjob -exec –jobstatus projectname jobname
Field(‘Jhon|Micky|gail|’,’|’,1) = ?
- Micky
- Jhon
- |
- None of the above
TrimF(" String with whitespace ") = ?
- " String with whitespace "
- Stringwithwhitespace
- "String with whitespace "
- " String with whitespace"
These are stages that help you when you are developing and troubleshooting parallel jobs (Choose two.)
- Transformer
- File
- Row Generator
- Peek
These are stages that perform some processing on the data that is passing through them (Choose two.)
- File
- Aggregator
- Transformer
- All of the above
Which option is given to the Sequential file that allows individual files to be read by several nodes?
- Read From Multiple Nodes
- Number of Readers Per Node
- Report Progress
- Pattern
Which is not a valid statement regarding a File Set Stage?
- 2G limit on some File systems
- Need to distribute data among nodes to prevent overruns
- If used in parallel, runs faster than sequential file
- No limitations for the File systems