Certified C1000-002 Software 2021

Proper study guides for Most recent IBM IBM MQ V9.0 System Administration certified begins with IBM C1000-002 preparation products which designed to deliver the High quality C1000-002 questions by making you pass the C1000-002 test at your first time. Try the free C1000-002 demo right now.

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
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 3
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 4
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 5
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 6
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.

Answer: A

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

Answer: C

NEW QUESTION 10
An application is being implemented that required a connection to an MQ queue manager. Where can the queue manager be located relative to the application to achieve this?

  • A. It can be either local or remote.
  • B. It must be local to the application.
  • C. It must be remote from the application.
  • D. It can be either local or remote, but must use a requester channel for connection.

Answer: A

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

Answer: D

NEW QUESTION 13
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 14
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 15
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 16
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 17
What topic attribute/value pair controls delivery of all non-persistent publications to all subscribers?

  • A. NPMSGDLV(ALL)
  • B. NPPUBDLV(ALL)
  • C. MSGDLV(NPSISTALL)
  • D. PUBDLV(NPSISTALL)

Answer: A

NEW QUESTION 18
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 19
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 20
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 21
In which use case in CONNAUTH the appropriate security control?

  • A. To encrypt data in transit
  • B. To provide non-repudiation functionality
  • C. To authenticate the IP address or DNS name of the remote client
  • D. To comply with password complexity, refresh, and lockout policies

Answer: C

NEW QUESTION 22
Given the following error on an MQ server:
AMQ7280: WebSphere MQ queue manager ’x’ appears unresponsive ln what file extension can this error be found?

  • A. *.ERR
  • B. *.FST
  • C. *.FDC
  • D. *.ALR

Answer: C

NEW QUESTION 23
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 24
For MQ Appliance, which command can be used to set values in the mqat.ini?

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

Answer: B

NEW QUESTION 25
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 26
......

Recommend!! Get the Full C1000-002 dumps in VCE and PDF From Passcertsure, Welcome to Download: https://www.passcertsure.com/C1000-002-test/ (New 65 Q&As Version)