It is impossible to pass IBM C1000-002 exam without any help in the short term. Come to Exambible soon and find the most advanced, correct and guaranteed IBM C1000-002 practice questions. You will get a surprising result by our Most up-to-date IBM MQ V9.0 System Administration practice guides.

NEW QUESTION 1
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

Answer: C

NEW QUESTION 2
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

Answer: B

NEW QUESTION 3
The z/OS MQ System Administrator configures a SVRCONN channel with DISCINT(1200), HBINT(600) and KAINT(AUTO). Assume a connected client is executing an extended MQGET with WAIT call when DISCINT expires. What is the result?

  • A. The client is not disconnected.
  • B. The client connection is multiplexed.
  • C. The client begins reconnection processing after disconnection.
  • D. The client is disconnected which is indicated by an MQ message.

Answer: C

NEW QUESTION 4
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”)

Answer: C

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

  • A. Adds packages
  • B. Removes packages
  • C. Displays packages
  • D. Installs packages

Answer: D

NEW QUESTION 6
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?

  • A. Enable Authority Events
  • B. Enable Security Events
  • C. Change the Authority Event setting from DISABLED to NODISPLAY
  • D. Change the Command Event setting from DISABLED to NODISPLAY

Answer: D

NEW QUESTION 7
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

Answer: B

NEW 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

Answer: D

NEW QUESTION 9
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)

Answer: C

NEW QUESTION 10
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.

Answer: DE

NEW QUESTION 11
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

Answer: BE

NEW QUESTION 12
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

Answer: BE

NEW QUESTION 13
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

Answer: B

NEW QUESTION 14
When an MQ queue manager is configured to produce events, what format are the event messages written in?

  • A. TXT (Plain Text)
  • B. XML (Extended Markup Language)
  • C. CSV (Comma Separated Variable)
  • D. PCF (Programmable Command Format)

Answer: D

NEW QUESTION 15
An administrator wants to retrieve the current configuration of a local queue manager for audit purpose. Which option can the administrator use to get this information in a single step?

  • A. Use the runmqsc command
  • B. Use the dmpmqcfg control command
  • C. Use the lnquire Queue manager PCF command
  • D. Use IBM MQ Explorer to export the MQ Configuration information

Answer: C

NEW QUESTION 16
Which FFST Report field can be used to trigger tracing to start?

  • A. FDC ID
  • B. FFST ID
  • C. Error ID
  • D. Probe ID

Answer: D

NEW QUESTION 17
The behavior of the automatic client reconnection functionally provided by the IBM MQ classes for JMS depends on the properties being set for client reconnection. What is one of the properties that needs to be set?

  • A. CCT
  • B. TTP
  • C. TRAN
  • D. MULTI

Answer: C

NEW QUESTION 18
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).

Answer: D

NEW QUESTION 19
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.

Answer: D

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

  • A. ALTER QMGR MONQ(NONE)
  • B. ALTER QMGR MONQ(HIGH)
  • C. ALTER QMGR INHIBTEV(ENABLED)
  • D. ALTER QMGR STATQ(ON) STATINT(30)

Answer: A

NEW QUESTION 21
Which statement describes an MQl channel?

  • A. A bidirectional communications link between two queue managers.
  • B. A unidirectional communications link between two queue managers.
  • C. A bidirectional communications link that connects an application to a queue manager.
  • D. A unidirectional communications link that connects an application to a queue manager.

Answer: C

NEW QUESTION 22
QM1 is a multi-instance queue manager on server1 and server2. Currently, it is NOT running. What is the effect of executing strmqm -x QM1 on server1?

  • A. QM1 becomes an active instance on server2.
  • B. QM1 becomes an active instance on server1.
  • C. QM1 becomes an active instance on server1 and a standby instance on server2.
  • D. QM1 becomes an active instance on server2 and a standby instance on server1.

Answer: C

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

  • A. It allows fewer connections.
  • B. It allows for memory and CPU isolation.
  • C. It allows fewer outstanding units of work.
  • D. It allows for tuning log file sized differently.

Answer: A

NEW QUESTION 24
......

Thanks for reading the newest C1000-002 exam dumps! We recommend you to try the PREMIUM Simply pass C1000-002 dumps in VCE and PDF here: https://www.simply-pass.com/IBM-exam/C1000-002-dumps.html (65 Q&As Dumps)