Pass Your C1000-058 Exam Easily - Real C1000-058 Practice Dump Updated Jun 04, 2024 [Q27-Q45]

Share

Pass Your C1000-058 Exam Easily - Real C1000-058 Practice Dump Updated Jun 04, 2024

2024 Realistic Verified Free IBM C1000-058 Exam Questions


IBM MQ V9.1 System Administration is a certification exam offered by IBM, which is designed to test the knowledge and skills of IT professionals in managing IBM MQ V9.1 system administration. C1000-058 exam is intended for IT professionals who are responsible for the installation, configuration, and administration of IBM MQ V9.1 in a variety of operating system environments. The IBM C1000-058 exam is intended to certify that the candidate has the necessary knowledge and skills to perform these tasks in a professional manner.

 

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

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

Answer: D


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

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

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. setmqm
  • B. setmqinst
  • C. setmqaut
  • D. setmwenv

Answer: B


NEW QUESTION # 30
If during normal operation the IBM MQ Appliance detects an intrusion, what will happen the next time the appliance restarts?
Response:

  • A. The appliance will repeatedly shut down
  • B. The appliance will enter Disaster Recovery mode
  • C. The appliance will flash the Locate LED
  • D. The appliance will enter Fail Safe mode

Answer: D


NEW QUESTION # 31
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 local to the application.
  • B. It must be remote from the application.
  • C. It can be either local or remote, but must use a requester channel for connection.
  • D. It can be either local or remote.

Answer: D


NEW QUESTION # 32
Due to a hardware failure, a queue manager stops. Both the queue manager configuration and log data are lost. The queue manager is unable to restart or to be recovered from the log. In this situation, what can the administrator do to restore service?
Response:

  • A. Mount a new file system and move queue files onto new hardware.
  • B. Use the strmqm -s command to start queue manager in safe mode.
  • C. Recreate the queue manager and all of its objects from previously saved definitions.
  • D. Use media recovery to restore damaged objects.

Answer: C


NEW QUESTION # 33
When using PCF commands, MQRCCF error codes are used in which operating system?
Response:

  • A. All supported MQ platforms
  • B. UNIX, Linux, or Windows
  • C. Linux Only
  • D. z/OS only

Answer: B


NEW QUESTION # 34
If the channel attribute for USEDLQ is set to NO, what behavior would occur for messages?
Response:

  • A. If the queue manager DEADQ attribute provides the name of a dead-letter queue, then it is used.
  • B. The channel will store all failed messages.
  • C. The channel will not support XA transactions.
  • D. Messages that cannot be delivered by a channel are treated as a failure.

Answer: D


NEW QUESTION # 35
When migrating to MQv9, what are the MQ migration model options to consider?
Response:

  • A. Plexed stage migration, side-by-side migration, and cross stage migration
  • B. Multi-stage migration, side-by-side migration, and single stage migration
  • C. Single stage migration and cross stage migration
  • D. Cross stage migration

Answer: B


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

  • A. QM1 becomes an active instance on server1.
  • B. QM1 becomes an active instance on server2.
  • 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 # 38
After completing an IBM MQ for z/OS installation and customization, how can a successful installation be verified?
Response:

  • A. Review the z/OS MQ SMF records.
  • B. Run the command runmqsc -installation_verify.
  • C. Use the MQ for z/OS installation verification programs (IVPs).
  • D. Put a test message on a newly created z/OS queue.

Answer: C


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

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

Answer: A


NEW QUESTION # 40
In application triggering what is the role of trigger monitor process?
Response:

  • A. It monitors the initiation queue and based on trigger message issues a command to start an application.
  • B. It monitors the transmission queue and based on trigger message issues a command to start an application.
  • C. It monitors the application queue and when the trigger conditions are met and issues a command to start an application.
  • D. It monitors the application queue and when the trigger conditions are met, it creates a message and puts it on initiation queue.

Answer: A


NEW QUESTION # 41
What command is used to find out which channel is expected to process the transmission queue QM2?
Response:

  • A. DIS CHANNEL (*) ALL (WHERE XMITQ EQ QM2)
  • B. DIS CHANNEL(*) WHERE(XMITQ EQ QM2)
  • C. DIS CHANNEL (MQM) WHERE(QMGR EQ QM2)
  • D. DIS CHANNEL (QM1.TO.QM2) ALL

Answer: B


NEW QUESTION # 42
Which statement describes an MQl channel?
Response:

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

Answer: D


NEW QUESTION # 43
What must be done before an administrator can take a full backup of a queue manager's files?
Response:

  • A. The queues must be cleared.
  • B. The queue manager must be stopped.
  • C. The administrator must copy the logs over to DR site.
  • D. The channels must be stopped.

Answer: B


NEW QUESTION # 44
For MQ Advanced for distributed platforms, which two components are included?
(Select two.)
Response:

  • A. Advanced Message Security
  • B. MQ Appliance
  • C. IBM MQ Internet Pass-Thru
  • D. Managed File Transfer
  • E. MessageSight

Answer: A,D


NEW QUESTION # 45
......

C1000-058 Real Exam Questions and Answers FREE: https://www.vcedumps.com/C1000-058-examcollection.html

C1000-058 Exam Questions | Real C1000-058 Practice Dumps: https://drive.google.com/open?id=18s3rRGyQL-xPBzSOgSq2IQyP7o1rLy0X