Sie sind auf Seite 1von 36

IBM

Your Source for Actual Exam Questions

000-294
IBM WebSphere MQ V5.3
System Administration

Tested and Trusted for


Certification Exams.

http://www.exams.ws
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Question: 1
Which of the following installable services is available in WebSphere MQ for UNIX?

A. Security Service
B. Name Service
C. Authorization Service
D. Directory Service
E. API Exit Service

Answer: B, C

Question: 2
An application requests address details for a customer and specifies the name of the reply queue.
If the reply is not received within ten seconds, the application terminates. The reply queue should
only exist while the application is active. Which of the following types of objects MUST be
defined?

A. QLOCAL (Q1) DEFPSIST(NO)


B. QLOCAL (Q1) DEFTYPE(TEMPDYN)
C. QMODEL (Q1) DEFPSIST(YES)
D. QMODEL (Q1) DEFTYPE(TEMPDYN)

Answer: D

Question: 3
Program Appl1 running at queue manager QM1 must put a message on queue QNAME1. The
Transmit queue has already been defined with a name of QM2 and the final destination of the
message is queue QNAME2 at queue manager QM2. Which of the following MQSC commands
will create the appropriate definition?

A. def qr (QNAME1) rqname(QNAME2) rqmname(QM2) xmitq(QM2)


B. def qr (QNAME1) rqname(QNAME2) rqmname(QM2)
C. def qr (QNAME1) rname(QNAME2) rqmname(QM2)
D. def qr (QNAME1) rname(QNAME2) rqmname(QM2) usage(XMITQ)

Answer: C

Question: 4
An existing cluster has two queue managers, LONDON and NEW_YORK. Both LONDON AND
NEW_YORK have full repositories. A queue manager, PARIS, is being added to the cluster. It
needs to send messages to the INVENTQ queue hosted by queue manager NEW_YORK and to
the PAYROLL queue hosted by queue manager LONDON. Network connectivity exists between
all three locations. How many definitions are required to add queue manager PARIS to the
cluster?

A. 2
B. 4
C. 6
D. It varies based on platform

Answer: A

Question: 5
One way to improve overall channel throughput is to reduce the number of times a channel

Page 1 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Commits messages sent from a highly utilized transmission queue. Which parameters should be
modified on the DEFINE CHANNEL command to make this performance improvement?

A. DISCINT
B. SEQWRAP
C. MAXMSGL
D. BATCHSZ
E. BATCHINT

Answer: D, E

Question: 6
Which of the following three-character prefixes is used to distinguish WebSphere MQ messages
From others on Windows NT?

A. AMQ
B. CSQ
C. OMQ
D. MSQ

Answer: A

Question: 7
In WebSphere MQ for iSeries, which of the following sample applications should be used to
display the contents of the messages on a local queue and leave the messages on the queue?

A. AMQSGET4
B. AMQSBRS4
C. AMQSDLQ4
D. AMQSBCG4

Answer: D

Question: 8
Which of the following are features and benefits of WebSphere MQ?

A. It eliminates the need for TCP/IP


B. It allows sending and receiving applications to be decoupled
C. It supports message-driven processing across different platforms
D. It implements a common application programming interface
E. It enforces time dependent distributed processing
F. It can run on any platform

Answer: B, C, D

Question: 9
Which of the following is a function provided by WebSphere MQ triggering?

A. It starts a receiving network system when a message meeting specified criteria is sent
B. It starts a queue manager when a message meeting specified criteria is sent
C. It starts a queue manager when a message meeting specified criteria is received
D. It starts an application when messages meeting specified criteria arrive on a queue

Answer: D

Page 2 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Question: 10
Which of the following can be done using the triggering functions provided by WebSphere MQ?

A. A receiving network system can be started when a message is sent


B. A queue manager can be started when a message is sent
C. A queue manager can be started when a message is received
D. An application can be started when a message arrives on a queue

Answer: D

Question: 11
What WebSphere MQ mechanism can be used to send a large amount of data without placing
the data on a queue?

A. Reference messages
B. Message segmentation
C. Non-persistent messages
D. Partial Put/Get

Answer: A

Question: 12
Which of the following functions are supported on a z/OS system that only has the WebSphere
MQ base product installed?

A. z/OS client connections


B. IMS Bridge
C. Java Message Service
D. DOS, AIX and Windows client connections
E. Batch Trigger Monitor

Answer: B, C

Question: 13
Which of the following is the MOST appropriate environment for the use of Java in WebSphere
MQ?"

A. A small business that wants to send transactions between two legacy applications
B. A medium or large enterprise that is introducing intranet-based client/server solutions
C. A large enterprise whose legacy applications are written in a procedural programming
language
D. When API exit is used

Answer: B

Question: 14
Which of the following platforms uses an operating system feature known as journaling to store
persistent messages?

A. Compaq NSK
B. z/OS
C. iSeries
D. Sun Solaris

Answer: C

Page 3 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Question: 15
On which of the following platforms is the WebSphere MQ Extended Transactional Client
available?

A. Linux for Intel®


B. iSeries
C. Windows XP
D. Sun Solaris
E. z/OS
F. VM/ESA

Answer: A, C, D

Question: 16
WebSphere MQ will be used to connect a Sun Solaris system to AIX. Which of the following
Manuals provides a worksheet for creating this configuration?

A. Application Programming Guide


B. Script (MQSC) Command Reference
C. System Administration Guide
D. Intercommunications

Answer: D

Question: 17
Corrective action must be taken when the threshold limit for the number of messages on a
specific queue is reached. Which of the following manuals explains how to know when this has
happened?

A. System Administration Guide


B. Application Programming Guide
C. Event Monitoring
D. Script (MQSC) Command Reference

Answer: C

Question: 18
In which of the following manuals will the initial values and language declarations for the message
descriptor be found?

A. Application Programming Reference


B. Application Programming Guide
C. Script (MQSC) Command Reference
D. Intercommunications

Answer: A

Question: 19
Which of the following manuals contains a discussion about digital signatures?

A. WebSphere MQ System Administration


B. WebSphere MQ Security
C. WebSphere MQ Secure Sockets Layer (SSL) Implementation
D. WebSphere MQ Intercommunications

Page 4 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Answer: B

Question: 20
Which of the following protocols is NOT directly supported by WebSphere MQ?

A. DECnet
B. LU 2.0
C. TCP/IP
D. NetBIOS

Answer: B

Question: 21
What is the minimum OS/400 operating system level required to run WebSphere MQ Version
5.3?

A. V5R2
B. V5R1
C. V4R5
D. V4R4

Answer: B

Question: 22
In order to support clients on WebSphere MQ for z/OS, which of the following MUST be installed?

A. Coupling Facility
B. Java, Version 1.3.1
C. Client Attachment Feature
D. Attachmate Extra! Personal Client

Answer: C

Question: 23
Which of the following network protocols are supported by WebSphere MQ for AIX?

A. LU 6.2
B. IPX/SPX
C. TCP/IP
D. DECnet
E. UDP
F. NETBIOS

Answer: A, C, E

Question: 24
Which of the following functions does the installable Authorization Service provide?

A. User Authentication Services


B. Digital Signature Services
C. WebSphere MQ Objects Access Control
D. DCE Security Services

Answer: C

Page 5 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Question: 25
Which of the following platforms do NOT support circular logging in WebSphere MQ?

A. Windows
B. HP-UX
C. z/OS
D. AIX
E. iSeries

Answer: C, E

Question: 26
Which of the following statements is TRUE about circular logging?

A. It requires setup of on-going administrative task to manage use of disk space used by logs
B. It allows for roll back of transactions that were in progress when the system stopped
C. It assures that you can always retrieve any record logged from the time that the queue
manager was created
D. It allows for media recovery

Answer: B

Question: 27
Which of the following MUST be created before WebSphere MQ is installed on a HP-UX system?

A. The mqm user


B. The mqm group
C. The mqm runtime library
D. A channel for each communication link
E. A communication link for each queue manager

Answer: A, B

Question: 28
Which of the following are required for an unattended WebSphere MQ installation on a Windows
2000 system?

A. Access to a primary domain controller


B. The mqm runtime library
C. An installation response file
D. WebSphere MQ administrator authority
E. Windows Administrator authority

Answer: C, E

Question: 29
Which of the following flags MUST be included on the CRTMQM command to specify the name of
The dead-letter queue?

A. -d
B. -q
C. -x
D. -u

Page 6 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Answer: D

Question: 30
A queue manager has been created. The procedure to create the system default objects and a
dead-letter queue has also been completed. Which of the following MQSC commands should be
used to tell the queue manager to use the dead-letter queue MYDLQUE?

A. qmgr use deadq (MYDLQUE)


B. altmqm -d (MYDLQUE)
C. alt qmgr deadq (MYDLQUE)
D. use deadq (MYDLQUE)

Answer: C

Question: 31
Which of the following is enabled by the system default objects on Windows and UNIX queue
managers?

A. The queue manager starts automatically


B. WebSphere MQ sample programs default objects have been created
C. A default queue manager is created
D. WebSphere MQ objects can be created without specifying every attribute

Answer: D

Question: 32
Which of the following actions will verify a successful installation of WebSphere MQ for HP-UX?

A. Creating a queue manager


B. Creating the system default objects
C. Verifying that the default objects were added to the runtime library
D. Verifying that the default configuration was added to the directory structure

Answer: A

Question: 33
A queue manager will have several transmission queues to other queue managers. If a message
is put to a remote queue that doesn't have a transmission queue specified, how should the queue
manager be configured to handle this?

A. At queue manager creation time, the -x parameter should be specified to define the default
Transmission queue
B. At queue manager creation time, the -d parameter should be specified to define the default
Transmission queue
C. The queue manager specific configuration file should be updated to contain a DEFXMITQ
stanza
D. The queue manager's channel initiator should be started with a -q parameter that indicated the
Default transmission queue to use

Answer: B

Question: 34
It has been determined that all unprocessable messages on a particular queue (APPL.QUEUE)
should be moved to another queue (BAD.MESSAGE.QUEUE). Which of the following runmqsc
commands should be used to indicate this move?

Page 7 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

A. alter ql(APPL.QUEUE) poison(BAD.MESSAGE.QUEUE)


B. alter qmgr backout(BAD.MESSAGE.QUEUE)
C. alter ql(APPL.QUEUE) boqname(BAD.MESSAGE.QUEUE)
D. alter ql(APPL.QUEUE) backout(BAD.MESSAGE.QUEUE)

Answer: C

Question: 35
In a environment that uses DHCP, which of the following alternatives BEST ensures that a cluster
Queue manager can always find a repository queue manager?

A. Ensure that the system on which the repository queue manager is located has a fixed IP
address
B. If the repository queue manager is on a system that uses DHCP, ensure that additional
software is installed to guarantee the DNS directory is kept up to date
C. Ensure that the CONNAME parameter on the CLUSSDR definition of a cluster queue manager
specifies the host name of a repository queue manager, not its IP address
D. Ensure that the host name of the system on which a repository queue manager is located is
+QMNAME+
E. Specify +QMNAME+ as the value of the CONNAME parameter on the CLUSSDR definition of
a cluster queue manager

Answer: A, B

Question: 36
A customer has a queue manager cluster and wishes to add a new queue manager to the cluster.
This queue manager is located on a system that uses DHCP. In order to ensure that the new
queue manager is a member of the cluster, even after a system reboot, a CLUSRCVR channel
should be defined:

A. With a CONNAME of +QMNAME+


B. With a TRPTYPE of DHCP
C. Without a CONNAME parameter
D. Where the value of the TPNAME parameter is the host name of the system on which the
queue manager is located

Answer: C

Question: 37
On z/OS, what queue manager parameter can be changed so that queues are scanned to
remove expired messages?

A. QSCAN
B. EXPRYINT
C. QEXPIRE
D. There is no way to scan for expired messages

Answer: B

Question: 38
In an environment where there is a firewall between two queue managers, what parameter should
Be specified on the SDR channel definition to control the outbound TCP/IP connection's port?

A. CONNAME

Page 8 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

B. LOCALHOST
C. LOCLADDR
D. LOCLPORT

Answer: C

Question: 39
Which of the following is NOT a valid queue name?

A. WebSphereMQ
B. 50/queue
C. TEST-QUEUE
D. X_22.messages

Answer: C

Question: 40
A local queue is created using the following definition:
DEFINE QLOCAL (MAGENTA.QUEUE) + LIKE (ORANGE.LOCAL.QUEUE) + MAXMSGL(1024)
The attributes of the resulting queue are the same as which of the following?

A. The system default local queue


B. The ORANGE.LOCAL.QUEUE queue
C. The system default local queue with a maximum message length of 1024
D. The ORANGE.LOCAL.QUEUE with a maximum message length of 1024

Answer: D

Question: 41
An AIX application is being developed that will use WebSphere MQ as the transaction manager
for a two-phase commit with a DB2 database and a WebSphere MQ queue. Where will changes
need to be made, if any, so that WebSphere MQ can manage the DB2 resource?

A. The tp_mon_name parameter in the DB2 configuration


B. The qm.ini configuration file
C. The mqs.ini configuration file
D. No changes need to be made. Both DB2 and WebSphere MQ are already XA compliant

Answer: B

Question: 42
On z/OS, the messages on a queue are to be shared between 3 queue managers who are
members of the same Queue Sharing Group. Which of the following is the most appropriate
definition for this queue?

A. DEF QL(SQ1) QSGDISP(GROUP)


B. DEF QL(SQ1) QSGDISP(SHARED)
C. DEF QL(SQ1) QSGDISP(QMGR) CFSTRUCT(CF1)
D. DEF QL(SQ1) QSGDISP(SHARED) CFSTRUCT(CF1)

Answer: D

Question: 43
A Queue Sharing Group (QSG1) has 4 queue managers, QM1, QM2, QM3, QM4. A shared

Page 9 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

queue is defined on QM1 by DEF QL(SQ1) QSGDISP(GROUP). If an application connected to


QM4 issues an MQPUT1 to SQ1, where will the message be physically held?

A. On DB2 tables
B. On QM1 pagesets
C. On QM4 pagesets
D. On the Coupling Facility structure CF1

Answer: C

Question: 44
The IMS trigger monitor must start an IMS transaction when a WebSphere MQ message arrives.
In the process definition that was created, APPLTYPE(IMS) is specified. Into which field is the
IMS transaction ID placed?

A. APPLICID
B. OBJECTID
C. USERDATA
D. ENVRDATA

Answer: A

Question: 45
Which of the following queue attributes can stop a queue with TRIGTYPE(FIRST) from being
Triggered when the first message arrives?

A. TRIGINT
B. TRIGDATA
C. TRIGDPTH
D. TRIGMPRI

Answer: D

Question: 46
An application queue definition contains the trigger parameters:
TRIGGER + TRIGTYPE (depth) + TRIGDPTH (100) + TRIGPRI (5)
A trigger event will be generated when the application queue contains which of the following?

A. 100 messages
B. 100 messages and 5 priority messages
C. 100 priority 5 or greater messages
D. 100 messages or 5 priority messages

Answer: C

Question: 47
An application queue is defined for triggering using the following queue definition parameters:
DEFINE QLOCAL (MOTOR.INSURANCE.QUEUE) + PROCESS
(MOTOR.INSURANCE.QUOTE.PROCESS) + INITQ (MOTOR.INS.INIT.QUEUE) + TRIGGER +
TRIGTYPE (depth) + TRIGDPTH (100) + TRIGMPRI (5)
Which of the following will occur when the trigger conditions are met, assuming that a trigger
monitor is running?

A. A priority 5 interrupt is generated


B. 100 messages are placed on the MOTOR.INS.INIT.QUEUE

Page 10 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

C. A message is placed on the MOTOR.INS.INIT.QUEUE


D. The application referenced by MOTOR.INSURANCE.QUOTE.PROCESS is started
E. Messages on the application queue are transferred to the process queue

Answer: C, D

Question: 48
In order to configure the API exits for a single queue manager, which section is needed in the
qm.ini file on a WebSphere MQ UNIX system?

A. ApiExitCommon
B. ApiExitLocal
C. ApiExitTemplate
D. ApiExitQueueManager

Answer: B

Question: 49
Which of the following methods or commands are recommended for configuring the API exits on
Windows systems?

A. regedt32
B. amqmdain
C. The WebSphere MQ Services snap-in
D. amqaxreg
E. amqapix

Answer: B, C

Question: 50
A channel must be created to send messages from queue manager QM1 to QM2. A process
running at QM2 will start the channel. Which of the following types of channels MUST be defined
at QM2?

A. Server
B. Sender
C. Receiver
D. Requester

Answer: D

Question: 51
When an application needs to send the same message to many locations, which of the following
WebSphere MQ capabilities BEST fulfills this requirement?

A. Queue Manager Clustering


B. Alias Queue Managers
C. Distribution Lists
D. Mirror Queuing

Answer: C

Question: 52
An enterprise has many locations and needs those locations to send messages to each other as

Page 11 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

well as to the headquarters office. Which WebSphere MQ capability will greatly reduce the MQ
objects that need to be created to achieve this functionality?

A. Queue Manager Clusters


B. Distribution Lists
C. Publish/Subscribe
D. Reference Messages

Answer: A

Question: 53
A channel must be created to send messages from queue manager QM1 to QM2. A process
running at QM2 will start the channel. Which of the following types of channels MUST be defined
at QM2?

A. Sender
B. Receiver
C. Requester
D. Server

Answer: C

Question: 54
How many channel initiators must be created to enable distributed queuing without CICS ISC in
The z/OS environment?

A. One for each queue manager


B. One for each channel
C. One for each communication protocol
D. One for each z/OS system

Answer: A

Question: 55
Which of the following queue attributes must be set to tell the queue manager that the queue is a
transmission queue?

A. XMITQ
B. XMITQ(YES)
C. USAGE(TRANSMIT)
D. USAGE(XMITQ)

Answer: D

Question: 56
Where is the NetBIOS name stored that will be used by a Windows 2000 queue manager?

A. PROTOCOL.INI
B. CONFIG.SYS
C. QM.INI
D. The system registry

Answer: D

Question: 57

Page 12 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Which of the following TCP/IP port numbers has been reserved by the Internet Assigned
Numbers Authority for use by WebSphere MQ?

A. 823
B. 1414
C. Any unused number
D. Any number greater than 1000

Answer: B

Question: 58
When configuring parameters for an LU 6.2 connection for WebSphere MQ for Linux for Intel®,
Which of the following describes the parameter 'Node ID to send'?

A. The unique ID of the workstation


B. The unique ID of the partner workstation that will be communicating with
C. One that is often referred to as the Exchange ID or XID
D. The name of the queue manager on a local system

Answer: A

Question: 59
A WebSphere MQ Windows client application is to be connected to WebSphere MQ on HP-UX.
Which of the following network protocols should be used?

A. IPX
B. TCP/IP
C. NetBIOS
D. LU 6.2

Answer: B

Question: 60
Given the following client connection definition:
DEFINE CHANNEL(A27) CHLTYPE(CLNTCONN) TRPTYPE(TCP) CONNAME(SERVER)
Which of the following parameter values is used to resolve the TCP/IP address?

A. A27
B. SERVER
C. CLNTCONN
D. TCP

Answer: B

Question: 61
An MQ client connection on Windows can be configured by setting which environment variable?

A. SERVER
B. MQSERVER
C. CLNTCONN
D. CONNAME

Answer: B

Question: 62

Page 13 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

For a WebSphere MQ client to use SSL, the value of the SSLCipherSpec attribute of the
client-connection channel must be the name of a CipherSpec that is supported by WebSphere
MQ on the client platform. Which of the following can define a client-connection channel with a
value for this attribute?

A. When a WebSphere MQ client application issues an MQCONNX call. The application can
specify the name of a CipherSpec in the SSLCipherSpec field of a channel definition structure
B. On Windows systems with Active Directory, the setmqssl control command can be used to
publish the client-connection channel definitions in Active Directory
C. Use the MQSERVER environment variable to provide the channel definition at the client end of
an MQI channel that uses SSL
D. The MQSSLCIPH environment variable

Answer: A

Question: 63
Which of the following commands starts a process to accept inbound start channel requests on
Windows 2000?

A. nfs
B. runmqlsr
C. telnet
D. inetd

Answer: B

Question: 64
Which form of the run channel command should be used to run the sender channel SDR for the
Default queue manager?

A. runmqchl SDR
B. runmqchl -c SDR
C. runmqchl -s SDR
D. runmqchl -l SDR

Answer: B

Question: 65
What value for DISCINT indicates that the TCP/IP channel is never disconnected during periods
Of inactivity?

A. -1
B. 0
C. 999999
D. -999999

Answer: B

Question: 66
Which of the following is controlled by the SHORTRTY channel attribute?

A. The number of repeated attempts to send a message


B. The number of repeated attempts to reset the message sequence number
C. The number of repeated attempts to re-establish a channel after a failure
D. The frequency of repeated attempts to send a message

Page 14 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Answer: C

Question: 67
A queue manager QM5 is being added to an existing queue manager cluster that has four active
Queue managers. In order to enable transmission to all of the other queue managers in the
cluster, which of the following MUST be defined on queue manager QM5?

A. A cluster-receiver channel
B. A transmission queue
C. A channel to each queue manager in the cluster
D. A remote queue definition for each queue that will be sent a message
E. A cluster-sender channel

Answer: AE

Question: 68
A queue manager QM5 is being created to send messages to three active queue managers that
make up an existing queue manager cluster. In order to enable transmission to all of the other
queue managers in the cluster, which of the following must be defined on queue manager QM5 if
the decision is to join the cluster?

A. A cluster-receiver channel
B. A single transmission queue
C. A channel to each queue manager in the cluster
D. A cluster-sender channel
E. A transmission queue for each queue manager in the cluster

Answer: A, D

Question: 69
Which of the following is the recommended number of queue managers to hold full repositories
for a cluster with 10 active queue managers?

A. One
B. Two
C. One on each queue manager
D. One for each operating system platform

Answer: B

Question: 70
Which WebSphere MQ for UNIX command can be used to directly start a channel?

A. RESET CHANNEL
B. START CHINIT
C. runmqchl
D. runmqchi

Answer: C

Question: 71
Which of the following conditions will result in a channel being stopped?

A. Issuing the ENDMQM /P command

Page 15 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

B. Issuing ALTER CHANNEL STATUS(STOP)


C. A message arriving over a channel when the dead letter queue is full
D. A message arriving over a channel when its destination queue is full
E. A message arriving over a channel when both its destination queue and the dead letter queue
are full

Answer: A, E

Question: 72
The purpose of the -c parameter on the strmqm control command is to:

A. List the name of a channel to be automatically started


B. Add up to 64 characters of descriptive text to the queue manager definition
C. Suppress all error messages during the processing of this command
D. Start the queue manager, redefine the system objects, and stop the queue manager

Answer: D

Question: 73
Which WebSphere MQ for z/OS command is recommended for stopping a queue manager while
allowing applications the opportunity to disconnect?

A. STOP QMGR MODE(FORCE)


B. STOP QMGR MODE(RESTART)
C. STOP QMGR MODE(QUIESCE)
D. ENDMQM -C

Answer: C

Question: 74
Queue managers QM1 and QM2 are connected by two channels: QM1.TO.QM2 (from QM1 to
QM2) and QM2.TO.QM1 (from QM2 to QM1). Which MQSC command should be used on QM1
to test the status of the link?

A. PING CHANNEL(QM1.TO.QM2)
B. PING CHANNEL(QM2.TO.QM1)
C. PING QMGR(QM1)
D. PING QMGR(QM2)

Answer: A

Question: 75
Queue managers QM1 and QM2 are connected by two message channels, one flowing in each
direction. Communications from QM1 to QM2 appear to have stopped. Which MQSC command
shows whether the channel is still running?

A. DISPLAY QMGR
B. DISPLAY QUEUE
C. DISPLAY CHSTATUS
D. DISPLAY CHANNEL

Answer: C

Question: 76
Queue managers QM1 and QM2 are connected by two channels: QM1.TO.QM2 (from QM1 to

Page 16 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

QM2) and QM2.TO.QM1 (from QM2 to QM1). Issuing the MQSC command DISPLAY
CHSTATUS(QM1.TO.QM2) ALL on QM1 returns no information. What is the MOST probable
cause for the lack of status information?

A. The channel was stopped with MODE(FORCE)


B. QM1 is not running
C. The channel has never completed sending a batch
D. The channel was triggered using a channel initiator

Answer: C

Question: 77
Which of the following commands is MOST appropriate for determining the status of a
WebSphere MQ for Windows queue manager?

A. DSPMQ
B. DISPLAY QMGR
C. DISPLAY QMGRSTATUS
D. DSPMQFLS

Answer: A

Question: 78
How do LINEAR log files differ from other WebSphere MQ log files on the Windows and UNIX
platforms?

A. They are used to recover messages after system failure


B. They are reused when records are no longer needed
C. They are needed to support media recovery
D. They do not need to be archived

Answer: C

Question: 79
During normal operation, the receiving end of a channel fails, and the connection cannot be
re-established. Which command can be used to commit or back out any in-doubt messages on
the transmission queue?

A. RESOLVE CHANNEL on the sending queue manager


B. RESET CHANNEL on the sending queue manager
C. RESOLVE CHANNEL on the receiving queue manager
D. RESET CHANNEL on the receiving queue manager

Answer: A

Question: 80
A WebSphere MQ for iSeries local queue has been damaged. What is the BEST method to
recreate the queue?

A. Recover it from the iSeries system journals


B. Reload the queue from a system backup and use the WebSphere MQ logs to add any
messages since the last backup
C. Use the RCRMQMOBJ command
D. Redefine the queue and recreate the messages from the original source

Page 17 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Answer: C

Question: 81
The disk drive containing a linear log has filled up. What is the BEST method for freeing up space
For additional log files?

A. Delete all log files except the last one


B. Move inactive log files to a different device
C. Change the log file size to a smaller value
D. Change the logging type to circular

Answer: B

Question: 82
A power outage has caused a crash of a queue manager. What steps should be taken to ensure
The recovery of all persistent messages when the queue manager is restarted, assuming no
hardware damage?

A. STRMQM, then issue RCRMQOBJ -T * to recover all objects


B. STRMQM, then issue RCRMQOBJ -T Q * to recover all queues
C. STRMQM -R to begin automatic recovery
D. The queues will automatically be recovered during restart

Answer: D

Question: 83
A queue file is damaged while a queue manager is active. What command should be used to
recover the messages from a linear log?

A. RESOLVE INDOUBT
B. RCRMQOBJ
C. RCDMQIMG
D. The queue manager will automatically recreate the object

Answer: B

Question: 84
Which of the following channel parameters is used to activate Fast Message processing for a
channel?

A. FASTMSGS
B. FASTMESSAGES
C. NPMSPEED
D. MSGSPEED

Answer: C

Question: 85
Queue managers QM1 and QM2 are connected. Two WebSphere MQ applications (APP1 and
APP2) send messages from QM1 to QM2. Each application has ten remote queues defined on
QM1, pointing to ten local queues on QM2. Each application has its own transmission queue, and
its own channel defined from QM1 to QM2. Communications are over a 9600 bit/second line,
using TCP/IP. Both applications are in constant use, and both channels are fully utilized. Which of
the following changes will have the greatest benefit on channel performance?

Page 18 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

A. Increase the speed of the line


B. Decrease the batch size on the channel
C. Define fewer channels from QM1 to QM2
D. Define more channels from QM1 to QM2

Answer: A

Question: 86
Channel pipelining allows TCP channels to run on two concurrent threads. Where should the
WebSphere MQ for UNIX administrator define this?

A. In the DEFINE CHANNEL command with the PIPELINE parameter


B. In the CRTMQM command with the -P parameter
C. In the queue manager configuration file with the PipeLineLength parameter
D. In the ALTER QMGR command with the TCPPIPE parameter

Answer: C

Question: 87
How can the attributes of a queue manager be changed?

A. The PCF command ALTER QMGR


B. The control command ALTMQM
C. The MQSC command CHANGE QMGR
D. The MQSC command ALTER QMGR

Answer: D

Question: 88
An administrator wishes to use a central WebSphere MQ system (the controlling queue manager)
To manage a number of interconnected queue managers (the client queue managers). Which
statement describes the relationship between the controlling queue manager and the client queue
managers?

A. Programs on the client queue manager can use MQSET commands to manage objects on the
Controlling queue manager
B. Programs on the controlling queue manager can use MQSET commands to manage objects
on the client queue manages
C. User-written programs are required on both the controlling and client queue managers to
manage client objects
D. The RUNMQSC facility can be used on the controlling queue manager to define and manage
resources on the client queue managers

Answer: D

Question: 89
Which of the following statements describe checkpointing characteristics in WebSphere MQ for
iSeries?

A. Checkpoints significantly increase the log file space


B. Checkpoints improve restart time
C. Checkpoints only update the checkpoint file
D. Checkpoints reduce log replay time
E. Checkpoints can be controlled by authorized applications

Page 19 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Answer: B, D

Question: 90
What is the purpose of specifying the -v flag on the runmqsc command when implementing
Remote queuing?

A. It activates a virtual queue manager


B. It validates security access
C. It verifies MQSC commands locally
D. It bypasses security verification during testing

Answer: C

Question: 91
A new queue manager QM1 is added to the cluster ORDERS. However, there is already a queue
manager named QM1 in the cluster. What parameter can be used in the RESET CLUSTER
command to allow forced removal of the old QM1?

A. QMNAME
B. QMID
C. CREATION DATE
D. There is no way to differentiate between the two QM1s. Both will be removed from the cluster

Answer: B

Question: 92
What parameter MUST be added to the RUNMQSC command on WebSphere for AIX in order to
Issue commands remotely to WebSphere MQ for z/OS?

A. -x
B. -z
C. -r
D. -c

Answer: A

Question: 93
Which of the following is NOT a valid event queue name?

A. SYSTEM.ADMIN.QUEUE.EVENT
B. SYSTEM.ADMIN.PERFM.EVENT
C. SYSTEM.ADMIN.CONFIG.EVENT
D. SYSTEM.ADMIN.CHANNEL.EVENT

Answer: A

Question: 94
Which of the following is NOT a method of issuing commands on a WebSphere MQ for z/OS
Queue manager?

A. The initialization input data sets


B. CSQUTIL
C. PCF commands
D. A user application program

Page 20 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Answer: C

Question: 95
Refer to the exhibit to answer the question. The following shows three scripts for the RUNMQSC
utility which define various queues and channels, and which customize the queue manager. The
three queue managers are running on three machines.
These are:
1 - a Sales Office - queue manager SalesOfficeQM
2 - an Order Processing system - queue manager OrdersQM
3 - an Invoicing system - queue manager InvoiceQM
All three queue managers are interconnected.
---------------------------------------------------------------------------
The first queue manager runs the Sales Office.
This can send messages to both the Order
Processing system and the Invoicing system.
Sales Office - queue manager SalesOfficeQM
==========================================
ALTER QMGR DEFXMITQ('XmitOrdersQM') DEADQ('SalesOfficeQM.Dead.L.Queue')
DEFINE QLOCAL('SalesOfficeQM.Dead.L.Queue')
DEFINE QALIAS('PriorityOEntry') TARGQ('OnlineOEntry') DEFPRTY(5)
DEFINE QALIAS('BatchOEntry') TARGQ('OrderEntry') DEFPRTY(1)
DEFINE QALIAS('OnlineOEntry') TARGQ('OrderEntry') DEFPRTY(3)
DEFINE QREMOTE('OrderEntry') RNAME('OEntryQ') RQMNAME('OrdersQM') +
XMITQ('XmitOrdersQM')
DEFINE QREMOTE('InvoiceQry') RNAME('IInquiryQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceUpd') RNAME('IUpdateQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceQry.Fast') RNAME('IInquiryQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM.Fast')
DEFINE QREMOTE('Invoicing') RNAME() RQMNAME('XmitInvoiceQM')
DEFINE QLOCAL('XmitOrdersQM') USAGE(XMITQ)
DEFINE QLOCAL('XmitInvoiceQM') USAGE(XMITQ)
DEFINE QLOCAL('XmitInvoiceQM.Fast') USAGE(XMITQ)
DEFINE CHANNEL(SOQM.2.ORDQM) CHLTYPE(SDR) XMITQ('XmitOrdersQM')
DEFINE CHANNEL(SOQM1.2.INVQM1) CHLTYPE(SDR) XMITQ('XmitInvoiceQM')
DEFINE CHANNEL(SOQM2.2.INVQM2) CHLTYPE(SDR) XMITQ('XmitInvoiceQM.Fast')
---------------------------------------------------------------------------
The second queue manager runs the Order Processing system. This receives messages from the
Sales Office and can send messages to the Invoicing system. Order Processing System - queue
manager OrdersQM
================================================
ALTER QMGR DEFXMITQ('XmitInvoiceQM') DEADQ('OrdersQM.Dead.L.Queue')
DEFINE QLOCAL('OrdersQM.Dead.L.Queue')
DEFINE QLOCAL('OEntryQ')
DEFINE QLOCAL('OInquiryQ')
DEFINE QREMOTE('InvoiceInqQ') RNAME('InvoiceInqQ') +
RQMNAME('InvoiceQM') XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceInqQ.Fast') RNAME('IInquiryQ') +
RQMNAME('InvoiceQM') XMITQ('XmitInvoiceQM.Fast')
DEFINE QLOCAL('XmitInvoiceQM') USAGE(XMIT)
DEFINE CHANNEL(SOQM.2.ORDQM) CHLTYPE(RCVR)
DEFINE CHANNEL(ORDQM.2.INVQM) CHLTYPE(SDR) XMITQ('XmitInvoiceQM')
---------------------------------------------------------------------------

Page 21 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

The third queue manager runs on the invoicing system. This has links from both the Sales Office
and the Order Processing system Invoicing System - queue manager InvoiceQM
==========================================
ALTER QMGR DEADQ('InvoiceQM.Dead.L.Queue')
DEFINE QLOCAL('InvoiceQM.Dead.L.Queue')
DEFINE QLOCAL('IInquiryQ')
DEFINE QLOCAL('IUpdateQ')
DEFINE CHANNEL(SOQM1.2.INVQM1) CHLTYPE(RCVR)
DEFINE CHANNEL(SOQM2.2.INVQM2) CHLTYPE(RCVR)
DEFINE CHANNEL(ORDQM.2.INVQM) CHLTYPE(RCVR)
An application running in the Sales Office does a PUT1 of a message, setting queue name to
'PriorityOEntry', and priority to 6. Which of the following will occur as a result of this action?

A. The PUT1 fails with MQRC_UNKNOWN_ALIAS_BASE_Q


B. The message is placed in the queue OEntry on queue manager OrdersQM
C. The message is placed in the queue OrdersQM.Dead.L.Queue on queue manager OrdersQM
D. The PUT1 fails with MQRC_PRIORITY_EXCEEDS_MAXIMUM

Answer: A

Question: 96
Refer to the exhibit to answer the question. The following shows three scripts for the RUNMQSC
utility which define various queues and channels, and which customize the queue manager. The
three queue managers are running on three machines. These are:
1 - a Sales Office - queue manager SalesOfficeQM
2 - an Order Processing system - queue manager OrdersQM
3 - an Invoicing system - queue manager InvoiceQM
All three queue managers are interconnected.
---------------------------------------------------------------------------
The first queue manager runs the Sales Office.
This can send messages to both the Order
Processing system and the Invoicing system.
Sales Office - queue manager SalesOfficeQM
==========================================
ALTER QMGR DEFXMITQ('XmitOrdersQM') DEADQ('SalesOfficeQM.Dead.L.Queue')
DEFINE QLOCAL('SalesOfficeQM.Dead.L.Queue')
DEFINE QALIAS('PriorityOEntry') TARGQ('OnlineOEntry') DEFPRTY(5)
DEFINE QALIAS('BatchOEntry') TARGQ('OrderEntry') DEFPRTY(1)
DEFINE QALIAS('OnlineOEntry') TARGQ('OrderEntry') DEFPRTY(3)
DEFINE QREMOTE('OrderEntry') RNAME('OEntryQ') RQMNAME('OrdersQM') +
XMITQ('XmitOrdersQM')
DEFINE QREMOTE('InvoiceQry') RNAME('IInquiryQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceUpd') RNAME('IUpdateQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceQry.Fast') RNAME('IInquiryQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM.Fast')
DEFINE QREMOTE('Invoicing') RNAME() RQMNAME('XmitInvoiceQM')
DEFINE QLOCAL('XmitOrdersQM') USAGE(XMITQ)
DEFINE QLOCAL('XmitInvoiceQM') USAGE(XMITQ)
DEFINE QLOCAL('XmitInvoiceQM.Fast') USAGE(XMITQ)
DEFINE CHANNEL(SOQM.2.ORDQM) CHLTYPE(SDR) XMITQ('XmitOrdersQM')
DEFINE CHANNEL(SOQM1.2.INVQM1) CHLTYPE(SDR) XMITQ('XmitInvoiceQM')
DEFINE CHANNEL(SOQM2.2.INVQM2) CHLTYPE(SDR) XMITQ('XmitInvoiceQM.Fast')
---------------------------------------------------------------------------

Page 22 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

The second queue manager runs the Order Processing system. This receives messages from the
Sales Office and can send messages to the Invoicing system.
Order Processing System - queue manager OrdersQM
================================================
ALTER QMGR DEFXMITQ('XmitInvoiceQM') DEADQ('OrdersQM.Dead.L.Queue')
DEFINE QLOCAL('OrdersQM.Dead.L.Queue')
DEFINE QLOCAL('OEntryQ')
DEFINE QLOCAL('OInquiryQ')
DEFINE QREMOTE('InvoiceInqQ') RNAME('InvoiceInqQ') +
RQMNAME('InvoiceQM') XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceInqQ.Fast') RNAME('IInquiryQ') +
RQMNAME('InvoiceQM') XMITQ('XmitInvoiceQM.Fast')
DEFINE QLOCAL('XmitInvoiceQM') USAGE(XMIT)
DEFINE CHANNEL(SOQM.2.ORDQM) CHLTYPE(RCVR)
DEFINE CHANNEL(ORDQM.2.INVQM) CHLTYPE(SDR) XMITQ('XmitInvoiceQM')
---------------------------------------------------------------------------
The third queue manager runs on the invoicing system. This has links from both the Sales Office
and the Order Processing system
Invoicing System - queue manager InvoiceQM
==========================================
ALTER QMGR DEADQ('InvoiceQM.Dead.L.Queue')
DEFINE QLOCAL('InvoiceQM.Dead.L.Queue')
DEFINE QLOCAL('IInquiryQ')
DEFINE QLOCAL('IUpdateQ')
DEFINE CHANNEL(SOQM1.2.INVQM1) CHLTYPE(RCVR)
DEFINE CHANNEL(SOQM2.2.INVQM2) CHLTYPE(RCVR)
DEFINE CHANNEL(ORDQM.2.INVQM) CHLTYPE(RCVR)
An application running in the Sales Office does a PUT1 of a message, setting queue name to
'BatchOEntry'. What is the final destination of the message?

A. queue OrdersQM.Dead.L.Queue on queue manager OrdersQM


B. queue OEntryQ on queue manager OrdersQM
C. queue XmitOrdersQM on queue manager SalesOfficeQM
D. queue SalesOfficeQM.Dead.L.Queue on queue manager SalesOfficeQM

Answer: B

Question: 97
Refer to the exhibit to answer the question. The following shows three scripts for the RUNMQSC
utility which define various queues and channels, and which customize the queue manager. The
three queue managers are running on three machines.
These are:
1 - a Sales Office - queue manager SalesOfficeQM
2 - an Order Processing system - queue manager OrdersQM
3 - an Invoicing system - queue manager InvoiceQM
All three queue managers are interconnected.
---------------------------------------------------------------------------
The first queue manager runs the Sales Office. This can send messages to both the Order
Processing system and the Invoicing system.
Sales Office - queue manager SalesOfficeQM
==========================================
ALTER QMGR DEFXMITQ('XmitOrdersQM') DEADQ('SalesOfficeQM.Dead.L.Queue')
DEFINE QLOCAL('SalesOfficeQM.Dead.L.Queue')
DEFINE QALIAS('PriorityOEntry') TARGQ('OnlineOEntry') DEFPRTY(5)
DEFINE QALIAS('BatchOEntry') TARGQ('OrderEntry') DEFPRTY(1)

Page 23 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

DEFINE QALIAS('OnlineOEntry') TARGQ('OrderEntry') DEFPRTY(3)


DEFINE QREMOTE('OrderEntry') RNAME('OEntryQ') RQMNAME('OrdersQM') +
XMITQ('XmitOrdersQM')
DEFINE QREMOTE('InvoiceQry') RNAME('IInquiryQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceUpd') RNAME('IUpdateQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceQry.Fast') RNAME('IInquiryQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM.Fast')
DEFINE QREMOTE('Invoicing') RNAME() RQMNAME('XmitInvoiceQM')
DEFINE QLOCAL('XmitOrdersQM') USAGE(XMITQ)
DEFINE QLOCAL('XmitInvoiceQM') USAGE(XMITQ)
DEFINE QLOCAL('XmitInvoiceQM.Fast') USAGE(XMITQ)
DEFINE CHANNEL(SOQM.2.ORDQM) CHLTYPE(SDR) XMITQ('XmitOrdersQM')
DEFINE CHANNEL(SOQM1.2.INVQM1) CHLTYPE(SDR) XMITQ('XmitInvoiceQM')
DEFINE CHANNEL(SOQM2.2.INVQM2) CHLTYPE(SDR) XMITQ('XmitInvoiceQM.Fast')
---------------------------------------------------------------------------
The second queue manager runs the Order Processing system. This receives messages from the
Sales Office and can send messages to the Invoicing system.
Order Processing System - queue manager OrdersQM
================================================
ALTER QMGR DEFXMITQ('XmitInvoiceQM') DEADQ('OrdersQM.Dead.L.Queue')
DEFINE QLOCAL('OrdersQM.Dead.L.Queue')
DEFINE QLOCAL('OEntryQ')
DEFINE QLOCAL('OInquiryQ')
DEFINE QREMOTE('InvoiceInqQ') RNAME('InvoiceInqQ') +
RQMNAME('InvoiceQM') XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceInqQ.Fast') RNAME('IInquiryQ') +
RQMNAME('InvoiceQM') XMITQ('XmitInvoiceQM.Fast')
DEFINE QLOCAL('XmitInvoiceQM') USAGE(XMIT)
DEFINE CHANNEL(SOQM.2.ORDQM) CHLTYPE(RCVR)
DEFINE CHANNEL(ORDQM.2.INVQM) CHLTYPE(SDR) XMITQ('XmitInvoiceQM')
---------------------------------------------------------------------------
The third queue manager runs on the invoicing system. This has links from both the Sales Office
and the Order Processing system
Invoicing System - queue manager InvoiceQM
==========================================
ALTER QMGR DEADQ('InvoiceQM.Dead.L.Queue')
DEFINE QLOCAL('InvoiceQM.Dead.L.Queue')
DEFINE QLOCAL('IInquiryQ')
DEFINE QLOCAL('IUpdateQ')
DEFINE CHANNEL(SOQM1.2.INVQM1) CHLTYPE(RCVR)
DEFINE CHANNEL(SOQM2.2.INVQM2) CHLTYPE(RCVR)
DEFINE CHANNEL(ORDQM.2.INVQM) CHLTYPE(RCVR)
An application running on the Order Processing System does a PUT1 of a message, setting
queue name to 'InvoiceInqQ'. What is the final destination of the message?

A. queue InvoiceInqQ on queue manager InvoiceQM


B. queue IInquiryQ on queue manager InvoiceQM
C. queue InvoiceQM.Dead.L.Queue on queue manager InvoiceQM
D. queue OrdersQM.Dead.L.Queue on queue manager OrdersQM

Answer: C

Question: 98

Page 24 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

Refer to the exhibit to answer the question. The following shows three scripts for the RUNMQSC
utility which define various queues and channels, and which customize the queue manager. The
three queue managers are running on three machines.
These are:
1 - a Sales Office - queue manager SalesOfficeQM
2 - an Order Processing system - queue manager OrdersQM
3 - an Invoicing system - queue manager InvoiceQM
All three queue managers are interconnected.
---------------------------------------------------------------------------
The first queue manager runs the Sales Office.
This can send messages to both the Order
Processing system and the Invoicing system.
Sales Office - queue manager SalesOfficeQM
==========================================
ALTER QMGR DEFXMITQ('XmitOrdersQM') DEADQ('SalesOfficeQM.Dead.L.Queue')
DEFINE QLOCAL('SalesOfficeQM.Dead.L.Queue')
DEFINE QALIAS('PriorityOEntry') TARGQ('OnlineOEntry') DEFPRTY(5)
DEFINE QALIAS('BatchOEntry') TARGQ('OrderEntry') DEFPRTY(1)
DEFINE QALIAS('OnlineOEntry') TARGQ('OrderEntry') DEFPRTY(3)
DEFINE QREMOTE('OrderEntry') RNAME('OEntryQ') RQMNAME('OrdersQM') +
XMITQ('XmitOrdersQM')
DEFINE QREMOTE('InvoiceQry') RNAME('IInquiryQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceUpd') RNAME('IUpdateQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceQry.Fast') RNAME('IInquiryQ') RQMNAME('InvoiceQM') +
XMITQ('XmitInvoiceQM.Fast')
DEFINE QREMOTE('Invoicing') RNAME() RQMNAME('XmitInvoiceQM')
DEFINE QLOCAL('XmitOrdersQM') USAGE(XMITQ)
DEFINE QLOCAL('XmitInvoiceQM') USAGE(XMITQ)
DEFINE QLOCAL('XmitInvoiceQM.Fast') USAGE(XMITQ)
DEFINE CHANNEL(SOQM.2.ORDQM) CHLTYPE(SDR) XMITQ('XmitOrdersQM')
DEFINE CHANNEL(SOQM1.2.INVQM1) CHLTYPE(SDR) XMITQ('XmitInvoiceQM')
DEFINE CHANNEL(SOQM2.2.INVQM2) CHLTYPE(SDR) XMITQ('XmitInvoiceQM.Fast')
---------------------------------------------------------------------------
The second queue manager runs the Order Processing system. This receives messages from the
Sales Office and can send messages to the Invoicing system.
Order Processing System - queue manager OrdersQM
================================================
ALTER QMGR DEFXMITQ('XmitInvoiceQM') DEADQ('OrdersQM.Dead.L.Queue')
DEFINE QLOCAL('OrdersQM.Dead.L.Queue')
DEFINE QLOCAL('OEntryQ')
DEFINE QLOCAL('OInquiryQ')
DEFINE QREMOTE('InvoiceInqQ') RNAME('InvoiceInqQ') +
RQMNAME('InvoiceQM') XMITQ('XmitInvoiceQM')
DEFINE QREMOTE('InvoiceInqQ.Fast') RNAME('IInquiryQ') +
RQMNAME('InvoiceQM') XMITQ('XmitInvoiceQM.Fast')
DEFINE QLOCAL('XmitInvoiceQM') USAGE(XMIT)
DEFINE CHANNEL(SOQM.2.ORDQM) CHLTYPE(RCVR)
DEFINE CHANNEL(ORDQM.2.INVQM) CHLTYPE(SDR) XMITQ('XmitInvoiceQM')
---------------------------------------------------------------------------
The third queue manager runs on the invoicing system. This has links from both the Sales Office
and the Order Processing system Invoicing System - queue manager InvoiceQM
==========================================
ALTER QMGR DEADQ('InvoiceQM.Dead.L.Queue')

Page 25 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

DEFINE QLOCAL('InvoiceQM.Dead.L.Queue')
DEFINE QLOCAL('IInquiryQ')
DEFINE QLOCAL('IUpdateQ')
DEFINE CHANNEL(SOQM1.2.INVQM1) CHLTYPE(RCVR)
DEFINE CHANNEL(SOQM2.2.INVQM2) CHLTYPE(RCVR)
DEFINE CHANNEL(ORDQM.2.INVQM) CHLTYPE(RCVR)
An application running on the Order Processing System does a PUT1 of a message, setting
queue name to 'InvoiceInqQ.Fast'. What is the final destination of the message?

A. queue IInquiryQ on queue manager InvoiceQM


B. queue InvoiceQM.Dead.L.Queue on queue manager InvoiceQM
C. queue OrdersQM.Dead.L.Queue on queue manager OrdersQM
D. The put fails with MQRC_UNKNOWN_XMIT_Q

Answer: D

Question: 99
On WebSphere MQ for iSeries, an application attempts to get a message but receives reason
code 2033 - MQRC_NO_MSG_AVAILABLE. The DISPLAY QLOCAL command shows that the
qdepth is non-zero. What other MQSC command will help determine the cause of the error?

A. DISPLAY QMGR
B. DISPLAY QSTATS
C. DISPLAY CHSTATUS
D. DISPLAY QSTATUS

Answer: D

Question: 100
On WebSphere MQ for z/OS, use of the CLEAR QLOCAL command results in an error message
"Queue is currently in use". Which MQSC command can help determine which applications are
still using the queue?

A. DISPLAY QSTATUS
B. DISPLAY QUEUE
C. DISPLAY PROCESS
D. DISPLAY USERS

Answer: A

Question: 101
An attempt was made to start a sender channel from WebSphere MQ for UNIX, but it did not
start. Where is the MOST appropriate place to begin looking for an error message?

A. The system-wide error log at the sender


B. The system-wide error log at the receiver
C. The queue manager error log at the sender
D. The queue manager error log at the receiver

Answer: C

Question: 102
In WebSphere MQ for UNIX, when are channel errors logged in
/var/mqm/qmgrs/@SYSTEM/errors/AMQERR01.LOG?

Page 26 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

A. Continuously
B. When the queue manager log is full
C. When the queue manager name is unknown
D. When the queue manager user is not authorized

Answer: C

Question: 103
Which of the following can be formatted by the WebSphere MQ command runmqfmt?

A. WebSphere MQ Client for Windows user messages


B. WebSphere MQ Client for Windows system messages
C. A WebSphere MQ Client for Windows error log
D. A WebSphere MQ Client for Windows trace log
E. WebSphere MQ Client messages that are written to the Windows event log

Answer: CD

Question: 104
Which of the following three-character prefixes is used to distinguish WebSphere MQ messages
From others on z/OS?

A. AMQ
B. CSQ
C. OMQ
D. MSQ

Answer: B

Question: 105
On a WebSphere MQ Windows system, the trace files are written in which of the following
subdirectories?

A. <mqmwork>\traces
B. <mqmwork>\trace
C. <mqmwork>\errors
D. <mqmwork>\qmgrs\@SYSTEM\errors

Answer: C

Question: 106
Two TCP/IP channels have been defined to use a single transmission queue. Which of the
following will occur when the channels are started?

A. Only the first channel will start


B. Starting the second channel will disable the first
C. The second channel started will be assigned as an alias
D. Neither channel will start

Answer: A

Question: 107
In WebSphere MQ, the following command is entered:
def ql(DEADQ)
and runmqsc returns the following error message:

Page 27 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

AMQ8147: MQSeries object not found


What is the name of the object that is NOT found?

A. DEADQ
B. DEADQ.MODEL
C. LOCAL.QUEUE.MODEL
D. SYSTEM.DEFAULT.LOCAL.QUEUE

Answer: D

Question: 108
A WebSphere MQ for UNIX application runs as a WebSphere MQ client and connects to a queue
manager. The application is moved to another client system, and the MQCONN call fails with:
reason code 2059 - MQRC_Q_MGR_NOT_AVAILABLE
Which of the following are the MOST probable causes for this error?

A. The queue manager has not been started


B. The application is already connected to another queue manager
C. The WebSphere MQ MQSERVER environment variable is not set
D. The client is not authorized to connect to the queue manager
E. The name of the queue manager is not spelled correctly

Answer: AC

Question: 109
An application tries to get a message from a queue, but gets a return code indicating that there
are no messages on the queue. Looking at the queue, the current depth is ten. Which of the
following BEST explains why this MQGET failed?

A. The queue is inhibited for MQGET


B. The messages have been browsed by another application
C. Another application has the queue open for exclusive use
D. The messages have not been committed by another application

Answer: D

Question: 110
The system fails before a triggered program has finished processing all of the messages on a
queue. Which of the following will cause the program to be triggered again after the restart?

A. The queue manager is started


B. The trigger monitor is started
C. The trigger interval expires
D. The next message arrives on the queue

Answer: B

Question: 111
For which of the following channel types are the WebSphere MQ RESET CHANNEL command
valid?

A. SVR
B. SVRCONN
C. RCVR
D. RQSTR

Page 28 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

E. CLNTCONN
F. SHARED

Answer: A, C, D

Question: 112
In an environment that relies heavily on WebSphere MQ clients, it has been determined that the
Queue manager does not have enough channels to handle the clients. What parameters should
be put into the queue manager's qm.ini file to increase these limits?

A. MAXCLIENTS, MAXACTIVECLIENTS
B. MAXCHANNELS, MAXACTIVECHANNELS
C. CLIENTS, ACTIVECLIENTS
D. CHANNELS, ACTIVECHANNELS

Answer: B

Question: 113
A new WebSphere MQ application is unable to run because it is encountering "handle not
available" errors when attempting to open five queues. Which of the following runmqsc
commands is used to increase the queue handles?

A. alter qmgr maxhands(5)


B. alter qmgr queuehands(5)
C. alter qmgr maxqueues(5)
D. alter qmgr handles(5)

Answer: A

Question: 114
What must be specified to the z/OS generalized trace facility to collect control block information
on entry to WebSphere MQ?

A. A password
B. An event identifier
C. A user exit name
D. A queue manager name

Answer: B

Question: 115
Which of the following WebSphere MQ control commands will start a trace associated with data
Flowing over communications networks?

A. strmqtrc -t csflows
B. strmqtrc -t csdata
C. strmqtrc -t comms
D. strmqtrc -t remoteflows

Answer: C

Question: 116
Which of the following will occur if one (or more) messages in a distribution list CANNOT
Successfully be put into a queue?

Page 29 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

A. No messages are put to the target queue(s)


B. Each target in the distribution list is handled individually
C. All messages are put to the DLQ
D. A single message is put to the DLQ with the distribution list put in the RFH2 header

Answer: B

Question: 117
On a local queue manager, a local definition of a remote queue is created using the following
MQSC commands:
DEFINE QREMOTE (CAR.REMOTE.QUEUE) + DESCR ('Queue for auto insurance requests
from branches')
+ RNAME (AUTOMOBILE.INSURANCE.QUOTE.QUEUE) + RQMNAME
(JUPITER.QUEUE.MANAGER)
Which of the following transmission queues will WebSphere MQ initially attempt to use when this
queue is opened?

A. The system default transmission queue is used


B. Messages are transmitted to the SYSTEM.DEAD.LETTER.QUEUE
C. A queue with the same name as the remote queue manager is used
D. None. A MQRC_UNKNOWN_XMIT_Q error message is generated.

Answer: C

Question: 118
There are three queue managers, QM1, QM2 and QM3. QM1 sends messages to QM2 over a
Channel that services a transmission queue QM2 residing at QM1. There is no channel between
QM2 and QM3. An application running in queue manager QM1 puts messages to queue Q1. Q1
is a remote queue definition which points at queue Q3 on queue manager QM3 via transmission
queue QM2. The message does not arrive at Q3. Assuming that all elements of the network are
functioning, where is the message?

A. Q1 at QM1
B. QM2 at QM1
C. The dead letter queue at QM1
D. The dead letter queue at QM2

Answer: D

Question: 119
Which channel exit can be used to perform selective encryption of WebSphere MQ messages?

A. SSL encryption
B. Send
C. Message
D. Security

Answer: C

Question: 120
Which channel exits should be used to ensure that only trusted parties can send messages to a
Queue manager?

A. Message
B. Send

Page 30 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

C. Receive
D. Security

Answer: D

Question: 121
An installation needs to keep a record of which channels are initiated. What is the MOST
Appropriate exit to use?

A. Security
B. Message
C. Send
D. Receive

Answer: A

Question: 122
A channel connects queue managers running on z/OS and Windows. The organization's security
Policy dictates that messages from certain z/OS users must have a digital signature added to
them before they leave the system. Which of the following exits is MOST appropriate to use?

A. Security
B. Message
C. Send
D. Receive

Answer: B

Question: 123
What is the purpose of the special user profile, QMQM, that is created by the WebSphere MQ for
iSeries installation program?

A. It is the login user id for all MQSeries administration


B. It contains information required to create a user audit trail
C. It contains the authorizations for queue manager resources
D. It receives error and statistic information

Answer: C

Question: 124
In WebSphere MQ for UNIX, the following command is used to list the current authorizations:
dspmqaut -m QM1 -t qmgr -g grp1 Which of the following will be returned by the command?

A. All authorizations for the queue manager QM1


B. All authorizations to QM1 for user group grp1
C. A list of principals in user group grp1 and their authorizations
D. A list of administrators for queue manager QM1 and their authorizations

Answer: B

Question: 125
In WebSphere MQ for Sun Solaris, which of the following will disable the object authority
manager?

A. strmqm -x

Page 31 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

B. export MQSAUT = no
C. export MQSNOAUT = yes
D. setmqaut -m

Answer: C

Question: 126
In WebSphere MQ for Windows, the following command is run:
dmpmqaut -m QM1 –l Which of the following will be returned?

A. All profile names for queue manager QM1


B. All authority records for queue manager QM1
C. All user names and profiles for queue manager QM1
D. All profile names and object types for queue manager QM1

Answer: D

Question: 127
Which of the following commands will show all authority records for queue manager QM1?

A. dmpmqaut -m QM1
B. dspmqaut -m QM1
C. dspmqaut -m QM1 -n * -t * -g *
D. dmpmqaut -m QM1 -l

Answer: A

Question: 128
In WebSphere MQ for Windows, which users can administer any queue manager running on the
Local system?

A. Members of the mqm group


B. Members of the Administrators group
C. Members of the MUSR_MQADMIN group
D. Members of the Power Users group
E. Members of the mqbrops group

Answer: AB

Question: 129
On Sun Solaris, Group grp1 has been authorized to browse queue Q1. User Fred is added to
grp1. When Fred attempts to browse the queue, the application receives an authorization error.
Which of the following MQSC commands should be issued to resolve this error?

A. REFRESH OAM
B. REFRESH SECURITY
C. ALTER QUEUE(Q1) REFRESH
D. UPDATE SECURITY

Answer: B

Question: 130
On Sun Solaris, grp1 has been authorized to browse queue Q1. User Fred is added to grp1. The
MQSC command REFRESH SECURITY is issued. What is the earliest opportunity that Fred will
be able to exploit the new authorizations?

Page 32 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

A. Immediately
B. After queue manager restart
C. When the OAM is restarted
D. When the next authority refresh interval has passed

Answer: A

Question: 131
When is it NOT necessary to use the REFRESH SECURITY command in WebSphere MQ for
z/OS?

A. When RACF SETROPTS RACLIST(classname) REFRESH has been issued


B. When RACF auditing for the class you are refreshing is turned off
C. When RACF auditing for the class you are refreshing is turned on
D. When there are RACF generic profiles in the WebSphere MQ classes

Answer: C

Question: 132
In WebSphere MQ for z/OS, which classes are NOT affected by the REFRESH SECURITY
command?

A. MQPROC
B. MQNLIST
C. MQCONN
D. MQQUEUE
E. MQCMDS

Answer: C, E

Question: 133
An IMS application receives request messages from a number of Java clients. A decision is made
To introduce message privacy because the network is not trusted. Which of the following facilities
can be used to achieve this?

A. Channel security exit


B. Channel compression exit
C. Channel send exit
D. Channel receive exit
E. Secure Sockets Layer

Answer: C, E

Question: 134
Which version of SSL is supported by WebSphere MQ version 5.3?

A. Version 2.0
B. Version 2.5
C. Version 3.0
D. Version 4.0

Answer: C

Question: 135

Page 33 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

WebSphere MQ can access SSL Certificate Revocation Lists stored in:

A. LDAP servers
B. DCE
C. the Windows registry
D. the OAM

Answer: A

Question: 136
Which SSL functions are NOT supported by WebSphere MQ version 5.3?

A. Certificate Revocation Lists


B. CipherSpec negotiation
C. Client Certificate Authentication
D. CipherSuites
E. SSL session re-use

Answer: B, E

Question: 137
In WebSphere MQ for UNIX, how is the location of the SSL key repository specified?

A. In the SSLSecurity stanza of qm.ini


B. In the SSLSecurity stanza of mqs.ini
C. In /etc/ikeyman.cnf
D. Use the MQSC command ALTER QMGR

Answer: D

Question: 138
In a WebSphere for Sun Solaris client, where is the location of the SSL key repository stored?

A. In the client channel definition file


B. In /etc/ikeyman.cnf
C. In the SVRCONN channel definition
D. In the MQSSLKEYR environment variable

Answer: D

Question: 139
To enable SSL encryption on a server to server channel, which channel parameter(s) is/are
mandatory?

A. SSLCIPH
B. SSLPEER
C. SSLCAUTH
D. SSLCIPH and SSLCAUTH

Answer: A

Question: 140
A sender channel from a queue manager on HP-UX to a receiver channel on AIX is to be
modified to make use of SSL encryption. Both channel partners must supply a certificate for
authentication when:

Page 34 of 35
Exam Name: IBM WebSphere MQ V5.3 System Administration
Exam Type: IBM
Exam Code: 000-294 Total Questions: 140

A. The sender channel definition includes SSLCAUTH(REQUIRED)


B. The receiver channel definition includes SSLCAUTH(REQUIRED)
C. The sender and receiver channel definitions both include SSLCAUTH(REQUIRED)
D. Advanced crypto hardware is not installed

Answer: B

Page 35 of 35

Das könnte Ihnen auch gefallen