Queue manager QMGR1 and QMGR2 are connected by sender receiver channels. An application puts messages on a remote queue of QMGR1 that are then delivered to a local queue of QMGR2. The administrator is notified that messages are not reaching their destination on queue manager QMGR2 and notices that the queue depth of the transmission queue is increasing on QMGR1. Why aren't messages reaching QMGR2?
-
A
The local queue on QMGR2 is full.
-
B
The channel batch size was set to a very high value.
-
C
The size of the local queue on QMGR2 is very small
-
D
The application did not commit the messages to the queue
Reveal answer details
Close answer details
An administrator deployed an IBM WebSphere MQ application on an AIX server which is causing a lot of errors to be generated in the WebSphere MQ error logs. Which option should be used by the administrator to increase the size of the IBM WebSphere MQ error logs?
-
A
Use the MQSC command ALTER QMGR
-
B
Use the QMErrorLog stanza in qm.ini
-
C
Recreate the queue manager specifying the new error log size as a parameter to crtmqm
-
D
Set the environment variable AMQ_ERROR_LOG to the new size and recreate the queue manager
Reveal answer details
Close answer details
A legacy application uses MQPUT to send messages to a queue INV. Which set of MQSC commands below will successfully configure the queue manager so that a number of JMS applications can receive these messages by subscribing to topic Inventory/CurrentItems?
-
A
DEFINE TOPIC(INV_TOPIC) + TOPICSTR(Inventory/CurrentItems) DEFINE QALIAS(INV) TARGET (INV_TOPIC) TARGTYPE(TOPIC)
-
B
DEFINE TOPIC(INV_TOPIC) + TOPICSTR(Inventory/CurrentItems) DEFINE TALIAS(INV) TARGET (INV_TOPIC) TARGTYPE(TOPIC)
-
C
DEFINE TOPIC (INV_TOPIC) + TOPICSTR(Inventory/CurrentItems) QALIAS(INV)
-
D
DEFINE QALIAS(INV) TARGET(Inventory/CurrentItems) + TARGTYPE(TOPIC)
Reveal answer details
Close answer details
User1 has been given subscription permissions on topic MYTOPIC defined with the string TPC/SMC. Which of the following actions can User1 perform? User1 can subscribe on topic string:
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
An administrator will install IBM WebSphere MQ on an AIX platform. There is a requirement to configure the installation to store the queue managers data files under a directory tree different from the default specified by the installation. After creating the appropriate directory tree, the administrator should:
-
A
specify the file location using the -ld option when running the crtmqm command.
-
B
add an entry for the variable MQSPREFIX in /var/mqm/service.env before running the crtmqm command.
-
C
edit /var/mqm/mqs.ini to specify LogDefaultPath in the LogDefaults stanza before running the crtmqm command.
-
D
edit /var/mqm/mqs.ini to specify DefaultPrefix in the AllQueueManagers stanza before running the crtmqm command.
Reveal answer details
Close answer details
Queue managers QMGR1, QMGR2 and QMGR3 are members of cluster QC. An administrator created the following queues for an application: On QMGR1: DEFINEQALIAS(TEST.ALIAS) + TARGET (TEST.LOCAL) + DEFBIND(OPEN) + DEFPSIST(NO) On QMGR2 and QMGR3: DEFINE QLOCAL(TEST.LOCAL) + CLUSTER(QC) + DEFBIND(OPEN) + CLWLPRTY(0) + CLWLRANK (0) +DEFPSIST(NO) The administrator verifies the setup by putting messages on TEST.ALIAS using the sample amqsput program but notices that all messages end up on the same queue manager (either QMGR2 or QMGR3). What could be the likely cause?
-
A
The queue TEST.ALIAS was not made part of the cluster.
-
B
The queue TEST.ALIAS was defined with the wrong DEFBIND option.
-
C
The CLWLWGHT attribute of the Cluster channels was not set to 50.
-
D
The CLWLPRTY was set to 0 instead of 50 on TEST.LOCAL in both the queue managers.
Reveal answer details
Close answer details
Question 7
Multiple choice
An administrator defines three topics on queue manager on AIX: TAlpha with the topic string P/Q TBeta with the topic string P/Q/R TSigma with the topic string P/Q/R/S The administrator then grants authority to the topics as shown below. User1 - Publish and Subscribe on TAlpha User2 - Publish on TBeta and Subscribe on TSigma. Which of the following options are possible for the users to perform?
-
A
User1 can subscribe to TSigma
-
B
User1 can publish on topic string P/Q
-
C
User1 and User2 can publish on topic string P/Q/#
-
D
User2 can subscribe to TBeta
-
E
User2 can subscribe on topic string P/Q/R/#
Reveal answer details
Close answer details
When an application puts a message on a remote queue, which sequence will the queue manager follow to identify the transmit queue?
-
A
1. Use the default transmission queue 2. Use the transmission queue with the same name as the remote queue manager 3. Use the transmission queue named explicitly in a local definition of a remote queue
-
B
1. Use the transmission queue with the same name as the remote queue manager 2. Use the transmission queue named explicitly in a local definition of a remote queue 3. Use the default transmission queue
-
C
1. Use the transmission queue named explicitly in a local definition of a remote queue 2. Use the transmission queue with the same name as the remote queue manager 3. Use the default transmission queue
-
D
1. Use the transmission queue named explicitly in a local definition of a remote queue 2. Use the default transmission queue 3. Use the transmission queue with the same name as the remote queue manager
Reveal answer details
Close answer details
Refer to the Exhibit for the setup of queue managers in a company. An application connected to QMGR1 needs to send messages to queue QMGR3.LOCAL. The administrator creates the following definition on QMGR1: DEFINE QREMOTE(QMGR3.REMOTE) +RQMNAME(QMGR3)+ RNAME(QMGR3.LOCAL) + XMITQ(QMGR2) The application puts 7000 messages upon starting onQMGR3.REMOTE which results on a queue full condition on QMGR3.LOCAL. Where would the excess messages end up?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 10
Single choice
A central manager on Solaris machine hosting several enterprise applications is connected to several other queue managers in a network. Each channel should be started automatically whenever there is a message for that channel to transmit? What is the best way to achieve this?
-
A
Start a number of channel initiator processes equal to the number of channels.
-
B
Edit the qm.ini file for stanza MAXINITIATORS = the number of channels to be started
-
C
Modify trigger interface to start all channels automatically
-
D
Modify the transmission queue of each channel to include the corresponding channel name in the trigger data attribute and the initiation queue as SYSTEM.CHANNEL.INITQ
Reveal answer details
Close answer details
Question 11
Multiple choice
An administrator has set up sender receiver channels between QMGR1 running on AIX and QMGR2 running on i5/OS. During verification testing, the administrator noticed that messages being sent from one queue manager are not visible on the other queue manager. Which of the following files should the administrator look at to find the cause of the problem?
-
A
-
B
/var/mqm/errors/AMQ*.ERROR on AIX
-
C
/var/mqm/qmgrs/QMGR1/errors/AMQ*.LOG on AIX
-
D
/QIBM/UserData/@SYSTEM/errors/AMQ*.ERROR on i5/OS
-
E
/QIBM/UserData/mqm/qmgrs/QMGR2/errors/AMQ*.LOG on i5/OS
Reveal answer details
Close answer details
Question 12
Single choice
An administrator has been asked to create a listener that listens on port 1416 and starts automatically when the queue manager is started. Which of the following MQSC commands will create the listener?
-
A
DEFINE LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1416)+ QMGR REPLACE
-
B
DEFINE LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1416)+ CONTROL(QMGR) REPLACE
-
C
DEFINE LISTENER(LISTENER.TCP(1416)) TRPTYPE(TCP) + CONTROL(QMGR) REPLACE
-
D
DEFINE LISTENER(LISTENER.TCP) TRPTYPE(TCP(1416)) + START(QMGR) REPLACE
Reveal answer details
Close answer details
Question 13
Single choice
Which RACF class (es) need to be activated for security checking on z/OS?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 14
Single choice
An administrator has set up message data compression using the built-in WebSphere MQ compression algorithm. How can the administrator determine the current technique applied?
-
A
-
B
-
C
-
D
Use the MQSC command DISPLAY CHSTATUS
Reveal answer details
Close answer details
Question 15
Single choice
An administrator is setting up sender receiver channels between QMGR1 and QMGR2. As part of the verification test, the administrator puts a message on the remote queue RQ of QMGR1 and notices that the message has correctly reached the local queue LQ of QMGR2. An application then starts putting messages on RQ. A few minutes later, the administrator notices that all the messages being put on RQ end up on QMGR2's dead letter queue. What is a probable cause of the problem?
-
A
The application set Message Expiry on the messages
-
B
The Max Uncommitted Messages limit on QMGR2 was reached
-
C
The application set the Report options in the MQ Header of the messages
-
D
The UserIdentifier set in MQ Header of the messages did not have put authorization on LQ
Reveal answer details
Close answer details
Question 16
Multiple choice
An administrator has created a client channel definition table on a IBM WebSphere MQ V7.0 queue manager. Which of the following statements are true? The client channel definition table (CCDT) can be used by a WebSphere MQ Client:
-
A
running in a WebSphere MQ V7.0 client environment to connect to a WebSphere MQ V6.0 queue manager
-
B
running in a WebSphere MQ V7.0 client environment to connect to a WebSphere MQ V7.0 queue manager
-
C
running in a WebSphere MQ V6.0 client environment to connect to a WebSphere MQ V7.0 queue manager
-
D
running in a WebSphere MQ V6.0 client environment to connect to a WebSphere MQ V6.0 queue manager
-
E
running in a WebSphere MQ V5.3 client environment to connect to a WebSphere MQ V7.0 queue manager
Reveal answer details
Close answer details
Question 17
Multiple choice
The following restrictions have been placed on messages flowing from a banking application on AIX to a data warehousing application on z/OS: -Partner authentication -Message encryption -Maintenance of Data Integrity Which exits will fulfill these requirements?
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 18
Single choice
For the Solaris platform, which databases are supported as a resource manager in transactions coordinated by IBM WebSphere MQ V7.0?
-
A
-
B
-
C
DB2, Oracle, Informix, Sybase
-
D
DB2, SQL Server, Sybase, Informix
Reveal answer details
Close answer details
Question 19
Single choice
An administrator wants to control access to queue Q1 QMGR1. User ID user1 have MQPUT access only, and group ID grp1 should have MQGET access only. Which of the following commands can achieve this?
-
A
Setmqaut m QMGR1 t q n Q1 g get Setmqaut m QMGR1 t q n p user1 put
-
B
Setmqaut m QMGR1 t q n Q1 g grp1 put Setmqaut m QMGR1 t q n Q1 p grp1 get
-
C
Setmqaut m QMGR1 t q n Q1 g grp1 +get Setmqaut m QMGR1 t q n Q1 p user1 +put
-
D
Setmqaut m QMGR1 t q n Q1 g grp1 +put Setmqaut m QMGR1 t q n Q1 p user1 +get
Reveal answer details
Close answer details
Question 20
Single choice
In order to grant authority for user appuser1 to Q1, the following commands were issued in sequence. setmqaut -m qmgr1 -n Q1 -t queue -p appuser1 +put +get setmqaut -m qmgr1 n Q1 t queue -p appuser1 +crt setmqaut -m qmgr1 -n Q1 -t queue -p appuser1 -all setmqaut -m qmgr1 -n Q1 t queue -p appuser1 +browse What access authority does user appuser1 have to the queue Q1?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 21
Single choice
A new publish/subscribe application is being developed which will make use of a basic broker topology consisting of a parent broker PBRK and two child brokers, C1BRK and C2BRK. Which set of will quickly ensure the child brokers will have their necessary default objects and can communicate with the parent broker?
-
A
Issue the MQSC command ALTER QMGR parent (PBRK) for each child broker, then restart C1BRK and C2BRK
-
B
Create each child broker, then issue the MQSC command ALTER QMGR children (C1BRK, C2BRK) for the parent broker
-
C
Create the SYSTEM BROKER queues for each child broker, then start the parent broker with the c C1BRK, C2BRK flag
-
D
Set the child flag to true for each of the child brokers, then create the SYSTEM BROKER queues before starting each child broker
Reveal answer details
Close answer details
Question 22
Single choice
An airline reservation system consists of three MQ queue managers. The following MQSC commands have been executed. An application for airline reservation connects to queue manager CANADA and puts a message to queue TORONTO. On which queue does the message end up? QM: CANADA DEFINE QL(INDIA) USAGE(XMITQ) DEFINE QL(RESERVATIONS) DEFINE QL(DLQ) DEFINE CHANNEL(CANADA.INDIA) CHLTYPE(SDR)+ XMITQ(INDIA) CONNAME('9.84.100.7(1415)') DEFINE QR(BOMBAY) RQMNAME(INDIA) RNAME(RESERVATIONS)+ XMITQ(INDIA) DEFINE QALIAS (TORONTO) TARGET(BOMBAY) QM: INDIA DEFINE QL(CHINA) USAGE(XMITQ) DEFINE QL (RESERVATIONS) DEFINE QL(DLQ) DEFINE CHANNEL(CANADA.INDIA) CHLTYPE(RCVR) DEFINE QR(SHANGHAI) RQMNAME(CHINA)+ RNAME(RESERVATIONS) XMITQ(CHINA) DEFINE CHANNEL (INDIA.CHINA) CHLTYPE(SDR)+ XMITQ(CHINA) CONNAME('9.84.111.9(1416)') QM: CHINA DEFINE QL(RESERVATIONS) DEFINE QL(DLQ) DEFINE CHANNEL(INDIA.CHINA) CHLTYPE(RCVR)
-
A
DLQ on queue manager INDIA
-
B
DLQ on queue manager CANADA
-
C
TORONTO on queue manager CANADA
-
D
RESERVATIONS on queue manager INDIAD.RESERVATIONS on queue manager INDIA
Reveal answer details
Close answer details
Question 23
Single choice
An administrator has been asked to create a queue manager alias for QM1 to be used for communication between remote queue managers. What MQSC command will create the queue manager alias?
-
A
DEF QR(QM1.ALIAS) RNAME('Q1') RQMNAME(' ') XMITQ(QM1)
-
B
DEF QR(QM1.ALIAS) RNAME(' ') RQMNAME(QM1) XMITQ(QM1)
-
C
DEF QR(QM1.ALIAS) RNAME('Q1') RQMNAME(QM1) XMITQ(' ')
-
D
DEF QL(QM1.ALIAS) RQMNAME(QM1)
Reveal answer details
Close answer details
Question 24
Single choice
A queue manager QM1 on UNIX has an unrecoverable problem. The IBM Support Center has asked the administrator to send any FFST reports. Which directory can an administrator get these FFST files from?
-
A
-
B
-
C
-
D
/var/mqm/qmgrs/QM1/errors
Reveal answer details
Close answer details
|