Oracle Database Administration and SQL

Covers Oracle database background processes, storage structures, configuration files, and SQL concepts including triggers and joins.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How many tables may be included with a join?

  1. 1
  2. 2
  3. 3
  4. all of the above
Question 2 Multiple Choice (Single Answer)

Which of the following is true concerning triggers?

  1. You do not create them with SQL.
  2. They execute against only some applications that access a database.
  3. They have an event, condition, and action.
  4. They cannot cascade (cause another trigger to fire).
Question 3 Multiple Choice (Single Answer)

There should be one condition within the WHERE clause for each pair of tables being joined.

  1. TRUE
  2. FALSE
  3. DO not know
  4. Both
Question 4 Multiple Choice (Single Answer)

The code to create triggers and routines is stored in only one location and is administered centrally.

  1. TRUE
  2. FALSE
  3. BOTH
  4. DO NOT KNOW
Question 5 Multiple Choice (Multiple Answers)

When LGWR process write redo log buffer to redo log files?

  1. Log buffer is one-third full
  2. Commit transaction
  3. every three seconds
  4. redo log file switch
Question 6 True/False

C-EMS Oracle database is configured as NO ARCHIVELOG mode.

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

Which process kicks in DBWR process?

  1. LGWR
  2. DBWR
  3. CKPT
  4. ARCH
Question 8 Multiple Choice (Single Answer)

Name logical unit of storage which is combination of one of more datafiles.

  1. Segment
  2. Block
  3. Tablespace
  4. View
Question 9 Multiple Choice (Single Answer)

Rollback transaction data is stored in which data file.

  1. System
  2. Sysaux
  3. Undo
  4. Index
Question 10 Multiple Choice (Single Answer)

Which process creates archive log files?

  1. LGWR
  2. ARCH
  3. ZIP
  4. CKPT
Question 11 Multiple Choice (Single Answer)

Which is the smallest logical unit in Oracle database?

  1. Extent
  2. Block
  3. Segment
  4. Table
Question 12 Multiple Choice (Single Answer)

Which file contains database name, location of data files and important information used to start the Oracle database?

  1. Redo log file
  2. Data file
  3. Archive log file
  4. Control file
Question 13 Multiple Choice (Multiple Answers)

Give names of different segments.

  1. Data Segment
  2. Index Segment
  3. Table Segment
  4. Rollback Segment
  5. Temporary Segment
Question 14 Multiple Choice (Single Answer)

Which file contains all different Oracle configuration parameters?

  1. Data file
  2. Control file
  3. Parameter file
  4. Redo log file
Question 15 Multiple Choice (Single Answer)

Which Oracle background process performs instance recovery?

  1. PMON
  2. SMON
  3. INSTMON
  4. IMON
Question 16 Multiple Choice (Single Answer)

Which Oracle background process performs server process recovery?

  1. PMON
  2. SMON
  3. PROMON
  4. IMON
Question 17 True/False

Archive log is generated only when database is working in ARCHIVELOG mode.

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

which are ETL tools

  1. Informatica
  2. Datastage
  3. Abnitio
  4. All the above
Question 19 Multiple Choice (Single Answer)

who is the father of datawarehouse

  1. Bill Inmon
  2. Dennis Ritchie
  3. shiva
  4. Tal mukha talma
Question 20 Multiple Choice (Single Answer)

which is an passive transformation

  1. filter
  2. aggregator
  3. expression
  4. none