A solution developer is creating a DFDL message model for a comma-separated text file that contains customer addresses. The message model structure is shown below.

During testing, the developer finds that some of the records in the data file might be blank. What modification can the developer make to the DFDL model to allow for the blank records in the data?
A. SetMin Occursto0on theCustomer/sequenceelement.
B. SetContent > Length KindtoImpliciton theCustomerelement.
C. Add%WSP*to theTerminatorsproperty on theCustomerelement.
D. Add%LFto theTerminatorsproperty on theCustomer/sequenceelement.
A solution developer encounters a problem while testing a message flow starting with the MQInput node and using the XMLNSC domain. The solution developer added a trace node wired to the output terminal of the MQInput node to display the contents of the data being passed.
Which value does the solution developer need to set for the trace pattern to display the entire message?
A. $ {Root}
B. $ {XMLNSC}
C. $ {InputRoot}
D. $ {InputRoot. XMLNSC }
A solution developer is using accounting and statistics data to find a performance issue withina message flow.
Which type of statistics should the developer use?
A. Node statistics
B. Thread statistics
C. Terminal statistics
D. Message flow statistics
A solution developer is building an application that will receive an XML message on a WebSphere MQ queue. The application must validate the XML message and thentransform it into a fixed format message.
What must the developer create to support the application, using the IBM preferred way to model messages in IBM Integration Bus V9.0?
A. An XML Schema built from an example XML document and a DFDL schema that defines the fixed format file.
B. An XML stylesheet (xsl) built from an example XML document and a DFDL schema that that defines the fixed format file.
C. A MRM message definition file with an XML physical formatlayer and a Custom Wire Format (CWF) physical format layer.
D. A MRM message definition file with an XML physical format layer and aTagged/Delimited String (TDS) physical format layer.
A solution developer is asked by a deployment team about options to deploy BAR files that provide just deployment capabilities.
Which option provides only deployment capabilities, and does not provide packaging capabilities?
A. Commands on AIX
B. Commands on Windows and Linux
C. IBM Integration web user interface
D. Integration API and IBM Integration Explorer
In which situation can the IBM Integration Bus function as a component in a WebSphere MQ based publish subscribe solution?
When it is necessary to:
A. deliver a publication to all subscribing applications.
B. create topics based on the content of the body of the message.
C. filter messages based on the content of the body of the message.
D. create subscriptions based on the content of the body of the message.
A solution developer needs to configure the HTTP listener of an Integration Server on a Linux Server.
Which operating system privilege(s) does the developer need to modify Integration node properties and properties of integration node resources?
A. mqm
B. mqm and mqbrks
C. mqbrks
D. root user
A solution developer needs to create a broker archive to deploy an application on an integration server. During this process, the solution developer can add a flow as
A. mgsflowor.cmffile. The solution developer decides to use.mgsflow. Which node is allowed in the flow?
B. A user-defined node that is created from a subflow.
C. A user-defined node that is created from a Java implementation.
D. A WebSphere Message Broker Version 7.0 Mapping node.
E. A subflow node that represents a subflow that is defined in a.msgflowfile.
A solution developer needs to provide identifiers for the components and resources in a broker environment. These identifiers are used in themqsideploycommand.
Which special character can the developer use in Windows and Linux for identifiers?
A. $
B. .(dot)
C. ~ (tilde)
D. '(apostrophe)
A solution developer wants to use the global cache functionality to share data between two Integration nodes which are running on separate host machines.
What must the developer configure to accomplish the requirements?
A. A global cache policy file on both Integration nodes.
B. A configurable service to connect to an external WebSphere eXtreme Scale grid for example on a DataPower ?XC10 device.
C. The default global cachetopology on both Integration nodes.
D. The default global cache topology on both Integration nodes and an MQ cluster between the two queue managers.