Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

IBM WebSphere MQ V7.0, System Administration (000-374) Free Practice Test

Question 1
A company wants to use SYSTEM.DEAD.LETTER.QUEUE as the dead letter queue name on all queue managers on their Solaris platforms.
Which of these actions will implement that policy?

Correct Answer: A
Question 2
When an application puts a message on a remote queue, which sequence will the queue manager follow to identify the transmit queue?

Correct Answer: D
Question 3
An administrator notices that several queue managers running on the same Linux system are generating FFST files that indicate problems with shared memory.
Which one of the following actions might resolve these issues?

Correct Answer: D
Question 4
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?

Correct Answer: B
Question 5
Which features of IBM WebSphere MQ specifically provide robust message transport?

Correct Answer: C
Question 6
A routing application has been modified to generate smaller messages no larger than 10KB in size. The operations team has decided to reduce their queue resources need for the routing application's primary queue ROUTING_Q as well to better make use of their file system resources. What command will allow them to do this?

Correct Answer: C
Question 7
What are the four predefined message types?

Correct Answer: C
Question 8
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?

Correct Answer: A,C
Question 9
An administrator creates the following MQ objects on two queue managers, QM1 and QM2. An application connects to QM1 and puts a message on queue REM.BLUE. Where does the message arrive? On QM1: DEF QL(BLUE) DEF QR(REM.BLUE) RNAME(BLUE)
RQMNAME(QM1.ALIAS) XMITQ(QM2) DEF QL(QM2) USAGE(XMITQ) DEF
CHL(QM1.TO.QM2) CHLTYPE(SDR) TRPTYPE(TCP)+CONNAME('9.20.9.32(1412)')
XMITQ(QM2) DEF CHL(QM2.TO.QM1) CHLTYPE(RCVR) TRPTYPE(TCP) On QM2: DEF
QR(QM1.ALIAS) RNAME(' ') RQMNAME(QM1) XMITQ(QM1) DEF QL(QM1) USAGE(XMITQ)
DEF CHL(QM2.TO.QM1) CHLTYPE(SDR) TRPTYPE(TCP)+ CON
E('9.20.9.32(1413)')XMITQ(QM1) DEF CHL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP) DEF QL(BLUE)

Correct Answer: A
Question 10
The warehouse application is reporting issues with trying to read messages from its input message queue, PRIME_REPOS_Q. There are three applications that access this queue via QALIAS definitions, as follows: DEFINE QLOCAL (PRIME_REPOS_Q) DEFINE QALIAS (WAREHOUSE1_AQ) TARGET (PRIME_REPOS_Q) DEFINE QALIAS
(WAREHOUSE2_AQ)TARGET (PRIME_REPOS_Q)DEFINE QALIAS (WAREHOUSE3_AQ)
TARGET (PRIME_REPOS_Q) The warehouse application has notified the operations team they need to stop the incoming messaging traffic while they work to resolve their message read issue. What action does the operation team need to take to fulfill the warehouse application teams request? Issue the command(s):

Correct Answer: B
Question 11
The operations team is taking responsibility for managing queue managers on an AIX development server. The team wants to determine the security settings of each queue manager's channels. Apart from checking for SSL configuration where else should they check?

Correct Answer: D
Question 12
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?

Correct Answer: C
Question 13
During the load test of a routing application many queue depth high events are 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:

Correct Answer: C