In application triggering what is the role of trigger monitor process?
A. It monitors the initiation queue and based on trigger message issues a command to start an application.
B. It monitors the transmission queue and based on trigger message issues a command to start an application.
C. It monitors the application queue and when the trigger conditions are met and issues a command to start an application.
D. It monitors the application queue and when the trigger conditions are met, it creates a message and puts it on initiation queue.
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
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
A business application has been removed from the mqm group but still has privileged authority through OAM access grants. The MQ administrator must delete the authorizations that grant administrative access to the queue manager while retaining those that do not.
Which access grant should the administrator retain?
A. +crt on Queues
B. +all on the Command Queue
C. +chg on the Queue Manager
D. +setall on the Default Model queue
What performance events are generated, which queue holds the performance event messages?
A. SYSTEM.PERFM.EVENT
B. SYSTEM.ADMIN.EVENT
C. SYSTEM.ADMIN.PERFM.EVENT
D. SYSTEM.ADMIN.PERFORMANCE.EVENT
An administrator executes the following control command: crtmqm -q -d Q2 QM1
What is the effect of the above command?
A. The command creates default queue manager QM1 and specifies Q2 as its default transmission queue.
B. The command creates default queue manager QM1 and specifies Q2 as its dead letter queue.
C. The command creates queue manager QM1, queue Q2, and specifies Q2 as its default transmission queue.
D. The command creates queue manager QM1, queue Q2, and specifies Q2 as its dead letter queue.
What topic attribute/value pair controls delivery of all non-persistent publications to all subscribers?
A. NPMSGDLV(ALL)
B. NPPUBDLV(ALL)
C. MSGDLV(NPSISTALL)
D. PUBDLV(NPSISTALL)
An administrator has developed an application to administer MQ using Programmable Command Format
(PCF) messages.
Which queues need to exist on the target queue manager for the application to work?
A. SYSTEM.COMMAND.INPUT on all platforms
B. SYSTEM.ADMIN.COMMAND.EVENT on all platforms
C. SYSTEM.ADMIN.COMMAND.QUEUE on distributed platforms and SYSTEM.COMMAND.INPUT on z/ OS
D. SYSTEM.CLUSTER.COMMAND.QUEUE on distributed platforms and SYSTEM.CLUSTER.COMMAND.INPUT on z/OS
An administrator wants to retrieve the current configuration of a local queue manager for audit purpose. Which option can the administrator use to get this information in a single step?
A. Use the runmqsc command
B. Use the dmpmqcfg control command
C. Use the lnquire Queue manager PCF command
D. Use IBM MQ Explorer to export the MQ Configuration information
When migrating to MQv9, what are the MQ migration model options to consider?
A. Cross stage migration
B. Single stage migration and cross stage migration
C. Multi-stage migration, side-by-side migration, and single stage migration
D. Plexed stage migration, side-by-side migration, and cross stage migration