Skip to main content

C9530-374 Real Exam Questions

IBM WebSphere MQ V7.0 System Administration

157 questions available · Page 1 of 16

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

The administrator is required to give authority for user MQUSER to execute runmqsc control commands on Windows queue manager QM1.

Which method can be followed to grant authority?

  1. A

    modify the file permission for runmqsc.exe

  2. B

    add MQUSER to the Windows Administrators group

  3. C

    access to runmqsc can't be granted to non-mqm users

  4. D

    setmqaut m QM1 t qmgr p MQUSER +inq +dsp +connect +alladm

Show answer and explanation

Correct answer: B

Question 2 Multiple choice

The following restrictions have been placed on messages flowing from a banking application on AIX to a data warehousing application on z/OS: -Partner authentication -Message encryption -Maintenance of Data Integrity

Which exits will fulfill these requirements?

  1. A

    Message exits

  2. B

    Security exits

  3. C

    Send / receive exits

  4. D

    SSL Conversion exits

  5. E

    Data Integrity exits

Show answer and explanation

Correct answers: A, B, C

Question 3 Single choice

User1 has been given subscription permissions on topic MYTOPIC defined with the string TPC/SMC.
Which of the following actions can User1 perform?

User1 can subscribe on topic string:

  1. A

    TPC#

  2. B

    TPC/+MWY

  3. C

    TPC/WWY/SMC

  4. D

    TPC/'SMC/MWY/#

Show answer and explanation

Correct answer: C

Question 4 Single choice

An administrator is trying to use WebSphere MQ Explorer to administer a remote queue manager.
After successfully connecting to the queue manager, what is the administrator able to do?

  1. A

    Stop the queue manager.

  2. B

    Delete the queue manager.

  3. C

    Create queues on the queue manager.

  4. D

    Start the command server for the queue manager.

Show answer and explanation

Correct answer: C

Question 5 Single choice

Queue manager QMA had previously been configured to disable the publish/subscribe broker. Now, the administrator has been asked to turn on the native publish/subscribe engine. The administrator can accomplish this task by executing the following command:

  1. A

    strmqbrk m QMA

  2. B

    ALTER QMGR PSMODE(ENABLED)

  3. C

    START SERVICE(SYSTEM.BROKER)

  4. D

    ALTER BROKER PSMODE(ENABLED)

Show answer and explanation

Correct answer: B

Question 6 Single choice

An administrator creates a queue manager on an AIX server which contains two other queue managers.
During the verification process, the administrator notices that the /var/mqm/qmgrs directory is empty.

Which file does the administrator need to refer to for the location of the queue manages' directory?

  1. A

    mqs.ini

  2. B

    /etc/services

  3. C

    /var/adm/sulog

  4. D

    /usr/mqm/mqserver.ini

Show answer and explanation

Correct answer: A

Question 7 Single choice

An administrator needs to configure a queue manager to coordinate an applications DB2 database updates and message handling as global units of work.

How does the administrator configure the queue manager to use the switch load file db2swit on AIX?

  1. A

    ALTER QMGR XASWITCH(db2swit)

  2. B

    ALTER QMGR COORD(db2swit)

  3. C

    add SwitchFile=db2swit to the XAResourceManager stanza of the queue managers qm.ini

  4. D

    add SwitchFile=db2swit to the XATransactionManager stanza of the queue managers qm.ini

Show answer and explanation

Correct answer: C

Question 8 Single choice

An application is putting messages on queue TEST.QUEUE. The queue manager is running on mydomain.company.com listening on the default port. The IBM WebSphere MQ Bridge for HTTP was deployed under the context WMQBridge in an IBM WebSphere Application Server listening on port 9082 on the same machine.

How can an AJAX application running on a remote machine perform a destructive get of messages from TEST.QUEUE?

  1. A

    Issue an HTTP POST to URI

    http: //mydomain.company.com: 1414/WMQBridge/msg/queue/TEST.QUEUE

  2. B

    Issue an HTTP GET from URI

    http: //mydomain.company.com: 9082/WMQBridge/msg/queue/TEST.QUEUE

  3. C

    Issue an HTTP GET from URI

    http: //mydomain.company.com: 1414/WMQBridge/msg/queue/TEST.QUEUE

  4. D

    Issue an HTTP DELETE from URI

    http: //mydomain.company.com: 9082/WMQBridge/msg/queue/TEST.QUEUE

Show answer and explanation

Correct answer: D

Question 9 Single choice

An administrator created a queue manager Paint.queue.manager on AIX with circular logging. The administrator then was told that the system will be used for production, so the logging needs to be switched to linear.

How can the administrator make this change?

  1. A

    Edit "/var/mqm/mqs.ini" and change LogType=LINEAR

  2. B

    Edit "/var/mqm/qmgrs/Paint.queue.manager/qm.ini" and change LogType=LINEAR

  3. C

    Issue the MQSC command ALTER QMGR LOGTYPE(LINEAR)

  4. D

    Recreate queue manager with crtmqm -c "Paint shop" -ll -q Paint.queue.manager

Show answer and explanation

Correct answer: D

Question 10 Single choice

A queue manager has the following queue definitions. If an application puts a message on queue POTATO, on which queue will the message arrive?

DEFINE QALIAS (POTATO) TARGET (TOMATO)
DEFINE QALIAS (TOMATO) TARGET (GINGER)
DEFINE QALIAS (GINGER)

  1. A

    POTATO

  2. B

    GINGER

  3. C

    MQI call fails

  4. D

    dead-letter queue

Show answer and explanation

Correct answer: B