Monday, May 27, 2013

ibm websphere mq 000-374 exam free dumps(31-50)

31.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.

32The 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

33 .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

34.An administrator is planning a fix pack upgrade on a WebSphere MQ server containing a cluster
queue manager. As part of the fix pack upgrade, the administrator needs to minimize the impact
to the cluster environment and still allow the queue manager on the upgraded server to continue
to be part of the cluster. What command will help the administrator accomplish this task?

A. HALT QMGR
B. HOLD QMGR
C. REMOVE QMGR
D. SUSPEND QMGR
 
35.A server hosting clustered queue manager APP_QM1 experienced an outage. The server was
restarted but the queue manager could not be restarted. The cluster that APP_QM1 is part of
hosts business critical applications and thus the workload algorithm needs to continue to route
messages as efficiently as possible. What would be the next step to maintain this efficiency?

A. Delete APP_QM1
B. Run RESET CLUSTER
C. Run REFRESH CLUSTER
D. Remove APP_QM1 from the repository database

36.A system administrator has defined the following MQ objects on three queue managers. An
application connects to queue manager QM1 to put a message on ALIAS.Q99. Where does
the message get delivered? QM1 DEFINE QALIAS(ALIAS.Q99) TARGET(Q99) DEFINE
QREMOTE(Q99) RNAME(Q99) RQMNAME(QM3) ALTER QMGR DEFXMITQ(QM2) DEFINE
QL(QM2) USAGE(XMITQ) DEFINE CHANNEL(QM1.TO.QM2) CHLTYPE(SDR) TRPTYPE(TCP)
REPLACE + DESCR('Sender channel to QM2') XMITQ(QM2)+ CONNAME('9.20.9.32(1412)')
QM2 DEFINE CHANNEL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP)REPLACE ALTER 
QMGR DEFXMITQ(QM3) DEFINEQL(QM3) USAGE(XMITQ) DEFINE CHANNEL(QM2.TO.QM3)
CHLTYPE(SDR) TRPTYPE(TCP) REPLACE + DESCR('Sender channel to QM3') XMITQ(QM3)+
CONNAME('9.20.9.33(1415)') QM3 DEFINE CHANNEL(QM2.TO.QM3) CHLTYPE(RCVR)
TRPTYPE(TCP)+ REPLACE DESCR('Receiver channel from QM2') DEFINE QL(Q99)

A. Q99 on QM3
B. MQI call will fail
C. dead-letter queue on QM1
D. dead-letter queue on QM2

37.Which channel definition will require that client applications using channel ABC establish a
mutually authenticated SSL channel?

A. DEFINE CHANNEL(ABC) CHLTYPE(SVRCONN) +  SSLCIPH(NULL_MD5)       
SSLCAUTH(REQUIRED)
B. DEFINE CHANNEL(ABC) CHLTYPE(SVRCONN) + SSLCIPH() SSLCAUTH(REQUIRED)
C. DEFINE CHANNEL(ABC) CHLTYPE(SVRCONN) +
    SSLCIPH(NULL_MD5) SSLCAUTH(MUTUAL)
D. DEFINE CHANNEL(ABC) CHLTYPE(SVRCONN) + SSLCIPH() SSLCAUTH(MUTUAL)

38.The sender and receiver channels have been set up between two queue managers. An
administrator wants to start the sender channel automatically whenever messages arrive
on the corresponding transmission queue. What does the administrator need to start as a trigger
monitor for the sender channel?

A. listener
B. service
C. channel initiator
D. process definition

39.Which of the following message data compression options are valid for sender channels in IBM
WebSphere MQ ?

A. ANY
B. RLE
C. ARLL
D. SYSTEM
E. ZLIBHIGH

40.An airline reservation system consists of three MQ queue managers. The following MQSC
commands have been executed. An application for airline reservation connects to queue
manager CANADA and puts a message to queue TORONTO. On which queue does the
message end up? QM: CANADA
DEFINE QL(INDIA) USAGE(XMITQ) DEFINE QL(RESERVATIONS) DEFINE QL(DLQ) DEFINE
CHANNEL(CANADA.INDIA) CHLTYPE(SDR)+ XMITQ(INDIA) CONNAME('9.84.100.7(1415)')
DEFINE QR(BOMBAY) RQMNAME(INDIA) RNAME(RESERVATIONS)+ XMITQ(INDIA) DEFINE
QALIAS(TORONTO) TARGET(BOMBAY) QM: INDIA DEFINE QL(CHINA) USAGE(XMITQ)
DEFINE QL(RESERVATIONS) DEFINE QL(DLQ) DEFINE CHANNEL(CANADA.INDIA)
CHLTYPE(RCVR) DEFINE QR(SHANGHAI) RQMNAME(CHINA)+ RNAME(RESERVATIONS)
XMITQ(CHINA) DEFINE CHANNEL(INDIA.CHINA) CHLTYPE(SDR)+ XMITQ(CHINA)
CONNAME('9.84.111.9(1416)') QM: CHINA DEFINE QL(RESERVATIONS) DEFINE QL(DLQ)
DEFINE CHANNEL(INDIA.CHINA) CHLTYPE(RCVR)

A. DLQ on queue manager INDIA
B. DLQ on queue manager CANADA
C. TORONTO on queue manager CANADA
D. RESERVATIONS on queue manager INDIAD.RESERVATIONS on queue manager INDIA

41.An administrator has been asked to create a listener that listens on port 1416 and starts
automatically when the queue manager is started. Which of the following MQSC commands will
create the listener?

A. DEFINE LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1416)+ QMGR REPLACE
B. DEFINE LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1416)+ CONTROL(QMGR)  
REPLACE
C. DEFINE LISTENER(LISTENER.TCP(1416)) TRPTYPE(TCP) + CONTROL(QMGR) REPLACE 
D. DEFINE LISTENER(LISTENER.TCP) TRPTYPE(TCP(1416)) + START(QMGR) REPLACE

42.What MQI verb is not permitted from a WebSphere MQ application program running in a base
WebSphere MQ Client environment?

A. MQDISC
B. MQCMIT
C. MQBACK
D. MQBEGIN
 
43.A company is running applications on several Windows servers installed with WebSphere MQ
Server components. All the applications are sending data to a queue manager running on a
Solaris machine. How could the administrator redesign the infrastructure to reduce the overall
licensing costs of the infrastructure?

A. Create a cluster and include all Windows machines
B. Redesigning the infrastructure will not reduce the number of licenses required
C. Replace WebSphere MQ Server components with WebSphere MQ Client components on all
Windows machines
D. Rewrite the application to handle a larger workload; reduce the number of applications and
WebSphere MQ server components
 
44.An application sends messages into a queue which has multiple instances within a cluster. There
are no requirements for message affinity and the default value is kept for the attribute DEFBIND
on the queue definition. In order to benefit from the workload management of clustering, what
option needs to be specified on the MQOPEN call from the application?

A. MQOO_INPUT_SHARED
B. MQOO_INPUT_AS_Q_DEF
C. MQOO_BIND_ON_OPEN
D. MQOO_BIND_NOT_FIXED

45.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 somemessages 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 to
track messages
 
46.An application developer needs help understanding why a publishing application is failing when
trying to publish on topic RE/Current/Bids. What MQSC command can an administrator use to
help diagnose the problem?

A. DISPLAY TOPIC(RE/Current/Bids)
B. DISPLAY TSTATUS(RE/Current/Bids)
C. DISPLAY TOPICSTS(RE/Current/Bids)
D. DISPLAY TPSTATUS(RE/Current/Bids)

47.A stepwise approach to moving the MQ publish/subscribe environment to V7.0 has been taken to
minimize the impact to the publish/subscribe applications using the environment. As part of this
stepwise approach there will be a mix of V6 and V7 brokers running at any one time. What
additional step must be taken to allow for the coexistence of both versions of the brokers?
A. Leave the broker's queue manager defaults in place
B. Enable the coexist flag on each broker's queue manager in the broker domain
C. Set the PSMODE parameter on the broker's queue manager to COMPAT
D. Set the coexistence parameter to true in each of the broker's queue manager qm.ini file

48.An administrator has been asked to create new subscriptions on queue manager QMGR1 in
UNIX. The administrator issues the following MQSC commands: DEF TOPIC(TOPICA)
TOPICSTR(X/Y) DEF TOPIC(TOPICB) TOPICSTR(X/Y/Z) The administrator then runs the
following commands: setmqaut m QMGR1 -t topic -n TOPICA -p User1 +sub setmqaut m
QMGR1 -t topic -n TOPICB –p User2 +sub Which of the following statements are true?

A. User2 can subscribe to topic X/Y/#
B. User2 can subscribe to topic X/Y/Z/#
C. User2 can subscribe to topic X/Y/Z but User1 cannot subscribe
D. User1 and User2 can subscribe to topic X/Y/Z
E. Neither User1 nor User2 can subscribe to topic X/Y/Z/+
 
49.Topic MYTOPIC has been defined with the command: DEFINE TOPIC(MYTOPIC)
TOPICSTR(Sports/Football) Which of the following commands are valid to modify
MYTOPIC?

A. ALTER TOPIC(MYTOPIC) PUBSCOPE(QMGR)
B. ALTER TOPIC(MYTOPIC) DEFPSIST(PERS)
C. ALTER TOPIC(MYTOPIC) DURSUB(ASPARENT)
D. ALTER TOPIC(MYTOPIC) WILDCARD(DISABLED)
E. ALTER TOPIC(MYTOPIC) TOPIC(Sports/Baseball)

50.As part of the planned migration from IBM WebSphere MQ V6.0 brokers to IBM WebSphere MQ
V7.0, the publishing and subscribing applications have moved to IBM WebSphere MQ V7.0 and
all that is left are the brokers. After IBM WebSphere MQ V7.0 is installed, what actions do the
IBM WebSphere MQ administrators need to take to complete the migration?

A. Activate the PSMODE parameter on the broker
B. Issue the strmqbrk command
C. Issue the migratemqbroker command for each broker
D. Recreate the brokers in the IBM WebSphere MQ V7.0 environment

No comments:

Post a Comment

Your suggestions please