IBM InfoSphere DataStage Quiz

Test your knowledge of IBM InfoSphere DataStage ETL tool, covering stages, partitioning methods, data sets, job configurations, and DataStage-specific concepts.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which stage does the job of both “Copy” and “Filter” stage?

  1. Funnel
  2. Merge
  3. Transformer
  4. Encode
Question 2 Multiple Choice (Multiple Answers)

Which two stages does not allow reject links? (Choose two.)

  1. Join stage
  2. Merge stage
  3. Funnel stage
  4. Lookup stage
Question 3 Multiple Choice (Multiple Answers)

Which two statements describe both File Sets and Data Sets? (Choose two.)

  1. File and Data Sets preserve partitioning.
  2. File and Data Sets are stored in internal format.
  3. File and Data Sets contain header file and data files.
  4. File and Data Sets are readable by external applications.
Question 4 Multiple Choice (Single Answer)

Which stage differentiates the normal compile and the force compile?

  1. Funnel
  2. Merge
  3. Transformer
  4. Encode
Question 5 Multiple Choice (Multiple Answers)

Which two partitioning methods are keyless?

  1. Round Robin
  2. Same
  3. Hash
  4. Modulus
Question 6 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 7 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.
  5. File sets are stored as header file and data files.
Question 8 Multiple Choice (Single Answer)

Which feature does the Merge stage have that is not available in the Join and Lookup stages?

  1. All inputs must be sorted.
  2. Input data may be unsorted.
  3. Several reject links may be specified.
  4. No more than one reject link may be specified.
Question 9 Multiple Choice (Single Answer)

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

  1. Sort Merge
  2. Round Robin
  3. Entire
  4. Ordered
Question 10 Multiple Choice (Multiple Answers)

Which three statements are true about Transformer stages? (Choose three.)

  1. Derivations are written in C++.
  2. Constraints are executed before output link derivations.
  3. Stage variables are executed before output link derivations.
  4. @PARTNUM returns the number of job partitions currently active.
  5. Constraints can keep a record from being written to an output link.
Question 11 Multiple Choice (Single Answer)

What is the extension for dataset stage?

  1. .cs
  2. .das
  3. .ds
  4. .sk
Question 12 True/False

Transformer Stage Variable can be used outside the Transformer stage ?

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

Where will be the different stages available?

  1. Palette
  2. Menu
  3. Repository
  4. All the above
Question 14 Multiple Choice (Single Answer)

You have to build a similar job in two projects which stage would you go for

  1. Shared container
  2. Transformer
  3. Merge
  4. Join
Question 15 Multiple Choice (Single Answer)

A Data Stage 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. Data Stage handles the type conversion automatically.
  3. Use the TimestampFromDateTime function in a Transformer.
  4. Use the Modify stage to perform the type conversion.
Question 16 True/False

Data stage can also import the metadata from a schema file for a File Stage which is specified during the Runtime?

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

A customer must compare the value of a decimal field to that of an integer field to determine whether to drop a row of data. What would be the correct stage to use for this requirement?

  1. The Transformer stage
  2. The Switch stage
  3. The Filter stage
  4. The Compare stage
Question 18 Multiple Choice (Single Answer)

Where can we define the parameters in a job?

  1. Job properties
  2. Job sequence
  3. Import Menu
  4. None of the above
Question 19 Multiple Choice (Single Answer)

Which is the costliest stage?

  1. DB Stage
  2. Transformer
  3. Modify
  4. Decode
Question 20 True/False

Can we run both Server Job and Parallel jobs in a Job Sequence?

  1. True
  2. False