TestKings.C2180-374.157questions
Number: C2180-374 Passing Score: 800 Time Limit: 120 min File Version: 6.0
http://www.gratisexam.com/
C2180-374
IBM WebSphere MQ V7.0 System Administration
I)
Hi, I am writing to proudly announce that I'd passed my Exam with good scores,815.ThanksII)
There were many things available in the market for the preparation of exam ,but I found thisaccumulated material for preparation.
III)
ALL the questions are properly given with complete explanation.IV)
It contains updated questions, which really helpful to succeed.Exam A QUESTION 1
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
Correct Answer: D Section: (none) Explanation Explanation/Reference: answer is true. QUESTION 2
An administrator wants to prevent the channel initiator process from starting when a queue manager QMA on AIX is started. Which action(s) will accomplish this?
A. Restart the queue manager using strmqm ns QMA. B. Restart the queue manager using strmqm chinit no QMA.
C. Issue the command ALTER QMGR SCHINIT(DISABLED), then restart the queue manager using strmqm QMA.
D. Edit the file qm.ini for QMA and add an entry ChannelInitiator = No in the CHANNELS stanza, then restart the queue manager usingstrmqm QMA
Correct Answer: A Section: (none) Explanation Explanation/Reference: genuine answer. QUESTION 3
The operations team has been testing a new message routing application in their IBM WebSphere MQ V7.0 pre-production environment. When the application is started, many of the other applications designed to interface with the message routing application begin to experience long wait times while retrieving messages. The operations team notices that many of the queues that the message routing application puts to, are filling up. The team also notices that the number of active queue manager log files has increased. What is the most probable cause for the performance slowdown for getting applications?
A. The data store for the message routing application is full
B. The MQGET calls are not issued with the FASTPATH retrieval parameter for improved performance C. The message routing application issues several MQPUT calls within syncpoint without committing them D. The getting applications need to invoke the new fast retrieval algorithm in IBM WebSphere MQ V7.0 for
message retrieval Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 4
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?
A. Stop the queue manager. B. Delete the queue manager.
C. Create queues on the queue manager.
D. Start the command server for the queue manager.
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 5
To make sure a SSL enabled channel can start successfully, the Distinguished Name (DN) of the certificate received from the peer queue manager or client must match the value of which channel attribute? A. SSLUSER B. SSLCIPH C. SSLPEER D. SSLCAUTH Correct Answer: C Section: (none) Explanation Explanation/Reference: genuine answer. QUESTION 6
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?
http://www.gratisexam.com/
A. browse B. browse and crt C. put, get and browse D. put, get, crt and browse
Correct Answer: B Section: (none) Explanation Explanation/Reference: satisfied. QUESTION 7
A. service B. listener C. channel Initiator D. process definition Correct Answer: B Section: (none) Explanation Explanation/Reference: answer is true. QUESTION 8
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?
A. Star B. Cluster C. Point to Point D. Hub and Spoke
Correct Answer: D Section: (none) Explanation Explanation/Reference: answer is true. QUESTION 9
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?
A. POTATO B. APPLE C. GRAPE D. PEACH Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 10
A company has decided to convert some of their existing queue managers to be full repositories for a new cluster they are creating. Which of the following statements is correct regarding the selection of the company's queue managers to be a full repository?
A. One full repository is ideal for a cluster
B. Queue managers on z/OS are well suited to be full repositories
C. Once a queue manager is a full repository for one cluster it cannot be a member of another cluster D. All full repository queue managers need to be stopped simultaneously for maintenance
Correct Answer: B Section: (none) Explanation Explanation/Reference: fine. QUESTION 11
An administrator has discovered that the primary queue manager (PRIME) has been corrupted and is no longer usable. The queue manager was created with the command:
crtmqm PRIME. What does the administrator need to do to recover the queue manager? A. Restart the queue manager.
B. Issue the command: amqrecover PRIME.
C. Manually delete the file containing the damaged object and restart the queue manager. D. Restore the last backup of the queue manager data and log, and restart the queue manager.
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 12
Which of the following mechanisms can be used to set up message data compression across channels? A. Auto definition exits
B. Send and receive exits C. MessageExit stanza in qm.ini D. Channel attribute COMPMSG
E. Queue manager attribute ChannelInitiatorControl
Correct Answer: BD Section: (none) Explanation Explanation/Reference: answer is true. QUESTION 13
An administrator creates the following MQ objects on two queue managers, QM1 and QM2. An application connects to QM1 and puts a message on queue REM.BLUE. Where does the message arrive? On QM1: DEF QL(BLUE) DEF QR(REM.BLUE) RNAME(BLUE)
RQMNAME(QM1.ALIAS) XMITQ(QM2) DEF QL(QM2) USAGE(XMITQ) DEF CHL(QM1.TO.QM2) CHLTYPE(SDR) TRPTYPE(TCP)
+CONNAME('9.20.9.32(1412)')
XMITQ(QM2) DEF CHL(QM2.TO.QM1) CHLTYPE(RCVR) TRPTYPE(TCP) On QM2: DEF QR(QM1.ALIAS) RNAME(' ') RQMNAME(QM1) XMITQ(QM1) DEF QL(QM1) USAGE(XMITQ)
DEF CHL(QM2.TO.QM1) CHLTYPE(SDR) TRPTYPE(TCP)+ CON E('9.20.9.32(1413)')XMITQ(QM1) DEF CHL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP) DEF QL(BLUE)
A. On BLUE queue on QM2 B. On BLUE queue on QM1 C. On QM1 queue on QM2
D. On dead-letter queue on QM1 Correct Answer: B Section: (none) Explanation Explanation/Reference: Best answer. QUESTION 14
What two environment variables can be set in a IBM WebSphere MQ client environment to direct a IBM WebSphere MQ application to use a client connection definition table?
A. MQTABLIB and MQCHLTAB B. MQSERVER and MQCHLTAB C. MQCHLLIB and MQSERVER D. MQCHLLIB and MQCHLTAB
Correct Answer: D Section: (none) Explanation Explanation/Reference: genuine answer. QUESTION 15
A company has decided to add all its standalone queue managers into an existing cluster environment. Some of the standalone queue managers have been part of the cluster in the ast. What steps need to be completed to accomplish this task?
A. -Define a receiver channel on the queue manager being added -Define a sender channel on the queue manager being added -Restart the cluster repository queue managers
B. -Suspend the cluster repository queue managers -Define a cluster channel on the queue manager being added -Resume the cluster repository queue managers
C. -Define a cluster receiver channel on the queue manager being added -Define a cluster sender channel on the queue manager being added -Issue the REFRESH CLUSTER command on the queue manager being added
D. -Define a client receiver channel on the queue manager being added -Define a client sender channel on the queue manager being added -Issue the RESTART CLUSTER command on the queue manager being added Correct Answer: C Section: (none) Explanation Explanation/Reference: updated. QUESTION 16
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)
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 17
Which attribute is checked first by the cluster workload management algorithm when determining the destination for messages being put onto a cluster queue?
A. Queue rank B. Queue priority C. Channel rank D. Channel priority Correct Answer: C Section: (none) Explanation Explanation/Reference:
satisfied with the given answer.
QUESTION 18
An administrator is configuring communication between two queue managers, QM1 and QM2, and wants to create a remote queue on QM1 pointing to a local queue Q2 on QM2. Which one of the following MQSC commands will achieve this?
A. DEFINE QR(Q1) LIKE(Q2) RNAME(Q2) RQMGR(QM2) B. DEFINE QR(Q1) RNAME(Q2) RQMNAME(QM2) XMITQ(QM2) C. DEFINE QR(Q1) RNAME(QM2) RQMNAME(QM2) XMITQ(QM2)
D. DEFINE QL(QM1) USAGE(REMOTE) RNAME(Q2)+RQMNAME(QM2) XMITQ(QM2)
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 19
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
Correct Answer: AB Section: (none) Explanation
QUESTION 20
An administrator was asked to restrict the IBM WebSphere MQ trace file size on AIX to 10 MB. How can the administrator do this?
A. Use the command setmqscp
B. Use the environment variable MQS_TRACE_OPTIONS C. Pass the value as a parameter to strmqtrc
D. Set the MaxSize parameter under Trace Stanza
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 21
An administrator created a queue manager for an application using the command: crtmqm TESTQMGR The application is started by triggering, and puts forty 3.5MB persistent messages onto a remote queue. The administrator is notified that the IBM WebSphere MQ error logs are getting populated with errors whenever the application is started. What could be the likely cause?
A. The file system /var/mqm is getting full. B. The remote queue file size is reaching its limit. C. The queue manager logs are getting full frequently. D. The messages are ending up on the dead letter queue.
Correct Answer: C Section: (none) Explanation Explanation/Reference: updated. QUESTION 22
Queue managers QMGR1 and QMGR2 are members of cluster QMCLUS. An application connected to QMGR1 needs to send messages to a local queue APP.LOCAL of QMGR2. The administrator creates the following definitions: On QMGR1: DEFINE QALIAS(APP.ALIAS) + TARGET(APP.LOCAL) + CLUSTER (QMCLUS) On QMGR2: DEFINE QLOCAL(APP.LOCAL) + MAXDEPTH(50000) The administrator is notified that the application is unable to send messages to APP.LOCAL. What is the most likely cause? A. The cluster channels have not been started.
B. The QALIAS cannot be defined on a cluster. C. The queue APP.LOCAL is not a cluster queue. D. The SYSTEM.CLUSTER.TRANSMIT.QUEUE is full.
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 23
An IBM WebSphere MQ client application puts messages onto remote queue RQ on queue manager QM1, which resolves to the local queue LQ on queue manager QM2. A new version of the application has been deployed that has the capability to put messages greater than 4MB. The administrator changed the max message length attributes for the queue managers, transmission queue, sender-receiver channels and LQ to handle the larger messages. The administrator was later notified that messages greater than 4MB are still not reaching LQ. The most likely cause of the problem is the max message length attribute:
A. in file qm.ini was not changed B. of RQ was not changed
C. of the server connection channel was not changed D. was not set on the environment variable MQSERVER
Correct Answer: C Section: (none) Explanation Explanation/Reference: corrected. QUESTION 24
Two queue managers, QMGR1 and QMGR2, are running on Windows connected by sender receiver channels. An application connected to QMGR1 puts persistent messages on a remote queue of QMGR1 destined for a local queue of QMGR2. The administrator is notified that the messages have not reached QMGR2. On investigation the administrator notices that the server on which QMGR2 runs has crashed and rebooted automatically. The administrator also notices that the sender channel on QMGR1 is in an in doubt state. What action can the administrator take to recover the messages?
A. Run the command rsvmqtrn on QMGR2 B. Run the command runmqdlq on QMGR2
C. Run the MQSC command RESOLVE INDOUBT(channel name) on QMGR1
D. Run the MQSC command RESOLVE CHANNEL(channel name) ACTION(BACKOUT) on QMGR1 Correct Answer: D Section: (none) Explanation Explanation/Reference: QUESTION 25
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
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 26
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. /var/mqm/log
B. /var/mqm/trace C. /var/mqm/errors
D. /var/mqm/qmgrs/QM1/errors
Section: (none) Explanation
Explanation/Reference:
QUESTION 27
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. /var/adm/syslog on AIX 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 Correct Answer: CE Section: (none) Explanation Explanation/Reference: QUESTION 28
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.
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 29
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?
A. ALTER QMGR QDPHIEV(ENABLED) ALTER QLOCAL(ROUTE_DATA_Q) QDEPTHHI(70) QDPHIEV (ENABLED)
B. ALTER QMGR PERFMEV(ENABLED) ALTER QLOCAL(ROUTE_DATA_Q) QDEPTHHI(70) QDPHIEV (ENABLED)
C. ALTER QMGR PERFMEV(ENABLED) ALTER QLOCAL(ROUTE_DATA_Q) QDEPTHHI(700) QDPHIEV(ENABLED)
QDPHIEV(ENABLED) Correct Answer: B Section: (none) Explanation Explanation/Reference: QUESTION 30
What is the best way to create queue manager QM1 on UNIX so all developers can connect to it without any authority checks being performed?
http://www.gratisexam.com/
A. Edit the mqs.ini file to remove the Authorization Service Stanza
B. Create a group developer containing all developers, then add the group to the mqm group
C. Create a group developer containing all developers, and then grant all adm authority to the group using setmqaut
D. Set environment variable MQSNOAUT=yes, then create a queue manager crtmqm QM1
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 31
Which of the following commands can the administrator use to get a list of all authority records for a queue manager on Windows? A. dmpmqaut B. dspmqrte C. dspmqaut D. runmqcfg Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 32
An application is designed to send messages to queues Q1 and Q2 on queue manager QM1 using a server-connection channel CH1. An administrator is asked to implement SSL on IBM WebSphere MQ. On which of the following objects does the administrator need to specify the SSLCIPH attribute?
A. CH1 B. QM1 C. Q1 and Q2 D. CH1 and QM1
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 33
An administrator is asked to check whether existing channels with transport type of TCP are SSL enabled. Which one of the following commands does the administrator need to use for this purpose?
A. DIS CHL(*) CHLTYPE SSLCIPH B. DIS CHL(*) CHLTYPE SSLPEER C. DIS CHL(*) CHLTYPE SSLCERTI D. DIS CHL(*) CHLTYPE SSLCAUTH
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 34
An application wants to put messages onto a queue RQ on queue manager QM2 defined as follows: DEFINE QREMOTE(RQ) XMITQ(XQ) RNAME(Q1) RQMNAME(QM1) Which of the following objects does the authority checking occur on?
A. RQ B. XQ C. Q1 D. QM1 Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 35
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/#
Correct Answer: AB Section: (none) Explanation
Explanation/Reference:
Which of the following administrative features do TOPIC objects provide? A. security
B. topic tree isolation
C. control of configuration attributes D. status information on active publishers E. stales information on active subscribers
Correct Answer: BC Section: (none) Explanation
Explanation/Reference:
Reference: http://publib.boulder.ibm.com/infocenter/ieduasst/v1r1m0/index.jsp? topic=/ com.ibm.iea.wmq_v7/wmq/7.0/PubSub/PubSub_Admin_part1/player.html (see the 12th topic)
QUESTION 37
What is a queue manager's default action when an application gets a message outside of syncpoint? A. The message is deleted from the queue and copied into the application's memory.
B. The message remains on the queue and is copied into the application's memory.
C. The message is deleted from the queue, copied into the application's memory, and ("if persistent) archived in
D. The message is deleted from the queue and placed in the application's private dynamic queue.
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 38
The administrator has been asked to install WebSphere MQ V7.0 in a Windows domain environment. What unique step does the administrator need to take to complete this task?
A. obtain a special domain account B. add the mqm group to the domain C. ensure the domain controller is running D. change the password for MUSRJ/IQADMIN
Correct Answer: C Section: (none) Explanation Explanation/Reference: Reference: https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/configuring_w ebsphere_mq_v7_in_windows_domain_environment?lang=en QUESTION 39
Which of the following benefits best describe the flexibility offered by WebSphere MQ for application developers?
A. assured delivery
B. once and once only delivery C. API support for multiple languages D. comprehensive administration tools
E. network complexities handled by queue manager
Correct Answer: AB Section: (none) Explanation
Explanation/Reference:
Reference: http://en.wikipedia.org/wiki/IBM_WebSphere_MQ (features)
QUESTION 40
Which statement about the WebSphere MG services control command amqmdain is true? The administrator can:
A. start the queue manager on AIX B. end the queue manager on z/OS
C. edit the WebSphere MQ configuration information on Linux D. edit the WebSphere MQ configuration information on Windows
Correct Answer: D Section: (none) Explanation Explanation/Reference: Reference: http://pic.dhe.ibm.com/infocenter/wmqv7/v7r0m0/index.jsp?topic= % 2Fcom.ibm.mq.amqzag.doc%2Ffa15570_.htm QUESTION 41
An administrator is migrating queue managers on both AIX and Solaris platforms from WebSphere MQ V5.3 to V70.
Which approach is the fastest to successfully migrate the queue managers? A. Install V7.0 on AIX
Install V7.0 on Solaris B. Install V7.0 on AIX
Uninstall V5.3 then install V7.0 on Solaris C. Uninstall V5.3 then install V7.0 on AIX
Install V7.0 on Solaris
D. Uninstall V 5.3 on both AIX and Solaris Install V7.0 on both AIX and Solaris
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 42
Which option must be specified while creating a queue manager on Solaris in order to make it possible to recover damaged queue objects?
A. use linear logging. B. use circular logging
C. increase the number of secondary log files.
D. increase the maximum number of uncommitted messages
Correct Answer: A Section: (none)
Explanation
Explanation/Reference:
Reference:
https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/linear_logging _for_websphere_mq?lang=en (third para)
QUESTION 43
Which MQSC command will display the status of applications subscribing to the topic Price/Fruit/Apple? A. DISPLAY SUBSTATUS ('Price/Fruit/Apple1) TYPE (SUB) ALL
B. DISPLAY TPSTATUS ('Price/Fruit/Apple') TYPE (SUB) ALL C. DISPLAY SBSTACTS ('Price/Fruit/Apple') TYPE (SUB) ALL D. DISPLAY PSSTATUS ('Price/Fruit/Apple') TYPE (SUB) ALL
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
Reference: http://www.mqug.org.uk/downloads/201207/201207%20-%20WMQ03%20- %20Highly% 20Scalable%20PubSub.pdf
QUESTION 44
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. TPC# B. TPC/+MWY C. TPC/WWY/SMC D. TPC/'SMC/MWY/# Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 45
The WebSphers MQ administrative responsibilities have been outsourced to another company. The outsourcing team is now responsible for finishing the migration of the company's existing WebSphere MQ V6.0 publish/subscribe infrastructure to a WebSphere MQ 7.0 publish/subscribe cluster infrastructure. Which step would best allow them to assess which queue managers are left migrats?
For each queue manager in the publish/subscribe infrastructure: A. issue the command daproqvei: -p pubsub
B. issue the command display pubsub type (ALL)
C. check, the WebSphere MO logs for migration complete messages
D. Check that the broker stanza in the qm.ini file has been updated to report a broker type of cluster
Correct Answer: D Section: (none) Explanation
QUESTION 46
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
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 47
A cargo transportation company is looking to take advantage of the publish/subscribe feature that WebSpher MQ V7.0 offers. They want share shipping information between regional offices and stores within a region. Each regional office only needs to know the shipping information in the stores within its region. The headquarters office however, would like to see the shipping information from each region. The regional offices do not need to communicate with the headquarters offices to continue doing business with the stores.
What is the best publish/subscribe topology to meet the company's needs? A. Publish/subscribe clusters
B. Publish/subscribe hierarchies C. Publish/subscribe broker bundles D. Publish/subscribe interconnections Correct Answer: B Section: (none) Explanation Explanation/Reference: Reference: http://pic.dhe.ibm.com/infocenter/wmqv7/v7r0m0/topic/com.ibm.mq.amqnar.doc/ps1580 0_.htm QUESTION 48
The WebSphere MQ development team requires that all queue managers in their environment must use linear logging for recovering purposes. However, the operations team wants to keep the file system as small as possible.
What can the operations team do to automate the log cleanup process?
A. Issue the command ALTER QMGR LOGEVENT (ENABLED) on the queue manager then monitor the SYSTEM.ADMIN.LOGGER.EVENT queue to trigger a log cleanup script
B. Issue the command ALTER QMGR LOGGEREV (ENABLED) on the queue manager then monitor the SYSTEM.ADMIN.LOGGER.EVENT queue to trigger a log cleanup script
C. Issue the command ALTER QMGR LOGGEREV (ENABLED) on the queue manager then monitor the DEFAULT.SYSTEM.LOG.EVENT queue to trigger a log cleanup script
D. Issue the command ALTER QMGR LOGEVENT (ENABLED) on the queue manager then monitor the DEFAULT.SYSTEM.LOG.EVENT queue to trigger a log cleanup script
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 49
An administrator notices that several queue managers running on the same Linux system are generating FFST files that indicate problems with shared memory.
Which one of the following actions might resolve these issues? A. Increase the kernel parameters affecting shared memory.
B. Edit qm ini for each queue manager to increase the number of files in @ippc
C. Edit qm ini for each queue manager to increase the number of shared memory sections D. Edit mqs.ini to increase the number of shared memory sections for all queue managers
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 50
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
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 51
An administrator defined a queue for a high volume application that can process 25000 messages as follow:
DEFINE QLOCAL (TEST.LOCAL) + MAXTDEPTH (25000)
The administrator is notified that when the application is started they are encountering "MQRC_SYNCPOINT_LIMIT_REACHED". What could be the likely caused?
A. The /var/mqm file system got full
B. The WebSphere MQ logs for the queue manager got full
C. The number of messages put by the application exceeded 25000
Correct Answer: D Section: (none) Explanation Explanation/Reference: Reference: http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.csqsao.doc/fm12300_ 1.htm? cp=SSFKSJ_7.0.1%2F1-28-46-1-0-25&lang=en QUESTION 52
The IBM MQ Supports has asked the administrator to recreate a problem on AIX with trace enabled. What commands does the administrator need to run to collect a formatted trace?
A. Strmqtrc -m QM1, endmqtrc -m QM1, dmpmqlog B. Strmqtrc -m QM1, endmqtrc - m QM1, dspmqtrc *.TRC C. Start trace (QM1) format (TRC), stop trace (QM1) D. Mqtrc m QM1 format (TRC), endmqtrc m QM1 Correct Answer: B Section: (none) Explanation Explanation/Reference: QUESTION 53
An administrator is performing installation of WebSphere MQ on several Windows servers using the following command:
Misexec /i "C:\Temp\MSI\IBM websphere MQ.msi" /1*v C:\Install\websphereMQ.txt /q
SAVEINI=C: \Install\AMQServer.txt
TRANSFORMS=" 1033.mst"AGREETOLICENSE="yes"
The administrator notices mat the installation fails on one of the servers. Which of the following files will give the administrator details about the installation failure?
A. C:\Install\AMQServer.txt B. C:\Install\WebSphereMQ.txt
C. C:\Program Files\IBM\WebSphereMQ\install log
D. %TEMP%\install.log where %TEMP% is the Temp directory
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 54
An administrator creates a queue manager on an AIX server which contains two other queue managers. During the verification process, the administrator notices that the /var/mqm/qmgrs directory is empty. Which file does the administrator need to refer to for the location of the queue manages' directory? A. mqs.ini
B. /etc/services C. /var/adm/sulog D. /usr/mqm/mqserver.ini
Correct Answer: A Section: (none) Explanation Explanation/Reference: Reference: http://www-01.ibm.com/support/docview.wss?uid=swg21172370 QUESTION 55
What are the steps an administrator needs to take to generate the runtime SSL trace files on HP-UX? A. Run the strmqtrc command with -t ssl option
B. Run the gsk7ikm and gsk7cmd command with the-D flags
C. Run the strmqtrc command with -t ssl option, reformat the trace using dspmqtrc
D. Run the gsk7ikm and gsk7cmd command with the -D flags, reformat the trace using dspmqtrc
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 56
An administrator was asked to start an application testapp.exe when the first message arrives on queue TEST.TRIGGER. The administrator runs the following MQSC commands:
DEFINE QLOCAL,(TEST.TRIGGER) + PROCESS (TEST.PROCESS) + TRIGGER + INITQ (IMIT.QUEUE) + TRIGDPTH (1) + TRIGMPRI (5) + TRIGTYPE (FIRST)
DEFINE PROCESS (TEST.PROCESS) + APLICID (testapp.exe)
DEFINE QLOCAL (INIT.QUEUE)
The administer then starts the trigger monitor on INIT,QUEU, and puts a message onto TEST.TRIGGER, but notices that the application testapp.exe does not start. What could be the likely cause for testapp.exe not to start?
A. At least 5 messages should be put on TEST.TRIGGER to start the application. B. The value of attribute TRIGTYPE should be1.
C. The attribute QUEUE(TEST.TRIGGER) must be added to the definition TEST.PROCESS. D. The priority of the message put on TEST.TRIGGER is not sufficient to start application.
Correct Answer: BC Section: (none) Explanation
Explanation/Reference:
QUESTION 57
A client application initiates an SSL connection with a queue manager.
After the connection is successfully established, which of the following keys is used to encrypt the exchanged data?
A. Only the secret key
B. Only the public/private key pair
C. Both the secret key and the public/private key pair D. Either the secret key or the public/private key pair
Correct Answer: A Section: (none) Explanation Explanation/Reference: Reference: http://usuaris.tinet.cat/sag/mq_ssl.htm QUESTION 58
An administer wants to use the MCAUSER field in the server-connection channel definition to control access by the client application.
This can be achieved by setting MCAUSER to: A. Blank
B. The user ID mqm C. An invalid user ID
D. A user ID which has the required access for client applications
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
Reference: http://pic.dhe.ibm.com/infocenter/wmqv7/v7r0m0/index.jsp?topic= %2Fcom.ibm.mq.csqzaf.doc %2Fcs11910_.htm
QUESTION 59
The operations team is taking responsibility for managing queue managers on an AIX development server. The team wants to determine the security settings of the client channels.
http://www.gratisexam.com/
Apart from checking for SSL configuration where else should they check? A. Check the /var/mqm/qmgrs/QMNAME/qm.ini
B. Check the clientExitPath parameter in the AMQCLCH.TAB file for channel exits in use C. Look for channel exits in the security access table for each client running on the server
D. Look for channel exits being used in the path pointed to by the environment variable CLIENTEXITPATH
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 60
Which RACF class (es) need to be activated for security checking on z/OS? A. MQNLST
B. MQPROC C. MQCONN, MQCMDS D. MQADMIN, MXADMIN Correct Answer: C Section: (none) Explanation Explanation/Reference: Reference: http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.csqzas.doc/zs12100_. htm?cp=SSFKSJ_7.0.1%2F1-19-14-1&lang=en QUESTION 61
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
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 62
What command(s) can the administrator run to collect a formatted version of the WebSphere MQ system log for queue manager QM?
A. Control command dmpmqlog m QM1 B. MQ logs are already formatted C. MQSC command DISPLAY LOG
D. MQSC command ALTER QMGR LOGTYPE (formatted). Restart manager
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 63
Which of the following control commands will indicate the status of all queue manager on a distributed platform?
A. Dspmq B. Dspmq m all C. Dspmqver all D. Dsqmqver qmqrs
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 64
An administrator wants to use WebSphere MQ Explorer to administer a queue manager which is hosted on a remote Windows server.
Which of the following objects on this remote queue manager must be running in order to be connected from WebSphere MQ Explorer?
A. A listener B. A channel initiator C. A transmission queue D. A client-connection channel E. A server-connection channel Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 65
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?
A. Dspmqcsv QM1 B. Mqchecsw QM1 C. Mqcmdsrv status QM1
D. DISPLAY SERVICE (CMDSRV) from runmqac QM1
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 66
A database warehousing application is beginning to experience decreases in its message throughput, but messages are still being processed. The application is required to log each transaction to the database warehouse prior to sending the transaction downstream for processing. The application also recently scaled up to process larger batches of updates.
What is a possible cause for the performance degradation being experienced by this application? A. The MQPUT calls need to be recompiled to use 64bit memory buffering
B. The space allocated for queue manager logs needs logs be increased
C. The queue sizes need to be increased to handle the larger batches of message D. The queue manager needs to be modified to use the high message throughput mode.
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 67
A bank routing application uses queue PRIMEBANK_Q. The application is being rewritten and deployed to use two additional primary queues exactly like PRIMEBANK_Q to handle a larger message load. The additional queues will be called PRIMEBANK_Q2 and PRIMERANK_Q3.
What command(s) will help the operations team quickly set up these additional queues? A. DEFINE QLOCAL (PRIMEBANK_Q2, PRIMEBANK_Q3) LIKE (PRIMEBANK_Q) B. COPY QLOCAL (PRIMEBANK_Q) TO QLOCAL (PRIMEBANK_Q2, PRIMEBANK_Q3) C. COPY QLOCAL (PRIMEBANK_Q2) LIKE (PRIMEBANK_Q)
COPY QLOCAL (PRIMEBANK_Q3) LIKE (PRIMEBANK_Q)
D. DEFINE QLOCAL (PRIMEBANK _Q2) LIKE (PRIMEBANK_Q) DEFINE QLOCAL (PRIMEBANK _Q3) LIKE (PRIMEBANK_Q) Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 68
An administrator has created the following channel definition on a queue manager running on a Solaris sever.
DEFINE CHANNEL(ABC) CRLTYPE (SVRCONN)
The queue manager has a listener running on port 1414 on host abc.com.
Which definition of the environment variable MQSERVER will allow a WebSphere MQ application running a WebSphere MQ client environment to connect using this channel?
A. ABC/abc.com B. ABC/TCP/abc.com C. ABC(1414)/TCP/abc.com D. SVRCONN(ABC)/TCP/abc.com Correct Answer: B Section: (none) Explanation Explanation/Reference: QUESTION 69
A banking finance company is setting up their new credit card business application on a WebSphere MQ based infrastructure. Most of the business application are equally used by various departments and the application is expected to handle varying word loads. The architect has been asked to minimize personnel requirements for administration.
Which topology will meet these specific requirements? A. Star
C. Point to point D. Hub and Spoke
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 70
Which of the following are valid methods for installing a WebSphere MQ client on an AIX platform? Install WebSphere MQ client.
A. From the WebSphere MQ client CD B. From the AIX Supplemental clients CD C. From the WebSphere MQ client SupportPac
D. From the WebSphere MQ Support site auto-install link E. From the WebSphere MQ Server CD
Correct Answer: AE Section: (none) Explanation
Explanation/Reference:
Reference: http://www.webagesolutions.com/install/amqaac06.pdf (page 45)
QUESTION 71
An administrator has been asked to create MQ objects on queue manager QM1 so that applications connecting to queue manager QM1 can send messages to queue PAYROLL on queue manger QM2. The following definitions have been created on QM2:
DEFINE QLOCAL (PAYROLL) REPLACE PUT (ENABLED) GET (ENABLED) + DESCR (`Local queue for QM1 payroll details')
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (RCVR) TRPTYPE (TCP) + REPLACE DESCR (`Receiver channel from QM1')
What are the minimum definitions needed on QM1? A. DEFINE QREMOTE (PAYROLL. QUERY) +
XMTIQ (QM2) RNAME (PAYROLL) RMNAME (QM2) DEFINE QLOCAL (QM2) USAGE (XMITQ) TRIGGER+ TRIGTYPE (FIRST) TRIGDATA (QM1.TO.QM2) + INITQ (SYSTEM.CHANNEL.INITQ)
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) + XMITQ (QM2) CONNAME (`9.20.9.32 (1412) `)
B. DEFINE QREMOTE (PAYROLL.QUERY) RNAME (PAYROLL) + RQMNAME (QM2)
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) + XMITQ (QM2) CONNAME (`9.20.9.32 (1412) `)
C. DEFINE QREMOTE (PAYROLL.QUERY) RNAME (PAYROLL) + RQMNAME (QM2) ALTER QMGR DEFXMITQ (QM2)
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) + XMITQ (QM2) CONNAME (`9.20.9.32 (1412) `)
D. DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) + XMITQ (QM2) CONNAME (`9.20.9.32 (1412) `)
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 72
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)
A. POTATO B. GINGER C. MQI call fails D. dead-letter queue Correct Answer: B Section: (none) Explanation Explanation/Reference: QUESTION 73
A company has decided to add a standalone queue manager APP3_QM back into their existing APP_CLUSTER. Previously APP3_QM was removed from cluster APP_CLUSTER and set back to the default setting a queue manager has when it is created.
Which of the following set of commands for APP3_QM will accomplish this task?
A. DEFINE CHANNEL ( FROM.REPOS) CHLTYPE (RCVR) TRPTYPE (TCP) CONNAME (APPSERVER10) CLUS (APP_CLUSTER)
DEFINE CHANNEL (TO.REPOS) CHLTYPE (SDR) TRPTYRE(TCP) CONNAME (REPOSERVER01) CLUS (APP_CLUSTER)
REFRESH CLUSTER (APP_CLUSTER) REPOS (YES)
B. DEFINE CHANNEL (FROM.REPOS) CHLTYPE (CLUSRVR) TRPTYPE (TCP) CONNAME (APPSERVER01) CLUS (APP_CLUSTER)
DEFINE CHANNEL (TO.REPOS) CHLTYPE (CLUSSDR) TRPTYPE (TCP) CONNAME (APPSERVER01) CLUS (APP_CLUSTER)
RESET CLUSTER (APP_CLUSTER) REPOS (YES)
C. DEFINE CHANNEL (FROM.REPOS) CHLTYPE (CLUSRVR) TRPTYPE (TCP) CONNAME (APPSERVER01) CLUSTER (APP_CLUSTER)
DEFINE CHANNEL (TO.REPOS) CHLTYPE (CLUSSDR) TRPTYPE (TCP) CONNAME (APPSERVER01) CLUSTER (APP_CLUSTER)
RESET CLUSTER (APP_CLUSTER) REPOS (YES)
D. DEFINE CHANNEL (FROM.REPOS) CHLTYPE (CLUSRVR) TRPTYPE (TCP) CONNAME (APPSERVER01) CLUSTER (APP_CLUSTER)
DEFINE CHANNEL (TO.REPOS) CHLTYPE (CLUSSDR) TRPTYPE (TCP) CONNAME (APPSERVER01) CLUSTER (APP_CLUSTER)
RESET CLUSTER (APP_CLUSTER) REPOS (YES)
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 74
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. Check the Systern logs B. Check the AWQER* logs C. Use the command dspmqrte
D. Use the MQSC command DISPLAY CHSTATUS
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 75
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? A. QM1 B. QM2 C. QM3 D. QM4 Correct Answer: D Section: (none) Explanation Explanation/Reference: QUESTION 76
An administrator has defined MQ objects on 3 queue manager QM1, QM2, QM3 as follows. An application connects to QM1 and puts the message on MY.ALIAS.QUEUE.
On which queue will the message end up? QM QM1:
DEFINE QALIAS (MY.ALIAS.QUKUE) TARGET (YELLOW.QUEUE) DEFINE QREMOTE (YELLOW.QUEUE) RNAME (YELLOW) RQMNAME (QM2) + XMITQ (QM2)
DEFINE QLOCAL (QM2) USAGE (XMITO) DEFINE QLOCAL (QM3) USAGE (XMITO) DEFINE QLOCAL (DLQ)
ALTER QALIAS (MY.ALLAS.QUEUE) TARGET (ORANGE.QUEUE) FORCE DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) REPLACE+ DESCE (`Sender channel to QM2') XMITQ (QM2) +
CONNAME (`9.20.9.32 (1412) `)
channel to QM3') XMITQ (QM3) + CONNAME (`9.20.9.33 (1415) `) QM QM2:
DEFINE QLOCAL (YELLOW) DEFINE QLOCAL (DLQ)
DEFINE CHANNEL (QMQ.TO.QM2) CHLTYPE (RCVR) TRPTYPE (TCP) + REPLACE DESCR (`Receiver channel from QM1')
QM QM3:
DEFINE QLOCAL (ORANGE) DEFINE QLOCAL (DLQ)
DEFINE CHANNEL (QM1.TO.QM3) CHLTYPE (RCVR) TRPTYPE (TCP) + REPLACE DESCR (`Receiver channel from QM1') A. QM2 on QM1 B. DLQ on QM1 C. YELLOW on QM2 D. ORANGE on QM3 Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 77
An application receives messages from a queue APPQ using MQGET. Which MQSC command will successfully configure the queue manager so that the application can receive messages published to topic Stock/IBM/Price?
A. DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DEST(APPQ) B. DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DESTQ(APPQ) C. DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + TARGET(APPQ) D. DEFINE SUB(TO_APP) TOPIC(Stock/IBM/Price) + DEST(APPQ)
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 78
Queue manager DEV_QM1 is no longer able to send and receive messages from queue manager
DEV_QM2. Both queue managers reside on the Windows server. The administrator takes a look at the MQ Explorer to see what the problem is and notices the channel initiator for DEV_QM2 has stopped. What options does the administrator have to resolve the problem?
A. PCF commands B. MQSC commands C. Control commands D. WebSphere MQ Explorer E. WebSphere MQ API Exerciser
Correct Answer: ABC Section: (none) Explanation
Explanation/Reference:
QUESTION 79
An administrator needs to record media images. Which one of the following commands should the administrator use to record them?
A. rcrmqobj B. saveqmgr C. rcdmqimg D. savemqobj Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 80
The administrator wants to define a service object on a queue manager on Windows so that an application will start when the queue manager is started and stop when the queue manager is stopped. What attribute should the administrator include on the DEFINE SERVICE command inrunmqsc to ensure that this happens? A. SERVCTL(AUTO) B. SERVCTL(QMGR) C. CONTROL(AUTO) D. CONTROL(QMGR) Correct Answer: D Section: (none) Explanation Explanation/Reference: QUESTION 81
An administrator is using WebSphere MQ Explorer to administer a remote queue manager. On the Add a Remote Queue Manager wizard, which of the following fields can the administrator specify values for? A. MCAUSER
B. Security exit C. User identification D. SSL key repositories E. Access control list (ACL)
Correct Answer: BCD Section: (none) Explanation
Explanation/Reference:
QUESTION 82
An IBM WebSphere MQ architect is planning an infrastructure for a banking application which cannot lose any messages. What setup should the architect recommend to achieve this?
A. no particular setup is needed B. persistent messages linear logging
C. persistent messages circular logging D. nonpersistent messages linear logging
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 83
An application is putting persistent messages on queue Q1 inside an active transaction when an abnormal shutdown of queue manager QM occurred. QM is configured with linear logging. What action does the administrator need take to recover Q1 and roll back the uncommitted messages?
A. no action is needed B. strmqm -m QM1 -recover C. getmqobj -m QM -t ql QL D. rcrmqobj -m QM -t ql Q1 Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 84
An administrator has defined two listeners for queue manager QMA with the following two runmqsc commands: DEFINE LISTENER(ABC) TRPTYPE(TCP) PORT(2414) + CONTROL(QMGR)REPLACE DEFINE LISTENER(DEF) TRPTYPE(TCP) PORT(2415) + CONTROL(QMGR)REPLACE The queue manager was then restarted so that both listeners are running. Which command will stop the listener ABC and leave listener DEF running?
A. issue shell command endmqlsr m QMA B. issue shell command endmqlsr m QMA l ABC C. issue shell command ctrlmq m QMA l ABC stop D. issue MQSC command STOP LISTENER(ABC)
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 85
An administrator has been asked to determine which files are needed to restart a queue manager configured with linear logging. Which of the following MQSC commands will determine which log files are still required?
A. DISPLAY QMGR B. DISPLAY QMSTATUS C. DISPLAY QMSTATUS ALL D. DISPLAY QMGR RESTART
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 86
Which features of IBM WebSphere MQ specifically provide robust message transport? A. Data integrity, security, parallel processing
B. Asynchronous delivery, once and once-only delivery, persistent messaging C. Time independence, no duplicate delivery, synchronous processing D. Assured delivery, application parallelism, time dependent applications
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 87
Which of the following statements are true, regarding applications that communicate via IBM WebSphere MQ? IBM WebSphere MQ applications have to agree upon:
A. the platforms they are running on B. the name(s) of the queue(s) used
C. the maximum number of messages sent within a given time period D. the layout of the message data exchanged
E. the network protocol used
Correct Answer: BD Section: (none) Explanation
Explanation/Reference:
QUESTION 88
QM2 and its objects have been recreated using the save queue manager definitions. The sender channel on queue manager QM1 is in retry status with an error message AMQ9526: Message sequence number error for channel 'QM1.TO.QM2'. Which action will recover the channel?
A. Reset the channel
B. Restart the sender channel C. Restart the receiver channel
D. Recreate the objects using save queue manger definitions
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 89
What are the advantages of using queue-sharing groups in IBM WebSphere MQ? A. workload balancing, remote administration
B. improved performance, ease of monitoring C. scalability, end-to-end security, data integrity D. scalability, high availability, workload balancing
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 90
For the Solaris platform, which databases are supported as a resource manager in transactions coordinated by IBM WebSphere MQ V7.0?
A. Oracle, Derby, My SQL B. DB2, Derby, Teradata
C. DB2, Oracle, Informix, Sybase D. DB2, SQL Server, Sybase, Informix
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 91
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?
A. strmqm c PROD B. strmqm a PROD C. strmqm ss PROD D. strmqm si PROD Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 92
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. Message exits B. Security exits C. Send / receive exits D. SSL Conversion exits E. Data Integrity exits
Correct Answer: ABC Section: (none) Explanation
Explanation/Reference:
An administrator wants to prevent applications from publishing messages to the topic tree below Counters/ Application. What MQSC command will accomplish this task?
A. DEFINE TOPIC(Counters/Application) PUB(NO)
B. DEFINE TOPIC(Counters/Application) PUB(DISABLED)
C. DEFINE TOPIC(CTOPIC) TOPICSTR(Counters/Application) + PUB(NO)
D. DEFINE TOPIC(CTOPIC) TOPICSTR(Counters/Application) + PUB(DISABLED)
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 94
A financial company is looking to take advantage of the publish/subscribe feature that IBM WebSphere MQ V7.0 offers. They would like to be able to share stock quotes between their feedhandlerapplications as quickly as possible. They also need to make sure that the publish/subscribe infrastructure is highly scalable as they will be adding additional feedhandler applications. What is the best publish/subscribe topology to meet the company's needs?
A. Publish/subscribe clusters B. Publish/subscribe hierarchies C. Publish/subscribe broker bundles D. Publish/subscribe interconnections Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 95
A routing application has been modified to generate smaller messages no larger than 10KB in size. The operations team has decided to reduce their queue resources need for the routing application's primary queue ROUTING_Q as well to better make use of their file system resources. What command will allow them to do this?
A. ALTER QL(ROUTING_Q) MAXLENGTH(20000) B. REPLACE QL(ROUTING_Q) MAXMSGL(20000) C. ALTER QLOCAL (ROUTING_Q) MSGLENGTH(20000)
D. DEFINE QLOCAL (ROUTING_Q) MAXMSGL(20000) REPLACE
Correct Answer: D Section: (none) Explanation
Explanation/Reference:
QUESTION 96
What should a company do to set up its MQ environment for media recovery? A. No additional configuration is needed
B. Configure queue managers for linear logging C. Configure queue managers for advanced logging
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 97
Queue manager QMA had previously been configured to disable the publish/subscribe broker. Now, the administrator has been asked to turn on the native publish/subscribe engine. The administrator can accomplish this task by executing the following command:
A. strmqbrk m QMA
B. ALTER QMGR PSMODE(ENABLED) C. START SERVICE(SYSTEM.BROKER) D. ALTER BROKER PSMODE(ENABLED)
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 98
The warehouse application is reporting issues with trying to read messages from its input message queue, PRIME_REPOS_Q. There are three applications that access this queue via QALIAS definitions, as follows: DEFINE QLOCAL (PRIME_REPOS_Q) DEFINE QALIAS (WAREHOUSE1_AQ) TARGET
(PRIME_REPOS_Q) DEFINE QALIAS (WAREHOUSE2_AQ)TARGET (PRIME_REPOS_Q)DEFINE QALIAS (WAREHOUSE3_AQ)
TARGET (PRIME_REPOS_Q) The warehouse application has notified the operations team they need to stop the incoming messaging traffic while they work to resolve their message read issue. What action does the operation team need to take to fulfill the warehouse application teams request? Issue the command(s): A. ALTER QLOCAL(PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED)
http://www.gratisexam.com/
B. ALTER QLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG (ENABLED) UPDATE ALIASES FOR QUEUE(PRIME_REPOS_Q)
C. ALTER QALIAS (WAREHOUSE1_AQ) TARGET (PRIME_REPOS_Q) PUT(DISABLED) GET (ENABLED) PUSHUPDATE
ALTER QALIAS (WAREHOUSE2_AQ) TARGET (PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED) PUSHUPDATE
ALTER QALIAS (WAREHOUSE3_AQ) TARGET (PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED) PUSHUPDATE
D. ALTER QLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG (ENABLED) REFRESH QALIAS (WAREHOUSE1_AQ)
REFRESH QALIAS (WAREHOUSE2_AQ) REFRESH QALIAS (WAREHOUSE3_AQ)
Correct Answer: A Section: (none) Explanation
QUESTION 99
The operations team has created a new queue manager infrastructure using default settings to support the deployment of a company's new database warehousing application. This application sends messages to applications running on other queue managers, which process the messages and send replies. After deployment of the application the message throughput is much lower than expected. The operations team doesn't notice any resources issues with disk space, memory usage, or CPU usage, however, they do notice that there are many more messages on the reply to-queues than expected. They also notice that error messages are frequently generated as the application processes reply messages. What is the most probable cause of the performance slowdown?
A. The warehousing application has unintentionally requested activity reports for each message it creates B. The warehousing application was unintentionally deployed with trace route reporting enabled
C. The warehousing applications queue manager reply-to-queue handler was not disabled D. The warehousing applications queue manger reply-to-queue filtering was not properly adjusted
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 100
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)
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 101
An administrator has created a queue manager on AIX system A, using the command crtmqm ll QMA. What command will create a backup queue manager for QMA on AIX system B?
A. crtmqm ll QMB B. crtmqm ll QMA C. crtmqm lb QMA D. crtmqm ll backup QMA Correct Answer: B Section: (none) Explanation Explanation/Reference: QUESTION 102
administrator notices that the application is crashing frequently and contacts the IBM support team for help. The IBM support team asks the administrator to send any First Failure Support Technology (FFST) files that have been generated. Which of the following files should the administrator send to the IBM support team?
A. AMQ*.LOG files from /var/mqm/trace directory B. AMQ*.FDC files from /var/mqm/errors directory
C. AMQ*.FFST files from /var/qmgrs/QMGR1/errors directory
D. AMQ*.ERROR files from /var/mqm/qmgrs/QMGR1/errors directory
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 103
The administrator is required to give authority for user MQUSER to execute runmqsc control commands on Windows queue manager QM1. Which method can be followed to grant authority?
A. modify the file permission for runmqsc.exe
B. add MQUSER to the Windows Administrators group C. access to runmqsc can't be granted to non-mqm users
D. setmqaut m QM1 t qmgr p MQUSER +inq +dsp +connect +alladm
Correct Answer: B Section: (none) Explanation
Explanation/Reference:
QUESTION 104
A company has a heterogeneous MQ infrastructure.
What feature of MQ Explorer V7.0 can be used to categorize by platform and simultaneously all the queue managers running on a particular platform?
A. Queue manager filtering B. Queue manager clustering C. Queue manager sharing group D. Queue manager sets
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 105
An IBM WebSphere MQ V6.0 broker environment which is shared with an IBM WebSphere Message Broker V6.0 environment is being migrated to an IBM WebSphere MQ V7.0 broker environment. What action will continue to ensure proper coexistence in the overall shared environment?
A. Set the PSMODE parameter on the IBM WebSphere MQ broker queue managers to COMPAT B. Set the coexistence parameter to true in each of the broker's queue manager qm.ini file C. Enable the coexist flag on each broker's queue manager in the broker domain
coexistence on startup Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 106
A financial company has decided that as part of the migration of their existing IBM WebSphere MQ V6.0 broker infrastructure to IBM WebSphere MQ V7.0 they would like to make use of the publish/subscribe clusters topology in IBM WebSphere MQ V7.0. Which MQSC command needs to be issued on all queue managers in the broker infrastructure during the migration to remove the old IBM WebSphere MQ V6.0 broker relationships?
A. ALTER QMGR PARENT (' ') B. ALTER QMGR PARENT (EMPTY) C. ALTER QMGR PARENT (' ') CHILD (' ')
D. ALTER QMGR PARENT (EMPTY) CHILD (NONE)
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 107
During the load test of a routing application many queue depth high events are generated for the
ROUTING_Q which holds the applications input messages. Which of the following is the simplest change that would reduce the number of queue high depth events? Increase the:
A. MAXMSG attribute on the ROUTING_Q queue B. MAXDEPTH attribute on the ROUTING_Q queue
C. MAXMSG attribute on the SYSTEM.DEFAULT.LOCAL.QUEUE and recreate the ROUTING_Q queue D. MAXDEPTH attribute on the SYSTEM.DEFAULT.LOCAL.QUEUE and recreate the ROUTING_Q
queue Correct Answer: B Section: (none) Explanation Explanation/Reference: QUESTION 108
A company decides to use the IBM WebSphere MQ transport for SOAP to enable some of its Java applications as WebServices on AIX. The administrator is asked to define and start a listener as a service. Which one of the following methods should be used?
A. runmqlsr B. amqwSOAPNETlistener C. defineWMQJListener.sh D. com.ibm.mq.soap.transport.jms.WMQSender Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 109
A bank application sends critical financial messages on a queue so that other applications can process them. In order to recover messages after a system failure, the messages need to be:
A. set as persistent.
B. defined with high priority. C. saved manually in a log file. D. backed up to another queue.
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
QUESTION 110
The following command is executed using the JMSAdmin facility. InitCtx> define Q(Q_IN) QMGR(QMGR1) QUEUE(Q1) Which one of the following did the command create?
A. Q_IN B. Q_IN and Q1 C. Q_IN and QMGR1 D. Q_IN, QMGR1 and Q1 Correct Answer: A Section: (none) Explanation Explanation/Reference: QUESTION 111
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
Correct Answer: C Section: (none) Explanation
Explanation/Reference:
QUESTION 112