Exam : C1000-200
Title : IBM MQ v9.4 Administrator -
Professional
https://www.passcert.com/C1000-200.html
1/6
, Download Valid IBM C1000-200 PDF Dumps for Best Preparation
1.IBM MQ distinguishes between persistent and non-persistent messaging. In which scenario is
non-persistent messaging considered appropriate, where performance outweighs durability guarantees?
A. Legal contract records exchanged between multiple enterprises
B. Airline booking transactions that must not be lost under any condition
C. Live sports score updates streamed to thousands of subscribers
D. Banking payment instructions where every transaction is critical
Answer: C
Explanation:
Non-persistent messages are suitable for use cases like live sports updates, where speed matters more
than durability and losing some messages is acceptable.
2.In IBM MQ, when messages must be sent across different geographic regions with strict delivery
guarantees, what feature ensures that messages are not only delivered once but also survive network
outages and are recoverable even if queue managers restart unexpectedly?
A. Persistent messaging combined with recovery logging
B. Exclusive locks on remote queues during transfer
C. Use of non-persistent queues with faster throughput
D. Temporary dynamic queues with automatic cleanup
Answer: A
Explanation:
Persistent messaging with recovery logging ensures that critical data is not lost during outages or restarts,
providing once-only delivery guarantees across regions.
3.IBM MQ supports message selectors for filtering messages.
Which option correctly explains how message selectors function, including their limitations and typical
usage in message-driven applications?
A. Message selectors are expressions evaluated by the queue manager to allow an application to receive
only messages that match specific criteria, based on message headers or properties.
B. Message selectors automatically archive messages that do not match criteria for later processing.
C. Message selectors are applied at the queue manager level and filter messages before they enter any
queue, affecting all consuming applications.
D. Message selectors encrypt messages selectively to ensure secure delivery to specific applications.
Answer: A
Explanation:
Message selectors are used by consuming applications to filter messages at the time of retrieval. They
rely on header fields or properties and do not affect the queue itself.
4.In large-scale deployments, administrators often configure Security Exit programs on channels.
What is the core purpose of these exits in enterprise messaging environments?
A. To replicate administrative commands across clustered managers
B. To enforce authentication and authorization rules during channel establishment
C. To provide message filtering rules that decide which subscribers receive updates
D. To automatically reroute undeliverable messages to a holding queue
Answer: B
2/6