Download IBM MQ V9.0 System Administration.C1000-002.TestKing.2019-07-04.27q.vcex

Vendor: IBM
Exam Code: C1000-002
Exam Name: IBM MQ V9.0 System Administration
Date: Jul 04, 2019
File Size: 18 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
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 2
An administrator is asked to forward all messages to queue ‘TEST.TEMP’ if the messages destined for ‘TEST.LOCAL’ end up on the dead letter queue. 
Which rule in the dead letter handler rules table will enable the administrator to achieve this objective?
  1. REASON(MQRC_Q_FULL) ACTION(FWD) FWDQ(&DESTQ) HEADER(NO)
  2. REASON(*) ACTION(FWD) FWDQ(‘TEST.TEMP’) HEADER(NO) DESTQ(‘TEST.LOCAL’)
  3. REASON(*) ACTION(RETRY) FWDQ(‘TEST.LOCAL’) HEADER(NO) INPUTQ(‘TEST.TEMP’)
  4. REASON(MQRC_Q_FULL) ACTION(IGNORE) FWDQ(‘TEST.TEMP’) HEADER(NO) DESTQ(‘TEST.LOCAL’)
Correct answer: A
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.doc/fa14100_.htm
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.doc/fa14100_.htm
Question 3
Which channel may be configured with a channel auto-definition exit?
  1. Sender Channel
  2. Receiver Channel
  3. Requester Channel
  4. Client-Connection Channel
Correct answer: A
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.con.doc/q017240_.htm
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.con.doc/q017240_.htm
Question 4
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 5
Which statement is true regarding the use of CHLAUTH rules?
  1. They can be used to set an MCAUSER value for any channel asserting a specific user ID
  2. They can be used to set an MQ service that overrides firewall policy on inbound channels
  3. They can be used to auto-define cluster sender channels for inbound channels to the full repository
  4. They can be used to configure the TLS distinguished name within the queue manager personal certificate.
Correct answer: A
Question 6
What must be done before an administrator can take a full backup of a queue manager’s files?
  1. The queues must be cleared.
  2. The channels must be stopped.
  3. The queue manager must be stopped.
  4. The administrator must copy the logs over to DR site.
Correct answer: C
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.con.doc/q018070_.htm
Reference: https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.con.doc/q018070_.htm
Question 7
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 8
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 9
An application is putting messages in an MQ cluster but the messages are only routed to the local queue manager to which the application is connected. 
What parameter should the administrator adjust to achieve a desired round-robin delivery f messages throughout the cluster?
  1. MSGDLVSQ should be set to ANY
  2. CLWLUSEQ should be set to ANY
  3. MSGDLVSQ should be set to SHARE
  4. CLWLUSEQ should be set to SHARE
Correct answer: B
Question 10
What is the result of running the rpm -qa| grep MQSeries command on a Linux server?
  1. Adds packages
  2. Removes packages
  3. Displays packages
  4. Installs packages
Correct answer: D
Explanation:
Reference: https://www-01.ibm.com/support/docview.wss?uid=swg27006486
Reference: https://www-01.ibm.com/support/docview.wss?uid=swg27006486
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!