IBM WebSphere Transformation Extender V8.4, Application Development - C8060-350 模擬練習
One way to modify a type tree in order to increase performance is to:
正解: C
The example here shows three records of a file. Each record is terminated with a <NL> character. The file is not limited to a specific number of records.
CMS Business Systems S30093467390212200815AN<NL>
CMS Business Systems S40073617390628200817NN<NL>
CMS Business Systems S40073617390628200817NN<NL>
The type tree has been constructed with two groups named File and Record.
Which of the following options BEST defines the format and component syntax properties for the two groups?
CMS Business Systems S30093467390212200815AN<NL>
CMS Business Systems S40073617390628200817NN<NL>
CMS Business Systems S40073617390628200817NN<NL>
The type tree has been constructed with two groups named File and Record.
Which of the following options BEST defines the format and component syntax properties for the two groups?
正解: D
The following map rule returns the incorrect results; however, the map rule does return the expected results when each LOOKUP is run independently.
=IF(PRESENT(Name:.:AddressFile), LOOKUP(Record:input,Field1 Field:Record:input="aa"), LOOKUP(Record:input,Field1 Field:Record:input="cc"))
Why does the rule return the INCORRECT results?
=IF(PRESENT(Name:.:AddressFile), LOOKUP(Record:input,Field1 Field:Record:input="aa"), LOOKUP(Record:input,Field1 Field:Record:input="cc"))
Why does the rule return the INCORRECT results?
正解: D
An application developer has a file which consists of fixed length records. The first record is a header record followed by some number of detail records. The number of detail records is expressed by a value found in the header record. How does the developer define this type of data in WebSphere Transformation Extender?
正解: C
An application developer needs to split a file consisting of 10 records into 10 output files each with one record. The file name of the output files must contain the record number from the input file. Which two functions can be used in this map to achieve this task?
正解: B
Out of all the available settings for the location of the workspace, which of the following is the MOST OPTIMAL setting for performance when processing small transactions such as MQ messages?
正解: C
Refer to the image shown here:

Which map rule function takes the MOST time to run?

Which map rule function takes the MOST time to run?
正解: A