IBM C9530-001 Exam Practice Questions (P. 4)
- 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 #16
The format of a policy UPL is apiv1/policy/MQTTSubscribe/Test. What policy has the developer created?
- AMQTTSubscribe Policy 1
- BMQTTSubscribe Policy Test
- CMQTTSubscribe Policy apiv1
- DMQTTSubscribe Policy policy
Correct Answer:
B
The format of a policy URL is /apiv1/policy/policy type/policy name. For example, /apiv1/policy/MQTTSubscribe/Policy1.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi62100_.htm
B
The format of a policy URL is /apiv1/policy/policy type/policy name. For example, /apiv1/policy/MQTTSubscribe/Policy1.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi62100_.htm
send
light_mode
delete
Question #17
A message flow is started with JMSInput node and no Message Domain is specified. The flow received an input message of type TextMessage with no JMSType header included. What would the default message domain be as the message is propagated out of the node?
- AXML
- BBLOB
- CXMLNSC
- DJMSStream
Correct Answer:
B
The Message domain is used to parse the message. If the field is blank then the default is BLOB.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac24820_.htm
B
The Message domain is used to parse the message. If the field is blank then the default is BLOB.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac24820_.htm
send
light_mode
delete
Question #18
What are two options for creating an MQEndpoint policy? (Select 2.)
- AUse the BAR file editor.
- BUse Integration Bus Explorer.
- CUse the mqsicreatepolicy command.
- DUse the mqsiattachpolicy command.
- EUse the Integration Bus web user interface.
Correct Answer:
CE
You can use the following tools to create, attach, and manage MQEndpoint policies:
✑ Command line
To create a policy, use the mqsicreatepolicy command. For more information, see Creating and importing policies.
✑ Web user interface (UI)
✑ IBM Integration Toolkit
✑ Representational State Transfer (REST) application programming interface (API)
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi62102_.htm
CE
You can use the following tools to create, attach, and manage MQEndpoint policies:
✑ Command line
To create a policy, use the mqsicreatepolicy command. For more information, see Creating and importing policies.
✑ Web user interface (UI)
✑ IBM Integration Toolkit
✑ Representational State Transfer (REST) application programming interface (API)
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi62102_.htm
send
light_mode
delete
Question #19
What can the DatabaseInput node be configured to do?
- AInsert data in a database.
- BUpdate data in a database.
- CUpdate the local environment tree.
- DRetrieve data from a database.
Correct Answer:
D
Use the DatabaseInput node to detect events recorded in a database, and to retrieve the data affected by those events.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc34041_.htm
D
Use the DatabaseInput node to detect events recorded in a database, and to retrieve the data affected by those events.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc34041_.htm
send
light_mode
delete
Question #20
Which statement about the .NETCompute Node is true?
- AThe exception is propagated through a predefined output terminal.
- B.NETCompute node does not support dynamic terminal. All terminals are predefined.
- CThe message assembly contains four trees to represent the message, the environment, the local environment and the exception list.
- DOnly when the message needs to be transformed through the .NETCompute node, an Evaluate method is needed. In the case of the message pass-through,
Correct Answer:
A
The Failure Terminal is the output terminal to which the input message is routed if an unhandled exception occurs during the computation.
Incorrect Answers:
B: Zero or more dynamic output terminals can be created to support message routing.
D: The Evaluate() method must always be overridden and is automatically implemented by the Message Broker Project template.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc16270_.htm
A
The Failure Terminal is the output terminal to which the input message is routed if an unhandled exception occurs during the computation.
Incorrect Answers:
B: Zero or more dynamic output terminals can be created to support message routing.
D: The Evaluate() method must always be overridden and is automatically implemented by the Message Broker Project template.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc16270_.htm
send
light_mode
delete
All Pages