Download IBM MQ V8.0, System Administration.C9530-410.TestKing.2018-12-04.35q.vcex

Vendor: IBM
Exam Code: C9530-410
Exam Name: IBM MQ V8.0, System Administration
Date: Dec 04, 2018
File Size: 26 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
A financial company is having a problem with IBM MQ on their development system. The queue manager is not down, but the new application keeps failing and MQ generates FDC files. This problem is significantly affecting the business as they could miss the project deadlines. 
The system administrator needs to open a Service Request (SR) to report the problem to IBM. 
What should be the severity of the SR raised by the system administrator?
  1. 1
  2. 2
  3. 3
  4. 4
Correct answer: B
Question 2
A client application with IP address 10.2.2.2 connecting to a queue manager needs to be blocked for security purposes. 
Which command does system administrator need to run to block this client application? 
  1. SET CHLAUTH (*) TYPE (BLOCKADDR) ADDRLIST(10.2.2.2)
  2. SET CHLAUTH (*) TYPE (BLOCKADDR) IPADDR(10.2.2.2) USERSCR (BLOCK)
  3. SET CHLAUTH (*) TYPE (ADDRESSMAP) ADDRESS(10.2.2.2) USERSCR (BLOCK)
  4. SET CHLAUTH (*) TYPE (ADDRESSMAP) ADDRESSMAP (10.2.2.2) USERSCR (BLOCKADDR)
Correct answer: A
Explanation:
Reference: https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/blocking_ip_addresses_with_chlauth_which_type_to_use?lang=en
Reference: 
https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/blocking_ip_addresses_with_chlauth_which_type_to_use?lang=en
Question 3
An application needs to clear a local queue using PCF commands. The application is getting reason code 2035 MQRC_NOT_AUTHORIZED. Channel authentication records are disabled. 
What are the minimum required permissions a system administrator needs to assign to the application users?
  1. All authority to the queue manager object.
  2. A blank MCAUSER in the server connection channel.
  3. Connect authority to the queue manager object and Clear authority to the queue.
  4. Connect and Control authority to the queue manager object and ALL MQI authority to the queue.
Correct answer: B
Explanation:
Reference:http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.1.0/com.ibm.mq.doc/cs11910_.htm
Reference:
http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.1.0/com.ibm.mq.doc/cs11910_.htm
Question 4
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?
  1. Configure queue manager foe activity tracing.
  2. Enable MQI statistics for messages to be placed onto SYSTEM.ADMIN.STATISTICS.QUEUE.
  3. Set up a single node and redefine the local SYSTEM.ADMIN.TRACE.ROUTE.QUEUE as a remote queue definition.
  4. Set the ReplyToQ andReplyToQMgr parameters in the MQMD to specify the trace-route reply message destination.
Correct answer: C
Explanation:
Reference:http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mon.doc/q036780_.htm
Reference:
http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.mon.doc/q036780_.htm
Question 5
A system administrator of a z/OS queue manager expects to have 1000 client channels connecting with the queue manager at the same time. 
What should system administrator do to tune the channel initiator to handle this work?
  1. Use the default values for the channel initiator parameters.
  2. Increase MAXCHL, ACTCHL, TCPCHL, CHIADAPS, and CHIDISPS from the default values.
  3. Increase CHIADAPS and use the default values for CHIDISPS, MAXCHL, ACTCHL, TCPCHL.
  4. Increase CHIADAPS and CHIDISPS and use the default values for MAXCHL, ACTCHL, TCPCHL.
Correct answer: B
Explanation:
Reference:http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.csqzaj.doc/sc10620_.htm
Reference:
http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.csqzaj.doc/sc10620_.htm
Question 6
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?
  1. Set the ACCTMQI(ON) and the STATINT(900) for the queue manager.
  2. Set the queue MONQ(ON) attribute and set the interval in the queue attribute AMONQINT(15).
  3. Set the STATMQI(ON) on the queue manager and the queue, and set the interval in the queue manager attribute STATINT(15).
  4. Set the queue manager and the queue STATQ(ON) attributes, and the interval in the queue manager attribute STATINT(900).
Correct answer: A
Question 7
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? 
  1. In the System Management Facility (SMF).
  2. On SYSTEM.ADMIN.PERFM.EVENT queue.
  3. On SYSTEM.ADMIN.ACCOUNTING.QUEUE and SYSTEM.ADMIN.STATISTICS.QUEUE.
  4. On SYSTEM.ADMIN.ACCOUNTING.QUEUE and SYSTEM.ADMIN.STATISTICS.QUEUE for distributed platforms and in System Management Facility (SMF) for the z/OS platform.
Correct answer: C
Explanation:
Reference:http://www-01.ibm.com/support/docview.wss?uid=swg21377808
Reference:
http://www-01.ibm.com/support/docview.wss?uid=swg21377808
Question 8
An MQI Client application, which is run from different client machines, wants to benefit from the read ahead performance advantages for non-persistent messages. 
While the client programs are changed on some machines to specify the MQOO_READ_AHEAD option, some other machines have to run the existing client application code without that option for a certain period of time. 
What must the system administrator configure to support the coexistence of the two different versions of the client application?
  1. SHARECNV(0) on the SVRCONN channel and DEFREADA(YES) for the queues
  2. SHARECNV(>0) on the SVRCONN channel and DEFREADA(NO) for the queues
  3. SHARECNV(>0) on the SVRCONN channel and DEFREADA(YES) for the queues
  4. SHARECNV(>1) on the SVRCONN channel and DEFREADA(ENABLED) for the queues
Correct answer: A
Explanation:
Reference:ftp://public.dhe.ibm.com/software/integration/support/supportpacs/individual/mp1h.pdf
Reference:
ftp://public.dhe.ibm.com/software/integration/support/supportpacs/individual/mp1h.pdf
Question 9
A system administrator needs to tune a SVRCONN channel for performance. Currently, the channel shared conversation attribute, SHARECNV, has the default value. 
To ensure performance enhancement, including the V8.0 distributed server performance improvement, what value does the system administrator need to set the SHARECNV attribute to?
  1. 0
  2. 1
  3. 20
  4. 9999999999
Correct answer: C
Question 10
A client application receives en error MQRC_Q_FULL indicating that the queue is full. The administrator sets the queue properties for queue depth max events (QDPMAXEV) to ENABLED. 
Which setting must the system administrator configure at the queue manager level and which queue does the system administrator need to monitor for event messages? 
  1. Inhibit Events set to Enabled 
    Monitor the SYSTEM.ADMIN.INHIBIT.EVENT queue
  2. Remote Events set to Enabled 
    Monitor the SYSTEM.ADMIN.QMGR.EVENT queue
  3. Performance Events set to Enabled 
    Monitor the SYSTEM.ADMIN.PERFM.EVENT queue
  4. Configuration Events set to Enabled 
    Monitor the SYSTEM.DEFAULT.MODEL.QUEUE queue
Correct answer: C
Explanation:
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!