IBM C1000-058 IBM MQ V9.1 System Administration Online Training
IBM C1000-058 Online Training
The questions for C1000-058 were last updated at Feb 19,2025.
- Exam Code: C1000-058
- Exam Name: IBM MQ V9.1 System Administration
- Certification Provider: IBM
- Latest update: Feb 19,2025
Which metric is commonly used to measure data transfer speed in storage devices during performance tuning?
- A . Bandwidth
- B . Latency
- C . IOPS (Input/Output Operations Per Second)
- D . Throughput
Which MQ object serves as a point of communication between applications, allowing them to send and receive messages?
- A . Queue Manager
- B . Channel
- C . Listener
- D . Process
What does the term "SCCM" stand for in IT administration?
- A . System Center Configuration Manager
- B . Secure Cloud Computing Model
- C . Service Control and Configuration Module
- D . System Connectivity and Communication Manager
Which task is typically associated with network administration?
- A . Creating database queries
- B . Configuring routers and switches
- C . Writing programming code
- D . Designing user interfaces
An application connected to QM1 puts messages on QR1, which is a remote definition of a local queue QL2 on queue manager QM2.
The configuration is as follows:
crtmqm -q -l -lp 2 -ls 3 QM1
DEFINE QREMOTE(‘QR1’) RQMNAME(‘QM2’) RNAME(‘QL2’)
The channels between QM1 and QM2 are stopped.
Where should the administrator look for the message?
- A . XMITQ on QM1
- B . XMITQ on QM2
- C . Local queue on QM1
- D . Local queue on QM2
What is the primary goal of a Configuration Management Database (CMDB)?
- A . Storing user passwords securely
- B . Documenting changes made to the system
- C . Managing and recording configuration items and their relationships
- D . Tracking hardware warranty information
Which command is used to start a queue manager?
- A . RUN MQM
- B . START QMGR
- C . BEGIN QMGR
- D . INIT QM
What is the purpose of the MQSC command ‘DEFINE LISTENER’?
- A . Establishes a channel for communication
- B . Configures network settings for the queue manager
- C . Defines a process for handling messages
- D . Sets up a listener for incoming connections
What does the term "Alert" refer to in the context of system monitoring?
- A . Detailed log of system events
- B . Notification of potential issues or failures
- C . Complete system backup
- D . Snapshot of system configurations
Queue managers QM1, QM2, QM3 are part of the cluster called MYCluster. Cluster queue Q1 only has one instance hosted on QM1. An administrator has issues a following command on QM1:
SUSPEND QMGR CLUSTER(MYCLUSTER)
An application connects to QM2 and pushes a message on Q1.
Where does the message arrive?
- A . On the queue Q1 on QM1
- B . On the dead letter queue of QM2
- C . On the dead letter queue of QM1
- D . The application receives queue not available message