IBM C1000-002 IBM MQ V9.0 System Administration Online Training
IBM C1000-002 Online Training
The questions for C1000-002 were last updated at Nov 19,2024.
- Exam Code: C1000-002
- Exam Name: IBM MQ V9.0 System Administration
- Certification Provider: IBM
- Latest update: Nov 19,2024
In application triggering what is the role of trigger monitor process?
- A . It monitors the initiation queue and based on trigger message issues a command to start an application.
- B . It monitors the transmission queue and based on trigger message issues a command to start an application.
- C . It monitors the application queue and when the trigger conditions are met and issues a command to start an application.
- D . It monitors the application queue and when the trigger conditions are met, it creates a message and puts it on initiation queue.
The following commands are issued on QMGRA:
DEFINE QLOCAL(SATURN)
DEFINE QLOCAL(QMGRB) USAGE(XMITQ)
DEFINE QALIAS(MARS) TARGET (VENUS)
DEFINE QALIAS(PLUTO) TARGET(SATURN)
DEFINE QREMOTE(VENUS) RNAME(SATURN) RQMNAME(QMGRB)
The following commands are issued on QMGRB:
DEFINE QLOCAL(mars)
DEFINE QLOCAL(QMGRA) USAGE(XMITQ)
DEFINE QALIAS(SATURN) TARGET(VENUS)
DEFINE QALIAS(PLUTO) TARGET(VENUS)
DEFINE QREMOTE(VENUS) RNAME(PLUTO) RQMNAME(QMGRA)
Where does the message go when it is put to MARS on QMGRA?
- A . MARS on QMGRB
- B . MARS on QMGRA
- C . SATURN on QMGRB
- D . SATURN on QMGRA
Which two settings can be exported and imported from MQ Explorer? (Select two.)
- A . JMS administration object definitions
- B . Queue definitions for the queue managers
- C . Channel definitions for the queue managers
- D . Connection details for remote queue managers
- E . Queue manager set memberships, set definitions, and set filters
What are two methods that can be used for a Unix MQI client to establish which SSLCipherSpec is used for a client channel? (Select two.)
- A . It can be specified via the client definition table (CCDT).
- B . By using the setmqscp command in an Active Directory environment.
- C . It can be specified via the client MQSERVER environment variable.
- D . It can be determined when client application issues an MQCONNX call.
- E . It can be determined when security exit provides a channel definition.
Queue manager QM1 has a remote queue RMT1 which is a remote definitions of the local queue L1 on queue manager QM2.
How would an administrator define the transmission queue so that messages on RMT1 on QM1 are sent to L1 on QM2?
- A . DEFINE QLOCAL(‘QM2’) USAGE(XMITQ)
- B . DEFINE QLOCAL(‘RMT1’) USAGE(XMITQ)
- C . DEFINE QREMOTE(‘L1’) USAGE(XMITQ)
- D . DEFINE QUALIAS(‘QM2’) USAGE(XMITQ)
There is an environment where all cluster-sender channels are automatically associated with a separate cluster transmission queue.
What command would an administrator run to have all cluster-sender channels associated with the single default cluster transmit queue?
- A . ALTER QMGR DEFCLXQ(SCTQ)
- B . ALTER QMGR DEFCLXQ(CHANNEL)
- C . ALTER QMGR CLUSTERQ(“SYSTEM.CLUSTER.TRANSMIT.QUEUE”)
- D . ALTER QMGR DEFCLXQ(“SYSTEM.CLUSTER.TRANSMIT.QUEUE”)
Which statement is true regarding the use of CHLAUTH rules?
- A . They can be used to set an MCAUSER value for any channel asserting a specific user ID
- B . They can be used to set an MQ service that overrides firewall policy on inbound channels
- C . They can be used to auto-define cluster sender channels for inbound channels to the full repository
- D . They can be used to configure the TLS distinguished name within the queue manager personal certificate.
An administrator has a new application that sends 2MB messages to a remote queue manager, which is significantly larger than current messages which are 50KB.
How can an administrator ensure minimal impact on the existing environment?
- A . Set the workload balancing option to MIXEDSIZE.
- B . Require the queue manager to use message chunking.
- C . Set MSGGROUP to TRUE and MSGSIZE to a value of 2MB.
- D . Use separate channels and transmit queues for the new messages.
For MQ Appliance, which command can be used to set values in the mqat.ini?
- A . setmqat
- B . setmqini
- C . setmqaut
- D . setmqenv
Due to a hardware failure, a queue manager stops. Both the queue manager configuration and log data are lost. The queue manager is unable to restart or to be recovered from the log.
In this situation, what can the administrator do to restore service?
- A . Use media recovery to restore damaged objects.
- B . Use the strmqm -s command to start queue manager in safe mode.
- C . Mount a new file system and move queue files onto new hardware.
- D . Recreate the queue manager and all of its objects from previously saved definitions.