IBM C9530-374 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: C9530-374
  • Exam Name/Title: IBM WebSphere MQ V7.0, System Administration
  • Certification Provider: IBM
  • Corresponding Certification: IBM certifications I
  • Exam Questions: 157
  • Updated On: May 27, 2026
Which channel definition will require that client applications using channel ABC establish a mutually authenticated SSL channel?
Correct Answer: D Vote an answer
Which RACF class (es) need to be activated for security checking on z/OS?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
An application is putting messages on queue TEST.QUEUE. The queue manager is running on mydomain.company.com listening on the default port. The IBM WebSphere MQ Bridge for HTTP was deployed under the context WMQBridge in an IBM WebSphere Application Server listening on port 9082 on the same machine. How can an AJAX application running on a remote machine perform a destructive get of messages from TEST.QUEUE?
Correct Answer: C Vote an answer
An administrator has defined MQ objects on 3 queue manager QM1, QM2, QM3 as follows. An application connects to QM1 and puts the message on MY.ALIAS.QUEUE.
On which queue will the message end up?
QM QM1:
DEFINE QALIAS (MY.ALIAS.QUKUE) TARGET (YELLOW.QUEUE)
DEFINE QREMOTE (YELLOW.QUEUE) RNAME (YELLOW) RQMNAME (QM2) +
XMITQ (QM2)
DEFINE QLOCAL (QM2) USAGE (XMITO)
DEFINE QLOCAL (QM3) USAGE (XMITO)
DEFINE QLOCAL (DLQ)
ALTER QALIAS (MY.ALLAS.QUEUE) TARGET (ORANGE.QUEUE) FORCE
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) REPLACE+
DESCE ('Sender channel to QM2') XMITQ (QM2) +
CONNAME ('9.20.9.32 (1412) ')
DEFINE CHANNEL (QM1.TO.QM3) CHLTYPE (SDR) TRPYPE (TCP) REPLACE +
DESCR ('Sender channel to QM3') XMITQ (QM3) +
CONNAME ('9.20.9.33 (1415) ')
QM QM2:
DEFINE QLOCAL (YELLOW)
DEFINE QLOCAL (DLQ)
DEFINE CHANNEL (QMQ.TO.QM2) CHLTYPE (RCVR) TRPTYPE (TCP) +
REPLACE DESCR ('Receiver channel from QM1')
QM QM3:
DEFINE QLOCAL (ORANGE)
DEFINE QLOCAL (DLQ)
DEFINE CHANNEL (QM1.TO.QM3) CHLTYPE (RCVR) TRPTYPE (TCP) +
REPLACE DESCR ('Receiver channel from QM1')
Correct Answer: D Vote an answer
An IBM WebSphere MQ architect is planning an infrastructure for a banking application which cannot lose any messages. What setup should the architect recommend to achieve this?
Correct Answer: C Vote an answer
The sender and receiver channels have been set up between two queue managers. An administrator wants to start the sender channel automatically whenever messages arrive on the corresponding transmission queue. What does the administrator need to start as a trigger monitor for the sender channel?
Correct Answer: C Vote an answer
A company decides to use the IBM WebSphere MQ transport for SOAP to enable some of its Java applications as WebServices on AIX. The administrator is asked to define and start a listener as a service. Which one of the following methods should be used?
Correct Answer: D Vote an answer
What should a company do to set up its MQ environment for media recovery?
Correct Answer: A Vote an answer
A database warehousing application is beginning to experience decreases in its message throughput, but messages are still being processed. The application is required to log each transaction to the database warehouse prior to sending the transaction downstream for processing. The application also recently scaled up to process larger batches of updates.
What is a possible cause for the performance degradation being experienced by this application?
Correct Answer: C Vote an answer
Each of the queue manger QM1, QM2 and QM4 has an instance of cluster queue CLUS_Q Channels TO.QM1,TO.QM2, TO.QM3 and TO.QM4 are defined on each queue manager, respectively. The following MQSC commands are issued.
On QM1:
ALTER CHL (TO.QM1) CHLTYPE (CLUSRCVR) CLWLRANK (1)
ALTER QL(CLUS_Q) CLWRANK (3) ?CHLWLUSEQ (ANY)
On QM2:
ALTER CHL (TO.QM2) CHLTYPE (CLUSRCVR) CLWLRANK (3)
ALTER QL(CLUS_Q) CLWRANK (2) ?CHLWLUSEQ (ANY)
On QM3:
ALTER CHL (TO.QM3) CHLTYPE (CLUSRCVR) CLWLRANK (3)
ALTER QL(CLUS_Q) CLWRANK (1) ?CHLWLUSEQ (ANY)
On QM3:
ALTER CHL (TO.QM4) CHLTYPE (CLUSRCVR) CLWLRANK (2)
ALTER QL(CLUS_Q) CLWRANK (3) ?CHLWLUSEQ (ANY)
To which queue manager will the messages be delivered after these changes?
Correct Answer: C Vote an answer
0
0
0
10