DataStage ETL Fundamentals
Quiz covering IBM DataStage concepts including Hashed File Stages, Transformer stages, job parameters, and server configuration
Questions
var expires = new Date(); var Value1 = expires.toUTCString(); var Value2 = expires.toString(); What will Value1, and Value2 contain respectively:
- The code will generate a run time error.
- undefined, Local Date & Time.
- The code will generate a compile time error.
- Universal Date & Time, Local Date & Time.
- Local Date & Time, Local Date & Time
Maximum number of users per Datastage server is _____
- 9
- 99
- 999
- 9999
Maximum allowable Hashed file size in 32-bit mode
- 2 GB
- 5 GB
- User Defined
- No Limit
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
- I & II Only
- I & IV Only
- III Only
- II & IV Only
What is the maximum number of reference links accepted by a Transformer?
- 999
- 255
- No Limit
- None of the above
To disable prompt of a job parameter, which of the following is used?
- DS Designer
- DS Director
- DS Manager
- DS Admin
what would be the result of the below expression? If Num(Arg1) Then 'Y' Else 'N' where Arg1 = '' [Empty]
- Y
- N
- Will cause run time error
- Returns Empty
Say DataStage is installed in a windows server. What stage would you use to read a .xls file?
- DRS Stage
- UniVerse Stage
- Sequential File Stage
- None of the above
How would you re-order the column values, while reading data from a Hashed File Stage?
- By Specifying position
- By Connecting it to a Transformer
- By Specifying 'Data Element' in the output column's tab
- Cannot re-order a column value in Hashed File Stage