IBM InfoSphere DataStage Fundamentals
Test your knowledge of IBM InfoSphere DataStage ETL tool, including partitioning, job management, stages (Director, Transformer, Aggregator), parallel processing, and metadata handling.
Questions
These are created separately and are stored in the Repository
- Shared container
- Local container
- Both
- None of the above
What is the order of execution followed in Transformer stage?
- Constraints -->Derivations-->Stage variables
- Constraints -->Stage variables-->Derivations
- Derivations-->Stage variables-->Constraints
- Stage variables-->Constraints -->Derivations
Which two statements are true about the join stage?
- All the inputs to join stage must be sorted by join key
- The join stage supports inner, left outer, and right outer joins
- Both
- None of the above
Which stage allows field names to be specified using job parameters?
- Funnel stage
- Transformer stage
- None of the above
- Filter stage
Which “Reject Mode” option in the sequential File Stage will write records to a reject link?
- Output
- Fail
- Drop
- Continue
Which one is keyless partitioning method?
- Modulus
- Hash
- Both
- None of the above
What is the use of job activity stage?
- Specifies an operating system command to execute.
- Specifies a DataStage server or parallel job.
- Both
- None of the above
Which function is converts a string to an internal storage format?
- I Conv
- O Conv
- Both
- None of the above
What are the types we have in parallel processing? (Choose Two)
- Pipeline
- Partitioning
- Node
- None of the above
What are categories we have in parallel environment? (Choose Two)
- Single mode processing
- Symmetric multiprocessing
- Multi parallel processing
- Cluster or MPP
DataStage learns about the shape and size of the system from?
- Hash file
- System file
- Configuration file
- None of the above
Which action is performed using stage variables in a parallel Transformer stage?
- A function can be executed once per record
- A function can be executed once per run
- Identify the first row of an input group
- All the Above
- None of the above
We can’t export metadata, such as field definitions of a sequential file?
- True
- False
- Depends on project
- Depends on file
What is the default data type produced by the Aggregator stage?
- Integer
- Douple precision floating point
- Single precision floating point
- None of the above
What partitioning method would yield the most even distribution of the data without duplication?
- Entire
- Round Robin
- Hash
- Random
Job parameters can be used in ________
- Constraints
- Derivations
- Directory and file names
- All of the above
Annotation stage is used for _________ process.
- Extraction
- Transformation
- Loading
- Documentation
Using DataStage Director, we __________ a job.
- Can compile but can’t run
- can run but can’t compile
- can compile and run
- can’t compile or run
Which handles the process of scheduling, running and monitoring jobs?
- DataStage Administrator
- DataStage Director
- DataStage Designer
- All the Above
Which is the best partition technique we will use for join stage?
- Round robin
- Auto
- Hash
- Entire