Act now and download your IBM C9530-410 test today! Do not waste time for the worthless IBM C9530-410 tutorials. Download Update IBM IBM MQ V8.0, System Administration exam with real questions and answers and begin to learn IBM C9530-410 with a classic professional.


♥♥ 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

Q21. A system administrator would like to capture accounting and statistics data to analyze performance of channels across multiple platforms. 

Where can the system administrator capture the data? 

A. In the System Management Facility (SMF). 

B. On SYSTEM.ADMIN.PERFM.EVENT queue. 

C. On SYSTEM.ADMIN.ACCOUNTING.QUEUE and SYSTEM.ADMIN.STATISTICS.QUEUE. 

D. On SYSTEM.ADMIN.ACCOUNTING.QUEUE and SYSTEM.ADMIN.STATISTICS.QUEUE for distributed platforms and in System Management Facility (SMF) for the z/OS platform. 

Answer:

Reference: 

http://www-01.ibm.com/support/docview.wss?uid=swg21377808 


Q22. A system administrator needs to generate report messages that show the sequence of MQI calls that an application sends. 

What must the system administrator to do generate these messages? 

A. Run the dspmqrte command. 

B. Set the STATMQI(ON) attribute on the queue manager. 

C. Set the ACTVTRC(ON) attribute on the queue manager. 

D. Set the ACTIVREC(MSG) attribute on the queue manager. 

Answer:

Reference: 

http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.mon.doc/q037540_.htm ?lang=en 


Q23. A system administrator is determining the route that a message takes through a large network of queue managers. Trace route messaging has been enabled on the queue managers. Messages are being generated and delivered to the local queues on each queue manager in the network. 

What can the system administrator do to make the collection of trace-route reply messages more efficient? 

A. Configure queue manager foe activity tracing. 

B. Enable MQI statistics for messages to be placed onto SYSTEM.ADMIN.STATISTICS.QUEUE. 

C. Set up a single node and redefine the local SYSTEM.ADMIN.TRACE.ROUTE.QUEUE as a remote queue definition. 

D. Set the ReplyToQ andReplyToQMgr parameters in the MQMD to specify the trace-route reply message destination. 

Answer:

Reference: 

http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mon.doc/q036780_.htm 


Q24. A z/OS batch application called ORDRPROC processes order messages. Each message is 30 to 40 KB in size. In the past, a non-shared local queue was used and the application was always run on the same single LPAR. 

As part of a 24/7 high availability project, the queue is to be converted into a shared queue, so the processing can take place on any of four LPARs, but it is critical that the messages are processed by only one instance of the batch server program at a time. 

The shared queue is to use an existing Coupling Facility structure named BATCHMSGS which is configured to offload messages larger than 24 KB to shared message data set (SMDS). 

In addition to setting QSGDISP(SHARED), which attributes (amongst others) must the system administrator use within the define QLOCAL command for the new shared queue to support these requirements? 

A. OFFLOAD(SMDS) SHARE 

B. DEFSOPT(SHARED) NOTRIGGER 

C. CFSTRUCT(BATCHMSGS) NOSHARE 

D. STGCLASS(SHARED) PROCESS(ORDRPROC) 

Answer:


Q25. A system administrator migrated IBM MQ for z/OS from V7.1 to V8.0. 

What operation mode allows the system administrator to backward migrate an existing queue manager? 

A. OPMODE = (COMPAT, 7.1) 

B. OPMODE = (COMPAT, 710) 

C. OPMODE = (NEWFUNC, 7.1.0) 

D. OPMODE = (NEWFUNC, 800) 

Answer:


Q26. A system administrator needs to collect monitoring data on an AIX system for performance analysis purposes. The system administrator needs to find out how many messages are put on and retrieved from a queue, and the total number of bytes that the queue processes during a configured interval. 

How can the system administrator enable the collection of the required data and set the interval to 15 minutes? 

A. Set the ACCTMQI(ON) and the STATINT(900) for the queue manager. 

B. Set the queue MONQ(ON) attribute and set the interval in the queue attribute AMONQINT(15). 

C. Set the STATMQI(ON) on the queue manager and the queue, and set the interval in the queue manager attribute STATINT(15). 

D. Set the queue manager and the queue STATQ(ON) attributes, and the interval in the queue manager attribute STATINT(900). 

Answer:


Q27. A system administrator needs to design a solution for transferring confidential data from a financial institution that is using MQ network to another institution that is using non-MQ network and FTP/SFTP protocols. The data must be protected while the messages are on the queues on the MQ network and during the transfer. 

How can the system administrator do this? 

A. Use IBM MQ Managed File Transfer and Advanced Message Security. 

B. Use publish/subscribe topology combined with SSL/TLS enabled channels. 

C. Enable SSL/TLS on sender and receiver channels and also enable the FTP protocol on the queue manager. 

D. Use native MQ, which has the ability to transfer files over a non-MQ (FTP/SFTP) network and encrypts data on queues by default. 

Answer:

Reference: 

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


Q28. On a Sun Solaris system, applications cannot connect to a queue manager QM1 and are getting reason code 2009 MQRC_CONNECTION_BROKEN. 

a. What are the command(s) a system administrator can issue to check the queue manager status? 

b. If the queue manager does not end with the endmqm –i command, what does the system administrator need to do to be able to restart the non-responsive queue manager? 

A. a. dspmqm, runmqsc QM1 

B. Delete and recreate the queue manager 

C. a. PING QMGR 

D. Restore the queue manager from backup 

E. a. dspmqm 

F. Kill all the MQ processes with the kill -9 command. 

G. a. dspmq, runmqsc QM1 

H. Stop the queue manager manually, using the procedure from the product documentation. 

Answer:


Q29. QUEUE1 has messages from an uncommitted unit of work. 

Which command can the system administrator use to find the name of the application connected to QUEUE1? 

A. DISPLAY QUEUE (QUEUE1) ALL 

B. DISPLAY THREAD (*) TYPE (INDOUBT) 

C. DISPLAY QSTATUS (QUEUE1) TYPE (QUEUE) ALL 

D. DISPLAY QSTATUS (QUEUE1) TYPE (HANDLE) ALL 

Answer:


Q30. An existing JMS Client application is to make use of the Automatic Client Reconnect feature without changing the application code. 

Where must the system administrator activate the automatic reconnect option for the JMS client application? 

A. Client Pre-Connect Exit 

B. DefRecon parameter of the mqclient.ini Channels stanza 

C. CLIENTRECONNECTOPTIONS property of the ConnectionFactory 

D. Default Reconnection parameter within the Client Channel Definition Table (CCDT) 

Answer:

Reference: 

https://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q119450_.htm