Monday, May 27, 2013

ibm websphere mq 000-374 free dumps(6-15)

6.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)

7.A financial company is looking to take advantage of the publish/subscribefeature 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 bestpublish/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

8.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 therouting
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

9.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
D. Modify logging so that log files are viewed as a closed loop

10.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)

11.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 applicationhas notified the operations team
theyneed to stop the incoming messaging traffic while they work toresolve 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)
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)

12.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 processesreply 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

13.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. Theadministrator
takes a look atthe 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

14.An administrator needs to record media images. Which one of the followingcommands should the
administrator use to record them?

A. rcrmqobj
B. saveqmgr
C. rcdmqimg
D. savemqobj

15.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 queuemanager 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)
 

No comments:

Post a Comment

Your suggestions please