Exam4Training

IBM C1000-002 IBM MQ V9.0 System Administration Online Training

Question #1

After completing an IBM MQ for z/OS installation and customization, how can a successful installation be verified?

  • A . Review the z/OS MQ SMF records.
  • B . Run the command runmqsc -installation_verify.
  • C . Put a test message on a newly created z/OS queue.
  • D . Use the MQ for z/OS installation verification programs (IVPs).

Reveal Solution Hide Solution

Correct Answer: D
Question #2

For MQ Advanced for distributed platforms, which two components are included? (Select two.)

  • A . MQ Appliance
  • B . Managed File Transfer
  • C . MessageSight
  • D . IBM MQ Internet Pass-Thru
  • E . Advanced Message Security

Reveal Solution Hide Solution

Correct Answer: B,E
Question #3

An administrator is asked to forward all messages to queue ‘TEST.TEMP’ if the messages destined for ‘TEST.LOCAL’ end up on the dead letter queue.

Which rule in the dead letter handler rules table will enable the administrator to achieve this objective?

  • A . REASON(MQRC_Q_FULL) ACTION(FWD) FWDQ(&DESTQ) HEADER(NO)
  • B . REASON(*) ACTION(FWD) FWDQ(‘TEST.TEMP’) HEADER(NO) DESTQ(‘TEST.LOCAL’)
  • C . REASON(*) ACTION(RETRY) FWDQ(‘TEST.LOCAL’) HEADER(NO) INPUTQ(‘TEST.TEMP’)
  • D . REASON(MQRC_Q_FULL) ACTION(IGNORE) FWDQ(‘TEST.TEMP’) HEADER(NO) DESTQ(‘TEST.LOCAL’)

Reveal Solution Hide Solution

Correct Answer: A
Question #4

What is the purpose of the Cs secretText parameter used in the prepareha and crthagrp commands on MQ Appliance?

  • A . To be used as the unique key for the appliances.
  • B . To be used to decide. In secret, which appliance will be the preferred appliance.
  • C . To generate a short-lived password used to create two keys, one for each appliance.
  • D . To generate a short-lived password used to set up on unique key for the appliances.

Reveal Solution Hide Solution

Correct Answer: A
Question #5

Which channel may be configured with a channel auto-definition exit?

  • A . Sender Channel
  • B . Receiver Channel
  • C . Requester Channel
  • D . Client-Connection Channel

Reveal Solution Hide Solution

Correct Answer: A
Question #6

An administrator has been asked to make changes to MQ config so that the MQ client application APP_A connecting to queue manager QM1 can reconnect automatically without re-starting the applications.

What does the administrator need to configure to achieve this?

  • A . Alter QMGR and set the attribute RECONN(YES)
  • B . Alter SVRCONN channel and set attribute AUTOCONN(TRUE)
  • C . Configure DefRecon attribute of CHANNELS stanza in mqclient.ini
  • D . Configure AutoConnect attribute of CHANNELS stanza in mqclient.ini

Reveal Solution Hide Solution

Correct Answer: C
Question #7

A new LTS release of IBM MQ is made generally available. The versioning information is 9.0.0.0.

When the next level of fixes is made available for this product what will the versioning information look like?

  • A . 9.1.0.0
  • B . 9.0.1.1
  • C . 9.0.1.0
  • D . 9.0.0.1

Reveal Solution Hide Solution

Correct Answer: D
Question #8

An instance of IBM MQ on Unix regularly processes larger messages.

Which condition will have a positive impact on message throughput given that the system is short of real memory?

  • A . larger log buffer sizes
  • B . Application processing outside of a unit of work
  • C . Defining queue using large persistent queue buffers
  • D . Defining queues using large non-persistent queue buffers

Reveal Solution Hide Solution

Correct Answer: D
Question #9

When configuring MQ shared queues on z/OS, where are the queue objects that represents the attributes of the shared queues held?

  • A . VSAM database
  • B . External SQL Server
  • C . Shared DB2 repository
  • D . Shared Oracle database

Reveal Solution Hide Solution

Correct Answer: C
Question #10

A failed MQ on z/OS request is received with a reason code ‘MQRC_STORAGE_MEDIUM_FULL’.

What are two reasons for this type of failure? (Select two.)

  • A . Application are offline
  • B . Cannot write to the disk
  • C . The coupling facility is full
  • D . Buffer pool has reached the limit
  • E . There is not enough space remaining on the page set

Reveal Solution Hide Solution

Correct Answer: B,E

Question #11

In application triggering what is the role of trigger monitor process?

  • A . It monitors the initiation queue and based on trigger message issues a command to start an application.
  • B . It monitors the transmission queue and based on trigger message issues a command to start an application.
  • C . It monitors the application queue and when the trigger conditions are met and issues a command to start an application.
  • D . It monitors the application queue and when the trigger conditions are met, it creates a message and puts it on initiation queue.

Reveal Solution Hide Solution

Correct Answer: A
Question #12

The following commands are issued on QMGRA:

DEFINE QLOCAL(SATURN)

DEFINE QLOCAL(QMGRB) USAGE(XMITQ)

DEFINE QALIAS(MARS) TARGET (VENUS)

DEFINE QALIAS(PLUTO) TARGET(SATURN)

DEFINE QREMOTE(VENUS) RNAME(SATURN) RQMNAME(QMGRB)

The following commands are issued on QMGRB:

DEFINE QLOCAL(mars)

DEFINE QLOCAL(QMGRA) USAGE(XMITQ)

DEFINE QALIAS(SATURN) TARGET(VENUS)

DEFINE QALIAS(PLUTO) TARGET(VENUS)

DEFINE QREMOTE(VENUS) RNAME(PLUTO) RQMNAME(QMGRA)

Where does the message go when it is put to MARS on QMGRA?

  • A . MARS on QMGRB
  • B . MARS on QMGRA
  • C . SATURN on QMGRB
  • D . SATURN on QMGRA

Reveal Solution Hide Solution

Correct Answer: D
Question #13

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

  • A . JMS administration object definitions
  • B . Queue definitions for the queue managers
  • C . Channel definitions for the queue managers
  • D . Connection details for remote queue managers
  • E . Queue manager set memberships, set definitions, and set filters

Reveal Solution Hide Solution

Correct Answer: D,E
Question #14

What are two methods that can be used for a Unix MQI client to establish which SSLCipherSpec is used for a client channel? (Select two.)

  • A . It can be specified via the client definition table (CCDT).
  • B . By using the setmqscp command in an Active Directory environment.
  • C . It can be specified via the client MQSERVER environment variable.
  • D . It can be determined when client application issues an MQCONNX call.
  • E . It can be determined when security exit provides a channel definition.

Reveal Solution Hide Solution

Correct Answer: D,E
Question #15

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)

Reveal Solution Hide Solution

Correct Answer: C
Question #16

There is an environment where all cluster-sender channels are automatically associated with a separate cluster transmission queue.

What command would an administrator run to have all cluster-sender channels associated with the single default cluster transmit queue?

  • A . ALTER QMGR DEFCLXQ(SCTQ)
  • B . ALTER QMGR DEFCLXQ(CHANNEL)
  • C . ALTER QMGR CLUSTERQ(“SYSTEM.CLUSTER.TRANSMIT.QUEUE”)
  • D . ALTER QMGR DEFCLXQ(“SYSTEM.CLUSTER.TRANSMIT.QUEUE”)

Reveal Solution Hide Solution

Correct Answer: C
Question #17

Which statement is true regarding the use of CHLAUTH rules?

  • A . They can be used to set an MCAUSER value for any channel asserting a specific user ID
  • B . They can be used to set an MQ service that overrides firewall policy on inbound channels
  • C . They can be used to auto-define cluster sender channels for inbound channels to the full repository
  • D . They can be used to configure the TLS distinguished name within the queue manager personal certificate.

Reveal Solution Hide Solution

Correct Answer: A
Question #18

An administrator has a new application that sends 2MB messages to a remote queue manager, which is significantly larger than current messages which are 50KB.

How can an administrator ensure minimal impact on the existing environment?

  • A . Set the workload balancing option to MIXEDSIZE.
  • B . Require the queue manager to use message chunking.
  • C . Set MSGGROUP to TRUE and MSGSIZE to a value of 2MB.
  • D . Use separate channels and transmit queues for the new messages.

Reveal Solution Hide Solution

Correct Answer: D
Question #19

For MQ Appliance, which command can be used to set values in the mqat.ini?

  • A . setmqat
  • B . setmqini
  • C . setmqaut
  • D . setmqenv

Reveal Solution Hide Solution

Correct Answer: B
Question #20

Due to a hardware failure, a queue manager stops. Both the queue manager configuration and log data are lost. The queue manager is unable to restart or to be recovered from the log.

In this situation, what can the administrator do to restore service?

  • A . Use media recovery to restore damaged objects.
  • B . Use the strmqm -s command to start queue manager in safe mode.
  • C . Mount a new file system and move queue files onto new hardware.
  • D . Recreate the queue manager and all of its objects from previously saved definitions.

Reveal Solution Hide Solution

Correct Answer: D

Question #21

An administrator is troubleshooting a 2035 MQRC_NOT_AUTHORIZED error.

Which command can the administrator use to check all authorizations for a queue manager named QMA?

  • A . dspmq -m QMA -all
  • B . dmpmqlog -m QMA -auth
  • C . dspmqaut -m QMA -n mqm -t queue
  • D . dmpmqaut -m QMA >/tmp/QMA.dmpmqaut.txt

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

Reference https://www-01.ibm.com/support/docview.wss?uid=swg21166937

Question #22

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

  • A . The queues must be cleared.
  • B . The channels must be stopped.
  • C . The queue manager must be stopped.
  • D . The administrator must copy the logs over to DR site.

Reveal Solution Hide Solution

Correct Answer: C
Question #23

When using the rcrmqobj command to re-create an object from its image in the log, which condition must be satisfied?

  • A . Linear logging is used
  • B . Circular logging is used
  • C . The queue manager is stopped
  • D . The object is marked as damaged

Reveal Solution Hide Solution

Correct Answer: A
Question #24

An administrator is connecting to e remote queue manager to perform remote administration tasks using MQ Explorer.

Which two permissions should the administrator set on the target queue manager object for the user running MQ Explorer in addition to DISPLAY? (Select two.)

  • A . PUT
  • B . GET
  • C . BROWSE
  • D . CONNECT
  • E . INQUIRE

Reveal Solution Hide Solution

Correct Answer: B,E
Question #25

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

Reveal Solution Hide Solution

Correct Answer: B
Question #26

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?

  • A . MSGDLVSQ should be set to ANY
  • B . CLWLUSEQ should be set to ANY
  • C . MSGDLVSQ should be set to SHARE
  • D . CLWLUSEQ should be set to SHARE

Reveal Solution Hide Solution

Correct Answer: B
Exit mobile version