Where are Table Definitions stored?
Information Server metadata repository
In the file system as a binary file
In the file system as a csv file
None of the above
Which Stage requires identical metadata in order to combine data?
Lookup Stage
Funnel Stage
Join Stage
Transformer Stage
Which of the following statements about Collecting methods is correct?
ROUND ROBIN is the fastest algorithm
SORT MERGE never performs data sorting
ORDERED ensures the collected data stream being sorted
AUTO chooses the best method between ROUND ROBIN, SORT MERGE, and ORDERED
Which of the following CANNOT be defined in the DataStage configuration file?
Degree of parallelism
Scratch disk dedicated for sorting
Compilation options for DataStage jobs
A named pool including only part (some) of the nodes
Which of the following statements is an INVALID description of the Sort Stage Option Create Key Change Column?
Adds a column which holds a value of 0 or 1
1 indicates the key value has changed
0 indicates the key value has not changed
Adds a column which holds a value of true/false