Read Online C1000-058 Test Practice Test Questions Exam Dumps [Q19-Q41]

Share

Read Online C1000-058 Test Practice Test Questions Exam Dumps

Easily To Pass New C1000-058 Premium Exam Updated [Jun 13, 2024]


How much IBM C1000-058 Exam Cost

The price of the IBM C1000-058 exam is 245 USD.

 

NEW QUESTION # 19
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. Use an API or API Crossing exit that encrypts the messages.
  • C. Response:
  • D. Set PasswordProtection to ALWAYS in the qm.ini file.
  • E. A non-blank value in the channel's SSLCIPH attribute.

Answer: A


NEW QUESTION # 20
Which FFST Report field can be used to trigger tracing to start?
Response:

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

Answer: D


NEW QUESTION # 21
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?
Response:

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

Answer: D


NEW QUESTION # 22
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?
Response:

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

Answer: A


NEW QUESTION # 23
An Application Developer is using a Unix queue manager and wants to know if the queue manager is set as the default. Where can this information be found?
Response:

  • A. qm.ini
  • B. mqs.ini
  • C. With the MQSC command: DIS QMGR
  • D. Using the command showQueuemanagerDetails

Answer: B


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

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

Answer: C


NEW QUESTION # 25
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?
Response:

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

Answer: A


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

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

Answer: B


NEW QUESTION # 27
An existing application periodically announces price changes by putting messages to a queue. To make the price messages available as publications without changing the application, the output queue has been deleted and replaced with a queue alias that has TARGTYPE(TOPIC) TARGET('PRICES').
Which authorization is required to allow the application to publish using the new alias?
Response:

  • A. Grant +pub to the alias and +pub to the PRICES topic object
  • B. Grant +put to the alias and to each of the subscriber queues
  • C. Grant +put to the alias and +pub to the PRICES topic object
  • D. Grant +put to the alias only

Answer: A


NEW QUESTION # 28
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?
Response:

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

Answer: D


NEW QUESTION # 29
On AIX when migrating to MQv9, which command is required to make the latest version of the installation the primary installation?
Response:

  • A. setmwenv
  • B. setmqm
  • C. setmqinst
  • D. setmqaut

Answer: C


NEW QUESTION # 30
On which platform would an administrator use the MQCMD_INQUIRE_CHANNEL_INIT PCF command?
Response:

  • A. Windows
  • B. UNIX
  • C. z/OS
  • D. IBM i

Answer: C


NEW QUESTION # 31
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?
Response:

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

Answer: B


NEW QUESTION # 32
What performance events are generated, which queue holds the performance event messages?
Response:

  • A. SYSTEM.ADMIN.PERFORMANCE.EVENT
  • B. SYSTEM.ADMIN.EVENT
  • C. SYSTEM.PERFM.EVENT
  • D. SYSTEM.ADMIN.PERFM.EVENT

Answer: D


NEW QUESTION # 33
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?
Response:

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

Answer: D


NEW QUESTION # 34
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?
Response:

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

Answer: B


NEW QUESTION # 35
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?
Response:

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

Answer: D


NEW QUESTION # 36
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?
Response:

  • A. SYSTEM.ADMIN.COMMAND.EVENT on all platforms
  • B. SYSTEM.COMMAND.INPUT 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: A


NEW QUESTION # 37
What setting of the MONQ attribute should be used to stop capturing monitoring data for all queues on the Queue Manager?
Response:

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

Answer: A


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

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

Answer: D


NEW QUESTION # 39
An administrator wants to determine how many messages are on a TESTQ. Which MQSC command will return that information?
Response:

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

Answer: C


NEW QUESTION # 40
A business application has been removed from the mqm group but still has privilegedbauthority through OAM access grants. The MQ administrator must delete thebauthorizations that grant administrative access to the queue manager while retaining thosebthat do not.
Which access grant should the administrator retain?
Response:

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

Answer: B


NEW QUESTION # 41
......

C1000-058 Certification All-in-One Exam Guide Jun-2024: https://www.freecram.com/IBM-certification/C1000-058-exam-dumps.html

Get Real C1000-058 Exam Dumps [Jun-2024] Practice Tests: https://drive.google.com/open?id=1vSHuZCuF4P8TH0aTy9pupMc8vXvnpbgP

0
0
0
10