getcertified4sure.com

C1000-002 Exam

Regenerate C1000-002 Lab 2021




We provide real C1000-002 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass IBM C1000-002 Exam quickly & easily. The C1000-002 PDF type is available for reading and printing. You can print more and practice many times. With the help of our IBM C1000-002 dumps pdf and vce product and material, you can easily pass the C1000-002 exam.

NEW QUESTION 1
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 2
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 3
What setting of the MONQ attribute should be used to stop capturing monitoring data for all queues on the Queue Manager?

  • A. OFF
  • B. NONE
  • C. FALSE
  • D. DISABLE

Answer: A

NEW QUESTION 4
Queue managers QM1, QM2, QM3 are part of the cluster called MYCluster. Cluster queue Q1 only has one instance hosted on QM1. An administrator has issues a following command on QM1:
SUSPEND QMGR CLUSTER(MYCLUSTER)
An application connects to QM2 and pushes a message on Q1. Where does the message arrive?

  • A. On the queue Q1 on QM1
  • B. On the dead letter queue of QM2
  • C. On the dead letter queue of QM1
  • D. The application receives queue not available message

Answer: A

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

Answer: D

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

  • A. SYSTEM.COMMAND.INPUT on all platforms
  • B. SYSTEM.ADMIN.COMMAND.EVENT on all platforms
  • C. SYSTEM.ADMIN.COMMAND.QUEUE on distributed platforms and SYSTEM.COMMAND.INPUT on z/OS
  • D. SYSTEM.CLUSTER.COMMAND.QUEUE on distributed platforms and SYSTEM.CLUSTER.COMMAND.INPUT on z/OS

Answer: B

NEW QUESTION 8
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 9
An administrator wants to determine how many messages are on a TESTQ. Which MQSC command will return that information?

  • A. display qstatus testq curdepth
  • B. display qstatus testq message count
  • C. display qstatus testq type (message) count
  • D. display qstatus testq type (queue) curdepth

Answer: A

NEW QUESTION 10
Statistics must be gathered for a channel on a distributed platform queue manager which connects to a z/OS queue manager. The channel will be processing a very high message volume and the processing impact to the distributed queue manager must be minimized.
What is the appropriate setting for the STATCHL property of the channel definition?

  • A. Low
  • B. High
  • C. Medium
  • D. Low with the QMGR STATCHL property set to NONE

Answer: A

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

Answer: D

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

Answer: DE

NEW QUESTION 13
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 14
What should an administrator do to detect when an application attempts to open a channel, but the attempt fails because SSL does not allow the connection?

  • A. Check instrumentation event messages.
  • B. Adjust the DISCINT parameter for the channel.
  • C. Update the channels stanza in qm.ini with SSL=AUDIT.
  • D. Apply a fixpack to prohibit unauthorized channel access.

Answer: A

NEW QUESTION 15
The MQ administrator must meet a regulatory compliance requirement to preserve confidentiality of data in messages at rest, in traces, and in FFST files. Which MQ security control meets this requirement?

  • A. Advanced Message Security with a non-blank ENCALG specified in the policy records.
  • B. A non-blank value in the channel’s SSLCIPH attribute.
  • C. Set PasswordProtection to ALWAYS in the qm.ini file.
  • D. Use an API or API Crossing exit that encrypts the messages.

Answer: B

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

  • A. ALTER QMGR STATMQI(ON)
  • B. ALTER QLOCAL(Q1) STATMQI(ON)
  • C. ALTER QLOCAL(Q1) ACCTQ(QMGR)ALTER QMGR ACCTINT(10) ACCTQ(NONE)
  • D. ALTER QMGR STATCHL(ON) STATQ(NONE)ALTER QLOCAL(Q1) STATQ(QMGR)

Answer: D

NEW QUESTION 17
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 18
Which channel may be configured with a channel auto-definition exit?

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

Answer: A

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

  • A. http://ip:port/mq/rest/qmgr/TSTQM?attributes.extended
  • B. http://ip:port/ibmmq/rest/qmgr=TSTQM?attributes=extended
  • C. http://ip:port/mq/rest/v1/qmgr=TESTQM/attributes.extended
  • D. http://ip:port/ibmmq/rest/v1/qmgr/TESTQM?attributes=extended

Answer: D

NEW QUESTION 20
A business application has been removed from the mqm group but still has privileged authority through OAM access grants. The MQ administrator must delete the authorizations that grant administrative access to the queue manager while retaining those that do not. Which access grant should the administrator retain?

  • A. +crt on Queues
  • B. +all on the Command Queue
  • C. +chg on the Queue Manager
  • D. +setall on the Default Model queue

Answer: D

NEW QUESTION 21
An existing queue manager has a number of users and applications already provisioned for basic MQ access. The MQ Administrator must enable Advanced Message Security for the first time on this queue manager. Which change must be made to the queue manager’s configuration to accomplish this goal?

  • A. Issue the SET POLICY command
  • B. Issue the SET AUTHREC command
  • C. Issue the REFRESH SECURITY TYPE(SSL) command
  • D. Issue the REFRESH QMGR TYPE(CONFIGEV) command

Answer: C

NEW QUESTION 22
All of a company’s IBM MQ installation (z/OS) are LTS (Long Term Support) releases. What must the OPMODE be set to after a migration is complete, in order to allow a backwards migration?

  • A. COMPAT
  • B. OLDFUNC
  • C. NEWFUNC
  • D. ROLLBACK

Answer: C

NEW QUESTION 23
......

P.S. Simply pass now are offering 100% pass ensure C1000-002 dumps! All C1000-002 exam questions have been updated with correct answers: https://www.simply-pass.com/IBM-exam/C1000-002-dumps.html (65 New Questions)