Which of the following is NOT a valid method of administration for WebSphere MQ v7?
A. WebSphere MQ Explorer
B. Integrated Solutions Console
C. Command-line
D. PCF commands
Which of the following MQ objects does NOT have cluster workload balancing attributes?
A. Queue
B. Topic
C. Channel
D. Queue manager
If an application program wishes to put messages on a queue, which resource is NOT required for an administrator to create?
A. Queue
B. Channel
C. Queue Manager
D. OAM Authorities
Which statement is NOT true regarding WebSphere MQ transport for SOAP?
A. Integrates with WebSphere MQ infrastructure
B. Provides an alternative transport to HTTP
C. Allows WebSphere MQ to verify the SOAP message
D. Supports load balancing through WebSphere MQ clustering
What commands are used to start and stop MQ tracing?
A. mqtrace and mqstop
B. trace and endtrace
C. strmqtrc and endmqtrc
D. traceon and traceoff
On distributed systems, to determine the access rights a user has to a WebSphere MQ object which entity most accurately describes where to look?
A. Access control lists
B. Objects authorities
C. Objects rights
D. Object privileges
Which of the following functions has been added to WebSphere MQ Explorer in WebSphere MQ v7?
A. Rollback in-doubt transactions from the WebSphere MQ Explorer
B. Change WebSphere MQ administrator password from the WebSphere MQ Explorer
C. Command line interface for WebSphere MQ Explorer
D. Create and configure WebSphere MQ JMS administered objects
What authorization rights must a user have in order to retrieve messages from a queue without removing the message from the queue?
A. Inquire
B. Display
C. Get
D. Browse
If a .NET program using WebSphere MQ wishes to communicate with a Java program using WebSphere MQ, which of the following is NOT true?
A. The Java program can use the WebSphere MQ classes for Java.
B. The .NET program can use the WebSphere MQ classes for .NET.
C. The Java program can use the WebSphere MQ classes for JMS.
D. The .NET program can use the WebSphere MQ classes for NMS.
What happens to messages that have been read (MQGET) from a queue as part of a transaction in the event of an error during the transaction?
A. Message moved to dead-letter-queue.
B. Message sent to error log.
C. Message put back on queue.
D. Nothing, message already consumed.