Skip to main content

C1000-002 Real Exam Questions

IBM MQ V9.0 System Administration

65 questions available · Page 1 of 7

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

An application is putting messages in an MQ cluster but the messages are only routed to the local queue manager to which the application is connected.

What parameter should the administrator adjust to achieve a desired round-robin delivery f messages throughout the cluster?

  1. A

    MSGDLVSQ should be set to ANY

  2. B

    CLWLUSEQ should be set to ANY

  3. C

    MSGDLVSQ should be set to SHARE

  4. D

    CLWLUSEQ should be set to SHARE

Show answer and explanation

Correct answer: B

Question 2 Single choice

What is the correct address to get extended information about queue manager TESTQM using the REST API?

  1. A

    http://ip:port/mq/rest/qmgr/TSTQM?attributes.extended

  2. B

    http://ip:port/ibmmq/rest/qmgr=TSTQM?attributes=extended

  3. C

    http://ip:port/mq/rest/v1/qmgr=TESTQM/attributes.extended

  4. D

    http://ip:port/ibmmq/rest/v1/qmgr/TESTQM?attributes=extended

Show answer and explanation

Correct answer: D

Explanation

References:
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.adm.doc/
q128250_.htm

Question 3 Single choice

The MQ Administrator has enabled Command Events in order to log all successful MQSC commands.

What else must be done to also capture the unauthorized MQSC command attempts?

  1. A

    Enable Authority Events

  2. B

    Enable Security Events

  3. C

    Change the Authority Event setting from DISABLED to NODISPLAY

  4. D

    Change the Command Event setting from DISABLED to NODISPLAY

Show answer and explanation

Correct answer: D

Question 4 Single choice

What must be done before an administrator can take a full backup of a queue manager's files?

  1. A

    The queues must be cleared.

  2. B

    The channels must be stopped.

  3. C

    The queue manager must be stopped.

  4. D

    The administrator must copy the logs over to DR site.

Show answer and explanation

Correct answer: C

Explanation

References:
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.con.doc/
q018070_.htm

Question 5 Single choice

When migrating to MQv9, what are the MQ migration model options to consider?

  1. A

    Cross stage migration

  2. B

    Single stage migration and cross stage migration

  3. C

    Multi-stage migration, side-by-side migration, and single stage migration

  4. D

    Plexed stage migration, side-by-side migration, and cross stage migration

Show answer and explanation

Correct answer: C

Question 6 Single choice

What is the result of running the rpm -qa| grep MQSeries command on a Linux server?

  1. A

    Adds packages

  2. B

    Removes packages

  3. C

    Displays packages

  4. D

    Installs packages

Show answer and explanation

Correct answer: D

Explanation

References:
https://www-01.ibm.com/support/docview.wss?uid=swg27006486

Question 7 Single choice

An administrator has developed an application to administer MQ using Programmable Command Format (PCF) messages.

Which queues need to exist on the target queue manager for the application to work?

  1. A

    SYSTEM.COMMAND.INPUT on all platforms

  2. B

    SYSTEM.ADMIN.COMMAND.EVENT on all platforms

  3. C

    SYSTEM.ADMIN.COMMAND.QUEUE on distributed platforms and SYSTEM.COMMAND.INPUT on z/
    OS

  4. D

    SYSTEM.CLUSTER.COMMAND.QUEUE on distributed platforms and
    SYSTEM.CLUSTER.COMMAND.INPUT on z/OS

Show answer and explanation

Correct answer: B

Explanation

References:
http://www.nyu.edu/classes/jcf/g22.3033-010_fa03/slides/session13/g22_3033_011_c132.pdf

Question 8 Single choice

It is suspected that a poor programming technique has been used in coding an application that uses an MQ queue (Q1). The application puts a high volume of small messages to the queue. It has been observed that when the application is running, server CPU resource usage increases sharply.

Which command(s) will provide the administrator with the data needed to confirm or reject the poor programming technique?

  1. A

    ALTER QMGR STATMQI(ON)

  2. B

    ALTER QLOCAL(Q1) STATMQI(ON)

  3. C

    ALTER QLOCAL(Q1) ACCTQ(QMGR)
    ALTER QMGR ACCTINT(10) ACCTQ(NONE)

  4. D

    ALTER QMGR STATCHL(ON) STATQ(NONE)
    ALTER QLOCAL(Q1) STATQ(QMGR)

Show answer and explanation

Correct answer: D

Question 9 Single choice

What is one reason an administrator would have multiple queue managers on one server?

  1. A

    It allows fewer connections.

  2. B

    It allows for memory and CPU isolation.

  3. C

    It allows fewer outstanding units of work.

  4. D

    It allows for tuning log file sized differently.

Show answer and explanation

Correct answer: A

Question 10 Multiple choice

Which two settings can be exported and imported from MQ Explorer? (Select two.)

  1. A

    JMS administration object definitions

  2. B

    Queue definitions for the queue managers

  3. C

    Channel definitions for the queue managers

  4. D

    Connection details for remote queue managers

  5. E

    Queue manager set memberships, set definitions, and set filters

Show answer and explanation

Correct answers: D, E

Explanation

References:
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_8.0.0/com.ibm.mq.explorer.doc/
e_importexport.htm