Examen MQV7 000-374

download Examen MQV7 000-374

of 33

Transcript of Examen MQV7 000-374

  • 8/8/2019 Examen MQV7 000-374

    1/33

    EXAMEN MQ ADMINISTRATION V7(000-374)

    Por : Antero [email protected]

    Question: 1An administrator is setting up sender receiver channels betweenQMGR1 and QMGR2. As part of the verification test, the administratorputs a message on the remote queue RQ of QMGR1 and notices thatthe message has correctly reached the local queue LQ of QMGR2. Anapplication then starts putting messages on RQ. A few minutes later,the administrator notices that all the messages being put on RQ endup on QMGR2's dead letter queue. What is a probable cause of theproblem?

    A.The application set Message Expiry on the messagesB.The Max Uncommitted Messages limit on QMGR2 was reachedC.The application set the Report options in the MQ Header of themessagesD. The UserIdentifier set in MQ Header of the messages did not haveput authorization on LQ

    Question: 2An administrator wants to prevent the channel initiator process fromstarting when a queue manager QMA on AIX is started. Whichaction(s) will accomplish this?

    A. Restart the queue manager usingstrmqm ns QMA.B. Restart the queue manager usingstrmqm chinit no QMA.C. Issue the command ALTER QMGRSCHINIT(DISABLED), thenrestart the queue manager using strmqm QMA.D. Edit the file qm.ini for QMA and add an entryChannelInitiator =No in the CHANNELS stanza, then restart the queue managerusingstrmqm QMA.

    Question: 3An IBM WebSphere MQ V6.0 broker environment which is shared withan IBM WebSphere Message Broker V6.0 environment is beingmigrated to an IBM WebSphere MQ V7.0 broker environment. Whataction will continue to ensure proper coexistence in the overall sharedenvironment?

    A. Set the PSMODE parameter on the IBMWebSphere MQ brokerqueue managers to

    COMPAT

    B. Set the coexistence parameter to true in each of the broker'squeue manager qm.ini

    mailto:[email protected]:[email protected]
  • 8/8/2019 Examen MQV7 000-374

    2/33

    fileC. Enable the coexist flag on each broker's queue manager in thebroker domainD. The IBM WebSphere MQ broker queue managers will automaticallyreconfigure

    themselves for coexistence on startup

    Question: 4A financial company has decided that as part of the migration of theirexisting IBM WebSphere MQ V6.0 broker infrastructure to IBMWebSphere MQ V7.0 they would like to make use of thepublish/subscribe clusters topology in IBM WebSphere MQ V7.0.Which MQSC command needs to be issued on all queue managers inthe broker infrastructure during the migration to remove the old IBMWebSphere MQ V6.0 broker relationships?

    A. ALTER QMGR PARENT (' ')B. ALTER QMGR PARENT (EMPTY)C ALTER QMGR PARENT (' ') CHILD (' ')D. ALTER QMGR PARENT (EMPTY) CHILD (NONE)

    Question: 5

    An application receives messages from a queue APPQ using MQGET.Which MQSC command will successfully configure the queue managerso that the application can receive messages published to topicStock/IBM/Price?

    A. DEFINESUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DEST(APPQ)B. DEFINESUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DESTQ(APPQ)C. DEFINESUB(TO_APP) TOPICSTR(Stock/IBM/Price) + TARGET(APPQ)D. DEFINESUB(TO_APP) TOPIC(Stock/IBM/Price) + DEST(APPQ)

    Question: 6An administrator wants to prevent applications from publishingmessages to the topic tree below Counters/Application. What MQSCcommand will accomplish this task?

    DEFINETOPIC(Counters/Application) PUB(NO)

    DEFINETOPIC(Counters/Application) PUB(DISABLED)DEFINETOPIC(CTOPIC) TOPICSTR(Counters/Application) + PUB(NO)DEFINETOPIC(CTOPIC) TOPICSTR(Counters/Application) +PUB(DISABLED

    Question: 7A financial company is looking to take advantage of thepublish/subscribe feature that IBM WebSphere MQ V7.0 offers. Theywould like to be able to share stock quotes between theirfeedhandlerapplications as quickly as possible. They also need tomake sure that the publish/subscribe infrastructure is highly scalable

  • 8/8/2019 Examen MQV7 000-374

    3/33

    as they will be adding additional feedhandler applications. What is thebest publish/subscribe topology to meet the company's needs?

    A. Publish/subscribe clustersB. Publish/subscribe hierarchies

    C. Publish/subscribe broker bundlesD. Publish/subscribe interconnections

    Question: 8A routing application has been modified to generate smallermessages no larger than 10KB in size. The operations team hasdecided to reduce their queue resources need for the routingapplication's primary queue ROUTING_Q as well to better make use oftheir file system resources. What command will allow them to do this?

    A. ALTERQL(ROUTING_Q) MAXLENGTH(20000)B. REPLACEQL(ROUTING_Q) MAXMSGL(20000)C. ALTER QLOCAL (ROUTING_Q)MSGLENGTH(20000)D. DEFINE QLOCAL (ROUTING_Q)MAXMSGL(20000) REPLACE

    Question: 9What should a company do to set up its MQ environment for mediarecovery?

    A. No additional configuration is neededB. Configure queue managers for linear loggingC. Configure queue managers for advanced loggingD. Modify logging so that log files are viewed as a closed loop

    Question: 10Queue manager QMA had previously been configured to disable thepublish/subscribe broker. Now, the administrator has been asked toturn on the native publish/subscribe engine. The administrator canaccomplish this task by executing the following command:

    A. strmqbrk m QMAB. ALTER QMGRPSMODE(ENABLED)C. STARTSERVICE(SYSTEM.BROKER)D. ALTER BROKERPSMODE(ENABLED)

    Question: 11The warehouse application is reporting issues with trying to readmessages from its input message queue, PRIME_REPOS_Q. There arethree applications that access this queue via QALIAS definitions, as

  • 8/8/2019 Examen MQV7 000-374

    4/33

    follows:

    DEFINE QLOCAL (PRIME_REPOS_Q) DEFINE QALIAS(WAREHOUSE1_AQ) TARGET (PRIME_REPOS_Q) DEFINE QALIAS(WAREHOUSE2_AQ)TARGET(PRIME_REPOS_Q) DEFINE QALIAS(WAREHOUSE3_AQ) TARGET

    (PRIME_REPOS_Q). The warehouse application has notified the operations team theyneed to stop the incoming messaging traffic while they work toresolve their message readissue. What action does the operationteam need to take to fulfill the warehouse application teams request?Issue the command(s):

    A. ALTERQLOCAL(PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED)B. ALTERQLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG(ENABLED) UPDATE

    ALIASES FOR QUEUE(PRIME_REPOS_Q)C. ALTER QALIAS (WAREHOUSE1_AQ) TARGET(PRIME_REPOS_Q)PUT(DISABLED) GET

    (ENABLED) PUSHUPDATE ALTER QALIAS (WAREHOUSE2_AQ)TARGET

    (PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED) PUSHUPDATEALTER QALIAS

    (WAREHOUSE3_AQ) TARGET (PRIME_REPOS_Q) PUT (DISABLED)GET (ENABLED)

    PUSHUPDATED. ALTERQLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG

    (ENABLED) REFRESHQALIAS (WAREHOUSE1_AQ) REFRESH QALIAS (WAREHOUSE2_AQ)REFRESH QALIAS

    (WAREHOUSE3_AQ)

    Question: 12The operations team has created a new queue manager infrastructureusing default settings to support the deployment of a company's newdatabase warehousing application. This application sends messagesto applications running on other queue managers, which process the

    messages and send replies. After deployment of the application themessage throughput is much lower than expected. The operationsteam doesn't notice any resources issues with disk space, memoryusage, or CPU usage, however, they do notice that there are manymore messages on the reply to-queues than expected. They alsonotice that error messages are frequently generated as theapplication processes reply messages. What is the most probablecause of the performance slowdown?

    A. The warehousing application has unintentionally requested activityreports for each

  • 8/8/2019 Examen MQV7 000-374

    5/33

    message it createsB. The warehousing application was unintentionally deployed withtrace route

    reporting enabledC. The warehousing applications queue manager reply-to-queue

    handler was notdisabled

    D. The warehousing applications queue manger reply-to-queuefiltering was not

    properly adjusted

    Question: 13Queue manager DEV_QM1 is no longer able to send and receivemessages from queue manager DEV_QM2. Both queue managersreside on the Windows server. The administrator takes a look at theMQ Explorer to see what the problem is and notices the channelinitiator for DEV_QM2 has stopped. What options does theadministrator have to resolve the problem?

    A. PCF commandsB. MQSC commandsC. Control commandsD. WebSphere MQ ExplorerE. WebSphere MQ API Exerciser

    Question: 14An administrator needs to record media images. Which one of thefollowing commands should the administrator use to record them?

    A. rcrmqobjB. saveqmgrC. rcdmqimgD. Savemqob

    Question: 15 The administrator wants to define a service object on a queuemanager on Windows so that an application will start when the queuemanager is started and stop when the queue manager is stopped.What attribute should the administrator include on the DEFINESERVICE command inrunmqsc to ensure that this happens?

    A. SERVCTL(AUTO)B. SERVCTL(QMGR)C. CONTROL(AUTO)D. CONTROL(QMGR

  • 8/8/2019 Examen MQV7 000-374

    6/33

    Question: 16A legacy application uses MQPUT to send messages to a queue INV.Which set of MQSC commands below will successfully configure thequeue manager so that a number of JMS applications can receivethese messages by subscribing to topic Inventory/CurrentItems?

    A.DEFINE TOPIC(INV_TOPIC) +TOPICSTR(Inventory/CurrentItems)DEFINE QALIAS(INV)TARGET(INV_TOPIC) TARGTYPE(TOPIC)B.DEFINE TOPIC(INV_TOPIC) +TOPICSTR(Inventory/CurrentItems)DEFINE TALIAS(INV)TARGET(INV_TOPIC) TARGTYPE(TOPIC)C. DEFINE TOPIC (INV_TOPIC) + TOPICSTR(Inventory/CurrentItems)QALIAS(INV)D. DEFINE QALIAS(INV) TARGET(Inventory/CurrentItems) +TARGTYPE(TOPIC)

    Question: 17An administrator wants to prevent the channel initiator process fromstarting when a queue manager QMA on AIX is started.

    Which action(s) will accomplish this?

    A. Restart the queue manager using strmqm ns QMA.B. Restart the queue manager using strmqm chinit no QMA.

    C. Issue the command ALTER QMGR SCHINIT(DISABLED), then restartthe queuemanager using strmqm QMA.

    D. Edit the file qm.ini for QMA and add an entry ChannelInitiator = Noin the

    CHANNELS stanza, then restart the queue manager using strmqmQMA

    Question: 18

    An administrator has been asked to create a queue manager alias for

    QM1 to be used for communication between remote queue managers.What MQSC command will create the queue manager alias?

    A. DEF QR(QM1.ALIAS) RNAME('Q1') RQMNAME(' ') XMITQ(QM1)B. DEF QR(QM1.ALIAS) RNAME(' ') RQMNAME(QM1) XMITQ(QM1)C. DEF QR(QM1.ALIAS) RNAME('Q1') RQMNAME(QM1) XMITQ(' ')D. DEF QL(QM1.ALIAS) RQMNAME(QM1)

    Question: 19An administrator has created the following MQ objects on twosystems:

  • 8/8/2019 Examen MQV7 000-374

    7/33

    SYSTEM Acrtmqm -C "VEGGIE QUEUE MANAGER" -LL -Q -D POTATO VEGGIEDEFINE QR(APPLE) RQMNAME(FRUIT) RNAME(PEACH)DEFINE QL(DLQ)DEFINE QL(POTATO) USAGE(XMITQ)

    DEF CHL('VEGGIE.FRUIT') CHLTYPE(SDR) TRPTYPE(TCP)CONNAME('9.84.100.7(1414)') +XMITQ('POTATO')

    SYSTEM Bcrtmqm -C "FRUIT QUEUE MANAGER" -LL -Q -D GRAPE FRUITDEFINE QL(GRAPE) USAGE(XMITQ)DEFINE QL(PEACH)DEF CHL('VEGGIE.FRUIT') CHLTYPE(RCVR) TRPTYPE(TCP)

    An application connects to queue manager VEGGIE and puts amessage to queue APPLE. On which queue does the message getdelivered before it gets picked up by the sender channel?

    A. POTATOB. APPLEC. GRAPED. PEACH

    Question: 20

    An application deployed on z/OS was causing frequent abends.Which of the following options from the IPCS Dump Component Panelcan an administrator use to analyze the problem?A. CSQWDMPB. ASMCHECKC. DIVDATAD. DAEDATA

    Question: 21

    What are the four predefined message types?

    A. Request, response, publication, datagramB. Publication, subscription, request, responseC. Request, reply, report, datagramD. Request, broadcast, acknowledgment, response

    Question: 22Which features of IBM WebSphere MQ specifically provide robustmessage transport?

    A. Data integrity, security, parallel processing

  • 8/8/2019 Examen MQV7 000-374

    8/33

    B. Asynchronous delivery, once and once-only delivery, persistentmessagingC. Time independence, no duplicate delivery, synchronous processingD. Assured delivery, application parallelism, time dependentapplications

    Question: 23Which of the following are performance enhancements to the JavaMessage Service provider implementation in IBM WebSphere MQV7.0?

    A. Read AheadB. Support for channel exits written in C/C++C. Asynchronous PutD. Message selection performed by Queue ManagerE. Ability to access all MQMD fields for IBM WebSphere MQ messages.

    Question: 24Which of the following statements are true, regarding applicationsthat communicate via IBMWebSphere MQ?

    IBM WebSphere MQ applications have to agree upon:

    A. the platforms they are running on

    B. the name(s) of the queue(s) usedC. the maximum number of messages sent within a given time periodD. the layout of the message data exchangedE.the network protocol used

    Question: 25A company running IBM WebSphere MQ V5.3 on UNIX upgraded toIBM WebSphere MQ V7.0. Immediately after the migration, what is theadministrator expected to do?

    A. MQSeries serviceB. queue manager and listener simultaneouslyC. queue manager before starting the listenerD. listener before starting the queue manager

    Question: 26The following restrictions have been placed on messages flowing froma banking application on AIX to a data warehousing application onz/OS: -Partner authentication -Message encryption -Maintenance ofData Integrity Which exits will fulfill these requirements?

    A. Send / receive exitsB. Data Integrity exits

  • 8/8/2019 Examen MQV7 000-374

    9/33

    C. SSL Conversion exitsD. Security exitsE. Message exits

    Question 27:Which of the following commands can the administrator use to get alist of all authority records for a queue manager on Windows?

    A. runmqcfgB. dmpmqautC. dspmqrteD. dspmqaut

    Question 28:A company has its retail business applications running on IBM

    WebSphere MQinfrastructure across heterogeneous platforms. After a recent failure,the company set up a failover mechanism where a centrally locatedz/OS server hosts the main application and applications on otherservers connect to the main application using distributed queuing.

    What term best describes this topology?

    A. StarB. Point to Point

    C. Hub and SpokeD. Cluster

    Question 29:The administrator is required to give authority for user MQUSER toexecute runmqsc control commands on Windows queue managerQM1. Which method can be followed to Grant authority?

    A. add MQUSER to the Windows Administrators groupB. modify the file permission for runmqsc.exe

    C. setmqaut m QM1 t qmgr p MQUSER +inq +dsp +connect +alladmD. accesstorunmqsc can't be granted to non-mqm users

    Question 30:An administrator using WebSphere MQ Explorer is unable to connectto queue manager PROD after it has been migrated, and receiveserror message SYSTEM .MQ EXPLORER. REPLY. MODEL not defined.Which command will refresh the existing system objects to resolvethis issue?

    A. strmqm si PRODB. strmqm a PROD

  • 8/8/2019 Examen MQV7 000-374

    10/33

    C. strmqm ss PRODD. strmqm c PROD

    Question 31:

    Which of the following would occur if an administrator ran the MQSCcommand REFRESH SECURITY TYPE(SSL)?A. Changes to users OS authority were recognized.B. Changes ofIBMWebSphere MQ security with OAM take effect.C. The cached view of the SSL key repository was updated.D. All newly-created channels were restarted.

    Question 32:

    An administrator was asked to restrict the IBM WebSphere MQ tracefile size on AIX to 10 MB. How can the administrator do this?

    A. Pass the value as a parametertostrmqtrcB. Use thecommandsetmqscpC. Use the environment variable MQS_TRACE_OPTIONSD. SettheMaxSize parameter under Trace Stanza

    Question 33An IBM WebSphere MQ V6.0 broker environment which is shared withan IBM WebSphere Message Broker V6.0 environment is being

    migrated to an IBM WebSphere MQ V7.0 broker environment. Whataction will continue to ensure proper coexistence in the overall sharedenvironment?

    A. Set the coexistence parameter to true in each of the broker'squeue manager qm.ini

    fileB. TheIBMWebSphere MQ broker queue managers will automaticallyreconfigure

    themselves for coexistence on startupC. Set the PSMODE parameter on theIBMWebSphere MQ broker queue

    managers toCOMPAT

    D. Enable the coexist flag on each broker's queue manager in thebroker domain

    Question 34:A server hosting clustered queue manager APP_QM1 experienced anoutage. The Server was restarted but the queue manager could notbe restarted. The cluster that APP_QM1 is part of hosts businesscritical applications and thus the workload algorithm needs tocontinue to route messages as efficiently as possible. What would bethe next step to maintain this efficiency?

  • 8/8/2019 Examen MQV7 000-374

    11/33

    A. Run RESET CLUSTERB. Remove APP_QM1 from the repository databaseC. Delete APP_QM1D. Run REFRESH CLUSTER

    Question 35:In order to grant authority for user appuser1 to Q1, the followingcommands were issued in sequence. setmqaut -m qmgr1 -n Q1 -tqueue -p appuser1 +put +get setmqaut -m qmgr1 n Q1 - t queue -pappuser1 +crt setmqaut -m qmgr1 -n Q1 -t queue -p appuser1 -allsetmqaut -m qmgr1 -n Q1 -t queue -p appuser1 +browse What accessauthority does user appuser1 have to the queue Q1?

    A. browseandcrt

    B. put,get,crt and browseC. put, get and browseD. browse

    Question 36:Queue managers QMGR1 and QMGR2 are members of clusterQMCLUS. An applicationconnected to QMGR1 needs to send messages to a local queueAPP.LOCAL of QMGR2.

    The administrator creates the following definitions: On QMGR1:DEFINE QALIAS(APP.ALIAS) + TARGET(APP.LOCAL) +CLUSTER(QMCLUS) On QMGR2:DEFINE QLOCAL(APP.LOCAL) + MAXDEPTH(50000). The administratoris notified that the application is unable to send messages toAPP.LOCAL. What is the most likely cause?

    A. The queue APP.LOCAL is not a cluster queue.B. The QALIAS cannot be defined on a cluster.C. The SYSTEM.CLUSTER.TRANSMIT.QUEUE is full.D. The cluster channels have not been started.

    Question 37:Which Eclipse version is a prerequisite to use MQ Explorer toadminister IBM WebSphere MQ V7.0 on Windows?A. 3.2B. 3.0C. 3.3D. 3.1

    A company is running applications Question 38:

  • 8/8/2019 Examen MQV7 000-374

    12/33

    on several Windows servers installed with WebSphere MQ Servercomponents. All the applications are sending data to a queuemanager running on a Solaris machine. How could the administratorredesign the infrastructure to reduce the overall licensing costs of theinfrastructure?

    A. ReplaceWebSphere MQ Server components with WebSphere MQClient

    components on all Windows machinesB. Create a cluster and include all Windows machinesC. Redesigning the infrastructure will not reduce the number oflicenses requiredD. Rewrite the application to handle a larger workload; reduce thenumber of

    applicationsandWebSphere MQ server components

    Question 39:

    An administrator has created a client channel definition table on aIBM WebSphere MQ V7.0 queue manager. Which of the followingstatements are true? The client channel definition table (CCDT) canbe used by a WebSphere MQ Client:

    A. running inaWebSphere MQ V7.0 client environment to connect to aWebSphere MQ

    V6.0 queue manager

    B. running inaWebSphere MQ V7.0 client environment to connect to aWebSphere MQV7.0 queue manager

    C. running inaWebSphere MQ V6.0 client environment to connect to aWebSphere MQ

    V6.0 queue managerD. running inaWebSphere MQ V5.3 client environment to connect to aWebSphere MQ

    V7.0 queue managerE. running inaWebSphere MQ V6.0 client environment to connect to aWebSphere MQ

    V7.0 queue manager

    Question 40:An application is putting persistent messages on queue Q1 inside anactive transactionwhen an abnormal shutdown of queue manager QM occurred. QM isconfigured with linear logging. What action does the administratorneed take to recover Q1 and roll back the uncommitted messages?

    A. strmqm -m QM1 -recoverB. rcrmqobj -m QM -t ql Q1C. getmqobj -m QM -t ql QLD. no action is needed

  • 8/8/2019 Examen MQV7 000-374

    13/33

    Question 41:An administrator created a queue manager Paint.queue.manager onAIX with circular logging. The administrator then was told that thesystem will be used for production, so the logging needs to be

    switched to linear.How canthe administrator make this change?

    A. Edit "/var/mqm/mqs.ini" and change LogType=LINEARB. Edit "/var/mqm/qmgrs/Paint.queue.manager/qm.ini" and changeLogType=LINEARC. Issue the MQSC command ALTER QMGR LOGTYPE(LINEAR)D. Recreate queue manager with crtmqm -c "Paint shop" -ll -qPaint.queue.manager

    Question 42:

    An administrator has been asked to determine which files are neededto restart a queue manager configured with linear logging. Which ofthe following MQSC commands will determine which logfiles are stillrequired?A. DISPLAY QMGRB. DISPLAY QMSTATUSC. DISPLAY QMSTATUS ALLD. DISPLAY QMGR RESTART

    Question 43:

    An administrator has created a queue manager on AIX system A,using the command crtmqm ll QMA. What command will create abackup queue manager for QMA on AIX system B?

    A. crtmqm ll QMBB. crtmqm ll QMAC. crtmqm lb QMAD. crtmqm ll backup QMA

    Question 44:An administrator will install IBM WebSphere MQ on an AIX platform.

    There is a requirement to configure the installation to store the queuemanagers data files under a directory tree different from the defaultspecified by the installation.After creating the appropriate directory tree, the administratorshould:

    A. specify the file location using the -ld option whenrunning thecrtmqm command.B. add an entry for the variable MQSPREFIX in /var/mqm/service.envbefore running

    the crtmqm command.C. edit /var/mqm/mqs.ini to specify LogDefaultPath in the LogDefaultsstanza before

  • 8/8/2019 Examen MQV7 000-374

    14/33

    running the crtmqm command.D. edit /var/mqm/mqs.ini to specify DefaultPrefix in theAllQueueManagers stanza

    before running the crtmqm command.

    Question 45:An administrator wants to define a IBMWebSphere MQ object so thatthe applications can beprevented from sending messages to theprocessing applications queue APPQ, but continue to allowadministrators to send test messages to the processing application.The application will send messages using an object ABC.What MQSC command should be used?A. DEFINE QALIAS(ABC) BASEQ(APPQ)B. DEFINE QALIAS(ABC) TARGET(APPQ)C. DEFINE QREMOTE(ABC) TARGET(APPQ)D. DEFINE QLOCAL(ABC) ALIASQ(APPQ)E. DEFINE QMODEL(ABC) BASEQ(APPQ)

    Question 46:What are the advantages of using queue-sharing groups in IBMWebSphere MQ?A. workload balancing, remote administrationB. improved performance, ease of monitoringC. scalability, end-to-end security, data integrityD. scalability, high availability, workload balancing

    Question 47:3. Which two user profiles are mandatory to correctly run IBMWebSphere MQ on i5/OS?

    A. QMQM, QMQMADMB. QMQMADIM, mqmC. mqm, QMQMD. mqm, MUSR_MQADMIN

    Question 48:

    For the Solaris platform, which databases are supported as a resourcemanager in transactions coordinated by IBM WebSphere MQ V7.0?A. Oracle, Derby, My SQLB. DB2, Derby, TeradataC. DB2, Oracle, Informix, SybaseD. DB2, SQL Server, Sybase, Informix

    Question 49:An administrator created a queue manager Paint.queue.manager onAIX with circular logging. The administrator then was told that the

    system will be used for production, so the logging needs to beswitched to linear.How canthe administrator make this change?

  • 8/8/2019 Examen MQV7 000-374

    15/33

    A. Edit "/var/mqm/mqs.ini" and change LogType=LINEARB. Edit "/var/mqm/qmgrs/Paint.queue.manager/qm.ini" and changeLogType=LINEARC. Issue the MQSC command ALTER QMGR LOGTYPE(LINEAR)

    D. Recreate queue manager with crtmqm -c "Paint shop" -ll -qPaint.queue.manager

    Question 50:An administrator has been asked to determine which files are neededto restart a queue manager configured with linear logging. Which ofthe following MQSC commands will determine which logfiles are stillrequired?

    A. DISPLAY QMGRB. DISPLAY QMSTATUSC. DISPLAY QMSTATUS ALLD. DISPLAY QMGR RESTART

    Question 51:8. An administrator has created a queue manager on AIX system A,using the command crtmqm ll QMA.What command will create a backup queue manager for QMA on AIXsystem B?A. crtmqm ll QMBB. crtmqm ll QMA

    C. crtmqm lb QMAD. crtmqm ll backup QMA

    Question 52:An administrator will install IBM WebSphere MQ on an AIX platform. There is a requirement to configure the installation to store thequeue managers data files under a directory tree different from thedefault specified by the installation.After creating the appropriate directory tree, the administratorshould:

    A. specify the file location using the -ld option whenrunning thecrtmqm command.B. add an entry for the variable MQSPREFIX in /var/mqm/service.envbefore running

    the crtmqm command.C. edit /var/mqm/mqs.ini to specify LogDefaultPath in the LogDefaultsstanza before

    running the crtmqm command.D. edit /var/mqm/mqs.ini to specify DefaultPrefix in theAllQueueManagers stanza

    before running the crtmqm command.

    Question 53:

  • 8/8/2019 Examen MQV7 000-374

    16/33

    An administrator wants to define a IBMWebSphere MQ object so thatthe applications can beprevented from sending messages to theprocessing applications queue APPQ, but continue to allowadministrators to send test messages to the processing application.The application will send messages using an object ABC.

    What MQSC command should be used?

    A. DEFINE QALIAS(ABC) BASEQ(APPQ)B. DEFINE QALIAS(ABC) TARGET(APPQ)C. DEFINE QREMOTE(ABC) TARGET(APPQ)D. DEFINE QLOCAL(ABC) ALIASQ(APPQ)E. DEFINE QMODEL(ABC) BASEQ(APPQ)

    -------------------------------------------------------------------------------------------------------------------

    Answers :

    Question: 1An administrator is setting up sender receiver channels betweenQMGR1 and QMGR2. As part of the verification test, the administratorputs a message on the remote queue RQ of QMGR1 and notices thatthe message has correctly reached the local queue LQ of QMGR2. Anapplication then starts putting messages on RQ. A few minutes later,the administrator notices that all the messages being put on RQ end

    up on QMGR2's dead letter queue. What is a probable cause of theproblem?

    A.The application set Message Expiry on the messagesB.The Max Uncommitted Messages limit on QMGR2 was reachedC.The application set the Report options in the MQ Header of themessagesD. The UserIdentifier set in MQ Header of the messages did not haveput authorization on LQ

    Answer: D

    Question: 2

    An administrator wants to prevent the channel initiator process fromstarting when a queue manager QMA on AIX is started. Whichaction(s) will accomplish this?

    E. Restart the queue manager usingstrmqm ns QMA.F. Restart the queue manager usingstrmqm chinit no QMA.G. Issue the command ALTER QMGRSCHINIT(DISABLED), thenrestart the queue manager using strmqm QMA.H.

    Edit the file qm.ini for QMA and add an entryChannelInitiator =No in the CHANNELS stanza, then restart the queue managerusingstrmqm QMA.

  • 8/8/2019 Examen MQV7 000-374

    17/33

    Answer: A

    Question: 3An IBM WebSphere MQ V6.0 broker environment which is shared with

    an IBM WebSphere Message Broker V6.0 environment is beingmigrated to an IBM WebSphere MQ V7.0 broker environment. Whataction will continue to ensure proper coexistence in the overall sharedenvironment?

    A. Set the PSMODE parameter on the IBMWebSphere MQ brokerqueue managers to

    COMPATB. Set the coexistence parameter to true in each of the broker'squeue manager qm.ini

    fileC. Enable the coexist flag on each broker's queue manager in thebroker domainD. The IBM WebSphere MQ broker queue managers will automaticallyreconfigure

    themselves for coexistence on startup

    Answer: A

    Question: 4A financial company has decided that as part of the migration of theirexisting IBM WebSphere MQ V6.0 broker infrastructure to IBMWebSphere MQ V7.0 they would like to make use of thepublish/subscribe clusters topology in IBM WebSphere MQ V7.0.Which MQSC command needs to be issued on all queue managers inthe broker infrastructure during the migration to remove the old IBMWebSphere MQ V6.0 broker relationships?

    A. ALTER QMGR PARENT (' ')B. ALTER QMGR PARENT (EMPTY)

    C ALTER QMGR PARENT (' ') CHILD (' ')D. ALTER QMGR PARENT (EMPTY) CHILD (NONE)

    Answer: A

    Question: 5An application receives messages from a queue APPQ using MQGET.Which MQSC command will successfully configure the queue managerso that the application can receive messages published to topicStock/IBM/Price?A. DEFINESUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DEST(APPQ)B. DEFINESUB(TO_APP) TOPICSTR(Stock/IBM/Price) + DESTQ(APPQ)

  • 8/8/2019 Examen MQV7 000-374

    18/33

    C. DEFINESUB(TO_APP) TOPICSTR(Stock/IBM/Price) + TARGET(APPQ)D. DEFINESUB(TO_APP) TOPIC(Stock/IBM/Price) + DEST(APPQ)

    Answer: A

    Question: 6An administrator wants to prevent applications from publishingmessages to the topic tree below Counters/Application. What MQSCcommand will accomplish this task?

    DEFINETOPIC(Counters/Application) PUB(NO)DEFINETOPIC(Counters/Application) PUB(DISABLED)DEFINETOPIC(CTOPIC) TOPICSTR(Counters/Application) + PUB(NO)DEFINETOPIC(CTOPIC) TOPICSTR(Counters/Application) +PUB(DISABLED

    Answer: D

    Question: 7A financial company is looking to take advantage of thepublish/subscribe feature that IBM WebSphere MQ V7.0 offers. Theywould like to be able to share stock quotes between theirfeedhandlerapplications as quickly as possible. They also need tomake sure that the publish/subscribe infrastructure is highly scalableas they will be adding additional feedhandler applications. What is the

    best publish/subscribe topology to meet the company's needs?

    A. Publish/subscribe clustersB. Publish/subscribe hierarchiesC. Publish/subscribe broker bundlesD. Publish/subscribe interconnections

    Answer: A

    Question: 8A routing application has been modified to generate smaller

    messages no larger than 10KB in size. The operations team hasdecided to reduce their queue resources need for the routingapplication's primary queue ROUTING_Q as well to better make use oftheir file system resources. What command will allow them to do this?

    A. ALTERQL(ROUTING_Q) MAXLENGTH(20000)B. REPLACEQL(ROUTING_Q) MAXMSGL(20000)C. ALTER QLOCAL (ROUTING_Q)MSGLENGTH(20000)D. DEFINE QLOCAL (ROUTING_Q)MAXMSGL(20000) REPLACE

    Answer: D

    Question: 9

  • 8/8/2019 Examen MQV7 000-374

    19/33

    What should a company do to set up its MQ environment for mediarecovery?

    A. No additional configuration is neededB. Configure queue managers for linear logging

    C. Configure queue managers for advanced loggingD. Modify logging so that log files are viewed as a closed loop

    Answer: B

    Question: 10Queue manager QMA had previously been configured to disable thepublish/subscribe broker. Now, the administrator has been asked toturn on the native publish/subscribe engine. The administrator canaccomplish this task by executing the following command:

    A. strmqbrk m QMAB. ALTER QMGRPSMODE(ENABLED)C. STARTSERVICE(SYSTEM.BROKER)D. ALTER BROKERPSMODE(ENABLED)

    Answer: B

    Question: 11The warehouse application is reporting issues with trying to read

    messages from its input message queue, PRIME_REPOS_Q. There arethree applications that access this queue via QALIAS definitions, asfollows:

    DEFINE QLOCAL (PRIME_REPOS_Q) DEFINE QALIAS(WAREHOUSE1_AQ) TARGET (PRIME_REPOS_Q) DEFINE QALIAS(WAREHOUSE2_AQ)TARGET(PRIME_REPOS_Q) DEFINE QALIAS(WAREHOUSE3_AQ) TARGET(PRIME_REPOS_Q). The warehouse application has notified the operations team theyneed to stop the incoming messaging traffic while they work toresolve their message readissue. What action does the operation

    team need to take to fulfill the warehouse application teams request?Issue the command(s):

    A. ALTERQLOCAL(PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED)B. ALTERQLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG(ENABLED) UPDATE

    ALIASES FOR QUEUE(PRIME_REPOS_Q)C. ALTER QALIAS (WAREHOUSE1_AQ) TARGET(PRIME_REPOS_Q)PUT(DISABLED) GET

    (ENABLED) PUSHUPDATE ALTER QALIAS (WAREHOUSE2_AQ)TARGET

    (PRIME_REPOS_Q) PUT (DISABLED) GET (ENABLED) PUSHUPDATEALTER QALIAS

  • 8/8/2019 Examen MQV7 000-374

    20/33

    (WAREHOUSE3_AQ) TARGET (PRIME_REPOS_Q) PUT (DISABLED)GET (ENABLED)

    PUSHUPDATED. ALTERQLOCAL(PRIME_REPOS_Q) PUTMSG (DISABLED) GETMSG(ENABLED) REFRESH

    QALIAS (WAREHOUSE1_AQ) REFRESH QALIAS (WAREHOUSE2_AQ)REFRESH QALIAS

    (WAREHOUSE3_AQ)

    Answer: A

    Question: 12The operations team has created a new queue manager infrastructureusing default settings to support the deployment of a company's newdatabase warehousing application. This application sends messagesto applications running on other queue managers, which process themessages and send replies. After deployment of the application themessage throughput is much lower than expected. The operationsteam doesn't notice any resources issues with disk space, memoryusage, or CPU usage, however, they do notice that there are manymore messages on the reply to-queues than expected. They alsonotice that error messages are frequently generated as theapplication processes reply messages. What is the most probablecause of the performance slowdown?

    A. The warehousing application has unintentionally requested activityreports for eachmessage it creates

    B. The warehousing application was unintentionally deployed withtrace route

    reporting enabledC. The warehousing applications queue manager reply-to-queuehandler was not

    disabledD. The warehousing applications queue manger reply-to-queuefiltering was not

    properly adjusted

    Answer: A

    Question: 13Queue manager DEV_QM1 is no longer able to send and receivemessages from queue manager DEV_QM2. Both queue managersreside on the Windows server. The administrator takes a look at theMQ Explorer to see what the problem is and notices the channelinitiator for DEV_QM2 has stopped. What options does theadministrator have to resolve the problem?

  • 8/8/2019 Examen MQV7 000-374

    21/33

    A. PCF commandsB. MQSC commandsC. Control commandsD. WebSphere MQ ExplorerE. WebSphere MQ API Exerciser

    Answer: A,B,C

    Question: 14An administrator needs to record media images. Which one of thefollowing commands should the administrator use to record them?

    A. rcrmqobjB. saveqmgrC. rcdmqimgD. Savemqob

    Answer: C

    Question: 15 The administrator wants to define a service object on a queuemanager on Windows so that an application will start when the queuemanager is started and stop when the queue manager is stopped.What attribute should the administrator include on the DEFINESERVICE command inrunmqsc to ensure that this happens?

    A. SERVCTL(AUTO)B. SERVCTL(QMGR)C. CONTROL(AUTO)D. CONTROL(QMGR

    Answer: D

    Question: 16A legacy application uses MQPUT to send messages to a queue INV.Which set of MQSC commands below will successfully configure thequeue manager so that a number of JMS applications can receive

    these messages by subscribing to topic Inventory/CurrentItems?

    A.DEFINE TOPIC(INV_TOPIC) +TOPICSTR(Inventory/CurrentItems)DEFINE QALIAS(INV)TARGET(INV_TOPIC) TARGTYPE(TOPIC)B.DEFINE TOPIC(INV_TOPIC) +TOPICSTR(Inventory/CurrentItems)DEFINE TALIAS(INV)TARGET(INV_TOPIC) TARGTYPE(TOPIC)C. DEFINE TOPIC (INV_TOPIC) + TOPICSTR(Inventory/CurrentItems)QALIAS(INV)D. DEFINE QALIAS(INV) TARGET(Inventory/CurrentItems) +TARGTYPE(TOPIC)

  • 8/8/2019 Examen MQV7 000-374

    22/33

    Answer: A

    Question: 17An administrator wants to prevent the channel initiator process fromstarting when a queue manager QMA on AIX is started.

    Which action(s) will accomplish this?

    A. Restart the queue manager using strmqm ns QMA.B. Restart the queue manager using strmqm chinit no QMA.C. Issue the command ALTER QMGR SCHINIT(DISABLED), then restartthe queue

    manager using strmqm QMA.D. Edit the file qm.ini for QMA and add an entry ChannelInitiator = Noin the

    CHANNELS stanza, then restart the queue manager using strmqmQMA

    Answer: A

    Question: 18An administrator has been asked to create a queue manager alias forQM1 to be used for communication between remote queue managers.What MQSC command will create the queue manager alias?

    A. DEF QR(QM1.ALIAS) RNAME('Q1') RQMNAME(' ') XMITQ(QM1)

    B. DEF QR(QM1.ALIAS) RNAME(' ') RQMNAME(QM1) XMITQ(QM1)C. DEF QR(QM1.ALIAS) RNAME('Q1') RQMNAME(QM1) XMITQ(' ')D. DEF QL(QM1.ALIAS) RQMNAME(QM1)

    Answer: B

    Question: 19An administrator has created the following MQ objects on twosystems:

    SYSTEM A

    crtmqm -C "VEGGIE QUEUE MANAGER" -LL -Q -D POTATO VEGGIEDEFINE QR(APPLE) RQMNAME(FRUIT) RNAME(PEACH)DEFINE QL(DLQ)DEFINE QL(POTATO) USAGE(XMITQ)DEF CHL('VEGGIE.FRUIT') CHLTYPE(SDR) TRPTYPE(TCP)CONNAME('9.84.100.7(1414)') +XMITQ('POTATO')

    SYSTEM Bcrtmqm -C "FRUIT QUEUE MANAGER" -LL -Q -D GRAPE FRUITDEFINE QL(GRAPE) USAGE(XMITQ)DEFINE QL(PEACH)DEF CHL('VEGGIE.FRUIT') CHLTYPE(RCVR) TRPTYPE(TCP)

  • 8/8/2019 Examen MQV7 000-374

    23/33

    An application connects to queue manager VEGGIE and puts amessage to queue APPLE. On which queue does the message getdelivered before it gets picked up by the sender channel?

    A. POTATOB. APPLEC. GRAPED. PEACH

    Answer: A

    Question: 20An application deployed on z/OS was causing frequent abends.Which of the following options from the IPCS Dump Component Panelcan an administrator use to analyze the problem?

    A. CSQWDMPB. ASMCHECKC. DIVDATAD. DAEDATA

    Answer: A

    Question: 21What are the four predefined message types?

    A. Request, response, publication, datagramB. Publication, subscription, request, responseC. Request, reply, report, datagramD. Request, broadcast, acknowledgment, response

    Answer: C

    Question: 22Which features of IBM WebSphere MQ specifically provide robustmessage transport?

    A. Data integrity, security, parallel processingB. Asynchronous delivery, once and once-only delivery, persistentmessagingC. Time independence, no duplicate delivery, synchronous processingD. Assured delivery, application parallelism, time dependentapplications

    Answer: B

    Question: 23Which of the following are performance enhancements to the JavaMessage Service provider implementation in IBM WebSphere MQV7.0?

  • 8/8/2019 Examen MQV7 000-374

    24/33

    A. Read AheadB. Support for channel exits written in C/C++C. Asynchronous PutD. Message selection performed by Queue Manager

    E. Ability to access all MQMD fields for IBM WebSphere MQ messages.

    Answer: ACD

    Question: 24

    Which of the following statements are true, regarding applicationsthat communicate via IBMWebSphere MQ?

    IBM WebSphere MQ applications have to agree upon:

    A. the platforms they are running on

    B. the name(s) of the queue(s) usedC. the maximum number of messages sent within a given time periodD. the layout of the message data exchangedE.the network protocol used

    Answer: BD

    Question: 25A company running IBM WebSphere MQ V5.3 on UNIX upgraded toIBM WebSphere MQ V7.0. Immediately after the migration, what is the

    administrator expected to do?

    A. MQSeries serviceB. queue manager and listener simultaneouslyC. queue manager before starting the listenerD. listener before starting the queue manager

    Answer: C

    Question: 26The following restrictions have been placed on messages flowing from

    a banking application on AIX to a data warehousing application onz/OS: -Partner authentication -Message encryption -Maintenance ofData Integrity Which exits will fulfill these requirements?

    A. Send / receive exitsB. Data Integrity exitsC. SSL Conversion exitsD. Security exitsE. Message exits

    Answer: A,D,E

    Question 27:

  • 8/8/2019 Examen MQV7 000-374

    25/33

    Which of the following commands can the administrator use to get alist of all authority records for a queue manager on Windows?

    A. runmqcfgB. dmpmqaut

    C. dspmqrteD. dspmqaut

    Answer: B

    Question 28:A company has its retail business applications running on IBMWebSphere MQinfrastructure across heterogeneous platforms. After a recent failure,the company set up a failover mechanism where a centrally locatedz/OS server hosts the main application and applications on otherservers connect to the main application using distributed queuing.

    What term best describes this topology?

    A. StarB. Point to PointC. Hub and SpokeD. Cluster

    Answer: C

    Question 29:The administrator is required to give authority for user MQUSER toexecute runmqsc control commands on Windows queue managerQM1. Which method can be followed to Grant authority?

    A. add MQUSER to the Windows Administrators groupB. modify the file permission for runmqsc.exeC. setmqaut m QM1 t qmgr p MQUSER +inq +dsp +connect +alladmD. accesstorunmqsc can't be granted to non-mqm users

    Answer: A

    Question 30:An administrator using WebSphere MQ Explorer is unable to connectto queue manager PROD after it has been migrated, and receiveserror message SYSTEM .MQ EXPLORER. REPLY. MODEL not defined.Which command will refresh the existing system objects to resolvethis issue?

    A. strmqm si PRODB. strmqm a PRODC. strmqm ss PRODD. strmqm c PROD

  • 8/8/2019 Examen MQV7 000-374

    26/33

    Answer: D

    Question 31:Which of the following would occur if an administrator ran the MQSC

    command REFRESH SECURITY TYPE(SSL)?A. Changes to users OS authority were recognized.B. Changes ofIBMWebSphere MQ security with OAM take effect.C. The cached view of the SSL key repository was updated.D. All newly-created channels were restarted.

    Answer: C

    Question 32:

    An administrator was asked to restrict the IBM WebSphere MQ tracefile size on AIX to 10 MB. How can the administrator do this?

    A. Pass the value as a parametertostrmqtrcB. Use thecommandsetmqscpC. Use the environment variable MQS_TRACE_OPTIONSD. SettheMaxSize parameter under Trace Stanza

    Answer: A

    Question 33An IBM WebSphere MQ V6.0 broker environment which is shared with

    an IBM WebSphere Message Broker V6.0 environment is beingmigrated to an IBM WebSphere MQ V7.0 broker environment. Whataction will continue to ensure proper coexistence in the overall sharedenvironment?

    A. Set the coexistence parameter to true in each of the broker'squeue manager qm.ini

    fileB. TheIBMWebSphere MQ broker queue managers will automaticallyreconfigure

    themselves for coexistence on startup

    C. Set the PSMODE parameter on theIBMWebSphere MQ broker queuemanagers to

    COMPATD. Enable the coexist flag on each broker's queue manager in thebroker domain

    Answer: C

    Question 34:A server hosting clustered queue manager APP_QM1 experienced anoutage. The Server was restarted but the queue manager could notbe restarted. The cluster that APP_QM1 is part of hosts businesscritical applications and thus the workload algorithm needs to

  • 8/8/2019 Examen MQV7 000-374

    27/33

    continue to route messages as efficiently as possible. What would bethe next step to maintain this efficiency?

    A. Run RESET CLUSTERB. Remove APP_QM1 from the repository database

    C. Delete APP_QM1D. Run REFRESH CLUSTER

    Answer: A

    Question 35:In order to grant authority for user appuser1 to Q1, the followingcommands were issued in sequence. setmqaut -m qmgr1 -n Q1 -tqueue -p appuser1 +put +get setmqaut -m qmgr1 n Q1 - t queue -pappuser1 +crt setmqaut -m qmgr1 -n Q1 -t queue -p appuser1 -allsetmqaut -m qmgr1 -n Q1 -t queue -p appuser1 +browse What accessauthority does user appuser1 have to the queue Q1?

    A. browseandcrtB. put,get,crt and browseC. put, get and browseD. browse

    Answer: A

    Question 36:

    Queue managers QMGR1 and QMGR2 are members of clusterQMCLUS. An applicationconnected to QMGR1 needs to send messages to a local queueAPP.LOCAL of QMGR2. The administrator creates the following definitions: On QMGR1:DEFINE QALIAS(APP.ALIAS) + TARGET(APP.LOCAL) +CLUSTER(QMCLUS) On QMGR2:DEFINE QLOCAL(APP.LOCAL) + MAXDEPTH(50000). The administratoris notified that the application is unable to send messages toAPP.LOCAL. What is the most likely cause?

    A. The queue APP.LOCAL is not a cluster queue.B. The QALIAS cannot be defined on a cluster.C. The SYSTEM.CLUSTER.TRANSMIT.QUEUE is full.D. The cluster channels have not been started.

    Answer: A

    Question 37:

    Which Eclipse version is a prerequisite to use MQ Explorer toadminister IBM WebSphere MQ V7.0 on Windows?A. 3.2B. 3.0C. 3.3

  • 8/8/2019 Examen MQV7 000-374

    28/33

    D. 3.1

    Answer: C

    Question 38:

    A company is running applications on several Windows serversinstalled with WebSphere MQ Server components. All the applicationsare sending data to a queue manager running on a Solaris machine.How could the administrator redesign the infrastructure to reduce theoverall licensing costs of the infrastructure?

    A. ReplaceWebSphere MQ Server components with WebSphere MQClient

    components on all Windows machinesB. Create a cluster and include all Windows machinesC. Redesigning the infrastructure will not reduce the number oflicenses requiredD. Rewrite the application to handle a larger workload; reduce thenumber of

    applicationsandWebSphere MQ server components

    Answer: A

    Question 39:An administrator has created a client channel definition table on aIBM WebSphere MQ V7.0 queue manager. Which of the following

    statements are true? The client channel definition table (CCDT) canbe used by a WebSphere MQ Client:

    A. running inaWebSphere MQ V7.0 client environment to connect to aWebSphere MQ

    V6.0 queue managerB. running inaWebSphere MQ V7.0 client environment to connect to aWebSphere MQ

    V7.0 queue managerC. running inaWebSphere MQ V6.0 client environment to connect to aWebSphere MQ

    V6.0 queue managerD. running inaWebSphere MQ V5.3 client environment to connect to aWebSphere MQ

    V7.0 queue managerE. running inaWebSphere MQ V6.0 client environment to connect to aWebSphere MQ

    V7.0 queue manager

    Answer: A,B

    Question 40:An application is putting persistent messages on queue Q1 inside anactive transaction

  • 8/8/2019 Examen MQV7 000-374

    29/33

    when an abnormal shutdown of queue manager QM occurred. QM isconfigured with linear logging. What action does the administratorneed take to recover Q1 and roll back the uncommitted messages?

    A. strmqm -m QM1 -recover

    B. rcrmqobj -m QM -t ql Q1C. getmqobj -m QM -t ql QLD. no action is needed

    Answer: D

    Question 41:An administrator created a queue manager Paint.queue.manager onAIX with circular logging. The administrator then was told that thesystem will be used for production, so the logging needs to beswitched to linear.How canthe administrator make this change?

    A. Edit "/var/mqm/mqs.ini" and change LogType=LINEARB. Edit "/var/mqm/qmgrs/Paint.queue.manager/qm.ini" and changeLogType=LINEARC. Issue the MQSC command ALTER QMGR LOGTYPE(LINEAR)D. Recreate queue manager with crtmqm -c "Paint shop" -ll -qPaint.queue.manager

    Answer: D

    Question 42:An administrator has been asked to determine which files are neededto restart a queue manager configured with linear logging. Which ofthe following MQSC commands will determine which logfiles are stillrequired?A. DISPLAY QMGRB. DISPLAY QMSTATUSC. DISPLAY QMSTATUS ALLD. DISPLAY QMGR RESTART

    Answer: C

    Question 43:An administrator has created a queue manager on AIX system A,using the command crtmqm ll QMA. What command will create abackup queue manager for QMA on AIX system B?

    A. crtmqm ll QMBB. crtmqm ll QMAC. crtmqm lb QMAD. crtmqm ll backup QMA

    Answer: B

  • 8/8/2019 Examen MQV7 000-374

    30/33

    Question 44:An administrator will install IBM WebSphere MQ on an AIX platform.There is a requirement to configure the installation to store the queuemanagers data files under a directory tree different from the default

    specified by the installation.After creating the appropriate directory tree, the administratorshould:

    A. specify the file location using the -ld option whenrunning thecrtmqm command.B. add an entry for the variable MQSPREFIX in /var/mqm/service.envbefore running

    the crtmqm command.C. edit /var/mqm/mqs.ini to specify LogDefaultPath in the LogDefaultsstanza before

    running the crtmqm command.D. edit /var/mqm/mqs.ini to specify DefaultPrefix in theAllQueueManagers stanza

    before running the crtmqm command.

    Answer: D

    Question 45:

    An administrator wants to define a IBMWebSphere MQ object so that

    the applications can be prevented from sending messages to the

    processing applications queue APPQ, but continue to allow

    administrators to send test messages to the processing application.

    The application will send messages using an object ABC.

    What MQSC command should be used?A. DEFINE QALIAS(ABC) BASEQ(APPQ)B. DEFINE QALIAS(ABC) TARGET(APPQ)C. DEFINE QREMOTE(ABC) TARGET(APPQ)

    D. DEFINE QLOCAL(ABC) ALIASQ(APPQ)E. DEFINE QMODEL(ABC) BASEQ(APPQ)

    Answer: B

    Question 46:What are the advantages of using queue-sharing groups in IBMWebSphere MQ?A. workload balancing, remote administrationB. improved performance, ease of monitoringC. scalability, end-to-end security, data integrity

    D. scalability, high availability, workload balancing

  • 8/8/2019 Examen MQV7 000-374

    31/33

    Answer: D

    Question 47:3. Which two user profiles are mandatory to correctly run IBMWebSphere MQ on i5/OS?

    A. QMQM, QMQMADMB. QMQMADIM, mqmC. mqm, QMQMD. mqm, MUSR_MQADMIN

    Answer: A

    Question 48:

    For the Solaris platform, which databases are supported as a resourcemanager in transactions coordinated by IBM WebSphere MQ V7.0?A. Oracle, Derby, My SQLB. DB2, Derby, TeradataC. DB2, Oracle, Informix, SybaseD. DB2, SQL Server, Sybase, Informix

    Answer: C

    Question 49:An administrator created a queue manager Paint.queue.manager onAIX with circular logging. The administrator then was told that thesystem will be used for production, so the logging needs to be

    switched to linear.How canthe administrator make this change?

    A. Edit "/var/mqm/mqs.ini" and change LogType=LINEARB. Edit "/var/mqm/qmgrs/Paint.queue.manager/qm.ini" and changeLogType=LINEARC. Issue the MQSC command ALTER QMGR LOGTYPE(LINEAR)D. Recreate queue manager with crtmqm -c "Paint shop" -ll -qPaint.queue.manager

    Answer: D

    Question 50:An administrator has been asked to determine which files are neededto restart a queue manager configured with linear logging. Which ofthe following MQSC commands will determine which logfiles are stillrequired?

    A. DISPLAY QMGRB. DISPLAY QMSTATUSC. DISPLAY QMSTATUS ALLD. DISPLAY QMGR RESTART

    Answer: C

  • 8/8/2019 Examen MQV7 000-374

    32/33

    Question 51:8. An administrator has created a queue manager on AIX system A,using the command crtmqm ll QMA.What command will create a backup queue manager for QMA on AIXsystem B?

    A. crtmqm ll QMBB. crtmqm ll QMAC. crtmqm lb QMAD. crtmqm ll backup QMA

    Answer: B

    Question 52:An administrator will install IBM WebSphere MQ on an AIX platform. There is a requirement to configure the installation to store thequeue managers data files under a directory tree different from thedefault specified by the installation.After creating the appropriate directory tree, the administratorshould:

    A. specify the file location using the -ld option whenrunning thecrtmqm command.B. add an entry for the variable MQSPREFIX in /var/mqm/service.envbefore running

    the crtmqm command.C. edit /var/mqm/mqs.ini to specify LogDefaultPath in the LogDefaultsstanza before

    running the crtmqm command.D. edit /var/mqm/mqs.ini to specify DefaultPrefix in theAllQueueManagers stanza

    before running the crtmqm command.Answer: D

    Question 53:An administrator wants to define a IBMWebSphere MQ object so thatthe applications can beprevented from sending messages to theprocessing applications queue APPQ, but continue to allowadministrators to send test messages to the processing application.

    The application will send messages using an object ABC.What MQSC command should be used?

    A. DEFINE QALIAS(ABC) BASEQ(APPQ)B. DEFINE QALIAS(ABC) TARGET(APPQ)C. DEFINE QREMOTE(ABC) TARGET(APPQ)D. DEFINE QLOCAL(ABC) ALIASQ(APPQ)E. DEFINE QMODEL(ABC) BASEQ(APPQ)

    Answer: B

  • 8/8/2019 Examen MQV7 000-374

    33/33