Which of the following rules will retain FIELD1 with the longest last name and TITLEequals to "MR"?
A. FIELD1: SIZEOF(TRIM(c."LASTNAME"))<= SIZEOF(TRIM(b."LASTNAME")) AND
B. TITLE="MR"
C. FIELD1: SIZEOF(TRIM(c."LASTNAME"))>= SIZEOF(TRIM(c."LASTNAME")) AND
D. TITLE="MR"
E. FIELD1: SIZEOF(TRIM(c."LASTNAME"))>= SIZEOF(TRIM(b."LASTNAME")) ANDb.TITLE="MR"
F. FIELD1: SIZEOF(TRIM(c."LASTNAME"))>= SIZEOF(TRIM(b."LASTNAME")) AND
G. TITLE="MR"
What is DataStage/Quality Stage Administrator client used for?
A. Setting up project properties.
B. Scheduling jobs to execute.
C. Compiling all the jobs at once.
D. Exporting log messages for a job.
Which of the following is NOT true regarding theuse of Match Type?
A. Reference Match has many-to-one correspondence.
B. Reference Match has one-to-one correspondence.
C. Unduplicate Match requires two source files.
D. All of the above.
Which of the following is TRUE regarding the use of Survive Rules?
A. Survive Rules contains one or more targets.
B. If any survive rule could not select a record, the firstrecord is selected as the best record.
C. If any survive rule could not select a record, the last record is selected as the best record.
D. All of the above.
Which of the following is TRUE regarding the use of Match Blocking?
A. Blocking fields are grouped using the primary key's hash value.
B. Each Block has 1000 records.
C. Every record in the block becomes an automatic residual.
D. Blocking fields must match exactly for a candidate set to be created/evaluated.
Which of the following is a good description of data quality?
A. What are the sources of the data.
B. How many volumes of data there are.
C. How reliable is the accuracy of the data.
D. How many variations of the data there are.
Which of the following is NOT a member of Standardization Rule Sets?
A. Classification table
B. Dictionary file
C. Pattern action file
D. Parser file
Which of the following Rule Set organizes and moves user data to the correct domains?
A. Country Identifier
B. Domain Pre-processor
C. State Pre-processor
D. Domain Specific
What is DataStage/Quality Stage Designer client used for?
A. Viewing log messages of a job.
B. Compiling and executing a job.
C. Setting up the user's permissions.
D. Displaying the status ofa job.
What are tokens in data investigation?
A. Patterns
B. Reference numbers
C. Mask values for the data.
D. Words or Individual units of data.