000-994  Exam

Exam # of questions Description  Update
000-994 95 000-994 IBM WebSphere MQ V6.0 System Administrati... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

000-994 - Exam Information
  • Description: 000-994 IBM WebSphere MQ V6.0 System Administration
  • Passing Score: 75%
  • Practice Test - Number of questions: 95 questions
  • Simulation Test - Number of questions: 95 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: No

Question of the day

Given the following definitions for a cluster, what is the final destination for a message put to PUBLIC1 on CLUSQM3? ------------------------------------------------------------ CLUSQM1 ------------------------------------------------------------ ALTER QMGR DEADQ(SYSTEM.DEAD.LETTER.QUEUE) REPOS(CLUS1) DEF QL(CLUSQ1) CLUSTER(CLUS1) DEF CHL(TO.CLUSQM2) CHLTYPE(CLUSSDR) + CONNAME('SYSTEM2(1415)') TRPTYPE(TCP) CLUSTER(CLUS1) DEF CHL(TO.CLUSQM1) CHLTYPE(CLUSRCVR) TRPTYPE(TCP) + CLUSTER(CLUS1) ------------------------------------------------------------ CLUSQM2 ------------------------------------------------------------ ALTER QMGR DEADQ(SYSTEM.DEAD.LETTER.QUEUE) REPOS(CLUS1) DEF QL(CLUSQ2) CLUSTER(CLUS1) DEF CHL(TO.CLUSQM1) CHLTYPE(CLUSSDR)+ CONNAME('SYS1(1414)') TRPTYPE(TCP) CLUSTER(CLUS1) DEF CHL(TO.CLUSQM2) CHLTYPE(CLUSRCVR) TRPTYPE(TCP) + CLUSTER(CLUS1) ------------------------------------------------------------ CLUSQM3 ------------------------------------------------------------ ALTER QMGR DEADQ(SYSTEM.DEAD.LETTER.QUEUE) DEF QL(CLUSQ3) PUT(ENABLED) GET(ENABLED) CLUSTER(CLUS1) DEF QALIAS(PUBLIC1) TARGQ(CLUSQ3) CLUSTER(CLUS1) DEF QALIAS(PUBLIC2) TARGQ(CLUSQ3) CLUSTER(CLUS1) DEF CHL(TO.CLUSQM1) CHLTYPE(CLUSSDR) + CONNAME('threasa(1414)') TRPTYPE(TCP) CLUSTER(CLUS1) DEF CHL(TO.CLUSQM3) CHLTYPE(CLUSRCVR) TRPTYPE(TCP) + CLUSTER(CLUS1) ALTER QALIAS(PUBLIC1) PUT(DISABLED) ALTER QALIAS(PUBLIC2) GET(DISABLED)

Answer(s)

  1. The message is placed on CLUSQ3.A.The message is placed on CLUSQ3.A.The message is placed on CLUSQ3.
  2. The put fails with reason code 2085 (MQRC_UNKNOWN_OBJECT_NAME).B.The put fails with reason code 2085 (MQRC_UNKNOWN_OBJECT_NAME).B.The put fails with reason code 2085 (MQRC_UNKNOWN_OBJECT_NAME).
  3. The message is placed on the SYSTEM.DEAD.LETTER.QUEUE queueC.The message is placed on the SYSTEM.DEAD.LETTER.QUEUE queueC.The message is placed on the SYSTEM.DEAD.LETTER.QUEUE queue
  4. The put fails with reason code 2051 (MQRC_PUT_INHIBITED). D.The put fails with reason code 2051 (MQRC_PUT_INHIBITED). D.The put fails with reason code 2051 (MQRC_PUT_INHIBITED).
Correct Answer

The put fails with reason code 2051 (MQRC_PUT_INHIBITED). D.The put fails with reason code 2051 (MQRC_PUT_INHIBITED). D.The put fails with reason code 2051 (MQRC_PUT_INHIBITED).