You are on page 1of 11

Exam Title

: Sybase 510-020 : Adaotive Server Enterprise Administrator Assoc.Certification

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 isolation level has the following behavior: shared locks are held until a select finishes reading a row or page, and selects wait for exclusive locks to be released. A. 0 B. 1 C. 2 D. 3 Answer: B 2. Which of the following parameters must be reconfigured from the default in order for hash-based parallel access to be considered? A. max parallel degree B. number of user connections C. max scan parallel degree D. number of worker processes E. memory per worker process Answer: ACD 3. Which of the following methods can reduce the partition skew for a given table? (Choose all that apply.) A. Execute sp_helpartition tablename B. Increase the configured value of disk i/o structures C. Alter the table to add more partitions D. Create a clustered index on the table (or if one exists, drop and recreate it) E. For a heap table, bulk copy data out, truncate table, bulk copy data in Answer: DE 4. Which system table contains the following columns: lstart, vstart, size A. sysobjects B. sysusages C. sysdatabases D. sysservers E. sysdevices Answer: B 5. Given the following statement: (Choose all that apply.)

www.Prepking.com

How will the index be created? A. With a parallel sort with 2 producers and 1 consumer B. The statement will fail. C. With a serial sort. D. With a parallel sort with 2 producers and 2 consumers Answer: B 6. Your customer database, with its data and logs on separate devices, has just crashed due to the failure of one of the data devices. Which of the following statements could be used to dump the transaction log in order to ensure recovery up to the moment of the crash? A. Dump tran customer to 'customer_log.dmp' with no_log. B. Dump tran customer to 'customer_log.dmp' with truncate_only C. Dump tran customer to 'customer_log.dmp' with no_truncate. D. It is not possible to dump the log in this case. Answer: C 7. What is the purpose of the dbccdb database?: A. It is required for running any dbcc command B. It is required for running the dbcc checkstorage command C. It is required for running the dbcc memusage command D. It is required for running dbcc trace E. It is not required for anything Answer: B 8. The sybsecurity database is only needed if you plan on using: A. auditing B. user defined roles C. user defined groups D. row level access control Answer: A

www.Prepking.com

9. The system table sysindexes exists in which of the following databases? (choose all that apply): A. master B. sybsystemprocs C. tempdb D. any user database Answer: ABCD 10. The databases created by a standard ASE install are (choose all that apply): A. dbccdb B. master C. model D. pubs2 E. sybsecurity F. sybsystemdb G. sybsystemprocs H. tempdb Answer: BCFGH 11. When you execute a stored procedure, in which database does ASE first look for that procedure? A. master B. current C. sybsystemprocs D. sybsystemdb E. default Answer: B 12. Identify the segment names that are common to all databases. A. system B. table C. logsegment D. default E. index F. user G. data Answer: ACD 13. After installing ASE using default settings, which of the following databases are on the master device? (Choose all that apply.) A. master

www.Prepking.com

B. model C. tempdb D. sybsyntax E. sybsystemprocs Answer: ABC 14. Which databases are required for a properly functioning ASE? A. master, model, tempdb, sybsystemprocs, sybsystemdb B. master, model, tempdb, sybsystemprocs, sybsecurity C. master, model, tempdb, sybsystemdb, sybsecurity, dbccdb D. master, model, tempdb, dbccdb, sybsystemprocs Answer: A 15. Where are table/index level statistics stored? A. sysstatistics B. systabstats C. On the leaf level of the index D. The GAM page E. The distribution page Answer: B 16. Transaction isolation levels changes the behavior of: A. checkpoints B. database and log dumps C. reads D. writes E. reads and writes F. reads, writes, and checkpoints Answer: C 17. The following commands were successfully executed in isql:

What will be the result of the transaction? A. It will remain open B. It depends on configuration options

www.Prepking.com

C. It was committed and the data will remain deleted D. It was automatically rolled back and the data will be re-inserted Answer: D 18. Within a nested transaction, a rollback always A. rolls back all the changes done only within the nested transaction B. rolls back all the changes done within the entire most outer transaction C. decrements the global variable @@trancount by one D. rolls back the transaction to the last named savepoint Answer: B 19. The following commands were successfully executed in isql:

What will be the result of the transaction? A. It will remain open B. It depends on configuration options C. It was committed and the data will remain deleted D. It was automatically rolled back and the data will be re-inserted Answer: C 20. Given the code fragment:

What is the final value of column c in table t?

www.Prepking.com

A. 0 B. 1 C. 10 D. 11 E. 100 F. 110 G. 111 Answer: E 21. Under which of the following scenarios will only log pages be written to disk? A. When a checkpoint occurs B. When pages age out C. When a transaction is committed D. When the Housekeeper writes pages to the disk Answer: C 22. What granularity of locking is available in ASE? (Choose all that apply.) A. table-level locking B. page-level locking C. row-level locking D. extent-level locking

Answer: ABC 23. What is the default isolation level on ASE? A. 0 B. 1 C. 2 D. 3 Answer: B 24. How would you look up the current isolation level in your Transact-SQL session? A. set transaction isolation level 0 B. select @@trancount C. select @@isolation D. select @@transtate Answer: C 25. When configuring the server, the new value for a static configuration parameter will take effect A. when the user logs out and then logs back in B. when the "reconfigure" command is run

www.Prepking.com

C. when the "online database master" command is run D. when the server is rebooted E. immediately Answer: D 26. Which changes require a restart in ASE before they will take effect? (Choose all that apply.) A. increasing "number of locks" B. increasing size of procedure cache C. decreasing size of any data cache D. decreasing "number of user connections" E. resetting "number of worker processes" back to its default setting Answer: C 27. The run value for "max memory" is 52000 pages. The run value for "total logical memory" is 40000 pages. Each user connection requires 100 pages of memory. The server currently has a run value of 25 user connections. Under these conditions, which of the following are valid changes to the "number of user connections"? A. sp_configure "number of user connections", 2 B. sp_configure "number of user connections", 100 C. sp_configure "number of user connections", 124 D. sp_configure "number of user connections", 400 E. sp_configure "number of user connections", 520 Answer: BC 28. Which of the following system tables store configuration parameter values? A. systhresholds B. sysconfigures C. syscurconfigs D. syservers Answer: BC 29. Currently, 5000 locks are configured in an ASE. The following command is executed: sp_configure "number of locks", 6000 How many locks will be available directly after this command has been executed successfully, and how many locks will be available after the next ASE restart? A. available directly: 5000; available after next ASE restart: 11000 B. available directly: 5000; available after next ASE restart: 6000 C. available directly: 6000; available after next ASE restart: 5000

www.Prepking.com

D. available directly: 6000; available after next ASE restart: 6000 E. available directly: 11000; available after next ASE restart: 11000 Answer: D 30. Which of the following configuration parameters are dynamic? A. max memory B. number of locks C. number of user connections D. number of open databases E. default character set id Answer: ABCD 31. If a configuration parameter is static, then the following applies: A. The value cannot be changed B. The value can be changed, but the change does not take effect until the server is restarted C. The value can be changed, and the change takes effect immediately D. The value can only be changed by reinstalling ASE E. The value must be converted to a dynamic parameter before resetting it Answer: B 32. How do you disable network packet batching in ASE? A. sp_configure "tcp no delay", 0 B. sp_configure "tcp no delay", 1 C. You cant disable network packet batching in ASE D. sp_configure "allow sendmsg", 0 Answer: B 33. Which statement is incorrect regarding the configuration parameter max memory? A. The default value is platform-specific. B. Is the most shared memory that can be used by ASE. C. The parameter is dynamic. D. Is equivalent to the pre-12.5 configuration parameter total memory. Answer: D 34. Before a parallel hash-based table scan can be performed: (Choose all that apply.) A. the server configuration parameter of "number of worker processes" must be set to 2 or greater B. the table must be partitioned C. the server configuration parameter of "max parallel degree" must be set to 2 or greater D. the server configuration parameter of "max scan parallel" degree must be set to 2 or greater E. the table must be indexed

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/510-020.htm

You might also like