Download IBM MQ V8.0, System Administration.C9530-410.PracticeTest.2018-08-15.32q.vcex

Vendor: IBM
Exam Code: C9530-410
Exam Name: IBM MQ V8.0, System Administration
Date: Aug 15, 2018
File Size: 25 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
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 2
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 3
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 4
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 5
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 6
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 7
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 8
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
Question 9
A system administrator needs to ensure that MQ activity messages are created for an application message as it is routed through MQ network. 
What must the system administrator verify? (choose 3)
  1. The application has PUT authority to the activity message queues.
  2. The application message specifies that activity reports are to be generated.
  3. The MCA channels have been restarted after the configuration changes were made.
  4. Activity recording is enabled on every queue manager in the network.
  5. MQI statistics monitoring is enabled on every queue manager in the network.
  6. Queue manager events are enabled for every queue manager in the network.
Correct answer: BCE
Question 10
A system administrator is planning to enable events when queue manager objects are created, changed or deleted. 
Which events should the system administrator enable?
  1. Logger
  2. Performance
  3. Configuration
  4. Queue Manager
Correct answer: C
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!