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. When Application Tier Processes communicate with a Connection Broker - which uses a Connection Pool - this is called _________________
Shared Server
Database Resident Connection Pooling (DRCP) (11g Only)
Candidate Key
Data Integrity Constraints
2. Commonly used block size of data blocks
8KB
Data Dictionary
Latches
Candidate Key
3. A large component of the SGA - which is best-known for use in caching query execution plans is called _________
Program Global Area
The Shared Pool
SQL Deficiencies
Trace File
4. This is a queue of Undo and Redo entries.
SYSTEM / SYSAUX tablespaces
Log Buffer
Connection Pooling
Recycle Pool
5. The simplest way to create a database is to use the __________.
tnsnames.ora
Instant Client
Tables - Indexes
Database Creation Assistant (DBCA)
6. In which Oracle Architecture can additional Instances be added to the cluster to scale out instead of scaling up?
Trigger Operations
Checkpoint Process (CKPT)
Dedicated Server
Real Application Clusters (RAC)
7. 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)
SGA - System Global Area
Instant Client
Net Configuration Assistant (NetCA)
8. Programs that can be stored in an Oracle Database are written in
PL/SQL
Trigger Operations
Dedicated Server
DELETE & MERGE
9. What tool is used to automated the process of Redo information being shipped from the Main DB and applied to the Standby DB?
Trace File
COMMIT.
Oracle Data Guard
Control File
10. The various Oracle processes coordinate their access to the areas of the SGA by using IPC - Interprocess Communication mechanisms called _______
RAC - Real Application Clusters
Program Global Area
Consistency
Latches
11. This wakes up periodically and copies any accumulated Undo and Redo entries to the Redo Log File.
Redo Log Files
Log Writer
Transaction Management
Alert Log
12. A special _____ _____ can be created within the Buffer Cache to store data blocks from frequently used data tables - such as lookup tables.
DELETE & MERGE
Archiver
Keep Pool
Redo Log Group
13. Other things to consider when determining disk space are _____ & Undo / Temp space.
Net Configuration Assistant (NetCA)
COMMIT.
SGA - System Global Area
SYSTEM / SYSAUX tablespaces
14. What describes the various computer processes resident in computer memory and memory areas shared by these processes?
Database Resident Connection Pooling (DRCP) (11g Only)
Instance
Net Configuration Assistant (NetCA)
Shared pool
15. Oracle needs at least _____ redo log files and they should be the _____ _____.
Program Global Area
Active Workload Repository (AWR)
Trace File
2 - same size
16. At frequent intervals - the contents of the Data Caches are synchronized with the Data Files. This is performed by a dedicated process called ____________
Candidate Key
Checkpoint Process (CKPT)
SQL Deficiencies
Double
17. 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
2 - same size
PL/SQL
Oracle Home
18. What program is used to create a Listener?
Atomic
Memory area
Net Configuration Assistant (NetCA)
Oracle Home
19. The _____ property ensures that results produces by concurrently executing transactions are serialized.
System Monitor (SMON)
Recycle Pool
Isolation
Listener Log
20. Data files are logically grouped into _____ and are usually given descriptive names such as DATA - INDEX - UNDO & TEMP.
Active Workload Repository (AWR)
Tablespaces
Atomic
SYSTEM & SYSAUX
21. The SYSTEM tablespace - which stores only tables containing information about the rest of the database - is called the ___________
Data Dictionary
Log Writer (LGWR)
SQL*Plus
Product Disks - OUI (Oracle Universal Installer)
22. This process is responsible for any cleanup activities necessary if the database is restarted after an abnormal shutdown resulting from system failure.
On-Line Transaction Processing (OLTP)
System Monitor (SMON)
Process Monitor (PMON)
Candidate Key
23. A mirrored set of redo log files is called a ________
Process Monitor (PMON)
DELETE & MERGE
Redo Log Group
Instance
24. INSERT - UPDATE - ________ are examples of DML - Database Manipulation Language
Shared pool
DELETE & MERGE
Checkpoint Process (CKPT)
SGA - System Global Area
25. Data Files store your _____ & _____.
Tablespaces
Tables - Indexes
Isolation
Transaction Management
26. In a UNIX or Linux environment - you will have to mount the _____ _____ and enable an X Windows environment for the use of _____.
SYSTEM & SYSAUX
Atomic
Product Disks - OUI (Oracle Universal Installer)
Instant Client
27. Which Oracle Architecture combines RAC and Standby technology?
Maximum Available Architecture (MAA)
The Buffer Cache
Kernel Settings
Real Application Clusters (RAC)
28. The 6 Background Processes: Database Writer (DBWWR) - Log Writer (LGWR) - Archiver (ARCH) - ___________ - Process Monitor (PMON) - System Monitor (SMON)
COMMIT.
Process Monitor (PMON)
Checkpoint Process (CKPT)
tnsnames.ora.
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. The process responsible for making copies of the Redo Log Files when they fill up.
Archiver (ARCH)
Real Application Clusters (RAC)
Net Configuration Assistant (NetCA)
Instant Client
31. Oracle Provided Command-Line Tool - * used to automate tasks
Memory area
DISPLAY
SQL*Plus
Instant Client
32. 3 Physical Operations of a Transaction: Index Updates - ___________ - Recursive Operations
SQL*Plus
Database Resident Connection Pooling (DRCP) (11g Only)
Trigger Operations
Control File
33. In which Oracle Architecture does the client communicate with an ODB Dispatcher Process which has a Request Queue and a Response Queue?
Shared Server
tnsnames.ora
RAC - Real Application Clusters
Atomic
34. Beginning Oracle 10g - it provides the most essential software in a bundle called an _______.
Listener Log
Checkpoint Process (CKPT)
Instant Client
Shared Server
35. When a set of shared Application Tier Processes handle all requests - each of which maintain a persistent connection to the Database - this is called ______________
Standard Connection Pooling (Prior to 11g)
Data blocks (or pages)
DDL - Database Definition Language
Instance
36. Core Features of any DBMS are: ___________ - Data Integrity - Security
Process Monitor (PMON)
RAC - Real Application Clusters
pfile/spfile
Transaction Management
37. Type of a SQL statement used to modify data
DML - Database Manipulation Language
Data Dictionary
Database Resident Connection Pooling (DRCP) (11g Only)
SQL Deficiencies
38. A unique part of a record is called__________
Listener.ora
Candidate Key
The Shared Pool
Memory area
39. 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.
DISPLAY
Shared Server
tnsnames.ora.
Real Application Clusters (RAC)
40. An important configuration file related to the users starting a database session is the __________
Connection Pooling
The Oracle Instance
Recycle Pool
Listener.ora
41. 2 tablespaces which are always created by and whose names are mandated by Oracle
Log Writer
Database Resident Connection Pooling (DRCP) (11g Only)
Isolation
SYSTEM & SYSAUX
42. In UNIX - to use the dbca and netca executables in /bin/ - you have to point the _____ variable to any available X-server such as Xvnc.
Database Resident Connection Pooling (DRCP) (11g Only)
DISPLAY
Transaction Management
Foreground Process
43. Transactions are Atomic or invisible from a logical perspective until the end of the transaction is indicated by an explicit instruction such as _______
2 - same size
Cookies
Trace File
COMMIT.
44. In which log is a record written every time a user establishes a connection to the database?
Listener Log
2 - same size
The Buffer Cache
<tablespace><number>.dbf - or - <tablespace><number>.ora
45. 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
Database Writer (DBWR)
Recycle Pool
Instance
46. In Connection Pooling the information generated by the autonomous tasks not preserved in RAM - but saved in _______ or in the DB itself
Standard Connection Pooling (Prior to 11g)
The Buffer Cache
Isolation
Cookies
47. 3 ______________: Check - Uniqueness - Referential
Real Application Clusters (RAC)
Standard Connection Pooling (Prior to 11g)
Data Integrity Constraints
The Shared Pool
48. 3 ___________: Redundancy - Nullable Data Items - Duplicate Data Records
Keep Pool
SQL Deficiencies
DELETE & MERGE
Log Buffer
49. The location of backup copies of the data files is traditionally referred to as ________
Data Dictionary
Flashback Recovery Area
Oracle Data Guard
Atomic
50. What is the private work area in computer memory which each Oracle server process uses to hold intermediate results (temp files) called?
Net Configuration Assistant (NetCA)
Tablespaces
Listener
Program Global Area