IBM WebSphere Transformation Extender V8.4, Application Development v6.0 (C8060-350)

Page:    1 / 5   
Total 69 questions

Review the following excerpt from a map trace file:


Which of the following is the MOST LIKELY cause of the error?

  • A. The input file contains data not described in the type tree.
  • B. The LegacyRecord component was defined with a range of (1:1) instead of (1:s).
  • C. The sixth component of LegacyRecord was defined using an incorrect data type.
  • D. A component of the LegacyRecord was defined with a range of (1:1) but the data does not appear in the LegacyRecord.


Answer : D

When using WebSphere Transformation Extender to integrate with an e-mail provider, which two of the following are TRUE statements?

  • A. The e-mail adapter's -ATTACH command only supports a single attachment.
  • B. It is mandatory to enter a subject when using the e-mail adapter to send a message.
  • C. The Importer Wizard must be used to create the type tree for the WebSphere e-mail adapter.
  • D. Use the e-mail adapter's Receipt command (-RCPT or -RECEIPT) to request a return receipt.


Answer : A,D

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?

  • A. The File component is defined as Format = Explicit and Component Syntax = Fixed; the Record component is defined as Format = Explicit and Component Syntax = Fixed
  • B. The File component is defined as Format = Explicit and Component Syntax = None; the Record component is defined as Format = Explicit and Component Syntax = None
  • C. The File component is defined as Format = Implicit and Component Syntax = None; the Record component is defined as Format = Explicit and Component Syntax = Fixed.
  • D. The File component is defined as Format = Implicit and Component Syntax = Fixed; the Record component is defined as Format = Implicit and Component Syntax = None


Answer : C

Instead of creating a file, the Sink adapter can be used for temporary output. What are three advantages of the using the Sink adapter?

  • A. Faster map performance.
  • B. Reduced memory usage.
  • C. Reduced disk space usage.
  • D. Reduced number of output cards.
  • E. Reduced file resource conflicts when running multiple instances of the map.


Answer : A,C,E

Which of the following statements about the RUN function is TRUE?

  • A. All maps executed via the RUN function must be in the same map source file.
  • B. The RUN function can be used to dynamically name source and/or destination files.
  • C. The first argument of the RUN function can be the name of a functional or executable map.
  • D. All compiled maps executed via the RUN function must be in the same directory as the calling map.


Answer : B

An application developer needs to create a type tree that contains numerous infix delimited groups, and numerous unsigned integer elements. What is the easiest way to create the type tree?

  • A. Create a group with the group and item properties.
  • B. Create a category with the group and item properties.
  • C. Create separate groups for the group properties and the item properties.
  • D. Create the groups and elements then organize them as a subtype of a category.


Answer : B

Which Design Studio function CANNOT be completed using command line utilities?

  • A. Export type trees and maps.
  • B. Compile maps for the z/OS platform.
  • C. Logical and Structural analysis of type trees.
  • D. Create a type tree using the text file importer.


Answer : D

The Analyze Tree results contain the message: L201 ?Different data objects of
COMPONENT 1 are not distinguishable in TYPE 'File Data' (warning) What action does an application developer need to take?

  • A. Add delimiters to the File group.
  • B. Add a Terminator to the File group.
  • C. Write a map designed to help you identify the bad data.
  • D. Define component 1 of File differently, or more specifically.


Answer : D

Which of the following is an effect of adding a Restart attribute to an input type tree?

  • A. The map attempts to reprocess invalid data.
  • B. The map automatically resets after a map failure.
  • C. Data validation stops if there are unrecognized objects.
  • D. Data validation continues, even if there are unrecognized objects.


Answer : D

The size of an object defined as a text item in a type tree:

  • A. is set to zero if the item is an optional component.
  • B. includes initiator, terminator, and release characters.
  • C. excludes initiator, terminator, and release characters.
  • D. requires that pad characters be counted when determining the maximum size.


Answer : C

Which WebSphere Transformation Extender stand-alone engine has the following characteristics?
-> Can be run on a variety of platforms
-> Can be triggered by a time event
-> Can run multiple instances of the same map at the same time

  • A. Launcher
  • B. Map Designer
  • C. Command Server
  • D. WebSphere Transformation Extender for Application Programming


Answer : A

One way to modify a type tree in order to increase performance is to:

  • A. reduce the number of categories whenever necessary.
  • B. reduce the length of the names of groups and elements.
  • C. eliminate the specification of groups when not necessary.
  • D. join referenced text fields and then use the Substring map function.


Answer : C

Which two of the following statements are TRUE of syntax items? Syntax items:

  • A. are limited to 10 bytes.
  • B. can only be defined as character data.
  • C. can be defined as character or binary data.
  • D. are used as separators between portions of data.


Answer : B,D

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?

  • A. Workspace = File
  • B. Workspace = Page
  • C. Workspace = Burst
  • D. Workspace = Memory


Answer : D

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?

  • A. TotalItems
  • B. QtyOrdered
  • C. Detail Record
  • D. Trailer Record


Answer : D

Page:    1 / 5   
Total 69 questions