Sei sulla pagina 1di 11

Exam Title :

: IBM 000-996 Test996,IBM WebSphere MQ.V6.0.Solution Design

Version : R6.1

www.Prepking.com

Prepking - King of Computer Certification Important Information, Please Read Carefully


Other Prepking products A) Offline Testing engine Use the offline Testing engine product to practice the questions in an exam environment. B) Study Guide (not available for all exams) Build a foundation of knowledge which will be useful also after passing the exam. Latest Version We are constantly reviewing our products. New material is added and old material is updated. Free updates are available for 90 days after the purchase. You should check your member zone at Prepking and update 3-4 days before the scheduled exam date. Here is the procedure to get the latest version: 1.Go towww.Prepking.com 2.Click on Member zone/Log in (right side) 3. Then click My Account 4.The latest versions of all purchased products are downloadable from here. Just click the links. For most updates,it is enough just to print the new questions at the end of the new version, not the whole document. Feedback If you spot a possible improvement then please let us know. We always interested in improving product quality. Feedback should be send to feedback@Prepking.com. You should include the following: Exam number, version, page number, question number, and your login ID. Our experts will answer your mail promptly. Copyright Each PDF file contains a unique serial number associated with your particular name and contact information for security purposes. So if we find out that a particular PDF file is being distributed by you, Prepking reserves the right to take legal action against you according to the International Copyright Laws. Explanations This product does not include explanations at the moment. If you are interested in providing explanations for this exam, please contact feedback@Prepking.com.

www.Prepking.com

1. An application publishes documents in PDF format as WebSphere MQ RFH2 messages to a wide range of recipient platforms. Which of the following is critical to ensure the documents are processed correctly? A. The National Language support on the recipient systems must match the code page with which the PDF document was created. B. The message format in the MQMD must be specified as MQFMT_NONE. C. The PDF document size must not exceed 4MB. D. This is only supported on Windows platforms. Answer: B 2. An organization will use WebSphere MQ to connect its central z/OS systems to its 20 branch offices. Each of the 20 offices runs applications on an AIX platform. The z/OS system supports two z/OS LPARs. One is for production and the other is for both development and testing. Separate AIX machines are available for production and testing and development. There will be individual queue managers

supporting production, testing and development. Which of the following naming standards is MOST appropriate? A. Channel names will be <sending-qmgr-name>.to.<receiving-qmgr-name>. B. z/OS queue manager names will be MQQx where x= P, T, or D for the Production, Testing, and Development environments. C. AIX queue manager names will be AMQx where x= P, T, or D for the Production, Testing, and Development environments. D. Applications will query a z/OS DB2 table for the name of the correct queue manager to use. Answer: A 3. Which of the following message standards is MOST appropriate for an enterprise that needs to tag each application message with a 48 byte identifier? A. Use the CorrelId field in the MQMD. B. Use the ReplyToQ field from the MQMD. C. Use the CorrelId field in the transmission queue header (MQXQH). D. Use a customer specified message header to precede application data. Answer: D 4. A large enterprise has an MQ-based messaging infrastructure to support a diverse range of applications across multiple platforms. A number of the applications are JAVA based. Some execute in an iSeries environment. The enterprise must now begin to exchange messages with its business partners using WebSphere MQ. Which of the following is the MOST important consideration for the messages passed between the applications? A. Data conversion issues are simplified if all messages are character strings. B. The format for all messages must be an industry standard such as EDI, RosettaNet, cbXML, etc.

www.Prepking.com

C. All messages must be digitally signed before being transmitted to the business partner. D. All messages need to be encrypted before being transmitted to the business partner. Answer: A 5. The WebSphere MQ client interface is popular in part because the client software is free, but this is offset by a number of functional limitations. When deciding whether to deploy an application with the client interface or with a local queue manager, these must be considered. Which of the following is NOT a limitation of the WebSphere MQ client? A. Clients cannot be centrally managed by WebSphere MQ tooling. B. In the event of a network outage it can be difficult to determine if the last API call was actually performed. C. Data cannot be stored as messages by the client in the event of network outages. D. Transactional processing with local units of work is not supported. Answer: D 6. A company's inventory application operates using a WebSphere MQ cluster containing several instances of the queue, STOCKQ. Assume one instance of STOCKQ is local to queue manager QM1 and CLWLUSEQ remains at its default value. Which method will be used by the standard workload management algorithm on QM1 to determine which queue manager is to receive a message MQPUT to STOCKQ? A. It will always select the local queue manager. B. It will select the queue manager that it sent to most recently. C. It will select the queue manager that is receiving the least number of messages. D. It will choose from the available queue managers using a round-robin approach. Answer: A 7. A company has a production WebSphere MQ cluster. They have recently upgraded to the latest version of WebSphere MQ. The current cluster has three queue managers, two in Paris which contain an instance of APP.QUEUE application queue. The third in London acts as a gateway to facilitate work load balancing. There is a requirement to add two queue managers in Rome to the network to take 25% of the workload. Which of the following should be performed to accomplish this task? A. Add the Rome queue managers to the existing cluster. Set CLWLWGHT values on the channels. B. Add the Rome queue managers to the existing cluster. Set CLWLPRTY values on the queues. C. Add the Rome queue managers to the existing cluster. Set CLWLUSEQ values on the queue managers. D. Update the Cluster Workload Exit accordingly. Answer: A 8. An architect has designed an AIX application that will update WebSphere MQ queues and a DB2 database within a single unit of work, using WebSphere MQ as the transaction manager. The architect

wishes to be sure that all possible recovery options are covered within the application in the case of a

www.Prepking.com

failure of the transaction manager or the resource managers. In which of the following circumstances

should the architect consider preparation of additional recovery procedures? A. If the application crashes within the unit of work before the MQCMIT B. If the database crashes within the unit of work before the MQCMIT C. If the database crashes during the MQCMIT, before the database indicates that it is prepared to commit D. After the database indicates that it is prepared to commit, and the transaction manager can not be recovered Answer: D 9. An existing high volume WebSphere MQ for z/OS V6 application is changing data stored in messages

from a COBOL Copybook format to XML format. There will be a delay before messages can be transmitted. The requirements specify that with move to XML, over 4GB of message data may now need to be held at one time. What action should be recommended? A. These volumes are unacceptable to WebSphere MQ. Redesign the application. B. The underlying page set should be resized to account for the new volumes. C. A message exit should be written to compress data stored in the queues D. Transmission queue maximum queue depth should be increased. Answer: B 10. A financial institution needs to reliably transfer data between local and remote applications. This data is highly sensitive. It can only be available to the source and target applications, NOT even to MQ

administrators. Which of the following actions is MOST appropriate to protect this sensitive data throughout the infrastructure? A. Use the OAM to prevent unauthorized access of the data within the queues. B. Use the SSL feature of the WebSphere MQ channels. C. Provide channel exits to protect the data in transit between the applications. D. Use an application level security package to protect the data. Answer: D 11. In order to transfer very large data objects between systems, most current versions of WebSphere MQ can use reference messages. Which of the following BEST describes how this is done, on platforms where supported? A. Channel message exits at both ends will attach/detach data of the object to/from the reference message, thus letting the data bypass the queues at both ends, and delivering a single reference message when complete. B. The channel is configured with message exits at both ends, which apply powerful data compression algorithms based on parameters provided in the reference messages, thus reducing the overhead of queuing and transmission.

www.Prepking.com

C. Reference messages are a way to specify parameters to the queue manager that enable it to effect the segmentation of very large messages transparently to the applications. D. Such a feature does not exist in WebSphere MQ V6.0. Answer: A 12. A financial organization is implementing WebSphere MQ to connect applications in a z/OS batch environment. A security requirement exists to only allow some applications to put messages on a

particular queue. Also, the security requirement allows some other applications to only get messages from that queue. How should this security requirement be implemented? A. Define separate PUT and GET queues. B. Design the application to use a model queue. C. Utilize separate alias queues for PUT and GET operations. D. List the authorized applications as PUT/GET with ENABLED/DISABLED parameters. Answer: C 13. A company is creating a backup and recovery plan for a WebSphere MQ application to be implemented on a z/OS system. Which of the following is a disadvantage of a full backup? A. A full backup requires dual logging. B. A full backup requires more DASD space than a fuzzy backup. C. A full backup page set cannot be used to recover if the logs are damaged or lost. D. A full backup requires a queue manager shutdown. Answer: D 14. After converting a file based solution to real time messaging, sales information is sent to a central queue from several branch offices. The information is structured as header, detail and trailer data. BEST way to design this in terms of performance and code complexity? A. Combine all header, detail and trailer information into a single message per sale. B. Assign a higher priority to the header message to ensure it is retrieved first. C. Assign a higher priority to the trailer message to ensure that the sales order is complete before starting to process the sale. D. Code a unique MsgId value for all messages from the same branch. Answer: A 15. A company has a WebSphere MQ based Car Rental application executing on two AIX servers. With the development of a web interface to the application, it needs to be made available on a 24 x 7 basis. The solution selected needs to be resilient to hardware failure to minimize down time. Messages need to be processed without any delay. Which is the MOST appropriate action to suggest? A. Remote queues should be configured to a z/OS queue manager. B. The application should implement a WebSphere MQ clustered solution. What is the

www.Prepking.com

C. Shared queues should be used to achieved peer-to-peer recovery. D. WebSphere MQ should be configured to use HACMP. Answer: D 16. An ActiveX control is invoked by a VBA script inside Excel spreadsheets. It subscribes to a publication and incorporates incoming published data into the spreadsheet. All subscribers share a single queue and use a correlation ID to differentiate between subscribers. A timestamp-based unique value for the correlation ID was created upon startup. After a few days the queue was found containing an excessive number of messages and retrieval became very slow. Which two of the following measures can be used to overcome this problem? A. Assign each subscriber his own queue. B. Expire all relevant subscriptions after 18 hours. C. Increase the maximum number of messages attribute of the queue. D. Increase the maximum message size attribute of the queue. E. Decrease the number of users concurrently allowed on to the system. Answer: AB 17. A company wishes to implement a WebSphere MQ workstation-based application. The application gets a message from a queue and uses that data to issue several database updates, all within a single unit of work. Which two of the following WebSphere MQ configurations are appropriate to satisfy this requirement? A. All systems must be configured as WebSphere MQ clients. B. All systems must be configured as WebSphere MQ servers. C. Any combination of WebSphere MQ clients and servers will work. D. Each client must be attached to a dedicated server. E. A combination of WebSphere MQ servers and Extended Transactional Clients will work. Answer: BE 18. A WebSphere MQ user is planning for a server that should be running with as little administrative intervention as possible. The queue manager on this server should automatically resume operations after a restart. Recovery of all data in the event of a total failure is not a requirement. Which of the following BEST describes the requirement for logging? A. Linear logging should be used; inactive logs can be archived over the WAN. B. Circular logging is the best fit for this requirement. C. The choice of logging style is not important for this requirement. D. Linear logging is required but inactive logs can be automatically discarded. Answer: B 19. A travel agency is designing an application that creates a single reply to confirm a flight reservation, a hotel room reservation, and a car rental. The application will send WebSphere MQ messages to three

www.Prepking.com

separate destinations. are received. The application is designed to be restarted by a trigger when all three responses

In order to avoid being triggered when two replies from its requests have been received and

a reply from an unrelated request arrives on the reply-to-queue, how must the application be designed? A. Assign a different priority for each request. B. Use a dynamic reply-to queue for each request sequence. C. Define a unique trigger message data string for each request. D. Design the reply messages to be sent as a message group. Answer: B 20. A customer is developing a messaging architecture using the WebSphere MQ API to interface with IMS on a z/OS host. Which of the following techniques is MOST appropriate to transfer data to a WebSphere MQ enabled IMS application? A. Use the WebSphere MQ IMS bridge function. B. Use WebSphere MQ triggering to start IMS transactions. C. Have the WebSphere MQ application insert the IMS transaction code in the input message. D. Write an applet to transfer data from the message queue to an IMS input dataset. Answer: B 21. A large enterprise, running on a group of z/OS machines, wishes to create an audit trail of changes made to the definitions of WebSphere MQ objects on its queue managers, including the ID of the person making the change and the date and time the change was made. Which of the following methods is MOST appropriate for gathering the necessary data? A. Run the SAVEQMGR program and combine the various reports into a single file. B. Write a PCF program that issues RESET QUEUE STATISTICS commands and run it on each queue manager, sending the results to a central queue. C. Enable CONFIGEV and redefine SYSTEM.ADMIN.CONFIG.EVENT as a remote queue on each queue manager, pointing to a single local event queue. D. Create a text file of MQSC DISPLAY commands and run it on each queue manager, sending the results to a single queue. Answer: C 22. A large enterprise uses WebSphere MQ to send order messages from AIX branch office systems to the headquarters z/OS system. The process for each order includes updates to the customer and inventory

databases on the headquarters system and an update of the sales database at the branch office. Ideally, all of the updates for an order should be made within a single unit of work. accomplished? A. Use WebSphere MQ on the AIX system as the transaction manager to manage all of the database and queue updates. How can this be

www.Prepking.com

B. Use CICS on the z/OS system to manage all of the database and queue updates. C. Use DB2 on the z/OS system to manage all of the database and queue updates. D. WebSphere MQ cannot manage transactions across multiple queue managers. Answer: D 23. A large distribution company is re-engineering its order system to reduce batch processing time and minimize resource requirements. The company has implemented WebSphere MQ at each of the 200 A trigger monitor activates an

remote offices to place orders on a message queue at a central z/OS host.

application to process the orders when 2000 orders have been received. When analyzing the WebSphere MQ statistics, it is noticed that the buffer pools are frequently written to the pagesets. Which of the following steps is MOST appropriate to resolve this problem? A. Decrease the buffer pool size. B. Increase the number of active logs. C. Reduce the number of orders required to trigger the application. D. Increase the number of orders required to trigger the application. Answer: C 24. WebSphere MQ V6.0 introduces a new MQ Explorer based on the Eclipse platform. This brings a number of advantages over the V5.3 implementation. Which two of the following are NOT among them? A. It comes with platform support for Linux on Intel. B. It comes with platform support for AIX, HP-UX and Sun Solaris. C. It can administer remote queue managers, both V5 and V6. D. It can administer V5.3 queue managers on z/OS. E. It can administer V6.0 queue managers on z/OS. Answer: BD 25. An application is used to bulk load a large number of messages onto a queue. An MQCMIT is issued every 100 messages. Recent changes in application logic caused the message size to double. Now, the MQPUT calls fail with MQRC_BACKED_OUT on occasion. Which of the following actions will NOT help to remedy this situation? A. Using Channel exits to compress messages B. Reducing the number of MQPUT calls between commits C. Increasing the number of secondary log files D. Increasing the size of primary log files Answer: A 26. In a WebSphere MQ cluster, an application has been designed to send messages to a clustered queue, with no message affinities. Which MQOPEN option will guarantee that these messages will be distributed across all of the available clustered queues, using the round robin logic of the default cluster workload

www.Prepking.com

balancing exit? A. MQOO_BIND_AS_Q_DEF B. MQOO_BIND_ON_OPEN C. MQOO_BIND_NOT_FIXED D. MQOO_BIND_ON_PUT Answer: C 27. What requirement must be met before an application is permitted to specify the MQMD Identity Context fields? A. The application must be specifically authorized. B. The queue manager must be specifically authorized. C. MQPMO_PASS_IDENTITY_CONTEXT must be specified. D. The UserID running the application must be specifically authorized. Answer: D 28. An application executing on z/OS wants to take advantage of shared queues. The messages written must be persistent. Which two of the following are NOT pre-requisites for this implementation? A. DB2 B. CICS C. z/OS Coupling Facility D. RRS (Resource Recovery Services) E. WebSphere MQ V6.0 or above Answer: BE 29. While monitoring queues with WebSphere MQ Explorer, a user notices queues with a non-zero queue depth. However, no messages are found when trying to browse them. Which of the following is the MOST probable cause? A. The queue depth values are only kept up to date by the queue manager at certain intervals to reduce system management overhead. B. Uncommitted messages on the queues are reflected by the queue depth but cannot be accessed while the transaction is underway. C. The refresh function of WebSphere MQ Explorer requires you to select "Queues" in order to get the queue depth updated. D. Occasionally messages are "lost" in the internal structures of WebSphere MQ. Before an internal cleanup process can update the counts, they can briefly be seen in the Explorer window. Answer: B 30. The use of WebSphere MQ Publish/Subscribe is being explained as part of a solution. Which of the following statements is true?

www.Prepking.com

100% Pass Guaranteed or Full Refund Word to Word Real Exam Questions from Real Test Buy full version of exam from this link below http://www.prepking.com/000-996.htm

Potrebbero piacerti anche