Download IBM MQ V9.0 System Administration.C1000-002.CertDumps.2020-02-02.70q.vcex

Vendor: IBM
Exam Code: C1000-002
Exam Name: IBM MQ V9.0 System Administration
Date: Feb 02, 2020
File Size: 41 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
All of a company’s IBM MQ installation (z/OS) are LTS (Long Term Support) releases. What must the OPMODE be set to after a migration is complete, in order to allow a backwards migration? 
  1. COMPAT
  2. OLDFUNC
  3. NEWFUNC
  4. ROLLBACK
Correct answer: C
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.mig.doc/q006290_.htm
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.mig.doc/q006290_.htm
Question 2
After completing an IBM MQ for z/OS installation and customization, how can a successful installation be verified?
  1. Review the z/OS MQ SMF records.
  2. Run the command runmqsc -installation_verify.
  3. Put a test message on a newly created z/OS queue.
  4. Use the MQ for z/OS installation verification programs (IVPs).
Correct answer: D
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.1.0/com.ibm.mq.ins.doc/q009680_.htm
Reference: 
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.1.0/com.ibm.mq.ins.doc/q009680_.htm
Question 3
QM1 is a multi-instance queue manager on server1 and server2. Currently, it is NOT running. What is the effect of executing strmqm -x QM1 on server1?
  1. QM1 becomes an active instance on server2.
  2. QM1 becomes an active instance on server1.
  3. QM1 becomes an active instance on server1 and a standby instance on server2.
  4. QM1 becomes an active instance on server2 and a standby instance on server1.
Correct answer: C
Question 4
What is the purpose of the –s secretText parameter used in the prepareha and crthagrp commands on MQ Appliance? 
  1. To be used as the unique key for the appliances.
  2. To be used to decide. In secret, which appliance will be the preferred appliance.
  3. To generate a short-lived password used to create two keys, one for each appliance. 
  4. To generate a short-lived password used to set up on unique key for the appliances.
Correct answer: A
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SS5K6E_9.0.0/com.ibm.mqa.doc/reference/HAcmd/crthagrp.htm
Reference: https://www.ibm.com/support/knowledgecenter/en/SS5K6E_9.0.0/com.ibm.mqa.doc/reference/HAcmd/crthagrp.htm
Question 5
A new LTS release of IBM MQ is made generally available. The versioning information is 9.0.0.0. When the next level of fixes is made available for this product what will the versioning information look like? 
  1. 9.1.0.0
  2. 9.0.1.1
  3. 9.0.1.0
  4. 9.0.0.1
Correct answer: D
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.pla.doc/q004715_.htm
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.pla.doc/q004715_.htm
Question 6
It is suspected that a poor programming technique has been used in coding an application that uses an MQ queue (Q1). The application puts a high volume of small messages to the queue. It has been observed that when the application is running, server CPU resource usage increases sharply.  
Which command(s) will provide the administrator with the data needed to confirm or reject the poor programming technique?
  1. ALTER QMGR STATMQI(ON) 
  2. ALTER QLOCAL(Q1) STATMQI(ON)
  3. ALTER QLOCAL(Q1) ACCTQ(QMGR) 
    ALTER QMGR ACCTINT(10) ACCTQ(NONE)
  4. ALTER QMGR STATCHL(ON) STATQ(NONE)ALTER QLOCAL(Q1) STATQ(QMGR)
Correct answer: D
Question 7
DEFINE QLOCAL(TENNIS)  
DEFINE QLOCAL(RUGBY)  
DEFINE QALIAS(BALLS) TARGET(BALL)  
DEFINE QLOCAL(QMGB) USAGE(XMITQ)  
DEFINE QREMOTE(BALL) RNAME(BALL) RQMNAME(QMGB) 
The following commands are issued on QMGB: 
DEFINE QLOCAL(RUGBY)  
DEFINE QALIAS(BALLS) TARGET(TENNIS)  
DEFINE QLOCAL(QMGC) USAGE(XMITQ)  
DEFINE QLOCAL(TENNIS)  
DEFINE QREMOTE(BALL) RNAME(BALL) RQMNAME(QMGC)
The following commands are issued on QMGC: 
DEFINE QREMOTE(BALLS) RNAME(BALLS) RQMNAME(QMGB)  
DEFINE QLOCAL(QMGB) USAGE(XMITQ)  
DEFINE QALIAS(BALL) TARGET(RUGBY)   
DEFINE QLOCAL(TENNIS)  
DEFINE QLOCAL(RUGBY)  
Where does the message go when it is put to BALLS on QMGC?
  1. TENNIS on QMGC
  2. TENNIS on QMGB
  3. TENNIS on QMGA
  4. TENNIS on QMGC
Correct answer: B
Question 8
For MQ Advanced for distributed platforms, which two components are included? (Select two.) 
  1. MQ Appliance
  2. Managed File Transfer
  3. MessageSight
  4. IBM MQ Internet Pass-Thru
  5. Advanced Message Security 
Correct answer: BE
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.pro.doc/q126140_.htm
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.pro.doc/q126140_.htm
Question 9
An administrator is connecting to e remote queue manager to perform remote administration tasks using MQ Explorer.  
Which two permissions should the administrator set on the target queue manager object for the user running MQ Explorer in addition to DISPLAY? (Select two.)
  1. PUT
  2. GET
  3. BROWSE
  4. CONNECT
  5. INQUIRE
Correct answer: BE
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.adm.doc/q020400_.htm
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.adm.doc/q020400_.htm
Question 10
What setting of the MONQ attribute should be used to stop capturing monitoring data for all queues on the Queue Manager?
  1. OFF
  2. NONE
  3. FALSE
  4. DISABLE
Correct answer: A
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/SS3JRN_7.2.1/com.ibm.omegamon.mes_dist.doc_7.1/kmquserguide710_dist.pdf (87)
Reference: https://www.ibm.com/support/knowledgecenter/SS3JRN_7.2.1/com.ibm.omegamon.mes_dist.doc_7.1/kmquserguide710_dist.pdf (87)
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!