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

11 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Which three statements are true about File Sets? (Choose three.)

  1. File sets are partitioned.
  2. File sets are unpartitioned.
  3. File sets are stored as a single file.
  4. File sets are readable by external applications.
Question 2 Multiple Choice (Multiple Answers)

Which three lookup types may be performed in the Lookup stage? (Choose three.)

  1. Equality match
  2. Negative match
  3. Range on stream link
  4. Range on the reject link
Question 3 Multiple Choice (Single Answer)

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?

  1. The Column Import stage
  2. The Column Export stage
  3. The Make Vector stage
  4. The Split Vector stage
Question 4 Multiple Choice (Single Answer)

What is the lowest CPU cost partitioning method for parallel stage to parallel stage?

  1. Range
  2. Modulus
  3. Entire
  4. Same
Question 5 Multiple Choice (Single Answer)

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?

  1. Use a Column Exporter to perform the type conversion.
  2. DataStage handles the type conversion automatically
  3. Use the TimestampFromDateTime function in a Transformer.
  4. Use the Modify stage to perform the type conversion.
Question 6 Multiple Choice (Single Answer)

Which Oracle Enterprise stage read property can be set using db options to tune job performance?

  1. memsize
  2. arraysize
  3. partitionsize
  4. transactsize
Question 7 Multiple Choice (Single Answer)

Which import option can be used to import metadata from a data modeling tool such as Erwin or Rational Data Architect?

  1. Import using bridges.
  2. Import a table definition using the Connector wizard.
  3. Import DataStage components.
  4. Import a table definition using the Plug-In Meta Data facility.
Question 8 Multiple Choice (Single Answer)

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?

  1. dsjob -run -mode NORMAL -instance <instance> <project> <job>
  2. dsjob -run -mode NORMAL -wait -instance <instance> <project> <job>
  3. dsjob -run -mode NORMAL <project> <job>.<instance>
  4. dsjob -run -mode MULTI <project> <job>.<instance>
Question 9 Multiple Choice (Multiple Answers)

Which three property areas must be configured when using the ODBC connector stage as a target in your job design? (Choose three.)

  1. Define the connection properties to an ODBC data source.
  2. Define columns for the output link.
  3. Specify properties for the input link.
  4. Define columns for the input link data.
Question 10 Multiple Choice (Multiple Answers)

Which two system variables/techniques must be used in a parallel Transformer derivation to generate a unique sequence of integers across partitions? (Choose two.)

  1. @INROWNUM+1
  2. @INROWNUM
  3. @PARTITIONNUM
  4. @NUMPARTITIONS
Question 11 Multiple Choice (Single Answer)

Which action produces the most accurate Table Definitions for usage with the Oracle Enterprise stage?

  1. Use import "Oracle Table Definitions" .
  2. Use import "Via bridges".
  3. Use import "Plug-in Meta Data Definitions".
  4. Use import "Orchestrate Schema Definitions" using orchdbutil.