Download IBM.C1000-002.VCEplus.2020-02-02.65q.vcex

Download Exam

File Info

Exam IBM MQ V9.0 System Administration
Number C1000-002
File Name IBM.C1000-002.VCEplus.2020-02-02.65q.vcex
Size 38 KB
Posted Feb 02, 2020
Download IBM.C1000-002.VCEplus.2020-02-02.65q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

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 2

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 3

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

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 6

An administrator has been asked to make changes to MQ config so that the MQ client application APP_A connecting to queue manager QM1 can reconnect automatically without re-starting the applications. What  
does the administrator need to configure to achieve this?


  1. Alter QMGR and set the attribute RECONN(YES) 
  2. Alter SVRCONN channel and set attribute AUTOCONN(TRUE)
  3. Configure DefRecon attribute of CHANNELS stanza in mqclient.ini
  4. Configure AutoConnect attribute of CHANNELS stanza in mqclient.ini
Correct answer: C



Question 7

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 8

An instance of IBM MQ on Unix regularly processes larger messages. Which condition will have a positive impact on message throughput given that the system is short of real memory?


  1. larger log buffer sizes 
  2. Application processing outside of a unit of work
  3. Defining queue using large persistent queue buffers
  4. Defining queues using large non-persistent queue buffers
Correct answer: D



Question 9

When configuring MQ shared queues on z/OS, where are the queue objects that represents the attributes of the shared queues held? 


  1. VSAM database
  2. External SQL Server
  3. Shared DB2 repository
  4. Shared Oracle database
Correct answer: C



Question 10

A failed MQ on z/OS request is received with a reason code ‘MQRC_STORAGE_MEDIUM_FULL’.   
What are two reasons for this type of failure? (Select two.)


  1. Application are offline
  2. Cannot write to the disk
  3. The coupling facility is full
  4. Buffer pool has reached the limit
  5. There is not enough space remaining on the page set
Correct answer: BE
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.tro.doc/q040640_.htm
Reference: https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.tro.doc/q040640_.htm









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files