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 Nov 19,2024.
- Exam Code: C1000-058
- Exam Name: IBM MQ V9.1 System Administration
- Certification Provider: IBM
- Latest update: Nov 19,2024
What mechanism does IBM MQ use for securing data while in transit?
- A . SSL/TLS
- B . AES Encryption
- C . HMAC Authentication
- D . RSA Key Exchange
What performance events are generated, which queue holds the performance event messages?
- A . SYSTEM.PERFM.EVENT
- B . SYSTEM.ADMIN.EVENT
- C . SYSTEM.ADMIN.PERFM.EVENT
- D . SYSTEM.ADMIN.PERFORMANCE.EVENT
What is the significance of a "Pilot Deployment" in the context of software installation?
- A . Full-scale deployment of the software
- B . Installing the software on selected systems for testing
- C . Installing the software on virtual machines only
- D . Installation of software updates
What is the primary goal of real-time monitoring in an IT system?
- A . Analyzing historical system data
- B . Identifying issues as they occur and taking immediate action
- C . Documenting system configurations periodically
- D . Backing up system logs continuously
The following commands are issued on QMGA:
DEFINE QLOCAL(TENNIS)
DEFINE QLOCAL(RUGBY)
DEFINE QALIAS(BALLS) TARGET(BALL) DEFINE QLOCAL(QMGB)
USAGE(XMITQ)
DEFINE QREMOTE(BALL) RNAME(BALL) RQMNAME(QMGB)
The following commands are issued on QMGB:
DEFINE QLOCAL(RUGBY)
DEFINE QALIAS(BALLS) TARGET(TENNIS) DEFINE QLOCAL(QMGC)
USAGE(XMITQ) DEFINE QLOCAL(TENNIS)
DEFINE QREMOTE(BALL) RNAME(BALL) RQMNAME(QMGC)
The following commands are issued on QMGC:
DEFINE QREMOTE(BALLS) RNAME(BALLS) RQMNAME(QMGB) DEFINE
QLOCAL(QMGB) USAGE(XMITQ)
DEFINE QALIAS(BALL) TARGET(RUGBY) DEFINE QLOCAL(TENNIS)
DEFINE QLOCAL(RUGBY)
Where does the message go when it is put to BALLS on QMGC?
- A . TENNIS on QMGC
- B . TENNIS on QMGB
- C . TENNIS on QMGA
- D . TENNIS on QMGC
What is the primary objective of performance tuning in an IT system?
- A . Maximizing system uptime
- B . Reducing system costs
- C . Optimizing system responsiveness and efficiency
- D . Minimizing data storage
Given the following error on an MQ server: AMQ7280: WebSphere MQ queue manager âxâ appears unresponsive.
ln what file extension can this error be found?
- A . *.ERR
- B . *.FST
- C . *.FDC
- D . *.ALR
In IBM MQ, which attribute defines the time duration a message can stay on a queue before being considered expired?
- A . Expiry
- B . MaxAge
- C . Retention
- D . TTL (Time to Live)
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)
An administrator has been given the requirement to enable MQ queue (Q1) in such a way that APP_A can only put a message on the queue Q1 and Application APP_B can only get a message from queue Q1.
What is one way an administrator achieves this?
- A . By creating two separate alias queues with required attributes
- B . By controlling access level for queue (Q1) using queue attributes
- C . By defining different policies for both applications(APP_A and APP_B) at QMGR level
- D . By controlling access at SVRCONN channel used by the applications(APP_A and APP_B) to connect to QMGR