IBM WebSphere MQ V7.0, System Administration Sample Questions:
1. 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)+ CONTROL(QMGR) REPLACE
B) DEFINE LISTENER(LISTENER.TCP) TRPTYPE(TCP(1416)) + START(QMGR) REPLACE
C) DEFINE LISTENER(LISTENER.TCP(1416)) TRPTYPE(TCP) + CONTROL(QMGR) REPLACE
D) DEFINE LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1416)+ QMGR REPLACE
2. What is the best way to create queue manager QM1 on UNIX so all developers can connect to it without any authority checks being performed?
A) Edit the mqs.ini file to remove the Authorization Service Stanza
B) Create a group developer containing all developers,and thengrant alladm authority to the groupusing setmqaut
C) Create a group developer containing all developers, then add the group to the mqm group
D) Set environment variable MQSNOAUT=yes, then create a queue manager crtmqm QM1
3. A financial company is looking to take advantage of the publish/subscribe feature that IBM WebSphere MQ V7.0 offers. They would like to be able to share stock quotes between their feedhandlerapplications as quickly as possible. They also need to make sure that the publish/subscribe infrastructure is highly scalable as they will be adding additional feedhandler applications. What is the best publish/subscribe topology to meet the company's needs?
A) Publish/subscribe hierarchies
B) Publish/subscribe clusters
C) Publish/subscribe interconnections
D) Publish/subscribe broker bundles
4. 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?
A) Add the line DeadLetterQueue=SYSTEM.DEAD.LETTER.QUEUE to the AllQueueMangaers stanza of lvarlmqs.ini before running crtmqm
B) Set the environment variable MQS_DEFAULT_DLQ to SYSTEM.DEAD.LETTER.QUEUE before running crtmqm
C) Run crtmqm without specifying any options.
D) Specify the option "-u SYSTEM.DEALETTER.QUEUE" when running the crtmqm command.
5. An administrator has created the following channel definition on a queue manager running on a Solaris sever.
DEFINE CHANNEL(ABC) CRLTYPE (SVRCONN)
The queue manager has a listener running on port 1414 on host abc.com.
Which definition of the environment variable MQSERVER will allow a WebSphere MQ application running a WebSphere MQ client environment to connect using this channel?
A) SVRCONN(ABC)/TCP/abc.com
B) ABC(1414)/TCP/abc.com
C) ABC/TCP/abc.com
D) ABC/abc.com
Solutions:
| Question # 1 Answer: A | Question # 2 Answer: D | Question # 3 Answer: B | Question # 4 Answer: D | Question # 5 Answer: C |
We're so confident of our products that we provide no hassle product exchange.


By Marian

