IBM InfoSphere DataStage

Questions about IBM InfoSphere DataStage ETL tool, covering stages, functions, commands, and job configuration

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the use of Modify stage?

  1. Null_Handling
  2. Datatype conversion
  3. move or keep column
  4. None of the Above
  5. All the Above
Question 2 Multiple Choice (Single Answer)

What are types of aggregation you can do it in aggregator?

  1. count,calculation,recalculation
  2. Sort and Hash
  3. count, sum, Average
  4. None of the Above
Question 3 Multiple Choice (Single Answer)

Types of lookup in parallel?

  1. Normal
  2. Sparse
  3. Both
  4. None of the Above
Question 4 Multiple Choice (Multiple Answers)

How will you create a Datastage Projects?(Choose two)

  1. Datastage Designer
  2. Datastage Administrator
  3. Install the Datastage engine
  4. All the Above
Question 5 Multiple Choice (Single Answer)

Sequential file stage can be used __________

  1. Only to extract data
  2. Only to load data
  3. Only either to extract or to load
  4. Only to Transform data
  5. To extract, load or transform
Question 6 Multiple Choice (Single Answer)

Which of the following is not a component of Sequential file stage?

  1. File path
  2. File format (Fixed width or Delimited)
  3. Column definitions
  4. None of the above
Question 7 Multiple Choice (Single Answer)

Transformer stage is used to define ________

  1. Constraints
  2. Derivations
  3. Column Mappings
  4. All of the above
Question 8 Multiple Choice (Single Answer)

Job parameter values can be determined __________

  1. At Compile time
  2. At Run time
  3. At Both compile time and run time
  4. Never
Question 9 Multiple Choice (Single Answer)

These are created within a job and are only accessible by that job

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

DataStage Director can be invoked from __________

  1. DataStage Designer and Administrator
  2. DataStage Administrator
  3. DataStage Designer
  4. None of the above
Question 11 Multiple Choice (Single Answer)

Which stage is used for comparing and identifying differences between two generations of the same data source?

  1. Aggregator stage
  2. Change Capture stage
  3. Modify stage.
  4. Change Apply stage
Question 12 Multiple Choice (Single Answer)

What does a Configuration File in parallel extender consist of?

  1. Number of Processes or Nodes.
  2. Actual Disk Storage Location.
  3. Fast name
  4. All the Above
Question 13 Multiple Choice (Single Answer)

Which partitioner divides a data set into approximately equal size Partitions based on one or more partitioning keys?

  1. Range
  2. Same
  3. Round Robin
  4. None of the above
Question 14 Multiple Choice (Single Answer)

How do you execute datastage job from command line prompt?

  1. dsjob -run -jobstatus projectname jobname
  2. dsjob -run projectname jobname
  3. dsjob -exec projectname jobname
  4. dsjob -exec –jobstatus projectname jobname
Question 15 Multiple Choice (Single Answer)

Field(‘Jhon|Micky|gail|’,’|’,1) = ?

  1. Micky
  2. Jhon
  3. |
  4. None of the above
Question 16 Multiple Choice (Single Answer)

TrimF(" String with whitespace ") = ?

  1. " String with whitespace "
  2. Stringwithwhitespace
  3. "String with whitespace "
  4. " String with whitespace"
Question 17 Multiple Choice (Multiple Answers)

These are stages that help you when you are developing and troubleshooting parallel jobs (Choose two.)

  1. Transformer
  2. File
  3. Row Generator
  4. Peek
Question 18 Multiple Choice (Multiple Answers)

These are stages that perform some processing on the data that is passing through them (Choose two.)

  1. File
  2. Aggregator
  3. Transformer
  4. All of the above
Question 19 Multiple Choice (Single Answer)

Which option is given to the Sequential file that allows individual files to be read by several nodes?

  1. Read From Multiple Nodes
  2. Number of Readers Per Node
  3. Report Progress
  4. Pattern
Question 20 Multiple Choice (Single Answer)

Which is not a valid statement regarding a File Set Stage?

  1. 2G limit on some File systems
  2. Need to distribute data among nodes to prevent overruns
  3. If used in parallel, runs faster than sequential file
  4. No limitations for the File systems