Dont waste any period to lookup other Ucertify. Each of our IBM IBM exam braindumps are totally free for you. IBM certification exam questions along with answers are most reliable, accurate and logical training materials, which usually promise an individual a higher score to pass your IBM exam. Take activities right right now, and you will always be at your job peak very quickly with a IBM IBM certification.

2021 Jan C9530-374 exam cost

Q91. An administrator has set up sender receiver channels between QMGR1 running on AIX and QMGR2 running on i5/OS. During verification testing, the administrator noticed that messages being sent from one queue manager are not visible on the other queue manager. Which of the following files should the administrator look at to find the cause of the problem? 

A. /var/adm/syslog on AIX 

B. /var/mqm/errors/AMQ*.ERROR on AIX 

C. /var/mqm/qmgrs/QMGR1/errors/AMQ*.LOG on AIX 

D. /QIBM/UserData/@SYSTEM/errors/AMQ*.ERROR on i5/OS 

E. /QIBM/UserData/mqm/qmgrs/QMGR2/errors/AMQ*.LOG on i5/OS 

Answer: C,E 


Q92. Queue manager QMA had previously been configured to disable the publish/subscribe broker. Now, the administrator has been asked to turn on the native publish/subscribe engine. The administrator can accomplish this task by executing the following command: 

A. strmqbrk m QMA 

B. ALTER QMGR PSMODE(ENABLED) 

C. START SERVICE(SYSTEM.BROKER) 

D. ALTER BROKER PSMODE(ENABLED) 

Answer:


Q93. A legacy application uses MQPUT to send messages to a queue INV. Which set of MQSC commands below will successfully configure the queue manager so that a number of JMS applications can receive these messages by subscribing to topic Inventory/CurrentItems? 

A. DEFINE TOPIC(INV_TOPIC) + TOPICSTR(Inventory/CurrentItems) DEFINE QALIAS(INV) TARGET(INV_TOPIC) TARGTYPE(TOPIC) 

B. DEFINE TOPIC(INV_TOPIC) + TOPICSTR(Inventory/CurrentItems) DEFINE TALIAS(INV) TARGET(INV_TOPIC) TARGTYPE(TOPIC) 

C. DEFINE TOPIC (INV_TOPIC) + TOPICSTR(Inventory/CurrentItems) QALIAS(INV) 

D. DEFINE QALIAS(INV) TARGET(Inventory/CurrentItems) + TARGTYPE(TOPIC) 

Answer:


Q94. An administrator has been asked to create a queue manager alias for QM1 to be used for communication between remote queue managers. What MQSC command will create the queue manager alias? 

A. DEF QR(QM1.ALIAS) RNAME('Q1') RQMNAME(' ') XMITQ(QM1) 

B. DEF QR(QM1.ALIAS) RNAME(' ') RQMNAME(QM1) XMITQ(QM1) 

C. DEF QR(QM1.ALIAS) RNAME('Q1') RQMNAME(QM1) XMITQ(' ') 

D. DEF QL(QM1.ALIAS) RQMNAME(QM1) 

Answer:


Q95. A company running IBM WebSphere MQ V5.3 on UNIX upgraded to IBM WebSphere MQ 

V7.0. Immediately after the migration, what is the administrator expected to do? Start the: 

A. MQSeries service 

B. queue manager and listener simultaneously 

C. queue manager before starting the listener 

D. listener before starting the queue manager 

Answer:


Up to the immediate present C9530-374 test questions:

Q96. The administrator has been asked to install WebSphere MQ V7.0 in a Windows domain environment. 

What unique step does the administrator need to take to complete this task? 

A. obtain a special domain account 

B. add the mqm group to the domain 

C. ensure the domain controller is running 

D. change the password for MUSRJ/IQADMIN 

Answer:

Reference: https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/configuring_webs phere_mq_v7_in_windows_domain_environment?lang=en 


Q97. A routing application has been modified to generate smaller messages no larger than 10KB in size. The operations team has decided to reduce their queue resources need for the routing application's primary queue ROUTING_Q as well to better make use of their file system resources. What command will allow them to do this? 

A. ALTER QL(ROUTING_Q) MAXLENGTH(20000) 

B. REPLACE QL(ROUTING_Q) MAXMSGL(20000) 

C. ALTER QLOCAL (ROUTING_Q) MSGLENGTH(20000) 

D. DEFINE QLOCAL (ROUTING_Q) MAXMSGL(20000) REPLACE 

Answer:


Q98. An administrator has discovered that the primary queue manager (PRIME) has been corrupted and is no longer usable. The queue manager was created with the command: crtmqm PRIME. What does the administrator need to do to recover the queue manager? 

A. Restart the queue manager. 

B. Issue the command: amqrecover PRIME. 

C. Manually delete the file containing the damaged object and restart the queue manager. 

D. Restore the last backup of the queue manager data and log, and restart the queue manager. 

Answer:


Q99. What two environment variables can be set in a IBM WebSphere MQ client environment to direct a IBM WebSphere MQ application to use a client connection definition table? 

A. MQTABLIB and MQCHLTAB 

B. MQSERVER and MQCHLTAB 

C. MQCHLLIB and MQSERVER 

D. MQCHLLIB and MQCHLTAB 

Answer:


Q100. Queue managers QMGR1, QMGR2 and QMGR3 are members of cluster QC. An administrator created the following queues for an application: On QMGR1: DEFINEQALIAS(TEST.ALIAS) + TARGET(TEST.LOCAL) + DEFBIND(OPEN) + DEFPSIST(NO) On QMGR2 and QMGR3: 

DEFINE QLOCAL(TEST.LOCAL) + CLUSTER(QC) + DEFBIND(OPEN) + CLWLPRTY(0) 

+

 CLWLRANK(0) +DEFPSIST(NO) The administrator verifies the setup by putting messages on TEST.ALIAS using the sample amqsput program but notices that all messages end up on the same queue manager (either QMGR2 or QMGR3). What could be the likely cause? 

A. 

The queue TEST.ALIAS was not made part of the cluster. 

B. 

The queue TEST.ALIAS was defined with the wrong DEFBIND option. 

C. 

The CLWLWGHT attribute of the Cluster channels was not set to 50. 

D. 

The CLWLPRTY was set to 0 instead of 50 on TEST.LOCAL in both the queue managers. 

Answer: