IBM C9530-404 Exam Practice Questions (P. 3)
- Full Access (48 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 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?
Which operating system privilege(s) does the developer need to modify Integration node properties and properties of integration node resources?
send
light_mode
delete
Question #12
The embedded global cache in an integration node can be extended by connecting to:
- AIntegration Bus Advanced.
- BIntegration Bus Hypervisor Edition.
- CWebSphere eXtreme Scale.
- DWebSphere Extended Deployment Compute Grid.
Correct Answer:
C
IBM Integration Bus V9 supports two methods of caching data -- an embedded global cache (embedded version of WebSphere eXtreme Scale), or an external grid.
Reference:
http://www.ibm.com/developerworks/websphere/library/techarticles/1406_gupta/1406_gupta.html
C
IBM Integration Bus V9 supports two methods of caching data -- an embedded global cache (embedded version of WebSphere eXtreme Scale), or an external grid.
Reference:
http://www.ibm.com/developerworks/websphere/library/techarticles/1406_gupta/1406_gupta.html
send
light_mode
delete
Question #13
A solution developer has created the flow shown in the exhibit below. The purpose of the flow is to receive notification messages, transform the message payload and send the messages via MQ to the Portal and DataWareHouse (DWH) systems. The developer has also implemented logic to handle various scenarios in the flow in order to trigger alerts on either the NOTIFICATION.CATCH or the NOTIFICATION.FAIL queue which are both monitored by operation support.

The following parameters and settings apply:
✑ All messages processed by the flow are not-persistent messages.
✑ The transaction mode in the NOTIFICATION.REQUEST MQInput node has been set to Yes.
✑ The transaction mode in the DWH.QR MQOutput node has been sent to No.
During an MQ maintenance outage one of the destination queues, DWH.QR, was deleted by mistake. The next message that was processed caused an exception in the DWH.QR MQOutput node.
In this scenario, how many messages are sent out by the flow and to which queues?

The following parameters and settings apply:
✑ All messages processed by the flow are not-persistent messages.
✑ The transaction mode in the NOTIFICATION.REQUEST MQInput node has been set to Yes.
✑ The transaction mode in the DWH.QR MQOutput node has been sent to No.
During an MQ maintenance outage one of the destination queues, DWH.QR, was deleted by mistake. The next message that was processed caused an exception in the DWH.QR MQOutput node.
In this scenario, how many messages are sent out by the flow and to which queues?
- AOne message sent to NOTIFICATION.CATCH.
- BOne message sent to NOTIFICATION.FAIL.
- COne message sent to PORTAL.QR. One message sent to NOTIFICATION.CATCH.
- DOne message sent to PORTAL.QR.
Correct Answer:
B
B
send
light_mode
delete
Question #14
When using the IBM built-in node to output a file using WebSphere MQ Managed File Transfer, which message tree must be used to override the node properties?
- AEnvironment.Destination.File
- BEnvironment.Destination.FTE
- CLocalEnvironment.Destination.FTE
- DLocalEnvironment.WrittenDestination.FTE
Correct Answer:
D
LocalEnvironment.WrittenDestination.FTE message tree. You can override the Destination agent, Destination queue manager, Job name,
Reference:
https://www-01.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc34030_.htm
D
LocalEnvironment.WrittenDestination.FTE message tree. You can override the Destination agent, Destination queue manager, Job name,
Reference:
https://www-01.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc34030_.htm
send
light_mode
delete
Question #15
A message flow contains multiple nodes that reference the same database. In the production environment, all nodes should refer to a database called CLAIMS. In the test environment, all nodes should refer to a database called CLAIMSTEST.
What can the solution developer do to ensure that all nodes refer to the same database when the message flow is deployed in the target environment?
What can the solution developer do to ensure that all nodes refer to the same database when the message flow is deployed in the target environment?
- ACreate a configurable service for the database.
- BPromote the Data Source property on each node to a single message flow property.
- CSet the database name in the LocalEnvironment.Destination.Database tree location.
- DDeclare a shared variable and set the Data Source property on each node to the shared variable.
Correct Answer:
B
B
send
light_mode
delete
All Pages