IBM WebSphere Transformation Extender V8.4, Application Development (C8060-350) Free Practice Test
Question 1
When building a map, the following build error message is displayed: M111 ERROR: LegacyToNew Output: NewOrderRecord:NewSysFile Argument #2 for map F_MakeNewOrderRecord does not match type of input card #2. What action should be taken to resolve the build error?
Correct Answer: A
Question 2
When using WebSphere Transformation Extender to integrate with an e-mail provider, which two of the following are TRUE statements?
Correct Answer: C,D
Question 3
One way to modify a type tree in order to increase performance is to:
Correct Answer: D
Question 4
Complex objects in a data stream:
Correct Answer: A
Question 5
The image here shows the components of a purchase order:

The application requires that the total number of items (TotalItems) in the Trailer Record equals the sum of the quantity ordered (QtyOrdered) for each purchase order. This verification can be performed by a component rule. Which component should have the component rule?

The application requires that the total number of items (TotalItems) in the Trailer Record equals the sum of the quantity ordered (QtyOrdered) for each purchase order. This verification can be performed by a component rule. Which component should have the component rule?
Correct Answer: D
Question 6
What is the method for indicating a reference to a specific occurrence of an input object in a map rule?
Correct Answer: D
Question 7
In this scenario, there is one input file (SOHeader), which contains 200,000 records. The records in SOHeader file are comprised of three fields: SONumber, SOOrdType, and ShipToCustomer. The file is sorted by SOOrdType (ascending order).
Here is a snapshot of a few records in the file:

What is the MOST EFFICIENT function to use to find the first record where ShipToCustomer = "John"?
Here is a snapshot of a few records in the file:

What is the MOST EFFICIENT function to use to find the first record where ShipToCustomer = "John"?
Correct Answer: C