IBM C9530-001 Exam Practice Questions (P. 3)
- Full Access (122 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
A service interacts with a backend system which replies with a message correlation. When processing request/response messages from the backend, no messages were received by the flow.

Which may be the probable cause of failure?

Which may be the probable cause of failure?
- AThe transaction was set to automatic on the MQOutput Node.
- BThe developer should have used the MQInput Node instead of the MQGet Node.
- CThe Integration Node is configured in a MQ cluster for load balancing and the object descriptor is set to the ReplyToQueueManager.
- DThe backend request/reply message processing can only be accomplished by breaking up the flow into two flows.
Correct Answer:
A
When you define an MQOutput node, the option that you select for the Transaction Mode property defines whether the message is written under sync point:
If you select Yes, the message is written under sync point (that is, within a WebSphere MQ unit of work).
If you select Automatic (the default), the message is written under sync point if the incoming input message is marked as persistent.
If you select No, the message is not written under sync point.
Incorrect Answers:
B: You can use an MQGet node anywhere in a message flow, unlike an MQInput node, which you can use only as the first node in a message flow.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac04570_.htm https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac20806_.htm
A
When you define an MQOutput node, the option that you select for the Transaction Mode property defines whether the message is written under sync point:
If you select Yes, the message is written under sync point (that is, within a WebSphere MQ unit of work).
If you select Automatic (the default), the message is written under sync point if the incoming input message is marked as persistent.
If you select No, the message is not written under sync point.
Incorrect Answers:
B: You can use an MQGet node anywhere in a message flow, unlike an MQInput node, which you can use only as the first node in a message flow.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac04570_.htm https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac20806_.htm
send
light_mode
delete
Question #12
A developer plans to create two new message flows. Flow1 that uses TimeoutControl and TimeoutNotification nodes in Controlled mode, and Flow2 that uses only the TimeoutNotification node in Automatic mode.
The Integration Node is installed on a system without IBM MQ installed. What problems will the developer encounter?
The Integration Node is installed on a system without IBM MQ installed. What problems will the developer encounter?
- AFlow1 will not deploy successfully. Flow2 will not deploy successfully.
- BFlow1 will not deploy successfully. Flow2 will deploy and execute successfully.
- CFlow1 will not deploy successfully. Flow2 will deploy successfully but will produce an error when execution is attempted.
- DFlow1 will deploy successfully but produce an error when execution is attempted. Flow2 will deploy and execute successfully.
Correct Answer:
B
Information about the state of in-flight messages is held on storage queues that are controlled by WebSphere MQ, so you must install WebSphere MQ on the same computer as your integration node if you want to use the capabilities provided by the TimeoutControl node.
References:
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bc28150_.htm
B
Information about the state of in-flight messages is held on storage queues that are controlled by WebSphere MQ, so you must install WebSphere MQ on the same computer as your integration node if you want to use the capabilities provided by the TimeoutControl node.
References:
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bc28150_.htm
send
light_mode
delete
Question #13
While developing a REST API what node should a developer use to receive messages?
- AMQInput Node
- BJMSInput Node
- CHTTPInput Node
- DSOAPInput Node
Correct Answer:
C
Each resource in the REST API has a set of operations that can be called by an HTTP client. An operation in a REST API has a name and an HTTP method (such as GET, POST, or DELETE).
Use the HTTPInput node to receive an HTTP message from an HTTP client for processing by a message flow.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi12017_.htm
C
Each resource in the REST API has a set of operations that can be called by an HTTP client. An operation in a REST API has a name and an HTTP method (such as GET, POST, or DELETE).
Use the HTTPInput node to receive an HTTP message from an HTTP client for processing by a message flow.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi12017_.htm
send
light_mode
delete
Question #14
An Integration Server contains a shared library with a common error handling routine. The shared library is redeployed with an updated error handling routine with some new logging. When will the applications that use the shared library start using the updated routine?
- AImmediately.
- BWhen the Integration Node is restarted.
- CWhen the Integration Server is restarted.
- DAfter each application that uses the shared library is redeployed.
Correct Answer:
A
If a shared library is updated, the changes are immediately visible to all referencing applications.
If you want to deploy and manage just one copy of those common resources, use a shared library. A shared library can be deployed directly to an integration server. Any application can reference the resources in that deployed shared library.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bc23066_.htm
A
If a shared library is updated, the changes are immediately visible to all referencing applications.
If you want to deploy and manage just one copy of those common resources, use a shared library. A shared library can be deployed directly to an integration server. Any application can reference the resources in that deployed shared library.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bc23066_.htm
send
light_mode
delete
Question #15
Which statement regarding security profiles is true?
- AMultiple security providers cannot be created in one security profile.
- BA security profile can be created for LDAP or a WS-Trust V1.3 STS.
- CThe command mqsichangeconfigurableservice can be used to change a security profile.
- DIf WS-Trust v1.3.STS is selected for more than one operation, the WS-Trust URL must be different and unique for each of the operations.
Correct Answer:
B
You can create a security profile for use with Lightweight Directory Access Protocol (LDAP) or a WS-Trust V1.3 compliant security token server (STS), such as
Tivoli Federated Identity Manager (TFIM) V6.2. Support is also provided for TFIM V6.1, for compatibility with previous versions of IBM Integration Bus. You can create the security profile by using either the mqsicreateconfigurableservice command or an editor in the IBM Integration Explorer.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ap04170_.htm
B
You can create a security profile for use with Lightweight Directory Access Protocol (LDAP) or a WS-Trust V1.3 compliant security token server (STS), such as
Tivoli Federated Identity Manager (TFIM) V6.2. Support is also provided for TFIM V6.1, for compatibility with previous versions of IBM Integration Bus. You can create the security profile by using either the mqsicreateconfigurableservice command or an editor in the IBM Integration Explorer.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ap04170_.htm
send
light_mode
delete
All Pages