Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

IBM WebSphere MQ V7.0, System Administration (C2180-374) Free Practice Test

Question 1
An administrator using MQExplorer attempts to connect to a queue manager QM1 running on a distributed platform, and receives the error message "Command server not responding within timeout period (AMQ4032)".
The administrator can check the status of the command server by executing which command on the target system?

Correct Answer: D
Question 2
An administrator has created the following
MQ objects on two systems:
SYSTEM A crtmqm -C "VEGGIE QUEUE MANAGER" -LL -Q -D POTATO VEGGIE DEFINE QR(APPLE) RQMNAME(FRUIT) RNAME(PEACH) DEFINE QL(DLQ) DEFINE QL(POTATO) USAGE(XMITQ) DEF CHL('VEGGIE.FRUIT') CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('9.84.100.7(1414)') + XMITQ('POTATO')
SYSTEM B crtmqm -C "FRUIT QUEUE MANAGER" -LL -Q -D GRAPE FRUIT DEFINE QL(GRAPE) USAGE(XMITQ) DEFINE QL(PEACH) DEF CHL('VEGGIE.FRUIT') CHLTYPE(RCVR) TRPTYPE(TCP) An application connects to queue manager VEGGIE and puts a message to queue APPLE. On which queue does the message get delivered before it gets picked up by the sender channel?

Correct Answer: A
Question 3
Each of the queue manger QM1, QM2 and QM4 has an instance of cluster queue CLUS_Q Channels TO.QM1,TO.QM2, TO.QM3 and TO.QM4 are defined on each queue manager, respectively. The following MQSC commands are issued.
On QM1:
ALTER CHL (TO.QM1) CHLTYPE (CLUSRCVR) CLWLRANK (1)
ALTER QL(CLUS_Q) CLWRANK (3) ?CHLWLUSEQ (ANY)
On QM2:
ALTER CHL (TO.QM2) CHLTYPE (CLUSRCVR) CLWLRANK (3)
ALTER QL(CLUS_Q) CLWRANK (2) ?CHLWLUSEQ (ANY)
On QM3:
ALTER CHL (TO.QM3) CHLTYPE (CLUSRCVR) CLWLRANK (3)
ALTER QL(CLUS_Q) CLWRANK (1) ?CHLWLUSEQ (ANY)
On QM3:
ALTER CHL (TO.QM4) CHLTYPE (CLUSRCVR) CLWLRANK (2)
ALTER QL(CLUS_Q) CLWRANK (3) ?CHLWLUSEQ (ANY)
To which queue manager will the messages be delivered after these changes?

Correct Answer: C
Question 4
A company has its retail business applications running on IBM WebSphere MQ infrastructure across heterogeneous platforms. After a recent failure, the company set up a failover mechanism where a centrally located z/OS server hosts the main application and applications on other servers connect to the main application using distributed queuing. What term best describes this topology?

Correct Answer: A
Question 5
An administrator is trying to use WebSphere MQ Explorer to administer a remote queue manager. After successfully connecting to the queue manager, what is the administrator able to do?

Correct Answer: C
Question 6
An administrator using WebSphere MQ Explorer is unable to connect to queue manager PROD after it has been migrated, and receives error message SYSTEM .MQ EXPLORER. REPLY. MODEL not defined. Which command will refresh the existing system objects to resolve this issue?

Correct Answer: A
Question 7
A queue manager has the following queue definitions. If an application puts a message on queue POTATO, on which queue will the message arrive?
DEFINE QALIAS (POTATO) TARGET (TOMATO)
DEFINE QALIAS (TOMATO) TARGET (GINGER)
DEFINE QALIAS (GINGER)

Correct Answer: D
Question 8
It is important to the IBM WebSphere MQ operations team that none of their application queues exceed seventy percent of the maximum number of messages the queues can hold. By default, application queues are created with a maximum depth of one thousand messages. What commands can the operations team use to monitor ROUTE_DATA_Q?

Correct Answer: D
Question 9
An application using several queue managers is being tested for its end-to-end message throughput rates. The delivery times for the messages are longer than what the developers expect, and some messages are randomly lost. What can be done to help resolve this problem?

Correct Answer: D
Question 10
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)

Correct Answer: C
Question 11
An administrator is setting up a transmit queue so that the channel associated with it is automatically started. However, the channel does not start when messages are placed on the queue. The current attributes of the queue:
DISPLAY QL (QM2) USAGE TRIGGER TRIGTYPE TRIGDATA TRIGDPTH TRIGMPRI IPPROCS OPPROCS INITQ 1 : DISPLAY QL(QM2) USAGE TRIGGER TRIGTYPE TRIGDATA TRIGDPTH TRIGMPRI IPPROCS OPPROCS INITQ AMQ8409: Display Queue details. QUEUE (QM2) TYPE(QLOCAL) INITQ(SYSTEM.DEFAULT.INITIATION.QUEUE) IPPROCS(0) TRIGGER OPPROCS(0) TRIGDATA(QM1.2.QM2) TRIGDPTH(1) TRIGMPRI(0) TRIGTYPE(FIRST) USAGE(XMITQ) Which corrective action is required to start the channel automatically?

Correct Answer: D
Question 12
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?

Correct Answer: A