DataStage ETL Fundamentals

Quiz covering IBM DataStage concepts including Hashed File Stages, Transformer stages, job parameters, and server configuration

9 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

var expires = new Date(); var Value1 = expires.toUTCString(); var Value2 = expires.toString(); What will Value1, and Value2 contain respectively:

  1. The code will generate a run time error.
  2. undefined, Local Date & Time.
  3. The code will generate a compile time error.
  4. Universal Date & Time, Local Date & Time.
  5. Local Date & Time, Local Date & Time
Question 2 Multiple Choice (Single Answer)

Maximum number of users per Datastage server is _____

  1. 9
  2. 99
  3. 999
  4. 9999
Question 3 Multiple Choice (Single Answer)

Maximum allowable Hashed file size in 32-bit mode

  1. 2 GB
  2. 5 GB
  3. User Defined
  4. No Limit
Question 4 Multiple Choice (Single Answer)

Which of the following stage(s) support "Reference link with multi row result set" ? I. ODBC Stage II. UniVerse Stage III. OraBulk Stage IV. DB2 stage

  1. I & II Only
  2. I & IV Only
  3. III Only
  4. II & IV Only
Question 5 Multiple Choice (Single Answer)

What is the maximum number of reference links accepted by a Transformer?

  1. 999
  2. 255
  3. No Limit
  4. None of the above
Question 6 Multiple Choice (Single Answer)

To disable prompt of a job parameter, which of the following is used?

  1. DS Designer
  2. DS Director
  3. DS Manager
  4. DS Admin
Question 7 Multiple Choice (Single Answer)

what would be the result of the below expression? If Num(Arg1) Then 'Y' Else 'N' where Arg1 = '' [Empty]

  1. Y
  2. N
  3. Will cause run time error
  4. Returns Empty
Question 8 Multiple Choice (Single Answer)

Say DataStage is installed in a windows server. What stage would you use to read a .xls file?

  1. DRS Stage
  2. UniVerse Stage
  3. Sequential File Stage
  4. None of the above
Question 9 Multiple Choice (Single Answer)

How would you re-order the column values, while reading data from a Hashed File Stage?

  1. By Specifying position
  2. By Connecting it to a Transformer
  3. By Specifying 'Data Element' in the output column's tab
  4. Cannot re-order a column value in Hashed File Stage