You are on page 1of 11

Exam Title

: HP HP0-768 : NonStop Transaction Management Facility (TMF)

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. Which parameter can only be configured when adding an audit trail? A. audit trail file size B. active volumes C. files per volume D. audit trail prefix Answer: A 2. Under what circumstance is it possible to have audited data on the same volume as audit trail files which have not yet been dumped? A. when the volume is defined as an overflow volume B. when the volume is defined as a restore volume C. when index files or alternate key files are the only audited data files on this volume D. when the data is being replicated by the remote data facility (RDF) Answer: A 3. Which action does TMF perform during TMF overflow processing? A. Audit trails are copied from the active volume to the overflow volume. B. New audit trails are created on the overflow volume until the oldest file is unpinned. C. Overflow threshold is temporarily increased to the begintransdisable threshold. D. Audit trail files are renamed. Answer: A 4. Which TMFCOM command requires that TMF is stopped? Select TWO. A. ALTER CATALOG B. DELETE AUDITDUMP C. ALTER BEGINTRANS D. DELETE CATALOG E. ALTER TMF, CONFIGVOL Answer: AE 5. What can reduce the amount of disk contention and excessive seeks during audit dump processing? A. mirroring disk drives B. configuring more than one active audit volume for an audit trail C. configuring more than one tape device for the audit dump process D. configuring more files per active audit volume Answer: B 6. Performing a TMFCOM ALTER DATAVOLS to change RECOVERYMODE from ARCHIVE to ONLINE _______. A. causes audit trails which may be needed for volume recovery to be restored to disk

www.Prepking.com

B. releases audit trails that were pinned on disk because they would be needed for volume recovery C. causes subsequent audit trails to be retained on disk for as long as they may be needed for volume recovery D. forces a volume recovery operation on that data volume Answer: C 7. When is it possible for multiple TMF configurations to be active at the same time? A. Only one TMF configuration is allowed to be active at one time. B. after the TMFCOM ALTER TMF, CONFVOL command has been used C. when there are multiple RDF configurations in use D. when both master and auxiliary audit trails have been configured Answer: A 8. What is the purpose of data volumes in the TMF configuration? A. to contain the data to be protected B. to contain the data generated by TMF for protection C. to contain the TMF configuration information D. to contain the TMF catalog Answer: A 9. Which TMFCOM command MUST be used prior to configuring TMF with a new audit trail? A. DELETE TMF B. INITIALIZE TMF C. RECONFIGURE TMF D. SHUTDOWN TMF, ABRUPT Answer: A 10. What can you do to increase audit trail capacity on a running system? Select TWO. A. Increase the size of the audit trail files. B. Add an auxiliary audit trail. C. Add an active audit volume. D. Increase the number of audit trail files per active audit volume. E. Free disk space on existing active audit volumes. Answer: CD 11. A TMF data volume has a status of DISABLED (DIRTY). Which TMFCOM command is necessary to remove the data volume from the TMF configuration? A. DELETE DATAVOL <DataVol>, ALLOWINCONSISTENCY B. REMOVE DATAVOL <DataVol>, FORCED C. DELETE DATAVOL <DataVol>, IGNOREPREVIOUSCONFIG

www.Prepking.com

D. RESET DATAVOL <DataVol>, FORCED Answer: A 12. Which condition may occur after decreasing the number of files per active audit volume in the TMF configuration? A. The transaction rate will increase. B. The auto-abort threshold will decrease. C. The audit trail usage can be reduced. D. The begintransdisable threshold can be exceeded. Answer: D 13. What is the maximum number of auxiliary audit trails that can be added to a TMF configuration? A. 15 B. 16 C. 99 D. 100 Answer: A 14. What is contained in the TMF audit trail? A. process information for applications that generate transactions B. TMF configuration changes C. transaction statistics D. information required by TMF to protect audited files Answer: D 15. TMF has been started. What actions must be performed to change the audit trail file size? A. stop TMF, delete the TMF configuration, add the audit trail specifying the new filesize B. stop TMF, alter the audit trail specifying the new filesize C. stop TMF, delete the TMF configuration, alter the audit trail specifying the new filesize D. stop the audit trail, delete the audit trail, add the audit trail with the new file size Answer: A 16. Which task does a TMF begin transaction perform? A. It marks a set of data records to be read and locked. B. It identifies the beginning of a logical unit of work. C. It starts TMF. D. It identifies the beginning of a new audit trail. Answer: B 17. Transaction atomicity implies that _______. A. only one transaction should be performed at a time

www.Prepking.com

B. all of a transaction's changes are protected from system failure C. all transactions should be small D. all or none of a transaction's changes are applied Answer: D 18. Transaction isolation implies that _______. A. a transaction should only contain a single update B. the outcome of an uncommitted transaction is not visible to another transaction C. transactions should access data one record at a time D. transactions are only processed one at a time Answer: B 19. What is a purpose of after images in the audit trail? A. to allow recovery of committed transactions B. to enable automatic fixes to Enscribe records C. to keep record changes available to the application D. to enable compression of online files Answer: A 20. What is the relationship of TMF audit trails to data files? A. Audit trails contain the security access lists for access to the data files. B. Audit trails contain the pointers to changed records in the data files. C. Audit trails contain changes made to audited data files. D. Audit trails contain changes made to all data files. Answer: C 21. A purpose of a lock is to _______. A. coordinate interprocess messages when accessing the database B. identify the user id of the process updating the record C. ensure that only a privileged user can make changes D. isolate changes from other simultaneous change attempts Answer: D 22. Which task does a TMF end transaction perform? A. It searches the audit trail looking for the associated BEGIN event. B. It guarantees that the database changes will be undone if the transaction aborts. C. It makes the transaction's database changes permanent and releases the transaction's locks. D. It maintains transaction history so that the transaction can be subsequently aborted. Answer: C 23. What is the primary purpose of "open" transaction standards?

www.Prepking.com

A. to ensure that data types are consistent across all heterogeneous databases B. to share database change information across heterogeneous databases C. to allow transactions to span heterogeneous databases D. to allow database changes to be replicated from one database type to another Answer: C 24. A deadlock may occur when _______. A. a transaction attempts to read through another transaction's database locks B. one transaction attempts to update a data item that is locked by a long-running transaction C. two transactions attempt to update the same data item D. two transactions attempt to lock the same two data items in the opposite order Answer: D 25. What is true regarding backups of the TMF configuration subvolume (ZTMFCONF)? A. It is unnecessary to backup the ZTMFCONF subvolume since it can be recovered from the TMF online dump operations in the event that it is irreparably damaged. B. It is unnecessary to backup the ZTMFCONF subvolume since it can easily be rebuilt using TMFCOM commands in the event that it is irreparably damaged. C. The ZTMFCONF subvolume should be backed up daily in order to quickly facilitate its restoration in the event that it is irreparably damaged. D. The ZTMFCONF subvolume only needs to be backed up if it resides on an unmirrored disk. Answer: C 26. The TMFCOM INFO DUMPS command with the OBEYFORM or DETAIL options should be performed on a regular basis to assist with _______. A. recovery of a damaged TMF catalog B. looking up the dump number for a recovery operation C. manual deletion of obsolete dumps D. pre-loading of audit trails for a volume recovery Answer: A 27. Which TMFCOM command is used to recover a specific file, regardless of the flags set in the file label? A. RECOVER FILES <filename> ! B. RECOVER FILES <filename>, IGNOREPREVIOUSCONFIG

C. RECOVER FILES <filename>, UNLOAD ON D. RECOVER FILES <filename>, FROMARCHIVE Answer: D 28. Click on the Exhibit button to view the TMFCOM command capture. Which TMF file recovery option is available based on the information in this exhibit?

www.Prepking.com

www.Prepking.com

A. $DATA01.TMFDB.FILEB and $DATA01.TMFDB.FILEA can be recovered to a TIME. B. $DATA01.TMFDB.FILEB and $DATA01.TMFDB.FILEA can be recovered FROM ARCHIVE, TO FIRSTPURGE. C. No files can be recovered using TMF file recovery. D. Only $DATA01.TMFDB.FILEB can be recovered. Answer: C 29. The user has to recover a purged partition of an Enscribe file. What is the best recovery strategy? A. The entire file and Enscribe data dictionary must be recovered. B. The entire file must be recovered and TMF will recover the file structure for the purged partition. C. Only the purged partition must be recovered and the purged partition will need to be pre-created by the user in its original file structure. D. Only the purged partition must be recovered and TMF will recover the file structure for the purged partition. Answer: D 30. Excessive disk contention on the TMF master audit trail incurred only during an audit dump operation would best be resolved by _______. A. configuring a block size larger than the default for audit dumping B. adding a second active volume for the master audit trail C. adding an auxiliary audit trail volume D. configuring multiple parallel dump processes for the master audit trail Answer: B 31. In order to create copies of audit trail dumps on two systems at the same time, what do you need to specify? A. copies 2, remote B. copies 2, series C. system \\nodeb D. system (\\nodea, \\nodeb) Answer: D 32. When following the procedure in the NonStop TMF Disaster Recovery with Audit-trail Backup/Restore Support Note (S96048C/S02073)", TMF remote recovery requires a BACKUP of _______. A. both the ZTMFCONF and ZTMFAT subvolumes B. the audited database files C. $SYSTEM.SYS<nn>.CONFLIST file D. the audit trail files only Answer: A

www.Prepking.com

33. What is true regarding file and volume recovery? A. Volume recovery must be explicitly initiated by the operator, file recovery is performed automatically as needed. B. File recovery must be explicitly initiated by the operator, volume recovery is performed automatically as needed. C. Both file and volume recovery must be explicitly initiated by the operator. D. Both file and volume recovery are performed automatically as needed. Answer: B 34. The frequency of online dumps affects _______. A. the ability to perform volume recovery B. time to perform file recovery C. the number of auxiliary audit trails D. the frequency of audit trail dumps Answer: B 35. Which statement is true concerning remote online tape dumps? A. The local and remote systems must be running the same version of the operating system. B. The remote system must have TMF configured and started. C. The remote tape must be registered in the local node's TMF catalog. D. The remote tape must be registered in the remote node's TMF catalog. Answer: C 36. Which status must a dump entry have in the TMF catalog to successfully start a file recovery operation? A. INVALID OFF, RELEASED OFF B. INVALID ON, RELEASED ON C. INVALID OFF, RELEASED ON D. INVALID ON, RELEASED OFF Answer: A 37. When restarting a homogeneous TMF environment which includes distributed transactions, TMF will not enable begintransactions until _______. A. online dumps have been performed on all volumes B. RDF has been restarted between the nodes C. the TMF catalog has been synchronized between nodes D. the outcome of all unresolved transactions is determined Answer: D 38. Which MEDIACOM command is used to display a mount request for a TMF-labeled tape? A. STATUS TAPEMOUNT

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/HP0-768.htm

You might also like