7.Which of the following statements about programming languages supported by WebSphere MQ is true?
A.WebSphere MQ applications cannot be written in Visual Basic.
B.On Compaq NSK, WebSphere MQ applications must be written in TAL.
C.On iSeries, RPG programmers cannot use WebSphere MQ facilities.
D.COBOL can be used to program WebSphere MQ applications on Windows 2000.
Correct:D
8.In a new application to be created on WebSphere MQ for z/OS V5.3, which of the following design criteria will be inconsistent with the use of queue-sharing groups?
A.All messages are between 16K and 32K in length.
B.The queues must contain persistent and non-persistent messages.
C.Reply queues must be temporary dynamic queues.
D.Each message depends on the contents of the previous one.
E.The SYSTEM.DEFAULT.LOCAL.QUEUE must be redefined as shared.
Correct:C D
9.A WebSphere MQ for Linux for Intel application exchanges large XML messages with a WebSphere MQ for Sun Solaris application. To send these messages using message segmentation, which of the following MUST the sending application perform?
A.Issue the MQPUT with MQMF_GROUPING_ALLOWED set in the MsgFlags of the message descriptor.
B.Issue the MQPUT with MQMF_SEGMENTATION_ALLOWED set in the MsgFlags of the message descriptor.
C.Issue the MQPUT with MQPMO_NO_SYNCPOINT in the put message options.
D.This cannot be performed by the sending application.
Correct:B