What is the purpose of the –s 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 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
The following commands are issued on QMGRA:
DEFINE QLOCAL(SATURN)
DEFINE QLOCAL(QMGRB) USAGE(XMITQ)
DEFINE QALIAS(MARS) TARGET (VENUS)
DEFINE QALIAS(PLUTO) TARGET(SATURN)
DEFINE QREMOTE(VENUS) RNAME(SATURN) RQMNAME(QMGRB)
The following commands are issued on QMGRB:
DEFINE QLOCAL(mars)
DEFINE QLOCAL(QMGRA) USAGE(XMITQ)
DEFINE QALIAS(SATURN) TARGET(VENUS)
DEFINE QALIAS(PLUTO) TARGET(VENUS)
DEFINE QREMOTE(VENUS) RNAME(PLUTO) RQMNAME(QMGRA)
Where does the message go when it is put to MARS on QMGRA?
A. MARS on QMGRB
B. MARS on QMGRA
C. SATURN on QMGRB
D. SATURN on QMGRA
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.
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
An administrator wants to determine how many messages are on a TESTQ. Which MQSC command will return that information?
A. display qstatus testq curdepth
B. display qstatus testq message count
C. display qstatus testq type (message) count
D. display qstatus testq type (queue) curdepth
What is the extension is used for IBM MQ FFST reports?
A. dmp
B. fdc
C. fst
D. ffst
An application connected to QM1 puts messages on QR1, which is a remote definition of a local queue
QL2 on queue manager QM2.
The configuration is as follows:
crtmqm -q -l -lp 2 -ls 3 QM1
DEFINE QREMOTE(`QR1') RQMNAME(`QM2') RNAME(`QL2')
The channels between QM1 and QM2 are stopped.
Where should the administrator look for the message?
A. XMITQ on QM1
B. XMITQ on QM2
C. Local queue on QM1
D. Local queue on QM2
QM1 is a multi-instance queue manager on server1 and server2. Currently, it is NOT running. What is the effect of executing strmqm -x QM1 on server1?
A. QM1 becomes an active instance on server2.
B. QM1 becomes an active instance on server1.
C. QM1 becomes an active instance on server1 and a standby instance on server2.
D. QM1 becomes an active instance on server2 and a standby instance on server1.
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)
Which statement describes an MQl channel?
A. A bidirectional communications link between two queue managers.
B. A unidirectional communications link between two queue managers.
C. A bidirectional communications link that connects an application to a queue manager.
D. A unidirectional communications link that connects an application to a queue manager.
Given the following error on an MQ server:
AMQ7280: WebSphere MQ queue manager 'x' appears unresponsive
ln what file extension can this error be found?
A. *.ERR
B. *.FST
C. *.FDC
D. *.ALR
Which command will enable real-time monitoring of queues, where the monitoring is to be controlled at a queue manager level?
A. ALTER QMGR MONQ(NONE)
B. ALTER QMGR MONQ(HIGH)
C. ALTER QMGR INHIBTEV(ENABLED)
D. ALTER QMGR STATQ(ON) STATINT(30)
The MQ administrator must meet a regulatory compliance requirement to preserve confidentiality of data in messages at rest, in traces, and in FFST files. Which MQ security control meets this requirement?
A. Advanced Message Security with a non-blank ENCALG specified in the policy records.
B. A non-blank value in the channel's SSLCIPH attribute.
C. Set PasswordProtection to ALWAYS in the qm.ini file.
D. Use an API or API Crossing exit that encrypts the messages.