IBM DataStage Quiz
Quiz covering IBM InfoSphere DataStage concepts including stages, configuration, environmental variables, and ETL operations.
Questions
Which client tool is used for Datastage Version Control?
- DataStage Administrator
- DataStage Director
- DataStage Manager
- DataStage Designer
OSH operator is an instance of a c++ class inheriting from
- Unix command line interface
- System dll
- APT_dump
- APT_Operator
Which orchestrate operator is inserted at compile time when RCP is enabled
- Import operator
- APT combined controller
- Modify operator
- None of the above
Why Lookup File set must need a Key column?
- Remove Duplicates
- Memory Limit
- Reference to a Lookup
- None of above
How will you take rejects from Transformer stage?
- Using Otherwise log
- Using Constraints
- Using functions
- All the above
What are the operations performed in modify stage?
- Null handling
- Type conversion
- Dropping a particular column
- All the above
How datastage makes decision on which configuration file to use
- By using State file
- By using administration setting in DS admin
- By using the path in datastage director
- By using APT_CONFIG_FILE environment variable
The Number of reject link(s) in Merge Stage is based on?
- Primary Link
- Update Link
- Number of Records
- All the above
If the pivot includes any derivations with fewer than the maximum number of output rows but more than one row, the output row contains
- Null value for each column
- Null value for each column where a derivation is not available
- Null value for each column where a derivation is available
- None of the above
Which of the below statements is true about configuration file
- Datastage gets the shape and size of system from configuration file and organizes according to it
- once system is upgrade or improved, no need to change the jobs
- Jobs can be developed on one platform and implemented in other platform
- All the above
- None of the above
How to override default settings of environmental variables through datastage client
- Datastage Administrator
- Datastage Designer
- Datastage Director
- All of the above
In Datstage server, what are the benefits of using hashed files?
- Hashed files are the best way to store data for lookups.
- Hashed files are especially useful if they store information with data dictionaries (customer details, countries, exchange rates).
- Very fast when looking up the key-value pairs.
- All the Above
When to use a copy stage in the job
- Replicating data set
- Change the data type
- Renaming the Field name
- A and C
Where can the option to set character map be found in a stage
- general tab
- NLS map tab
- Advanced tab
- None of the above.
Which are right, option regarding the Switch Stage?
- It can have n number of input and n number of output
- It can have 1 input link and 128 output links
- It can have 1 input link and 127 output links
- It can have 2 input links and 127 output links
Which Environmental variable should be set to verify that runtime schemas match the job design column definitions (especially from Oracle).
- OSH_DUMP
- OSH_PRINT_SCHEMAS
- APT_DUMP_SCORE
- APT_NO_JOBMON
Which one of the following is valid about LookupFileSet stage?
- Output link is a reference link.
- Input link is a reference link.
- output link is a non-reference link
- None of the above.
What type of sorting can be used in datastage?
- unique sort
- stable sort
- bubble sort
- sync sort
Which of the following stage is used as a stub in an iterative development?
- Sequential Stage
- File Set Stage
- Copy Stage
- DataSet Stage
What type of stage is a dataset stage?
- BuildOP stage
- File stage
- Processing stage
- Database stage