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
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
Due to a hardware failure, a queue manager stops. Both the queue manager configuration and log data
are lost. The queue manager is unable to restart or to be recovered from the log.
In this situation, what can the administrator do to restore service?
A. Use media recovery to restore damaged objects.
B. Use the strmqm -s command to start queue manager in safe mode.
C. Mount a new file system and move queue files onto new hardware.
D. Recreate the queue manager and all of its objects from previously saved definitions.
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
What is the result of running the rpm -qa| grep MQSeries command on a Linux server?
A. Adds packages
B. Removes packages
C. Displays packages
D. Installs packages
The behavior of the automatic client reconnection functionally provided by the IBM MQ classes for JMS depends on the properties being set for client reconnection. What is one of the properties that needs to be set?
A. CCT
B. TTP
C. TRAN
D. MULTI
Queue managers QM1, QM2, QM3 are part of the cluster called MYCluster. Cluster queue Q1 only has
one instance hosted on QM1. An administrator has issues a following command on QM1:
SUSPEND QMGR CLUSTER(MYCLUSTER)
An application connects to QM2 and pushes a message on Q1.
Where does the message arrive?
A. On the queue Q1 on QM1
B. On the dead letter queue of QM2
C. On the dead letter queue of QM1
D. The application receives queue not available message
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
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