IBM C8060-350 - IBM WebSphere Transformation Extender V8.4, Application Development Exam

Page:    1 / 13   
Total 63 questions

A map has 10 input cards and 5 output cards. The map fails with the message: One or more inputs was invalid What is the next step to take to determine the cause of the error?

  • A. Run a rules trace.
  • B. Run a summary content trace.
  • C. Enable backup on the input cards.
  • D. Add Restart attributes to the input type trees.


Answer : B

A map has been designed to append to an audit log when a validation error occurs. The map is being run using the Command Server. At runtime, the map intermittently fails. After some investigation, it is determined that the same map is being called by a RUN function in another map. Which of the following options MAY reduce the number of map failures?

  • A. Enable a Map Retry.
  • B. Enable a Card Retry on the input cards.
  • C. Change the Map Audit Action setting from "Append" to "Create".
  • D. Modify the map settings to specify a custom file name for the audit log.


Answer : A

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"?

  • A. LOOKUP()
  • B. CHOOSE()
  • C. EXTRACT()
  • D. SEARCHUP()
  • E. SEARCHDOWN()


Answer : D

There is a text item called PutAs that appears as a component in a group and has a range of (1:s). Assume the mapping rule for PutAs is as shown here:


Which two of the following will happen when the map is executed?

  • A. A variable number of output files will be created depending upon the input data.
  • B. The name of the output file containing the PutAs item will be determined dynamically based on content in the input.
  • C. The ProcessOrders map will append its results to a file that is named dynamically according to content in the input.
  • D. The ProcessOrders map will only generate one output file regardless of how many output cards it has.


Answer : A,B

A map is being developed to process input data that contains invoices and purchase orders. The first five records of the data are provided here:


The characters INV in the second field identify the record as an invoice.
The characters PO from the second field identify the record as a purchase order. The application requires only processing purchase orders. Which function can be used in the functional map call to process only the purchase orders?

  • A. UNIQUE
  • B. LOOKUP
  • C. CHOOSE
  • D. EXTRACT


Answer : D

Page:    1 / 13   
Total 63 questions