Monday, May 27, 2013

ibm websphere mq 000-374 exam free dumps(16-30)

16.An administrator is using WebSphere MQ Explorer to administer a remote queue manager. On
the Add a Remote Queue Manager wizard, which of the following fields can theadministrator
specify values for?

A. MCAUSER
B. Security exit
C. User identification
D. SSL key repositories
E. Access control list (ACL)

17.An IBM WebSphere MQ architect is planning an infrastructure for a banking application which
cannot lose any messages. What setup should the architect recommend toachieve this?

A. no particular setup is needed
B. persistent messages linear logging
C. persistent messages circular logging
D. nonpersistent messages linear logging

18.An application is putting persistent messages on queue Q1 inside an activetransaction when an
abnormal shutdown of queue manager QM occurred. QM is configured with linearlogging. What
action does the administrator need take to recover Q1 and roll back the uncommitted messages?

A. no action is needed
B. strmqm -m QM1 -recover
C. getmqobj -m QM -t ql QL
D. rcrmqobj -m QM -t ql Q1

19.An administrator has defined two listeners for queue manager QMA with thefollowing two
runmqsc commands: DEFINE LISTENER(ABC) TRPTYPE(TCP) PORT(2414) +
CONTROL(QMGR)REPLACE DEFINE LISTENER(DEF) TRPTYPE(TCP) PORT(2415) +
CONTROL(QMGR)REPLACE The queue manager was then restarted so that both listeners
arerunning. Which commandwill stopthe listener ABC and leave listener DEF running?

A. issue shell command endmqlsr m QMA
B. issue shell command endmqlsr m QMA l ABC
C. issue shell command ctrlmq m QMA l ABC stop
D. issue MQSC command STOP LISTENER(ABC)

20.The operations team has been testing a new message routing application intheir IBM WebSphere
MQ V7.0 pre-production environment. When the application is started, many ofthe other
applications designed to interface with the message routing application begin to experience long
wait times while retrieving messages. The operations team notices that many of the queues that
the message routing application puts to, are filling up. The team also notices that the number of
active queue manager log files has increased. What is the most probable cause for the
performanceslowdown for getting applications?

A. The data store for the message routing application is full
B. The MQGET calls are not issued with the FASTPATH retrieval parameter for improved
performance
C. The message routing application issues several MQPUT calls within syncpoint without
committing them
D. The getting applications need to invoke the new fast retrieval algorithm in IBM WebSphere MQ
V7.0 for message retrieval

21.An administrator is trying to use WebSphere MQ Explorer to administer a remote queue
manager. After successfully connecting to the queue manager, what is the administrator able to
do?

A. Stop the queue manager.
B. Delete the queue manager.
C. Create queues on the queue manager.
D. Start the command server for the queue manager.

22.During the load test of a routing application many queue depth high eventsare generated for the
ROUTING_Q which holds the applications input messages. Which of the following is the simplest
change that would reduce the number of queue high depth events? Increase the:

A. MAXMSG attribute on the ROUTING_Q queue
B. MAXDEPTH attribute on the ROUTING_Q queue
C. MAXMSG attribute on the SYSTEM.DEFAULT.LOCAL.QUEUE and recreate the ROUTING_Q
queue
D. MAXDEPTH attribute on the SYSTEM.DEFAULT.LOCAL.QUEUE and recreate the
ROUTING_Q queue

23.A legacy application uses MQPUT to send messages to a queue INV. Which set of MQSC
commands below will successfully configure the queue manager so that a number of JMS
applications canreceive these messages by subscribing to topic Inventory/CurrentItems?

A. DEFINE TOPIC(INV_TOPIC) + TOPICSTR(Inventory/CurrentItems)
    DEFINE QALIAS(INV) TARGET(INV_TOPIC) TARGTYPE(TOPIC)
B. DEFINE TOPIC(INV_TOPIC) + TOPICSTR(Inventory/CurrentItems)
    DEFINE TALIAS(INV) TARGET(INV_TOPIC) TARGTYPE(TOPIC)
C. DEFINE TOPIC (INV_TOPIC) + TOPICSTR(Inventory/CurrentItems) QALIAS(INV)
D. DEFINE QALIAS(INV) TARGET(Inventory/CurrentItems) + TARGTYPE(TOPIC)

24.An administrator has created a queue manager on AIX system A, using the command crtmqm ll
QMA. What command will create a backup queue manager for QMA on AIX system B?

A. crtmqm ll QMB
B. crtmqm ll QMA
C. crtmqm lb QMA
D. crtmqm ll backup QMA
   
25.An administrator deployed a new application on queue manager QMGR1 in their AIX server. The
administrator notices that the application is crashing frequently and contacts the IBM support
teamfor help. The IBM support team asks the administrator to send any First Failure Support
Technology(FFST) files that have been generated. Which of the following files should the
administrator sendto the IBM support team?

A. AMQ*.LOG files from /var/mqm/trace directory
B. AMQ*.FDC files from /var/mqm/errors directory
C. AMQ*.FFST files from /var/qmgrs/QMGR1/errors directory
D. AMQ*.ERROR files from /var/mqm/qmgrs/QMGR1/errors directory

26.The administrator is required to give authority for user MQUSER to execute runmqsc control
commands on Windows queue manager QM1. Which method can be followed to grantauthority?

A. modify the file permission for runmqsc.exe
B. add MQUSER to the Windows Administrators group
C. access to runmqsc cant be granted to non-mqm users
D. setmqaut m QM1 t qmgr p MQUSER +inq +dsp +connect +alladm

27.An administrator is setting up a transmit queue so that the channel associated with it is
automatically started. However, the channel does not start when messages are placed on the
queue. The current attributes of the queue: 
DISPLAY QL(QM2) USAGE TRIGGER TRIGTYPE TRIGDATA TRIGDPTH TRIGMPRI
IPPROCS OPPROCS INITQ 1 : DISPLAY QL(QM2) USAGE TRIGGER TRIGTYPE
TRIGDATA TRIGDPTH TRIGMPRI IPPROCS OPPROCS INITQ AMQ8409: Display Queue
details. QUEUE(QM2) TYPE(QLOCAL) INITQ(SYSTEM.DEFAULT.INITIATION.QUEUE)
IPPROCS(0) TRIGGER OPPROCS(0) TRIGDATA(QM1.2.QM2) TRIGDPTH(1) TRIGMPRI(0)
TRIGTYPE(FIRST) USAGE(XMITQ) Which corrective action is required to start the channel
automatically?

A. start Trigger Monitor
B. modify attribute TRIGMPRI to specify a higher priority
C. modify attribute INITQ to specify SYSTEM.CHANNEL.INITQ
D. disconnect all applications connected to the transmit queue

28.The administrator has to give authority for user test to browse messages in queue LQ on queue
manager QM1. User test will be using MQ Explorer to browse the messages. Which commands
have to be executed to achieve this?

A. setmqaut -m QM1 -t qmgr -p test +connect +inq +dsp
    setmqaut -m QM1 -t q -n SYSTEM.ADMIN.COMMAND.QUEUE -p test +put
    setmqaut -m QM1 -t q -n SYSTEM.MQEXPLORER.REPLY.MODEL -p test +inq +get +dsp
    setmqaut -m QM1 -t q -n LQ -p test +dsp + browse
B. setmqaut -m QM1 -t qmgr -p test +connect +inq +dsp
    setmqaut -m QM1 -t q -n LQ -p test +dsp +browse
    setmqaut -m QM1 -t q -n MQAI.** -p test +all
    setmqaut -m QM1 -t q -n LQ -p test +dsp +browse
C. setmqaut -m QM1 -t q -n LQ -p test +dsp +browse
D. MQ Explorer cant be used by non-mqm users

29.An administrator wants to define a IBM WebSphere MQ object so that the applications can be
prevented from sending messages to the processing applications queue APPQ, but continue to
allow administrators to send test messages to the processing application. The application will
send messages using an object ABC. What MQSC command should be used?

A. DEFINE QALIAS(ABC) BASEQ(APPQ)
B. DEFINE QALIAS(ABC) TARGET(APPQ)
C. DEFINE QREMOTE(ABC) TARGET(APPQ)
D. DEFINE QLOCAL(ABC) ALIASQ(APPQ)
E. DEFINE QMODEL(ABC) BASEQ(APPQ)

30.A company decides to use the IBM WebSphere MQ transport for SOAP to enable some of its
Java applications as WebServices on AIX. The administrator is asked to define and start a
listener as a service. Which one of the following methods should be used?

A. runmqlsr
B. amqwSOAPNETlistener
C. defineWMQJListener.sh
D. com.ibm.mq.soap.transport.jms.WMQSender
 

1 comment:

  1. All Latest IBM certification dumps available, if anyone of u wanted it can contact me on shroffsheetu17@gmail.com

    ReplyDelete

Your suggestions please