IBM C1000-002 IBM MQ V9.0 System Administration Online Training
IBM C1000-002 Online Training
The questions for C1000-002 were last updated at Nov 19,2024.
- Exam Code: C1000-002
- Exam Name: IBM MQ V9.0 System Administration
- Certification Provider: IBM
- Latest update: Nov 19,2024
After completing an IBM MQ for z/OS installation and customization, how can a successful installation be verified?
- A . Review the z/OS MQ SMF records.
- B . Run the command runmqsc -installation_verify.
- C . Put a test message on a newly created z/OS queue.
- D . Use the MQ for z/OS installation verification programs (IVPs).
For MQ Advanced for distributed platforms, which two components are included? (Select two.)
- A . MQ Appliance
- B . Managed File Transfer
- C . MessageSight
- D . IBM MQ Internet Pass-Thru
- E . Advanced Message Security
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?
- A . REASON(MQRC_Q_FULL) ACTION(FWD) FWDQ(&DESTQ) HEADER(NO)
- B . REASON(*) ACTION(FWD) FWDQ(‘TEST.TEMP’) HEADER(NO) DESTQ(‘TEST.LOCAL’)
- C . REASON(*) ACTION(RETRY) FWDQ(‘TEST.LOCAL’) HEADER(NO) INPUTQ(‘TEST.TEMP’)
- D . REASON(MQRC_Q_FULL) ACTION(IGNORE) FWDQ(‘TEST.TEMP’) HEADER(NO) DESTQ(‘TEST.LOCAL’)
What is the purpose of the Cs secretText parameter used in the prepareha and crthagrp commands on MQ Appliance?
- A . To be used as the unique key for the appliances.
- B . To be used to decide. In secret, which appliance will be the preferred appliance.
- C . To generate a short-lived password used to create two keys, one for each appliance.
- D . To generate a short-lived password used to set up on unique key for the appliances.
Which channel may be configured with a channel auto-definition exit?
- A . Sender Channel
- B . Receiver Channel
- C . Requester Channel
- D . Client-Connection Channel
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?
- A . Alter QMGR and set the attribute RECONN(YES)
- B . Alter SVRCONN channel and set attribute AUTOCONN(TRUE)
- C . Configure DefRecon attribute of CHANNELS stanza in mqclient.ini
- D . Configure AutoConnect attribute of CHANNELS stanza in mqclient.ini
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?
- A . 9.1.0.0
- B . 9.0.1.1
- C . 9.0.1.0
- D . 9.0.0.1
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?
- A . larger log buffer sizes
- B . Application processing outside of a unit of work
- C . Defining queue using large persistent queue buffers
- D . Defining queues using large non-persistent queue buffers
When configuring MQ shared queues on z/OS, where are the queue objects that represents the attributes of the shared queues held?
- A . VSAM database
- B . External SQL Server
- C . Shared DB2 repository
- D . Shared Oracle database
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.)
- A . Application are offline
- B . Cannot write to the disk
- C . The coupling facility is full
- D . Buffer pool has reached the limit
- E . There is not enough space remaining on the page set