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 23,2024.
- Exam Code: C1000-002
- Exam Name: IBM MQ V9.0 System Administration
- Certification Provider: IBM
- Latest update: Nov 23,2024
An administrator is troubleshooting a 2035 MQRC_NOT_AUTHORIZED error.
Which command can the administrator use to check all authorizations for a queue manager named QMA?
- A . dspmq -m QMA -all
- B . dmpmqlog -m QMA -auth
- C . dspmqaut -m QMA -n mqm -t queue
- D . dmpmqaut -m QMA >/tmp/QMA.dmpmqaut.txt
What must be done before an administrator can take a full backup of a queue manager’s files?
- A . The queues must be cleared.
- B . The channels must be stopped.
- C . The queue manager must be stopped.
- D . The administrator must copy the logs over to DR site.
When using the rcrmqobj command to re-create an object from its image in the log, which condition must be satisfied?
- A . Linear logging is used
- B . Circular logging is used
- C . The queue manager is stopped
- D . The object is marked as damaged
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.)
- A . PUT
- B . GET
- C . BROWSE
- D . CONNECT
- E . INQUIRE
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?
- A . TENNIS on QMGC
- B . TENNIS on QMGB
- C . TENNIS on QMGA
- D . TENNIS on QMGC
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?
- A . MSGDLVSQ should be set to ANY
- B . CLWLUSEQ should be set to ANY
- C . MSGDLVSQ should be set to SHARE
- D . CLWLUSEQ should be set to SHARE