Latest C1000-058 Practice Tests

Get Complete pool of questions with Premium PDF and Test Engine

Exam Code : C1000-058
Exam Name : IBM MQ V9.1 System Administration
Vendor Name : "IBM"







Question: 1


Which command is used to display the status of a queue manager? Response:

  1. DISPLAY QMGR STATUS

  2. DISPLAY QMGR

  3. DISPLAY QMSTATUS

  4. DISPLAY QUEUE MANAGER




Answer: B



Explanation: DISPLAY QMGR. This command is used to display the status of a queue manager. It provides information such as the queue manager name, status, and other relevant details.



Question: 2


Which command will enable real-time monitoring of queues, where the monitoring is to be controlled at a queue manager level?


Response:


  1. ALTER QMGR MONQ(NONE)

  2. ALTER QMGR MONQ(HIGH)

  3. ALTER QMGR INHIBTEV(ENABLED)

  4. ALTER QMGR STATQ(ON) STATINT(30)




Answer: A



Explanation: ALTER QMGR MONQ(NONE). This command disables real- time monitoring of queues at the queue manager level. By setting MONQ to

NONE, the real-time monitoring of queues is turned off, and no events related to queues will be generated or recorded.



Question: 3


Which command is used to start a channel? Response:

  1. START CHANNEL

  2. STRCHANNEL

  3. BEGIN CHANNEL

  4. ENABLE CHANNEL




Answer: A



Explanation: START CHANNEL. This command is used to start a channel. When a channel is started, it becomes active and can send and receive messages.



Question: 4


Which command is used to create a new local queue? Response:

  1. DEFINE QLOCAL

  2. CREATE QUEUE

  3. ADDQUEUE

  4. NEW QUEUE




Answer: A


Explanation: DEFINE QLOCAL. This command is used to create a new local queue. It allows you to define various attributes of the queue, such as its name, maximum depth, and persistence.



Question: 5


Which attribute specifies the maximum size of a message that a queue can hold?


Response:


  1. MAXDEPTH

  2. MAXMSG

  3. MAXSIZE

  4. MAXCAPACITY




Answer: C



Explanation: MAXSIZE. The MAXSIZE attribute specifies the maximum size of a message that a queue can hold. When the maximum size is reached, further attempts to put messages to the queue will result in a message too big condition.



Question: 6


Which utility is used to create and maintain the IBM MQ configuration files? Response:

  1. crtmqm

  2. strmqm

  3. runmqsc



Answer: C



Explanation: runmqsc. The runmqsc utility is used to create and maintain the IBM MQ configuration files. It provides a command-line interface to interact with the queue manager, allowing you to define and modify queues, channels, listeners, and other objects.



Question: 7


Which attribute specifies the maximum number of channels that a queue manager can have?


Response:


  1. MAXCHANNELS

  2. MAXCONNECTIONS

  3. MAXINSTANCES

  4. MAXCHANNELINSTANCES




Answer: A



Explanation: MAXCHANNELS. The MAXCHANNELS attribute specifies the maximum number of channels that a queue manager can have. This attribute limits the number of active channels that can be concurrently running on the queue manager.



Question: 8


Which attribute specifies the maximum number of messages that a queue can hold?

  1. MAXDEPTH

  2. MAXMSG

  3. MAXSIZE

  4. MAXCAPACITY




Answer: A



Explanation: MAXDEPTH. The MAXDEPTH attribute specifies the maximum number of messages that a queue can hold. When the maximum depth is reached, further attempts to put messages to the queue will result in a queue full condition.



Question: 9


Which attribute specifies the transmission queue to be used for a particular channel?


Response:


  1. XMITQ

  2. TRANSMITQ

  3. DESTQ

  4. CHANNELQ




Answer: A



Explanation: XMITQ. The XMITQ attribute specifies the transmission queue to be used for a particular channel. The transmission queue is responsible for temporarily storing messages that need to be transmitted over the channel.