Exam Code: C2180-184 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: IBM WebSphere Message Broker V7.0, System Administration
Certification Provider: IBM
Free Today! Guaranteed Training- Pass C2180-184 Exam.

2021 May C2180-184 Study Guide Questions:

Q41. - (Topic 2) 

An administrator needs to use WebSphere Message Broker 7.0 with an existing high availability (HA) manager HP-UX Serviceguard. The administrator has created and added the broker to the HA environment. How should theadministrator monitor the broker? 

A. Use the SupportPac IC91. 

B. Use the mqsilist command. 

C. Use the mqsireportproperties command. 

D. Use the hamqsi_monitor_broker_as script file. 

Answer: D 


Q42. - (Topic 2) 

An administrator has created a broker withits default parameter values. It is required that security be enabled for this broker to control which developers will have the ability to Start, Stop and Deploy to an execution group. What steps should the administrator take to activate the broker administration security before granting and revoking authority for requests? 

A. Run mqsichangebroker command and specify the broker with -s active parameter, then stop and restart the broker. 

B. Run mqsichangebroker command and specify the broker with -s enabled parameter, then stop and restart the broker. 

C. Stop the broker, run mqsichangebroker command and specify the broker with -s active parameter and restart the broker. 

D. Stop the broker, run mqsichangebroker command and specify the broker with -a activeparameter and restart the broker. 

Answer: C 


Q43. - (Topic 2) 

A company isplanning to evaluate WebSphere Message Broker as an ESB across its various departments. The administrator is asked to set up a new broker environment for this purpose with the condition that one department does not have any access to other department's resources. Which of the following options should the administrator implement that will involve the least administrative overhead? 

A. Create broker set up in a separate machine for each department. 

B. Create one broker per department and run each broker undera different user ID. 

C. Create one execution group for each department and use access control lists to restrict access. 

D. Create one execution group for each department and use the broker administration security to restrict access. 

Answer: D 


certifyforall.com

Refresh C2180-184 practice exam:

Q44. - (Topic 2) 

An administrator needsto gather a detailed user level trace in order to diagnose an issue with a flow F1 in execution group EG1 on broker MB7BROKER. What command does the administrator issue? 

A. mqsichangetrace MB7BROKER -u -e EG1 -f F1 -l on -r 

B. mqsichangetrace MB7BROKER -u-e EG1 -f F1 -l debug -r 

C. mqsichangetrace MB7BROKER -t -e EG1 -f F1 -l normal -r 

D. mqsichangetrace MB7BROKER -n on -e EG1 -f F1 -l debug -r 

Answer: B 


Q45. - (Topic 1) 

An administrator hasbeen asked to prepare the environment for migration of WebSphere Message Broker Version 6.0 to WebSphere Message Broker Version 7.0. What steps does the administrator need to perform to prepare the environment for migration? Upgrade the WebSphere MessageBroker Version 6.0 to use: 

A. WebSphere MQ Version 7.0.0 before migration, upgrade WebSphere Message Broker 

runtime to Fix Pack 9 (Version 6.0.0.9) or later, upgrade 

WebSphere Message Broker toolkit to 6.0.2 or later. 

B. WebSphere MQ Version 7.0.1 beforemigration, upgrade WebSphere Message Broker 

runtime to Fix Pack 7 (Version 6.0.0.7) or later, upgrade 

WebSphere Message Broker toolkit to 6.0.2 or later. 

C. WebSphere MQ Version 7.0.1 before migration, upgrade WebSphere Message Broker 

runtime to Fix Pack 9(Version 6.0.0.9) or later, upgrade 

WebSphere Message Broker toolkit to 6.0.2 or later. 

D. WebSphere MQ Version 6.0.2.10 before migration, upgrade WebSphere Message 

Broker runtime to Fix Pack 7 (Version 6.0.0.7) or later, 

upgrade WebSphere Message Brokertoolkit to 6.0.2 or later. 

Answer: C 


Q46. - (Topic 1) 

An administrator is setting up a new broker environment where all users have to use SSL to connect to the broker from the toolkit. The administrator passes on the following details for connecting to the broker along with the SSL Certificate to the developers: 

The administrator is notified that one of the developers is getting errors while trying to access the broker. 

The developer has passed on the following screen shot of the connection parameters: What should the administrator suggest to resolve the problem? 

A. Enter the value of Cipher Suite as NULL_MD5A.Enter the value of Cipher Suite as NULL_MD5 

B. Enterthe value of Cipher Suite as SSL_RSA_WITH_NULL_MD5B.Enter the value of Cipher Suite as SSL_RSA_WITH_NULL_MD5 

C. Enter the value of SVRCONN Channel Name as SYSTEM.ADMIN.SVRCONNC.Enter the value of SVRCONN Channel Name as SYSTEM.ADMIN.SVRCONN 

D. Enter the value of Key Store as C:TesttrustStore instead of Trust StoreD.Enter the value of Key Store as C:TesttrustStore instead of Trust Store 

Answer: B 


C2180-184  pdf exam

Breathing C2180-184 training materials:

Q47. - (Topic 2) 

A company has a broker environment where message flows belonging to a specific business unit were connecting to an LDAPServer LDAP1 using anonymous bind for authorization. Later the company asks the administrator to extend the broker environment to another business unit that had their own LDAP Server LDAP2. The administrator runs the following command to achieve this: mqsisetdbparms -n ldap::LDAP -u username -p password The administrator is then notified that the message flows that were using LDAP Server LDAP1 started throwing errors. What should the administrator do to resolve the problem? 

A. Restart the LDAP Server LDAP1. 

B. Run the command mqsireloadsecurity 

C. Run the command mqsisetdbparms -n ldap::LDAP1 -u anonymous -p password 

D. Delete the entry for ldap::LDAP and use the command mqsicreateconfigurableservice to specify LDAP2 username and password. 

Answer: C 


Q48. - (Topic 2) 

Team members of a development projectwere asked to install WebSphere Message Broker 

7.0 onto their machines. The company is only licensed for Starter Edition. How can the administrator ensure that only the Starter Edition was used? 

A. Use mqsimode to list and change the mode of the broker. 

B. Use mqsilist to list the mode and use mqsichangebroker to change the mode of the broker. 

C. Use mqsimode to list the mode and use mqsichangebroker to change the mode of the broker. 

D. Use mqsilist to list the mode and use mqsichangeproperties to changethe mode of the broker. 

Answer: A 


Q49. - (Topic 1) 

An administrator has configured a security policy to use LDAP. When issuing the mqsicreateconfigurableservice command, what MUST the administrator do with the LDAP URL? 

A. Use a fully qualified domain name. 

B. Use an IP address instead of a domain name. 

C. Enclose all values with spaces in double quotes. 

D. Enclose the URL in backslash-escaped double quotes. 

Answer: D 


Q50. - (Topic 2) 

An administrator is asked to write an Administration API (CMP API) based application for monitoring the message broker environment. What are prerequisites to run Java applications that use the CMP API? 

A. A configuration manager API (CMP API) Exerciser. 

B. A Java Development Kit (JDK) at a supported Java level. 

C. A WebSphere MQ queue manager running on the server. 

D. A local broker running on that environment to connect to remote brokers. 

E. The WebSphere MQ Classesfor Java added to classpath. 

Answer: B,E