Far Out C1000-002 Faq 2021
Act now and download your IBM C1000-002 test today! Do not waste time for the worthless IBM C1000-002 tutorials. Download Improved IBM IBM MQ V9.0 System Administration exam with real questions and answers and begin to learn IBM C1000-002 with a classic professional.
NEW QUESTION 1
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
Answer: C
Explanation:
Reference https://www-01.ibm.com/support/docview.wss?uid=swg21166937
NEW QUESTION 2
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 3
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 4
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 5
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 6
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 7
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 8
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 9
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 10
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 11
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 12
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 13
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 14
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 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)
Answer: C
NEW QUESTION 16
What performance events are generated, which queue holds the performance event messages?
- A. SYSTEM.PERFM.EVENT
- B. SYSTEM.ADMIN.EVENT
- C. SYSTEM.ADMIN.PERFM.EVENT
- D. SYSTEM.ADMIN.PERFORMANCE.EVENT
Answer: C
NEW QUESTION 17
An application connected to QM1 puts messages on QR1, which is a remote definition of a local queue QL2 on queue manager QM2.
The configuration is as follows: crtmqm -q -l -lp 2 -ls 3 QM1
DEFINE QREMOTE(‘QR1’) RQMNAME(‘QM2’) RNAME(‘QL2’)
The channels between QM1 and QM2 are stopped. Where should the administrator look for the message?
- A. XMITQ on QM1
- B. XMITQ on QM2
- C. Local queue on QM1
- D. Local queue on QM2
Answer: C
NEW QUESTION 18
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 19
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 20
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 21
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 22
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 23
An administrator executes the following control command: crtmqm -q -d Q2 QM1
What is the effect of the above command?
- A. The command creates default queue manager QM1 and specifies Q2 as its default transmission queue.
- B. The command creates default queue manager QM1 and specifies Q2 as its dead letter queue.
- C. The command creates queue manager QM1, queue Q2, and specifies Q2 as its default transmission queue.
- D. The command creates queue manager QM1, queue Q2, and specifies Q2 as its dead letter queue.
Answer: D
NEW QUESTION 24
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 25
......
P.S. Easily pass C1000-002 Exam with 65 Q&As Passcertsure Dumps & pdf Version, Welcome to Download the Newest Passcertsure C1000-002 Dumps: https://www.passcertsure.com/C1000-002-test/ (65 New Questions)