IBM C8060-350 - IBM WebSphere Transformation Extender V8.4, Application Development Exam
Page: 3 / 13
Total 63 questions
Question #11 (Topic: )
Which map setting should be used to create a list of data errors (including error codes and
data values) during map execution?
data values) during map execution?
A. data audit
B. input trace
C. output trace
D. execution audit
E. summary trace
Answer: A
Question #12 (Topic: )
Which two of the following statements regarding functional maps are TRUE? A functional
map:
map:
A. is like a subroutine.
B. ignores card adapter settings.
C. can only be called by an executable map.
D. must be in the same source file as the executable map that calls it.
Answer: A,B
Question #13 (Topic: )
What is the difference between the INT function and the ROUND function? The INT
function always discards the decimal, and the ROUND function:
function always discards the decimal, and the ROUND function:
A. rounds up and then always discards the decimal.
B. rounds up or down and then always discards decimal places.
C. rounds up or down to the number of decimal places specified.
D. discards unwanted decimal places and then rounds up or down.
Answer: C
Question #14 (Topic: )
What must the application developer do before a map will run on an operating system other
than Windows?
than Windows?
A. Rename the file extension for the compiled map to .mmc.
B. Change all of the component's character sets to NATIVE.
C. Build the map using the "Build for Specific Platform" command.
D. Translate all literal values into the target platform's character set.
Answer: C
Question #15 (Topic: )
The structure of the following file has been partially defined in a type tree:
~Smith~Robert~Programmer<NL>
~Doe~John~Manager<NL>
The properties of the types have not been completely defined.
[IBM-C8060-350-6.0/IBM-C8060-350-8_2.png]
Which of the following options defines the properties for the use of the tilde (~) character in
the sample file?
~Smith~Robert~Programmer<NL>
~Doe~John~Manager<NL>
The properties of the types have not been completely defined.
[IBM-C8060-350-6.0/IBM-C8060-350-8_2.png]
Which of the following options defines the properties for the use of the tilde (~) character in
the sample file?
A. Define ~ as a floating component of the Record type.
B. Define ~ character as a prefix delimiter of the File type.
C. Define ~ character as a prefix delimiter of the Record type.
D. Define ~ character as the initiator and terminator of LastName and FirstName types and initiator of Title type.
Answer: C