Advanced Database Administration and Sybase ASE

Covers advanced database topics including synonyms, transaction isolation levels, Sybase ASE administration, memory management, indexing, DBCC commands, backup/restore operations, and recovery models.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is a prerequisite for Database Mail?

  1. Service Broker
  2. Database Mirroring
  3. Extended MAPI Profile
  4. Microsoft Exchange Server
Question 2 Multiple Choice (Single Answer)

Which of the following sentences is true for recovery models?

  1. In the Simple recovery model, all transactions are logged.
  2. In the Bulk-Logged recovery model, all transactions are logged.
  3. In the Full recovery model, most transactions are minimally logged.
  4. In the Simple recovery model, most transactions are minimally logged.
Question 3 Multiple Choice (Single Answer)

Which is an ideal pool for transaction log cache?

  1. 2K
  2. 8K
  3. 16K
  4. 4K
Question 4 Multiple Choice (Single Answer)

Which option can be used to generate a new password for an sso login from RUN_SERVER file

  1. -c
  2. -E
  3. -u
  4. -p
Question 5 Multiple Choice (Single Answer)

Which trace is useful for checking index selection by Sybase Optimiser

  1. 3604
  2. 2512
  3. 302
  4. 310
Question 6 Multiple Choice (Single Answer)

Which parameter tells us about current memory used by Sybase ASE

  1. max memory
  2. physical memory
  3. logical memory
  4. network memory
Question 7 Multiple Choice (Single Answer)

Which metadata cache descriptor is used for holding database structure

  1. DBINFO
  2. DES
  3. IDES
  4. DBTABLE
Question 8 Multiple Choice (Single Answer)

Which dbcc command logs records onto dbccdb database

  1. dbcc checkdb
  2. dbcc checkverify
  3. dbcc checkstorage
  4. dbcc checkalloc
Question 9 Multiple Choice (Single Answer)

What option is suited for adding an identity column in a existing table index to make a non uniqe index a unique one

  1. auto identity
  2. identity in nonunique index
  3. unique auto_identity index
  4. async log service
Question 10 Multiple Choice (Single Answer)

What clause can be used to check if a dump is valid or not along with load database statement

  1. with header
  2. with headerofdump
  3. with dumpstatus
  4. with listonly
Question 11 Multiple Choice (Multiple Answers)

what are the valid engine groups which pre exist on a Sybase ASE

  1. ASEENGINE
  2. ANYENGINE
  3. LASTENGINE
  4. LASTONLINE
Question 12 Multiple Choice (Single Answer)

What is the extended limit ( in charecters ) of identifiers in ASE 15

  1. 230
  2. 450
  3. 255
  4. 100
Question 13 Multiple Choice (Single Answer)

if you need to preserve some user defined datatypes in tempdb which database should you add them to

  1. sybmgmtdb
  2. sybsystemprocs
  3. model
  4. master
Question 14 Multiple Choice (Single Answer)

Which @@ gobal variable can tell you the tranasction mode of a session

  1. is_chained
  2. tran_chained
  3. chained
  4. tranchained
Question 15 Multiple Choice (Single Answer)

Which isolation level prevents phantom reads

  1. 0
  2. 3
  3. 2
  4. 1
Question 16 Multiple Choice (Multiple Answers)

What are the different types of synonyms?

  1. Schema synonym
  2. Public synonym
  3. Private synonym
  4. Database synonym
Question 17 Multiple Choice (Single Answer)

To create a private synonym in another user’s schema you must have the following privilege:

  1. CREATE SYNONYM
  2. CREATE ANY SYNONYM
  3. CREATE PUBLIC SYNONYM
  4. CREATE OTHER SYNONYM
Question 18 Multiple Choice (Multiple Answers)

What are the DML statements you can use on a synonym created for a table?

  1. Select
  2. Insert
  3. Update
  4. Delete
Question 19 Multiple Choice (Multiple Answers)

What are the data base objects for which you can create synonyms?

  1. Table
  2. View
  3. Procedure
  4. Package
  5. Another Synonym
  6. Sequence
Question 20 Multiple Choice (Multiple Answers)

Which are not an advantages of a synonym?

  1. Alias for a schema object
  2. Provide security by hiding the name of the object
  3. Provide security by hiding the schema owner of the object
  4. Reduce complexity in SQLs by creating short synonyms names for objects with long names
  5. By granting privilege to synonym, granting privilege to the underlying object can be avoided