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. Which Oracle Architecture combines RAC and Standby technology?
Tables - Indexes
Maximum Available Architecture (MAA)
The Oracle Instance
Standard Connection Pooling (Prior to 11g)
2. What is the private work area in computer memory which each Oracle server process uses to hold intermediate results (temp files) called?
DISPLAY
The Oracle Instance
Program Global Area
Data Integrity Constraints
3. The process responsible for transferring all Undo and Redo entries in the Log Buffer to the Redo Log Files.
Oracle Data Guard
Log Writer (LGWR)
Consistency
The Shared Pool
4. To estimate the amount of space required for your Data Files - Estimate space required for Tables - then ________ the number to allow for Indexes - then Double the number again to allow for Overhead Space and White Space.
Double
Instance
SYSTEM & SYSAUX
PL/SQL
5. Configuration file that contains location information for databases
Candidate Key
tnsnames.ora
Checkpoint Process (CKPT)
Instant Client
6. What is produces every time certain severe errors occur?
Shared Server
Trace File
Log Writer (LGWR)
Active Workload Repository (AWR)
7. In Connection Pooling the information generated by the autonomous tasks not preserved in RAM - but saved in _______ or in the DB itself
Oracle Home
Process Monitor (PMON)
Cookies
RAC - Real Application Clusters
8. These help ensure that the effects of a user's transaction are Durable (even in the event of a computer failure)
Archiver
Kernel Settings
Dedicated Server
Redo Log Files
9. 3 Physical Operations of a Transaction: Index Updates - ___________ - Recursive Operations
On-Line Transaction Processing (OLTP)
Candidate Key
Block Size - * they should match
Trigger Operations
10. Transactions are Atomic or invisible from a logical perspective until the end of the transaction is indicated by an explicit instruction such as _______
Database Resident Connection Pooling (DRCP) (11g Only)
Database
COMMIT.
Keep Pool
11. What is typically the largest portion of the SGA?
DELETE & MERGE
Data Dictionary
<tablespace><number>.dbf - or - <tablespace><number>.ora
The Buffer Cache
12. 3 ___________: Redundancy - Nullable Data Items - Duplicate Data Records
SQL Deficiencies
Oracle Home
Alert Log
Control File
13. What tool is used to automated the process of Redo information being shipped from the Main DB and applied to the Standby DB?
DELETE & MERGE
Tables - Indexes
DISPLAY
Oracle Data Guard
14. A special _____ _____ can be created within the Buffer Cache to store data blocks from frequently used data tables - such as lookup tables.
Foreground Process
SYSTEM & SYSAUX
Keep Pool
SYSTEM / SYSAUX tablespaces
15. The various Oracle processes coordinate their access to the areas of the SGA by using IPC - Interprocess Communication mechanisms called _______
pfile/spfile
Latches
tnsnames.ora
Memory area
16. When a set of shared Application Tier Processes handle all requests - each of which maintain a persistent connection to the Database - this is called ______________
Database
Log Writer
Instance
Standard Connection Pooling (Prior to 11g)
17. Programs that can be stored in an Oracle Database are written in
Oracle Data Guard
Dedicated Account
PL/SQL
Keep Pool
18. A DBMS ensures transactions are: _______ - Consistent - Isolated - Durable
Product Disks - OUI (Oracle Universal Installer)
On-Line Transaction Processing (OLTP)
Dedicated Account
Atomic
19. In which Oracle Architecture can additional Instances be added to the cluster to scale out instead of scaling up?
tnsnames.ora
Memory area
Oracle's Data Guard Technology
Real Application Clusters (RAC)
20. Before you can create the first DB on a system - you must first configure a _____.
Listener
RAC - Real Application Clusters
Shared Server
2 - same size
21. This wakes up periodically and copies any accumulated Undo and Redo entries to the Redo Log File.
Log Writer
Kernel Settings
Transaction Management
Shared pool
22. A Dedicated _____ _____ is typically started whenever a user connects to the database.
Log Writer (LGWR)
Foreground Process
Archiver
Isolation
23. When a redo log file fills up - an Oracle component called the _____ makes one of more copies of it.
DDL - Database Definition Language
Archiver
Shared Server
tnsnames.ora
24. The SYSAUX tablespace is used to store ____________ - such as Statspack or Management Information.
tnsnames.ora
Tables - Indexes
RAC - Real Application Clusters
Active Workload Repository (AWR)
25. In the Shared Server the State Information is kept in the SGA for _______________
Instant Client
On-Line Transaction Processing (OLTP)
Consistency
DML - Database Manipulation Language
26. In which log are events such as startup - shutdown - DDL operations and space shortages written?
Transaction Management
Log Buffer
Alert Log
Keep Pool
27. The very large __________ shared by all Oracle processes is the SGA - System Global Area
Data Integrity Constraints
Standard Connection Pooling (Prior to 11g)
Memory area
PL/SQL
28. The space within data files is organized into
Double
Data blocks (or pages)
Listener Log
Memory area
29. A standby database - which is kept in a separate data center - is kept synchronized with the production DB using this.
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
30. INSERT - UPDATE - ________ are examples of DML - Database Manipulation Language
DELETE & MERGE
Checkpoint Process (CKPT)
Memory area
Listener
31. What program is used to create a Listener?
Listener.ora
Net Configuration Assistant (NetCA)
Archiver
Candidate Key
32. Oracle needs at least _____ redo log files and they should be the _____ _____.
2 - same size
On-Line Transaction Processing (OLTP)
Cookies
Embedded SQL
33. 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?
Listener.ora
The Shared Pool
Dedicated Account
Real Application Clusters (RAC)
34. A large component of the SGA - which is best-known for use in caching query execution plans is called _________
Latches
The Shared Pool
SGA - System Global Area
DISPLAY
35. A _____ _____ can be created to store blocks within the Buffer Cache that are rarely reused.
Latches
Recycle Pool
Shared Server
Tablespaces
36. Other things to consider when determining disk space are _____ & Undo / Temp space.
Transaction Management
Embedded SQL
SYSTEM / SYSAUX tablespaces
Checkpoint Process (CKPT)
37. The location of backup copies of the data files is traditionally referred to as ________
Maximum Available Architecture (MAA)
Embedded SQL
Flashback Recovery Area
Shared Server
38. Oracle Provided Command-Line Tool - * used to automate tasks
SQL*Plus
The Buffer Cache
Database Creation Assistant (DBCA)
Redo Log Files
39. An important configuration file related to the users starting a database session is the __________
Oracle's Data Guard Technology
SYSTEM / SYSAUX tablespaces
Listener.ora
<tablespace><number>.dbf - or - <tablespace><number>.ora
40. This process is responsible for any cleanup activities necessary if the database is restarted after an abnormal shutdown resulting from system failure.
Isolation
Double
COMMIT.
System Monitor (SMON)
41. A mirrored set of redo log files is called a ________
Active Workload Repository (AWR)
Log Writer
COMMIT.
Redo Log Group
42. What describes the various computer processes resident in computer memory and memory areas shared by these processes?
Maximum Available Architecture (MAA)
The Oracle Instance
Data blocks (or pages)
Instance
43. In which Oracle Architecture does the client communicate with an ODB Dispatcher Process which has a Request Queue and a Response Queue?
Keep Pool
Oracle Home
PL/SQL
Shared Server
44. When Application Tier Processes communicate with a Connection Broker - which uses a Connection Pool - this is called _________________
Oracle Data Guard
Checkpoint Process (CKPT)
Tables - Indexes
Database Resident Connection Pooling (DRCP) (11g Only)
45. The 6 Background Processes: Database Writer (DBWWR) - Log Writer (LGWR) - Archiver (ARCH) - ___________ - Process Monitor (PMON) - System Monitor (SMON)
Real Application Clusters (RAC)
RAC - Real Application Clusters
Checkpoint Process (CKPT)
System Monitor (SMON)
46. The Oracle Instance is composed of: Foreground Processes - Background Processes - ___________
SGA - System Global Area
8KB
Kernel Settings
Double
47. In a UNIX or Linux environment - you will also need to use the root account to perform a few tasks such as modifying the __________.
Trace File
DML - Database Manipulation Language
Kernel Settings
Database
48. Core Features of any DBMS are: ___________ - Data Integrity - Security
<tablespace><number>.dbf - or - <tablespace><number>.ora
Transaction Management
Checkpoint Process (CKPT)
Dedicated Account
49. Data Files store your _____ & _____.
Isolation
Real Application Clusters (RAC)
Process Monitor (PMON)
Tables - Indexes
50. The simplest way to create a database is to use the __________.
tnsnames.ora
Database Creation Assistant (DBCA)
COMMIT.
Redo Log Files