Date: 2009-10-21 9:52 Author: pass4line Click: 64
IBM 000-374 exam demo download
Title : IBM WebSphere MQ V7.0 System Administration
Version : Demo
1. An administrator has created the following MQ objects on two systems:
SYSTEM A
crtmqm -C "VEGGIE QUEUE MANAGER" -LL -Q -D POTATO VEGGIE
DEFINE QR(APPLE) RQMNAME(FRUIT) RNAME(PEACH)
DEFINE QL(DLQ)
DEFINE QL(POTATO) USAGE(XMITQ)
DEF CHL('VEGGIE.FRUIT') CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('9.84.100.7(1414)') + XMITQ('POTATO')
SYSTEM B
crtmqm -C "FRUIT QUEUE MANAGER" -LL -Q -D GRAPE FRUIT
DEFINE QL(GRAPE) USAGE(XMITQ)
DEFINE QL(PEACH)
DEF CHL('VEGGIE.FRUIT') CHLTYPE(RCVR) TRPTYPE(TCP)
An application connects to queue manager VEGGIE and puts a message to queue APPLE. On which queue does the message get delivered before it gets picked up by the sender channel?
A. POTATO
B. APPLE
C. GRAPE
D. PEACH
Answer: A
2. An application deployed on z/OS was causing frequent abends.
Which of the following options from the IPCS Dump Component Panel can an administrator use to analyze the problem?
A. CSQWDMP
B. ASMCHECK
C. DIVDATA
D. DAEDATA
Answer: A
3. What are the four predefined message types?
A. Request, response, publication, datagram
B. Publication, subscription, request, response
C. Request, reply, report, datagram
D. Request, broadcast, acknowledgment, response
Answer: C
4. Which features of IBM WebSphere MQ specifically provide robust message transport?
A. Data integrity, security, parallel processing
B. Asynchronous delivery, once and once-only delivery, persistent messaging
C. Time independence, no duplicate delivery, synchronous processing
D. Assured delivery, application parallelism, time dependent applications
Answer: B
5. Which of the following are performance enhancements to the Java Message Service provider implementation in IBM WebSphere MQ V7.0?
A. Read Ahead
B. Support for channel exits written in C/C++
C. Asynchronous Put
D. Message selection performed by Queue Manager
E.Ability to access all MQMD fields for IBM WebSphere MQ messages.
Answer: ACD
6. Which of the following statements are true, regarding applications that communicate via IBM WebSphere MQ?
IBM WebSphere MQ applications have to agree upon:
A. the platforms they are running on
B. the name(s) of the queue(s) used
C. the maximum number of messages sent within a given time period
D. the layout of the message data exchanged
E.the network protocol used
Answer: BD
7. A company running IBM WebSphere MQ V5.3 on UNIX upgraded to IBM WebSphere MQ V7.0.
Immediately after the migration, what is the administrator expected to do?
A. MQSeries service
B. queue manager and listener simultaneously
C. queue manager before starting the listener
D. listener before starting the queue manager
Answer: C