Which of the following benefits best describe the flexibility offered by WebSphere MQ for application developers?
A. assured delivery
B. network complexities handled by queue manager
C. comprehensive administration tools
D. once and once only delivery
E. API support for multiple languages
正解:A,D
解説: (Pass4Test メンバーにのみ表示されます)
質問 2:
An application using several queue managers is being tested for its end-to-end message throughput rates. The delivery times for the messages are longer than what the developers expect, and some messages are randomly lost. What can be done to help resolve this problem?
A. Evaluate the event messages that arrive on the dead letter queue
B. Record and evaluate activity information recorded by a trace-route message
C. Monitor the DEFAULT.SYSTEM.MSG.ROUTE queue for message routing events
D. Use a third party software package since IBM WebSphere MQ does not provide the ability totrack messages
正解:B
質問 3:
Which one of the following commands will allow an administrator to enter PCF commands to be issued to the z/OS remote queue manager called QMGZ?
A. runmqsc QMGZ -xpcf -w QMGZ
B. runmqsc -x QMGZ
C. runmqsc -x -v -w 30 m QMGZ
D. runmqsc -x -w 30 QMGZ
正解:D
質問 4:
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 (EMPTY) CHILD (NONE)
D. ALTER QMGR PARENT (' ') CHILD (' ')
正解:A
質問 5:
What should a company do to set up its MQ environment for media recovery?
A. Modify logging so that log files are viewed as a closed loop
B. Configure queue managers for advanced logging
C. No additional configuration is needed
D. Configure queue managers for linear logging
正解:D
質問 6:
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) TOPIC(Stock/IBM/Price) + DEST(APPQ)
B. DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + TARGET(APPQ)
C. DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DEST(APPQ)
D. DEFINE SUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DESTQ(APPQ)
正解:C