IBM DataStage and ETL Operations
Questions about IBM DataStage tool, Oracle Enterprise stage, ODBC connections, parallel processing, partitioning, lookup operations, and file sets in data integration and ETL workflows
Questions
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.
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
You are working on a job in which a sequential file cannot be read in parallel. In an attempt to improve job performance, you first define a single large string column for the non-parallel sequential file read. Which stage may be used to parse the large string in parallel?
- The Column Import stage
- The Column Export stage
- The Make Vector stage
- The Split Vector stage
What is the lowest CPU cost partitioning method for parallel stage to parallel stage?
- Range
- Modulus
- Entire
- Same
A DataStage job is sourcing a flat file which contains a VARCHAR field. This field needs to be mapped to a target field which is a date. Which will accomplish this?
- Use a Column Exporter to perform the type conversion.
- DataStage handles the type conversion automatically
- Use the TimestampFromDateTime function in a Transformer.
- Use the Modify stage to perform the type conversion.
Which Oracle Enterprise stage read property can be set using db options to tune job performance?
- memsize
- arraysize
- partitionsize
- transactsize
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.
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 property areas must be configured when using the ODBC connector stage as a target in your job design? (Choose three.)
- Define the connection properties to an ODBC data source.
- Define columns for the output link.
- Specify properties for the input link.
- Define columns for the input link data.
Which two system variables/techniques must be used in a parallel Transformer derivation to generate a unique sequence of integers across partitions? (Choose two.)
- @INROWNUM+1
- @INROWNUM
- @PARTITIONNUM
- @NUMPARTITIONS
Which action produces the most accurate Table Definitions for usage with the Oracle Enterprise stage?
- Use import "Oracle Table Definitions" .
- Use import "Via bridges".
- Use import "Plug-in Meta Data Definitions".
- Use import "Orchestrate Schema Definitions" using orchdbutil.