DataStage and Ab Initio ETL Tools

Questions about IBM InfoSphere DataStage and Ab Initio ETL tools, covering job execution, stages, partitioning, parameters, and data management.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is valid about shared containers?

  1. These are reusable job elements.
  2. They can only be used within a project
  3. When shared containers are modified. Modifications are reflected in all the jobs that use them.
  4. None of the above
Question 2 Multiple Choice (Single Answer)
  1. What are the ways to execute datastage jobs? a. From Datastage Director (menu Job -> Run now...) b. From command line using a dsjob command c. Datastage routine can run a job (DsRunJob command) d. By a job sequencer
  1. a, b & d
  2. a & b
  3. a & d
  4. a, b, c &d
Question 3 Multiple Choice (Single Answer)

How copying of data between Parallel Stage Operators be minimized

  1. Combinability mode
  2. Preserve partitioning
  3. Execution Mode
  4. Don’t combine mode
Question 4 True/False

A graph parameter whose value can be overwritten with user input is a formal parameter

  1. True
  2. False
Question 5 True/False

A rule is an instruction in a transform function that directs the construction of one field in an output record

  1. True
  2. False
Question 6 Multiple Choice (Multiple Answers)

Choose package file extensions

  1. mp
  2. cfg
  3. xfr
  4. dml
Question 7 True/False

At phase break temporary files are written in the layout of component upstream of the phase break

  1. True
  2. False
Question 8 True/False

Subgraphs and Macros are both reusable graph segments constructed with Ab Initio pre-built components.

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

which one is not a dedup sort parameter

  1. select
  2. output_select
  3. keep
  4. check-sort
Question 10 Multiple Choice (Single Answer)

Select the odd man out

  1. Broadcast
  2. Replicate
  3. Partition by Round-Robin
  4. Partition by Key
Question 11 Multiple Choice (Single Answer)

which one is not a defined component tolerance for reject event.

  1. Abort on first reject
  2. Never abort
  3. Abort on predefiend event
  4. Use limit/ramp
Question 12 True/False

Checkpointed Sort sorts and merges data records, inserting a checkpoint between the sorting and merging phases.

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

Whats ICONV?

  1. Converts string to user defined format.
  2. Converts string to internal storage format.
  3. Converts internal storage format to String.
  4. None of the above
Question 14 True/False

Is it possible to run a server job in parallel mode?

  1. True
  2. False
Question 15 True/False

Environment Variables can be over-ridden at the job level?

  1. True
  2. False
Question 16 Multiple Choice (Multiple Answers)

Which of the following Stages have Reject link option?

  1. Transformer Stage
  2. Join Stage
  3. Lookup Stage
  4. Merge Stage
Question 17 Multiple Choice (Multiple Answers)

Which of the following Stages do not transform the data?

  1. Transform Stage
  2. Sort Stage
  3. File Stage
  4. Copy Stage
Question 18 Multiple Choice (Single Answer)

What is the default DataStage cache size?

  1. 256 MB
  2. 128 MB
  3. 64 MB
  4. 512 MB
Question 19 Multiple Choice (Single Answer)

How do you execute Datastage job from command line prompt?

  1. dsjob run
  2. dsjobrun <jobname>
  3. dsjob -run
  4. run jobname
Question 20 Multiple Choice (Single Answer)

How to manage Datastage DataSets?

  1. Datastage Designer GUI
  2. orchadmin Command
  3. dsrecords Command
  4. all of the above