SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Oracle Database 11 G Administration
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. The simplest way to create a database is to use the __________.
Candidate Key
Block Size - * they should match
Database Creation Assistant (DBCA)
Flashback Recovery Area
2. Programs that can be stored in an Oracle Database are written in
Oracle's Data Guard Technology
pfile/spfile
SQL Deficiencies
PL/SQL
3. The SYSAUX tablespace is used to store ____________ - such as Statspack or Management Information.
Net Configuration Assistant (NetCA)
Active Workload Repository (AWR)
Consistency
Foreground Process
4. Which Oracle Architecture has two or more ODB Instances sharing access to the same set of disks and coordinating with each other over a fast network?
tnsnames.ora
8KB
Real Application Clusters (RAC)
The Buffer Cache
5. Type of a SQL statement used to modify data
Connection Pooling
Memory area
Recycle Pool
DML - Database Manipulation Language
6. This process watches the progress of the database connections.
DDL - Database Definition Language
Recycle Pool
Process Monitor (PMON)
Kernel Settings
7. The SYSTEM tablespace - which stores only tables containing information about the rest of the database - is called the ___________
Data Dictionary
<tablespace><number>.dbf - or - <tablespace><number>.ora
Listener.ora
PL/SQL
8. The process responsible for transferring all modified data blocks in the Data Caches to the Data Files.
Checkpoint Process (CKPT)
Maximum Available Architecture (MAA)
Oracle's Data Guard Technology
Database Writer (DBWR)
9. The Oracle Instance is composed of: Foreground Processes - Background Processes - ___________
Flashback Recovery Area
Atomic
Consistency
SGA - System Global Area
10. A special _____ _____ can be created within the Buffer Cache to store data blocks from frequently used data tables - such as lookup tables.
Tablespaces
Keep Pool
Data Dictionary
System Monitor (SMON)
11. The most important database configuration file - which contains the settings used during database startup: _______ - * comes in 2 forms; text and binary - * pfile is aka init.ora
Candidate Key
The Oracle Instance
On-Line Transaction Processing (OLTP)
pfile/spfile
12. Configuration file that contains location information for databases
SQL*Plus
tnsnames.ora.
DML - Database Manipulation Language
tnsnames.ora
13. A Dedicated _____ _____ is typically started whenever a user connects to the database.
Instance
Transaction Management
Foreground Process
SYSTEM & SYSAUX
14. This process is responsible for any cleanup activities necessary if the database is restarted after an abnormal shutdown resulting from system failure.
Archiver (ARCH)
Redo Log Files
System Monitor (SMON)
Keep Pool
15. This file contains info about the rest of the DB - like names and locations of data files - redo log files and is used by Oracle while starting the DB.
SQL*Plus
Control File
Archiver (ARCH)
Atomic
16. 3 ___________: Redundancy - Nullable Data Items - Duplicate Data Records
SQL Deficiencies
Oracle Home
Redo Log Group
Data Integrity Constraints
17. This wakes up periodically and copies any accumulated Undo and Redo entries to the Redo Log File.
Log Writer
Database Resident Connection Pooling (DRCP) (11g Only)
Redo Log Files
Flashback Recovery Area
18. Data Files store your _____ & _____.
Process Monitor (PMON)
Tables - Indexes
Shared Server
PL/SQL
19. What tool is used to automated the process of Redo information being shipped from the Main DB and applied to the Standby DB?
Oracle Data Guard
pfile/spfile
Maximum Available Architecture (MAA)
tnsnames.ora.
20. What is typically the largest portion of the SGA?
Recycle Pool
Data Integrity Constraints
The Buffer Cache
PL/SQL
21. When a set of shared Application Tier Processes handle all requests - each of which maintain a persistent connection to the Database - this is called ______________
The Shared Pool
Product Disks - OUI (Oracle Universal Installer)
SYSTEM & SYSAUX
Standard Connection Pooling (Prior to 11g)
22. What describes the various computer processes resident in computer memory and memory areas shared by these processes?
Instance
Latches
The Shared Pool
Trigger Operations
23. The Many-To-One configuration of Instances per Database is called...* whereby the db lives on shared disks and instances on multiple computers attached to the DB
Dedicated Server
2 - same size
RAC - Real Application Clusters
Checkpoint Process (CKPT)
24. This is a queue of Undo and Redo entries.
Listener Log
Log Buffer
Transaction Management
Instant Client
25. Type of SQL statements used to create and modify objects
Connection Pooling
DDL - Database Definition Language
Log Buffer
Data Dictionary
26. In Connection Pooling the information generated by the autonomous tasks not preserved in RAM - but saved in _______ or in the DB itself
<tablespace><number>.dbf - or - <tablespace><number>.ora
Log Buffer
Standard Connection Pooling (Prior to 11g)
Cookies
27. In which Oracle Architecture is each connection handled by a dedicated Oracle process?
Recycle Pool
Kernel Settings
Double
Dedicated Server
28. Core Features of any DBMS are: ___________ - Data Integrity - Security
Trace File
Cookies
Standard Connection Pooling (Prior to 11g)
Transaction Management
29. INSERT - UPDATE - ________ are examples of DML - Database Manipulation Language
Program Global Area
Oracle Home
Connection Pooling
DELETE & MERGE
30. The location of the database software
Trace File
Isolation
Oracle Home
PL/SQL
31. The 6 Background Processes: Database Writer (DBWWR) - Log Writer (LGWR) - Archiver (ARCH) - ___________ - Process Monitor (PMON) - System Monitor (SMON)
SQL Deficiencies
Log Buffer
Alert Log
Checkpoint Process (CKPT)
32. 3 Physical Operations of a Transaction: Index Updates - ___________ - Recursive Operations
Database Creation Assistant (DBCA)
SYSTEM & SYSAUX
Instance
Trigger Operations
33. At frequent intervals - the contents of the Data Caches are synchronized with the Data Files. This is performed by a dedicated process called ____________
SGA - System Global Area
DELETE & MERGE
Checkpoint Process (CKPT)
Consistency
34. A DBMS ensures transactions are: _______ - Consistent - Isolated - Durable
Trace File
Redo Log Group
Atomic
SQL*Plus
35. When a redo log file fills up - an Oracle component called the _____ makes one of more copies of it.
Dedicated Account
Archiver
Alert Log
Recycle Pool
36. What program is used to create a Listener?
Redo Log Group
Memory area
Net Configuration Assistant (NetCA)
Data blocks (or pages)
37. When Application Tier Processes communicate with a Connection Broker - which uses a Connection Pool - this is called _________________
Database Resident Connection Pooling (DRCP) (11g Only)
Program Global Area
Redo Log Files
SQL*Plus
38. In which log are events such as startup - shutdown - DDL operations and space shortages written?
Alert Log
Data Integrity Constraints
Cookies
Kernel Settings
39. The process responsible for transferring all Undo and Redo entries in the Log Buffer to the Redo Log Files.
System Monitor (SMON)
Program Global Area
Tablespaces
Log Writer (LGWR)
40. Commonly used block size of data blocks
8KB
tnsnames.ora.
Database Creation Assistant (DBCA)
Oracle's Data Guard Technology
41. Beginning Oracle 10g - it provides the most essential software in a bundle called an _______.
Data blocks (or pages)
DML - Database Manipulation Language
2 - same size
Instant Client
42. In a UNIX or Linux environment - you will also need to use the root account to perform a few tasks such as modifying the __________.
Durability
Redo Log Files
Kernel Settings
COMMIT.
43. The space within data files is organized into
Instance
DISPLAY
SGA - System Global Area
Data blocks (or pages)
44. The _____ property ensures that once all the steps in a transaction have been competed successfully - the results are considered permanent.
Log Writer
Durability
Double
PL/SQL
45. The _____ property ensures that results produces by concurrently executing transactions are serialized.
Log Writer
Isolation
Real Application Clusters (RAC)
Checkpoint Process (CKPT)
46. SGA - System Global Area is divided into distinct areas such as the buffer cache - the ________ and the log buffer.
Alert Log
Instance
Shared pool
Latches
47. In which Oracle Architecture can additional Instances be added to the cluster to scale out instead of scaling up?
Log Writer (LGWR)
Shared pool
RAC - Real Application Clusters
Real Application Clusters (RAC)
48. Before you can create the first DB on a system - you must first configure a _____.
Consistency
Listener
Standard Connection Pooling (Prior to 11g)
Durability
49. Transactions are Atomic or invisible from a logical perspective until the end of the transaction is indicated by an explicit instruction such as _______
Checkpoint Process (CKPT)
Durability
<tablespace><number>.dbf - or - <tablespace><number>.ora
COMMIT.
50. The location of backup copies of the data files is traditionally referred to as ________
Maximum Available Architecture (MAA)
Transaction Management
Recycle Pool
Flashback Recovery Area