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. SGA - System Global Area is divided into distinct areas such as the buffer cache - the ________ and the log buffer.
DELETE & MERGE
Double
Consistency
Shared pool
2. A Dedicated _____ _____ is typically started whenever a user connects to the database.
Trigger Operations
Foreground Process
Listener Log
Redo Log Group
3. In a UNIX or Linux environment - you will need to install and run Oracle using a __________.
Dedicated Account
Latches
System Monitor (SMON)
Tablespaces
4. What is typically the largest portion of the SGA?
Memory area
Consistency
The Buffer Cache
Tables - Indexes
5. Other things to consider when determining disk space are _____ & Undo / Temp space.
The Shared Pool
SYSTEM / SYSAUX tablespaces
Oracle Data Guard
Listener.ora
6. Type of SQL statements used to create and modify objects
Consistency
DDL - Database Definition Language
Redo Log Files
tnsnames.ora
7. A DBMS ensures transactions are: _______ - Consistent - Isolated - Durable
Checkpoint Process (CKPT)
Standard Connection Pooling (Prior to 11g)
Atomic
Embedded SQL
8. The process responsible for making copies of the Redo Log Files when they fill up.
Listener
Archiver (ARCH)
Dedicated Server
tnsnames.ora.
9. What is the private work area in computer memory which each Oracle server process uses to hold intermediate results (temp files) called?
Alert Log
Program Global Area
Foreground Process
Oracle Data Guard
10. 3 ______________: Check - Uniqueness - Referential
Log Writer
Database
Data Integrity Constraints
Dedicated Server
11. In Connection Pooling the information generated by the autonomous tasks not preserved in RAM - but saved in _______ or in the DB itself
Oracle's Data Guard Technology
tnsnames.ora.
Cookies
SYSTEM / SYSAUX tablespaces
12. This wakes up periodically and copies any accumulated Undo and Redo entries to the Redo Log File.
The Oracle Instance
Log Writer
SYSTEM / SYSAUX tablespaces
SGA - System Global Area
13. The _____ property ensures that results produces by concurrently executing transactions are serialized.
Dedicated Account
pfile/spfile
DISPLAY
Isolation
14. A factor in the decision to assign a table or index to a particular tablespace is ___________
Consistency
Database
Block Size - * they should match
Active Workload Repository (AWR)
15. When Application Tier Processes communicate with a Connection Broker - which uses a Connection Pool - this is called _________________
Double
2 - same size
Active Workload Repository (AWR)
Database Resident Connection Pooling (DRCP) (11g Only)
16. What program is used to create a Listener?
Process Monitor (PMON)
Net Configuration Assistant (NetCA)
Memory area
Control File
17. Beginning Oracle 10g - it provides the most essential software in a bundle called an _______.
Data blocks (or pages)
Instant Client
Tables - Indexes
Log Writer (LGWR)
18. Type of a SQL statement used to modify data
DML - Database Manipulation Language
Archiver (ARCH)
Dedicated Server
SQL*Plus
19. What describes the various computer processes resident in computer memory and memory areas shared by these processes?
Data Dictionary
Shared Server
2 - same size
Instance
20. What tool is used to automated the process of Redo information being shipped from the Main DB and applied to the Standby DB?
Net Configuration Assistant (NetCA)
SYSTEM / SYSAUX tablespaces
Oracle Data Guard
pfile/spfile
21. Which Oracle Architecture combines RAC and Standby technology?
Maximum Available Architecture (MAA)
COMMIT.
Real Application Clusters (RAC)
Oracle Home
22. The very large __________ shared by all Oracle processes is the SGA - System Global Area
Trigger Operations
Listener
Memory area
Dedicated Server
23. Programs that can be stored in an Oracle Database are written in
Program Global Area
Shared pool
Oracle Data Guard
PL/SQL
24. A _____ _____ can be created to store blocks within the Buffer Cache that are rarely reused.
Redo Log Files
Recycle Pool
Embedded SQL
Real Application Clusters (RAC)
25. 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?
Real Application Clusters (RAC)
Keep Pool
COMMIT.
<tablespace><number>.dbf - or - <tablespace><number>.ora
26. A large component of the SGA - which is best-known for use in caching query execution plans is called _________
Redo Log Files
<tablespace><number>.dbf - or - <tablespace><number>.ora
DDL - Database Definition Language
The Shared Pool
27. 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
RAC - Real Application Clusters
SQL*Plus
Program Global Area
Listener
28. When a redo log file fills up - an Oracle component called the _____ makes one of more copies of it.
Block Size - * they should match
Real Application Clusters (RAC)
The Buffer Cache
Archiver
29. The _____ property ensures that once all the steps in a transaction have been competed successfully - the results are considered permanent.
Kernel Settings
Durability
tnsnames.ora.
Foreground Process
30. Commonly used block size of data blocks
8KB
<tablespace><number>.dbf - or - <tablespace><number>.ora
Atomic
DISPLAY
31. 3 Physical Operations of a Transaction: Index Updates - ___________ - Recursive Operations
Shared Server
COMMIT.
Trigger Operations
Embedded SQL
32. In which Oracle Architecture does the client communicate with an ODB Dispatcher Process which has a Request Queue and a Response Queue?
Shared Server
SGA - System Global Area
Database Resident Connection Pooling (DRCP) (11g Only)
Atomic
33. A unique part of a record is called__________
Kernel Settings
Candidate Key
Flashback Recovery Area
Checkpoint Process (CKPT)
34. Oracle Provided Command-Line Tool - * used to automate tasks
SQL*Plus
Real Application Clusters (RAC)
Active Workload Repository (AWR)
Data Integrity Constraints
35. Core Features of any DBMS are: ___________ - Data Integrity - Security
Transaction Management
Database Resident Connection Pooling (DRCP) (11g Only)
Checkpoint Process (CKPT)
DISPLAY
36. The SYSTEM tablespace - which stores only tables containing information about the rest of the database - is called the ___________
Process Monitor (PMON)
PL/SQL
SQL*Plus
Data Dictionary
37. The location of backup copies of the data files is traditionally referred to as ________
<tablespace><number>.dbf - or - <tablespace><number>.ora
Control File
Shared pool
Flashback Recovery Area
38. Transactions are Atomic or invisible from a logical perspective until the end of the transaction is indicated by an explicit instruction such as _______
COMMIT.
<tablespace><number>.dbf - or - <tablespace><number>.ora
Archiver (ARCH)
The Buffer Cache
39. Before you can create the first DB on a system - you must first configure a _____.
Flashback Recovery Area
Cookies
Listener
Listener Log
40. 3 ___________: Redundancy - Nullable Data Items - Duplicate Data Records
SQL Deficiencies
Kernel Settings
SGA - System Global Area
Log Buffer
41. The location of the database software
SYSTEM / SYSAUX tablespaces
Latches
Oracle Home
Foreground Process
42. Data Files store your _____ & _____.
Consistency
Tables - Indexes
Archiver (ARCH)
Data Dictionary
43. The files on the storage disks connected to the database host is the __________
Database
Program Global Area
Tablespaces
Alert Log
44. Typical convention for naming data files
Real Application Clusters (RAC)
Shared pool
Recycle Pool
<tablespace><number>.dbf - or - <tablespace><number>.ora
45. The 4 Steps involved in installing the Instant Client: Download from OTN (Oracle Technology Network). - Unzip into directory of choice. - Create __________ - Add location of software to PATH and TNS_ADMIN.
Instant Client
Product Disks - OUI (Oracle Universal Installer)
tnsnames.ora.
Consistency
46. The process responsible for transferring all Undo and Redo entries in the Log Buffer to the Redo Log Files.
Log Writer (LGWR)
PL/SQL
Data blocks (or pages)
Redo Log Group
47. When a set of shared Application Tier Processes handle all requests - each of which maintain a persistent connection to the Database - this is called ______________
pfile/spfile
Standard Connection Pooling (Prior to 11g)
<tablespace><number>.dbf - or - <tablespace><number>.ora
tnsnames.ora
48. The 6 Background Processes: Database Writer (DBWWR) - Log Writer (LGWR) - Archiver (ARCH) - ___________ - Process Monitor (PMON) - System Monitor (SMON)
Checkpoint Process (CKPT)
Database Writer (DBWR)
System Monitor (SMON)
Embedded SQL
49. INSERT - UPDATE - ________ are examples of DML - Database Manipulation Language
Data Dictionary
DELETE & MERGE
Foreground Process
Listener
50. 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
pfile/spfile
Atomic
Kernel Settings
The Buffer Cache