Sie sind auf Seite 1von 11

Exam Title

: HP HP0-780 : NonStop Structured Query Language (SQL)

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. In a one-way index partition move to an existing partition, which option is required? A. with exclusive access B. dslack C. format D. with shared access Answer: D 2. The SQLCI MODIFY CATALOG command is used to _______. A. change references to node name in catalog entries B. change references to node number in catalog entries C. register remote tables in a local catalog D. move the catalog to a different disk Answer: A 3. An audited key-sequenced table is approaching capacity in terms of the maximum number of extents. Which utility can be used to make more space available within the table without turning audit off? A. DCOM B. SQLCI LOAD C. SQLCI COMPRESS D. FUP RELOAD Answer: D 4. The partition array EXTENDED attribute on the CREATE TABLE command for a key-sequenced table creates _______. A. a Format 2 table with a partition array of 8000 bytes B. a Format 1 table with a partition array of 8000 bytes C. a Format 1 table with a partition array of 31000 bytes D. a Format 2 table with a partition array of 31000 bytes Answer: C 5. If a create index operation terminates abnormally, which utility is used to remove the incomplete index? A. sqlci drop index B. sqlci purge C. goaway D. cleanup Answer: D 6. Which RESTORE option is used when restoring SQL tables and no catalog tables exist? A. rebuildcatalog B. createnewcatalog

www.Prepking.com

C. autocreatecatalog D. recreatecatalog Answer: C 7. Where is configuration information for parallel index loading maintained? A. in the SQL system catalog TABLES table B. in DEFINES and PARAMS statements C. in an edit file specified at command time D. in the SQL user catalog INDEXES table Answer: C 8. The S (STATUS) column in the output from a DISPLAY USE OF command shows the character * against an object. What does the * represent? A. A system error occurred. B. The object was not found. C. The object was listed previously. D. The primary partition of this object was not found. Answer: C 9. Which utilities can be used to monitor SQL table space? A. SCF B. FUP C. DSAP D. DCOM E. PEEK Answer: BC 10. Which SQL utility leaves a key-sequenced table with as few index levels as possible? A. LOAD B. Dataloader C. COPY D. DUP Answer: A 11. Which option of update statistics on a multi-partition table calculates the statistics in parallel on each partition and gives the most accurate results? A. exact B. probabilistic C. partstats D. sample Select TWO.

www.Prepking.com

Answer: B 12. The system catalog subvolume is secured with the following security: \\LOCAL.$DSMSCM.SQL.* owner = 1,255; security = "oooo" \\LOCAL.$DSMSCM.SQL.CATALOGS "ngoo" Which users are allowed to create user catalogs on \\LOCAL? A. \\LOCAL.1.* B. \\LOCAL.*.* C. \\*.255.255 D. \\REMOTE.1.255 Answer: A 13. If an audited SQL table has been dropped in error, it may be recovered using TMF RECOVER FILES as long as an online dump has been taken previously. Once the SQL table and its associated objects have been recovered, how can the file label and catalog entries be compared? A. SCF LIST LABEL B. SQLCI CHECKTIMESTAMP C. TMFCOM CHECK RECOVERY D. SQLCI VERIFY Answer: D 14. When should you perform UPDATE STATISTICS on a table? A. at the same time every day, for consistency B. after creating a new index for the table C. after recompiling programs using the table D. when the table is created Answer: B 15. During an SQLCOMP of a program, the processor in which the SQLCOMP is running fails after the program has been compiled, registered in the catalog, marked as valid and SQL sensitive, but the SQLCOMP has not yet completed. What is the result? A. The program's entry in the catalog is invalidated. B. The program file is valid and SQL sensitive, but has no registration in the catalog. C. Both the program file and catalog entry are invalidated. D. Both the catalog entry and the program file are deleted. Answer: B 16. The SQL catalog version number is used to _______. A. provide version control for all system components on a node B. identify the latest version of SQL objects that can be registered owner = 1,255; security =

www.Prepking.com

C. force the optimizer to choose a new access strategy for new SQL objects D. determine the release version of the NonStop operating system installed Answer: B 17. Which SQLCI command sequence provides statistics about a query? A. DISPLAY STATISTICS; SELECT COUNT (*) FROM TABLE; B. SELECT COUNT (*) FROM TABLE; SET STATISTICS ON; C. SELECT STATISTICS ON; SELECT COUNT (*) FROM TABLE; D. SET SESSION STATISTICS ON; SELECT COUNT (*) FROM TABLE; Answer: D 18. A previously tested program object has to be installed on a production system. Which compiler option can be selected to minimize compilation time? A. no recompile B. compile inoperable plans C. check inoperable plans D. register only Answer: D 19. The MEASURE SQLSTMT RECOMPILES counter with non-zero value indicates _______. A. the maximum number of recompiles since process creation B. the SQL statement was invalid C. the SQL statement has invalid syntax D. the SQL statement was not compiled at startup Answer: B 20. Click on the Exhibit button to show the result of a FILEINFO, STAT, PARTONLY of a base table and index. What is the maximum number of physical I/Os needed to retrieve a base table row for a specific index value using these partitions?

www.Prepking.com

A. 2 B. 6 C. 8 D. 19 Answer: B 21. A large key-sequenced archive table is kept for querying purposes. Which FUP RELOAD option should be used? A. DSLACK 0 B. SLACK 25 C. SLACK 0 D. DSLACK 25 Answer: C 22. The command DISPLAY USE OF generates a list of _______. A. SQL objects and dependent registered SQL object programs B. disk space used by a base table and its indexes C. registered and unregistered SQL objects D. base table and all dependent unregistered SQL objects Answer: A 23. $data.tab.employee is a large partitioned table with no indexes. Parallel execution is enabled for the statement "select min (salary) from $data.tab.employee". What happens? A. System load decreases. B. ESPs are created. C. Nothing changes. D. An additional sort process is created. Answer: B 24. The Tandem Reload Analyzer (TRA) _______. A. recommends RELOADS B. provides information to assist in decisions for RELOAD C. starts RELOADS based on information about files gathered D. reduces the number of block chains in a key-sequenced file Answer: B 25. A table has an alternate index $data5.alt.dtx2. Which Measure entity captures driver calls to DTX2 when a row is added to the base table? A. FILE B. DISCOPEN

www.Prepking.com

C. SQLSTMT D. PROCESS Answer: B 26. Which tool would you use to analyze a deadlock situation? A. SQLCI LISTLOCKS B. MEASURE ENTITY deadlocks C. FUP LISTLOCKS D. TPDC ANALYZE DEADLOCKS Answer: C 27. Which joins are supported by NonStop SQL? A. outer joins and left inner joins B. inner joins and outer joins C. inner joins and left outer joins D. right joins and right inner joins Answer: C 28. What is the best description of static SQL? A. SQL statements cannot be compiled at runtime. B. SQL statements do not change each time the program is run. C. SQL statements can be compiled at runtime and do not change each time the program is run. D. SQL statements can be modified at runtime. Answer: B 29. If a table is heavily accessed, a bottleneck can ocur. What can be done to prevent this from happening? Select TWO. A. Increase the DP2 processes to 10 for the volumes. B. Increase processor memory size so the cache can be larger. C. Add the SQL executor process so more processes can access the table. D. Partition the table so that more than one processor can share the load. E. DCOM the disk so the index blocks are closer together. Answer: BD 30. Where is a program marked invalid? Select TWO. A. in cache B. in its file label C. in the system catalog D. in the master executor E. in the catalog's program table

www.Prepking.com

Answer: BE 31. Which operations execute successfully when the TMF subsystem is unavailable? A. DDL statements B. SQL compilation C. dynamic SQL statements D. INSERT into non audited tables E. SELECT from audited tables with BROWSE ACCESS Answer: DE 32. The NonStop server supports distributed databases in several ways. Which statements are true? Select TWO. A. A protection view can be created joining local and remote tables. B. A local shorthand view or index can reference a remote base table. C. A local partition can be accessed if a remote partition is not available. D. A local program cannot access local and remote tables in the same transaction. E. Local autonomy is fully supported at SQL compilation time. Answer: BC 33. What can be performed on an entry-sequenced table? A. insert, update, select B. select, insert, delete C. insert, update, delete D. update, where clause, delete Answer: A 34. What can be used to retrieve data using ad hoc queries? A. SQLCI (SQL Conversational Interface) Select TWO. Select TWO.

B. JSP (JavaServer Pages) C. ODBC (Open Database Connectivity)

D. XML (Extensible Markup Language) E. SOAP (Simple Object Access Protocol) Answer: AC 35. Access of a base table through an index can be more expensive than a full table scan. What are possible reasons? Select TWO.

A. The index contains the same number of records as the base table. B. Additional I/O is needed. C. Index row sizes are smaller than base table row sizes. D. More rows are being retrieved per physical I/O.

www.Prepking.com

E. Blocks in the base might be read more than once. Answer: BE 36. Which database object stores user application data? A. catalog table B. protection view C. base table D. shorthand view Answer: C 37. Foreign keys are used in the normalization process as consequences of which normal form? A. 1st Normal Form (1NF) B. 2nd Normal Form (2NF) C. 3rd Normal Form (3NF) D. 4th Normal Form (4NF) Answer: B 38. A large table $D.A.T (EmployeeNo (primaryKey), Name, LastName, Salary, Dept, Address) has an index (Name, LastName) Which statement will most likely use index-only access? A. SELECT LastName, EmployeeNo from $D.A.T where EmployeeNo > 100. B. SELECT Name, LastName from $D.A.T order by Name. C. SELECT EmployeeNo, Salary from $D.A.T. D. SELECT EmployeeNo from $D.A.T. Answer: B 39. Which SQLCI command creates the necessary metadata tables to contain user catalog information? A. CREATE USER CATALOG B. CREATE MASTER CATALOG C. CREATE SYSTEM TABLE D. CREATE SYSTEM CATALOG Answer: D 40. Click the Exhibit button. The exhibit shows the Employee and Department Tables. Which field in the Employee Table is a foreign key?

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-780.htm

Das könnte Ihnen auch gefallen