Exam Code: C9530-410 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: IBM MQ V8.0, System Administration
Certification Provider: IBM
Free Today! Guaranteed Training- Pass C9530-410 Exam.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for IBM C9530-410 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW C9530-410 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/C9530-410-exam-dumps.html

Q11. An application connects to local queue manager QM1 and puts messages on remote queue QR1. QR1 has been defined with target queue QL2, target queue manager QM2, and XMITQ QM2. 

QL2 is defined as a local queue in QM2. For security purposes, another queue manager, QM3, has been created behind a firewall and all messages destined for QL2 on QM2 need to be routed to QL3 on QM3. 

Assuming QM2 and QM3 are interconnected, what changes does the system administrator need to make to achieve this without application failure? 

A. Create an alias queue on QM2 pointing to QL3 on QM3. 

B. Create a remote queue on QM2 pointing to QL3 on QM3. 

C. Alter the QR1 RQMNAME parameter to point to QM3 and RNAME parameter to QL3 with XMITQ QM2. 

D. Alter the QR1 RQMNAME parameter to point to QM3 and RNAME parameter to QL3 with XMITQ QM3. 

Answer:

Reference: 

http://www.ibm.com/developerworks/websphere/library/techarticles/1212_bhat/1212_bhat.h tml 


Q12. IBM MQ servers were installed on both AIX and IBM i with one queue manager on each server. A system administrator will administer both queue managers from MQ Explorer. 

What must the system administrator verify to ensure that the MQ Explorer connects to both queue managers? 

A. A command server and a TCP/IP listener are running on the MQ Explorer machine. 

B. A command server and a TCP/IP listener are running, and the SYSTEM.ADMIN.SVRCONN channel and the SYSTEM.MQEXPLORER.REPLY.MODEL queue are defined. 

C. The SYSTEM.DEF.CLNTCONN channel and the queue manager listener are running. 

D. The SYSTEM.ADMIN.SVRCONN channel and the SYSTEM.MQEXPLORER.REPLY.MODEL.QUEUE queue are defined. 

Answer:

Reference: 

https://www-01.ibm.com/support/knowledgecenter/SSEP7X_7.0.4/com.ibm.wmqfte.doc/connecting_mq. htm 


Q13. An application puts a batch of messages onto a local queue for processing multiple times during the day. The system administrator needs to determine the size of the messages put to the queue. 

What type of monitoring does the system administrator need to enable and which value needs to be reviewed by the system administrator that indicates the size of the messages put? 

A. Enable queue accounting on the queue and review the PutBytes value. 

B. Enable queue statistics on the queue and review the PutMaxBytes value 

C. Enable queue statistics on the queue manager and review the MaxMsgLength. 

D. Configure application event monitoring on the queue and review the MaxMsgLength. 

Answer:

Reference: 

http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.ref.adm.doc/q087000_.h tm 


Q14. A system administrator has defined a queue manager cluster, CLUS1, consisting of three queue managers QMGR1, QMGR2 and QMGR3 running on three different servers. The system administrator also defined a clustered queue Q1 on the three queue managers. The messages currently get distributed to Q1 across the three queue managers uniformly. 

The system administrator has been asked to ensure that the Q1 on QMGR1 gets more messages compared to QMGR2 and QMGR3. 

Which channel attribute should the system administrator modify to achieve this? 

A. NETPTRY 

B. CLWLPTRY 

C. CLWLMRUC 

D. CLWLWGHT 

Answer:


Q15. A system administrator needs to ensure that the users of a particular SVRCONN channel provide a user ID and password while other SVRCONN channels may continue to work unauthenticated. 

How can the system administrator do this? 

A. Set CHCKCLNT(NONE) for the AUTHINFO and CHCKCLNT(ASQMGR) for the channel CHLAUTH rule. 

B. Set CHCKCLNT(REQUIRED) for the AUTHINFO and CHCKCLNT(ASQMGR) for the channel CHLAUTH rule. 

C. Set CHCKCLNT(REQUIRED) for the AUTHINFO and CHCKCLNT(REQUIRED) for the channel CHLAUTH rule. 

D. Set CHCKCLNT(OPTIONAL) for the AUTHINFO and CHCKCLNT(REQUIRED) for the channel CHLAUTH rule. 

Answer:

Reference: 

http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.sec.doc/q113250_.htm?l ang=en 


Q16. A system administrator is preparing for a multi-instance queue manager configuration and has run the amqmfsck command. 

What does a positive report from the command amqmfsck tell the system administrator? 

A. The queue manager data is stored successfully on the shared disk. 

B. The queue manager is ready to participate in a multi-instance configuration. 

C. The installed version of IBM MQ is capable of handling a multi-instance queue manager. 

D. The file system meets the requirements for storing data of a multi-instance queue manager. 

Answer:

Reference: 

http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.con.doc/q018140_.htm?l ang=en 


Q17. In a network topology, a queue manager will have multiple clients connecting to a single server-connection channel by using a TCP client-connection channel. The channel must be configured so that an idle client does not stay connected. 

To support this topology, the system administrator should: 

A. set the KAINT attribute on the client-connection channel. 

B. set the MRTMR attribute on the client-connection channel. 

C. set the HBINT attribute on the server-connection channel. 

D. set the DISCINT attribute on the server-connection channel. 

Answer:

Reference: 

http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.1.0/com.ibm.mq.doc/cs70190_.htm 


Q18. On a Linux system, a system administrator needs to define transmission queue QL1 to trigger channel QMTOKYO.TO.QMNEWYORK, using initiation queue QL.INITQ. 

Which command should the system administrator use to create the QL1 definition? 

A. DEFINE QLOCAL (QL1) TRIGGER XMITQ(QL.INITQ) TRIGDATA (QMTOKYO.TO.QMNEWYORK) 

B. DEFINE QLOCAL (QL1) TRIGGER INITQ(QL.INITQ) USERDATA (QMTOKYO.TO.QMNEWYORK) 

C. DEFINE QLOCAL (QL1) TRIGGER (QMTOKYO.TO.QMNEWYORK) INITQ(QL.INITQ) USAGE(XMITQ) 

D. DEFINE QLOCAL (QL1) TRIGGER INITQ(QL.INITQ) USAGE (XMITQ) TRIGDATA (QMTOKYO.TO.QMNEWYORK) 

Answer:


Q19. IBM MQ V7.0.1.3 is running on a server. 

A system administrator receives request to install IBM MQ V8.0 as a second installation on a server where IBM MQ V7.0.1.3 is running. Both the product versions need to co-exist. 

What should the system administrator do first to ensure both versions will run without impacting each other? 

A. Upgrade IBM MQ V7.0.1.3 to 7.0.1.6. 

B. Define a separate installation name. 

C. Define a new data directory for IBM MQ V8.0. 

D. Set up environment variables to have both product versions installed in the same path. 

Answer:

Reference: 

http://www-01.ibm.com/software/integration/wmq/library/ 


Q20. While monitoring a message queue, a system administrator finds a continuous growth of unused topic node subscriptions on a queue manager. 

Which parameter should the system administrator decrease to reduce unwanted topisc? 

A. PUBSUB 

B. TPCOUNT 

C. TREELIFE 

D. SUBCOUNT 

Answer: