IBM Assessment: IBM WebSphere MQ V7.0, System Administration (A2180-374) Free Practice Test
Question 1
A receiver channel was defined with MCAUSER set to blank and PUTAUT set to CTX. Which of the following statements is true?
Correct Answer: C
Question 2
Which of the following statements about persistent messages is correct?
Persistent messages:
Persistent messages:
Correct Answer: B
Question 3
An administrator needs to start three channels (QM1.TO.QM2, QM1.TO.QM3 and QM1.TO.QM4) simultaneously whenever a message is placed on queue QLOCAL on QM1. QLOCAL has been set for triggering with trigger type as first. Which actions will accomplish this task?
Correct Answer: B
Question 4
An administrator deployed an IBM WebSphere MQ application on an AIX server which is causing a lot of errors to be generated in the WebSphere MQ error logs. Which option should be used by the administrator to increase the size of the IBM WebSphere MQ error logs?
Correct Answer: A
Question 5
An administrator has been asked to create MQ objects on queue manager QM1 so that applications connecting to queue manager QM1 can send messages to queue PAYROLL on queue manger QM2. The following definitions have been created on QM2:
DEFINE QLOCAL (PAYROLL) REPLACE PUT (ENABLED) GET (ENABLED) +
DESCR ('Local queue for QM1 payroll details')
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (RCVR) TRPTYPE (TCP) +
REPLACE DESCR ('Receiver channel from QM1')
What are the minimum definitions needed on QM1?
DEFINE QLOCAL (PAYROLL) REPLACE PUT (ENABLED) GET (ENABLED) +
DESCR ('Local queue for QM1 payroll details')
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (RCVR) TRPTYPE (TCP) +
REPLACE DESCR ('Receiver channel from QM1')
What are the minimum definitions needed on QM1?
Correct Answer: C
Question 6
What object must be running to handle inbound connection requests to start receiver channels?
Correct Answer: A
Question 7
Which features of IBM WebSphere MQ specifically provide robust message transport?
Correct Answer: C
Question 8
An administrator creates a queue manager on an AIX server which contains two other queue managers. During the verification process, the administrator notices that the /var/mqm/qmgrs directory is empty.
Which file does the administrator need to refer to for the location of the queue manages' directory?
Which file does the administrator need to refer to for the location of the queue manages' directory?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
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?
Correct Answer: C
Question 10
Which Eclipse version is a prerequisite to use MQ Explorer to administer IBM WebSphere MQ V7.0 on Windows?
Correct Answer: C
Question 11
A bank routing application uses queue PRIMEBANK_Q. The application is being rewritten and deployed to use two additional primary queues exactly like PRIMEBANK_Q to handle a larger message load. The additional queues will be called PRIMEBANK_Q2 and PRIMERANK_Q3.
What command(s) will help the operations team quickly set up these additional queues?
What command(s) will help the operations team quickly set up these additional queues?
Correct Answer: B