
New (2024) Download free C1000-058 PDF for IBM Practice Tests
100% Free C1000-058 Files For passing the exam Quickly
IBM MQ V9.1 System Administration certification provides individuals with the skills and knowledge required to administer IBM MQ V9.1 systems. IBM MQ V9.1 System Administration certification is valuable for individuals who work in organizations that rely on IBM MQ V9.1 for their messaging infrastructure. With this certification, individuals can demonstrate their expertise in IBM MQ V9.1 and their ability to administer and manage IBM MQ V9.1 systems.
IBM C1000-058 Certification Exam is a computer-based test that includes 60 multiple choice questions. Test takers have 90 minutes to complete the exam, and a passing score is 64%. C1000-058 exam is available in English and Japanese.
IBM MQ V9.1 System Administration exam consists of 60 multiple choice questions that must be completed within 90 minutes. C1000-058 exam measures the candidate's knowledge of IBM MQ V9.1, including its architecture, installation and configuration, security, performance tuning, monitoring, and troubleshooting. C1000-058 exam is designed to assess the candidate's ability to perform the tasks required to administer IBM MQ V9.1 systems.
NEW QUESTION # 37
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 # 38
On AIX when migrating to MQv9, which command is required to make the latest version of the installation the primary installation?
Response:
- A. setmqinst
- B. setmqm
- C. setmwenv
- D. setmqaut
Answer: A
NEW QUESTION # 39
How is a multi-instance queue manager created?
Response:
- A. Create a queue manager on the first server, run the command dmpmqcfg on the first server and import the configuration into the second server using the command addmqcfg
- B. Create a queue manager and run the command dspmqinf on the first server then run the command addmqinf on the second server.
- C. Create a queue manager on both servers ensuring it is the same name on both
- D. Create a queue manager on both servers, including the server details of the other server in the QMGR settings.
Answer: B
NEW QUESTION # 40
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(NONE)
- C. ALTER QMGR INHIBTEV(ENABLED)
- D. ALTER QMGR MONQ(HIGH)
Answer: B
NEW QUESTION # 41
What command line tool is used to manage queue manager objects?
Response:
- A. mqm
- B. runmqsc
- C. mqexplorer.exe
- D. mqm.sh
Answer: B
NEW QUESTION # 42
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?
Response:
- A. Adjust the DISCINT parameter for the channel.
- B. Check instrumentation event messages.
- C. Apply a fixpack to prohibit unauthorized channel access.
- D. Update the channels stanza in qm.ini with SSL=AUDIT.
Answer: B
NEW QUESTION # 43
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?
Response:
- A. CCT
- B. MULTI
- C. TTP
- D. TRAN
Answer: D
NEW QUESTION # 44
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 (queue) curdepth
- B. display qstatus testq type (message) count
- C. display qstatus testq message count
- D. display qstatus testq curdepth
Answer: D
NEW QUESTION # 45
For MQ Appliance, which command can be used to set values in the mqat.ini?
Response:
- A. setmqenv
- B. setmqat
- C. setmqini
- D. setmqaut
Answer: C
NEW QUESTION # 46
If the channel attribute for USEDLQ is set to NO, what behavior would occur for messages?
Response:
- A. The channel will store all failed messages.
- B. If the queue manager DEADQ attribute provides the name of a dead-letter queue, then it is used.
- C. Messages that cannot be delivered by a channel are treated as a failure.
- D. The channel will not support XA transactions.
Answer: C
NEW QUESTION # 47
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 Fail Safe mode
- C. The appliance will flash the Locate LED
- D. The appliance will enter Disaster Recovery mode
Answer: B
NEW QUESTION # 48
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. +chg on the Queue Manager
- B. +crt on Queues
- C. +all on the Command Queue
- D. +setall on the Default Model queue
Answer: D
NEW QUESTION # 49
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 SECURITY TYPE(SSL) command
- B. Issue the REFRESH QMGR TYPE(CONFIGEV) command
- C. Issue the SET AUTHREC command
- D. Issue the SET POLICY command
Answer: A
NEW QUESTION # 50
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. Response:
- C. Use an API or API Crossing exit that encrypts the messages.
- 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 # 51
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. Alter SVRCONN channel and set attribute AUTOCONN(TRUE)
- B. Configure DefRecon attribute of CHANNELS stanza in mqclient.ini
- C. Configure AutoConnect attribute of CHANNELS stanza in mqclient.ini
- D. Alter QMGR and set the attribute RECONN(YES)
Answer: B
NEW QUESTION # 52
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 Security Events
- C. Enable Authority Events
- D. Change the Authority Event setting from DISABLED to NODISPLAY
Answer: A
NEW QUESTION # 53
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 # 54
An administrator executes the following control command: crtmqm -q -d Q2 QM1 What is the effect of the above command?
Response:
- A. The command creates queue manager QM1, queue Q2, and specifies Q2 as its dead letter queue.
- B. The command creates default queue manager QM1 and specifies Q2 as its default transmission queue.
- C. The command creates queue manager QM1, queue Q2, and specifies Q2 as its default transmission queue.
- D. The command creates default queue manager QM1 and specifies Q2 as its dead letter queue.
Answer: A
NEW QUESTION # 55
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?
Response:
- A. Low with the QMGR STATCHL property set to NONE
- B. Medium
- C. High
- D. Low
Answer: D
NEW QUESTION # 56
What queue does the Application Activity Trace write to?
Response:
- A. SYSTEM.ADMIN.ACTIVITY.QUEUE
- B. SYSTEM.DEFAULT.TRACE.ACTIVITY.QUEUE
- C. SYSTEM.ADMIN.TRACE.ACTIVITY.QUEUE
- D. SYSTEM.DEFAULT.TRACE.QUEUE
Answer: C
NEW QUESTION # 57
......
C1000-058 Premium Exam Engine - Download Free PDF Questions: https://www.prep4sures.top/C1000-058-exam-dumps-torrent.html
C1000-058 Dumps Questions Study Exam Guide : https://drive.google.com/open?id=1n_cp030OaPk-AU1mL8fe496WjVGRB_rg