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.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

These are created separately and are stored in the Repository

  1. Shared container
  2. Local container
  3. Both
  4. None of the above
Question 2 Multiple Choice (Single Answer)

What is the order of execution followed in Transformer stage?

  1. Constraints -->Derivations-->Stage variables
  2. Constraints -->Stage variables-->Derivations
  3. Derivations-->Stage variables-->Constraints
  4. Stage variables-->Constraints -->Derivations
Question 3 Multiple Choice (Single Answer)

Which two statements are true about the join stage?

  1. All the inputs to join stage must be sorted by join key
  2. The join stage supports inner, left outer, and right outer joins
  3. Both
  4. None of the above
Question 4 Multiple Choice (Single Answer)

Which stage allows field names to be specified using job parameters?

  1. Funnel stage
  2. Transformer stage
  3. None of the above
  4. Filter stage
Question 5 Multiple Choice (Single Answer)

Which “Reject Mode” option in the sequential File Stage will write records to a reject link?

  1. Output
  2. Fail
  3. Drop
  4. Continue
Question 6 Multiple Choice (Single Answer)

Which one is keyless partitioning method?

  1. Modulus
  2. Hash
  3. Both
  4. None of the above
Question 7 Multiple Choice (Single Answer)

What is the use of job activity stage?

  1. Specifies an operating system command to execute.
  2. Specifies a DataStage server or parallel job.
  3. Both
  4. None of the above
Question 8 Multiple Choice (Single Answer)

Which function is converts a string to an internal storage format?

  1. I Conv
  2. O Conv
  3. Both
  4. None of the above
Question 9 Multiple Choice (Multiple Answers)

What are the types we have in parallel processing? (Choose Two)

  1. Pipeline
  2. Partitioning
  3. Node
  4. None of the above
Question 10 Multiple Choice (Multiple Answers)

What are categories we have in parallel environment? (Choose Two)

  1. Single mode processing
  2. Symmetric multiprocessing
  3. Multi parallel processing
  4. Cluster or MPP
Question 11 Multiple Choice (Single Answer)

DataStage learns about the shape and size of the system from?

  1. Hash file
  2. System file
  3. Configuration file
  4. None of the above
Question 12 Multiple Choice (Single Answer)

Which action is performed using stage variables in a parallel Transformer stage?

  1. A function can be executed once per record
  2. A function can be executed once per run
  3. Identify the first row of an input group
  4. All the Above
  5. None of the above
Question 13 Multiple Choice (Single Answer)

We can’t export metadata, such as field definitions of a sequential file?

  1. True
  2. False
  3. Depends on project
  4. Depends on file
Question 14 Multiple Choice (Single Answer)

What is the default data type produced by the Aggregator stage?

  1. Integer
  2. Douple precision floating point
  3. Single precision floating point
  4. None of the above
Question 15 Multiple Choice (Single Answer)

What partitioning method would yield the most even distribution of the data without duplication?

  1. Entire
  2. Round Robin
  3. Hash
  4. Random
Question 16 Multiple Choice (Single Answer)

Job parameters can be used in ________

  1. Constraints
  2. Derivations
  3. Directory and file names
  4. All of the above
Question 17 Multiple Choice (Single Answer)

Annotation stage is used for _________ process.

  1. Extraction
  2. Transformation
  3. Loading
  4. Documentation
Question 18 Multiple Choice (Single Answer)

Using DataStage Director, we __________ a job.

  1. Can compile but can’t run
  2. can run but can’t compile
  3. can compile and run
  4. can’t compile or run
Question 19 Multiple Choice (Single Answer)

Which handles the process of scheduling, running and monitoring jobs?

  1. DataStage Administrator
  2. DataStage Director
  3. DataStage Designer
  4. All the Above
Question 20 Multiple Choice (Single Answer)

Which is the best partition technique we will use for join stage?

  1. Round robin
  2. Auto
  3. Hash
  4. Entire