
Test997 WebSphere Message Broker V6.0, Solution Development : 000-997 Exam
Test information:
• Number of questions: 52
• Time allowed in minutes: 75
• Required passing score: 56% or 58%
Related certifications:
• IBM Certified Solution Developer – WebSphere Message Broker V6.0
Exam Topics Include:
• Enterprise Service Bus (ESB) Concepts and Solution Design
• Flow Development
• Message Modeling
• Packaging, Deployment and Migration
• Testing and Debugging
Product Description
Exam Number/Code: 000-997
Exam Name:Test997 WebSphere Message Broker V6.0, Solution Development
“Test997 WebSphere Message Broker V6.0, Solution Development”, also known as 000-997 exam, is a IBM certification. With the complete collection of questions and answers, Pass4sure has assembled to take you through 62 Q&A to your 000-997 Exam preparation. In the 000-997 exam resources, you will cover every field and category in IBM certifications helping to ready you for your successful IBM Certification
Exam Details
This intermediate level certification targets developers, architects and consultants with the knowledge and experience to utilize the connectivity, transformation, and mediation capabilities of the WebSphere Message Broker. They are able to analyze, design, and deploy message models using the WebSphere Message Brokers Toolkit. In addition, these developers can design, develop, test, debug, and deploy message flows via the WebSphere Message Brokers Toolkit by using ESQL, Java, XSLT, and graphical mapping tools. These individuals understand how to integrate legacy applications, web services, databases and Java applications in order to build advanced Enterprise Service Bus solutions. They also understand concepts related to scalability, high availability, security and workload balancing in the WebSphere Message Broker environment. To attain the IBM Certified Solution Developer – WebSphere Message Broker V6.0 certification, candidates must pass 1 test 000-997. To prepare for this test, based on the job role and test objectives, take the link to Test 997 below, and refer to the Test Preparation tab.
Question: 1
During a web service invocation, which of the following message elements would typically hold the payload that is being sent to the web service?
A – SOAP-ENV:Body
B – SOAP-ENV:Header
C – wsdl:input
D – xsd:data
Answer: A Question: 2
A developer has written a user plugin node that makes extensive use of the Broker Java APIs to populate information in the system log. The plugin node is deployed to a Broker running on zOS.
Where can the developer look to see the output from this plugin?
A – In the GDG specified in the Broker JCL file BIPBRKP B – In the zOS System Console
C – In the output of a BIPFMLG job
D – In the Java stdout file
Answer: B Question: 3
If the following ESQL is coded in a compute node, what would be the output from an MQoutput node?
CALL CopyMessageHeaders();
set OutputRoot.XMLNsC.Msg.F1.F3 = ‘Pluto’; set OutputRoot.XMLNsC.Msg.F1.F2 = ‘Mars’; set OutputRoot.XMLNsC.Msg.F4 = ‘Venus’;
set OutputRoot.XMLNsC.Msg.F4.F1 = ‘Mercury’; set OutputRoot.XMLNsC.Msg.F1 .F3 = ‘Saturn’; set OutputRoot.XMLNsC.Msg.F5 = ‘Neptune’;
A –
D –
Answer: B Question: 4
A flow contains a trace node to collect information that shows the state of a message in a flow. What additional step is required to collect this data?
A – Enable system trace
B – Enable eventlog
C – Enable user trace
D – No other step required
Answer: D Question: 5
A message flow developer has multiple versions of a subflow, and needs to be able to identify them at runtime via the user trace facility. The version information (file Revision) will be taken
from the source control management system. Which of these approaches will enable the information to be made visible in user trace?
A – Add a Passthrough node to the subflow. Insert the Revision from source control into the
Label of the node.
B – Add a Compute node to the subflow. Include the Revision from source control in a comment
in the ESQL.
C – Add the Revision from source control into the Long Description field in the flow properties,
D – Add the subflow to the Broker Archive file, specifying the Revision from source control as the parameter to the -version flag on the mqsicreatebar command.
Answer: A Question: 6
A travel reservation system is being implemented using a message flow. Reservation requests are received via an MQlnput node. These requests must be sent to three different back-end
systems: a hotel reservation system, a rental car reservation system and a passenger train
reservation system. Aggregate nodes will be used to fan-out the back-end requests and fan-in the responses. A response must be returned from the message flow within 1 minute1 even if all the reservation systems do not return a response. What is the best way to implement this
requirement?
A – The “Timeout” property on the AggregateControl node should be set to 60 seconds. The
“Failure” terminal of the AggregateReply node must be wired to process the missing responses.
B – The “Timeout” property on the Aggregatecontrol node should be set to 60 seconds. The “No Message” terminal of the AggregateReply node must be wired to process the missing responses
C – The “Timeout” property on the AggregateRequest nodes should be set to 60 seconds. The
“Folder Name” property of each AggregateRequest node must be unique so the fan-in 110w can identify the missing response.
D – The “Timeout” property on the AggregateControl node should be set to 60 seconds. The
“Folder Name” property of each AggregateRequest node must be unique so the fan-in flow can identify the missing response.
Answer: D Question: 7
A developer needs to create a message model for legacy data. The data consists of several types
of records where each record consists of fixed length fields and all fields contain text data. Each record starts with a fixed length type code and can repeat an unknown number of times. Which message domain must be used to parse this data?
A – MRM-XML B – MRM-TDS C – MRM-CWF D – BLOB
Answer: B Question: 8
What Data Element Separation method must be used to parse “ABCDE12SF12” into
Field1=”ABCDE”, Field2=”123”, FieId3=”F12” and parse “ABCDE 123456xxxx” into Field1
=“ABCDE” FieId2=” 123456”, FieId3=”XXXX”?
A – Use Data Pattern
B – Fixed Length
C – Variable Length Elements Delimited
D – Tagged Fixed Length
Answer: A Question: 9
An element in a message definition intended as output from a flow is a fixed length decimal type with CWF physical properties. The receiving application expects leading zeros to be included in
the message. Which of the following properties would be used to accomplish this?
A – Leading Skip Count B – Padding Character C – Byte Alignment
D – Default Value Answer: B Question: 10
A developer needs to create a WSDL file that specifies SOAP over HTTP bindings from an
existing message set. Which two of the following artifacts must be created within the message set project in order to generate a valid WSDL file?
A – An XML Schema file
B – A message category file C – A message definition file D – A message dictionary file
E – A WS-l Basic Profile validation file
Answer: B, C Question: 11
A developer has performed a deployment to a broker in the development region. The broker is unable to process the deployment because the channels between the Config Mgr and the Broker are currently stopped. The developer issues a Cancel Deploy to the broker to clean this up. What
is the most likely result?
A – The deployment will be cancelled immediately.
B – The deployment will be cancelled once the channels are working again.
C – The broker will reject the deployment of the flow and notify the Config Mgr.
D – The Config Mgr will be inconsistent with the broker once the channels are working.
Answer: D Question: 12
A message flow receives messages from a COBOL application, transforms them to XML and delivers them to multiple consumers. Participating external consumers are spread across different
messaging platforms, change frequently and are selective about which messages they choose to receive. Based on this information, which of the following is the most appropriate transport node
to use to send messages from the flow?
A – JMSOutput B – MQOutput C – MQeOutput
D – SCADAOutput
Answer: A Question: 13
A developer wants to share data between Java and ESQL code and chooses to implement this using a static variable in a Java class. This variable will in effect only be shared between code
running in the same:
A – JavaCompute Node
B – Message Flow
C – Execution Group
D – Broker
Answer: C Question: 14
An enterprise wishes to expose an existing backend system as an SSL-protected web service. The backend currently communicates using Websphere MQ. What step needs to be taken to
create an HTTPS interface to the existing system?
* pass4sure ibm 000-997 Questions and Answers : 62 Q&A
* Updated: October 2nd , 2008
* Price: $159.99 $99.99
Free down:Testking ibm 000-997
Free down:Pass4sure ibm 000-997
| IBM Free Downloads |
|
Type |
Exam Bible | New Questions & Answers |
Latest Updated |
Download link |
![]() |
All Ibm 's Exam Pack |
767 |
1 days ago | Download |
If you would like to make a comment, please fill out the form below.
[...] Pass4sure 000-997 Testking 000-997 Actualtest 000-997 [...]