0% found this document useful (0 votes)
1K views25 pages

Advanced Database Management Systems Prelim Lec Exam Answers

good

Uploaded by

Kenneth Maylos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views25 pages

Advanced Database Management Systems Prelim Lec Exam Answers

good

Uploaded by

Kenneth Maylos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

UGRD-IT6203A Advanced Database

Management Systems
1. Home
2. My courses
3. UGRD-IT6203A-2333T
4. PRELIM EXAM
5. PRELIM EXAM

Started on Thursday, 16 May 2024, 12:59 PM


State Finished
Completed on Thursday, 16 May 2024, 1:11 PM
Time taken
Marks 50.00/50.00
Grade 100.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question
Question text
SGA components. Except?

a.
redo log buffer

b.
large pool

c.
software code area

d.
data dictionary cache
Feedback
Your answer is correct.
Question 2
Correct
Mark 1.00 out of 1.00

Flag question
Question text
The following are some of the major features of RMAN: except?

a.
decrypted backups

b.
skip unused blocks

c.
multiple I/O channels

d.
open database backups
Feedback
Your answer is correct.
Question 3
Correct
Mark 1.00 out of 1.00

Remove flag
Question text
A command that displays information about backupsets and image copies in the repository and
can also store the contents of scripts stored in the repository catalog.

a.
view command

b.
delete command

c.
backupset

d.
list command
Feedback
Your answer is correct.
Question 4
Correct
Mark 1.00 out of 1.00

Flag question
Question text
SGA component that holds information about SQL and PL/SQL statements that are run against
the database?

a.
library cache
b.
shared pool

c.
data dictionary cache

d.
buffer cache
Feedback
Your answer is correct.
Question 5
Correct
Mark 1.00 out of 1.00

Remove flag
Question text
SGA components that hold blocks of data from a disk that have been recently read to satisfy a
SELECT statement or that contain modified blocks that have been changed or added from DML
statement.

a.
redo log buffer

b.
library cache

c.
buffer cache

d.
data dictionary cache
Feedback
Your answer is correct.
Question 6
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Users who connect to an ASM instance as _____________ can perform all ASM operations, such as
creating and deleting disk groups, as well as adding and removing disks from disk groups.

a.
none of the above
b.
sys

c.
sysoper

d.
sysdba or sysasm
Feedback
Your answer is correct.
Question 7
Correct
Mark 1.00 out of 1.00

Flag question
Question text
A _______is an object-specific to RMAN and which only RMAN can create and read.

a.
image copies

b.
tablespace

c.
rman

d.
backupsets
Feedback
Your answer is correct.
Question 8
Correct
Mark 1.00 out of 1.00

Flag question
Question text
SGA component that holds the most recent changes to the data blocks in the datafiles. When
the redo log buffer is one-third full, or every 3 seconds, Oracle writes redo log records to the
redo log files.

a.
streams pool
b.
java pool

c.
redo log buffer

d.
shared pool
Feedback
Your answer is correct.
Question 9
Correct
Mark 1.00 out of 1.00

Flag question
Question text
A _________ backup produces a multipiece backupset from a single datafile and uses several
channels, to disk or tape, to back up each piece of the datafile in parallel.

a.
axis

b.
compressed

c.
multisection

d.
multi parallel
Feedback
Your answer is correct.
Question 10
Correct
Mark 1.00 out of 1.00

Flag question
Question text
A ___________ files created with the BACKUP AS BACKUPSET commands are stored in the flash
recovery area.

a.
flashback logs
b.
archived redo log files

c.
control file automatic

d.
rman backupsets
Feedback
Your answer is correct.
Question 11
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Smallest unit storage in Oracle can use or allocate?

a.
block

b.
segment

c.
control file

d.
extent
Feedback
Your answer is correct.
Question 12
Correct
Mark 1.00 out of 1.00

Flag question
Question text
A database backup that involves reading a set of database rows and writing them to a file?

a.
logical backup

b.
offline backup
c.
none of the above

d.
physical backup
Feedback
Your answer is correct.
Question 13
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Which of the following command is used to create and enable block change tracking?

a.
change database enable block tracking;

b.
alter database enable block change tracking;

c.
alter database enable blocking track;

d.
change database block change tracking;
Feedback
Your answer is correct.
Question 14
Correct
Mark 1.00 out of 1.00

Flag question
Question text
_________ is an RMAN command that is executed only at the RMAN> prompt and is self-
contained.

a.
job commands

b.
standalone commands

c.
offline backup
d.
none of the above
Feedback
Your answer is correct.
Question 15
Correct
Mark 1.00 out of 1.00

Flag question
Question text
This backup can consist of a single datafile or tablespace.

a.
full backup

b.
whole database backup

c.
incremental level 0 backup

d.
cumulative level 0 backup
Feedback
Your answer is correct.
Question 16
Correct
Mark 1.00 out of 1.00

Flag question
Question text
An RMAN backup can be one of the following types: except?

a.
cumulative level 0 backup

b.
whole database backup

c.
full backup

d.
incremental level 0 backup
Feedback
Your answer is correct.
Question 17
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Oracle database has at least one ___________ that maintains the metadata of the database.

a.
redo log file

b.
control file

c.
archive log

d.
tablespace
Feedback
Your answer is correct.
Question 18
Correct
Mark 1.00 out of 1.00

Flag question
Question text
In RMAN duplexing has a few restrictions: You cannot duplex backups to the flash recovery area,
and you cannot duplex image copies. except?

a.
backupsets

b.
database

c.
control file

d.
archivelog
Feedback
Your answer is correct.
Question 19
Correct
Mark 1.00 out of 1.00

Flag question
Question text
There are three initialization parameters that control the default locations for new control files,
online redo log files, and datafiles: except?

a.
db_create_files_n

b.
db_create_file_dest

c.
db_recovery_files_dest

d.
db_create_online_log_dest_n
Feedback
Your answer is correct.
Question 20
Correct
Mark 1.00 out of 1.00

Flag question
Question text
It is a block of executable code designed to perform a specific task?

a.
background process

b.
oracle instance

c.
user global area

d.
system global area
Feedback
Your answer is correct.
Question 21
Correct
Mark 1.00 out of 1.00

Flag question
Question text
A backup that includes all blocks in a database object except for blocks that were never used
above the HWM?

a.
cumulative level 0 backup

b.
incremental level 0 backup

c.
full backup

d.
whole database backup
Feedback
Your answer is correct.
Question 22
Correct
Mark 1.00 out of 1.00

Flag question
Question text
You can use _________ backups for any database that is running in ARCHIVELOG mode. In this
mode, the online redo logs are archived, creating a log of all transactions within the database.

a.
offline backup

b.
none of the above

c.
online backup

d.
cold backup
Feedback
Your answer is correct.
Question 23
Correct
Mark 1.00 out of 1.00

Flag question
Question text
It is the default type of incremental backup that backs up all changed blocks since the last level
0 or level 1 incremental backup?

a.
incremental level 0 backup

b.
cumulative level 0 backup

c.
incremental level 1 backup

d.
differential level backup
Feedback
Your answer is correct.
Question 24
Correct
Mark 1.00 out of 1.00

Flag question
Question text
CTWR background process stands for?

a.
close tracking writer

b.
change tracking waste

c.
change tracking writer

d.
close trip writer
Feedback
Your answer is correct.
Question 25
Correct
Mark 1.00 out of 1.00
Flag question
Question text
When you use the RMAN command BACKUP AS COPY, the ___________ are stored in the flash
recovery area by default.

a.
none of the above

b.
datafile copies

c.
flashback logs

d.
rman backupsets
Feedback
Your answer is correct.
Question 26
Correct
Mark 1.00 out of 1.00

Flag question
Question text
It is a multiplexing solution that automates the layout of datafiles, control files, and redo log files
by distributing them across all available disks?

a.
reco

b.
pga

c.
rac

d.
asm
Feedback
Your answer is correct.
Question 27
Correct
Mark 1.00 out of 1.00
Flag question
Question text
It is an area of memory allocating dynamic sections of itself, privately for one set of connection
processes?

a.
sca

b.
pga

c.
sga

d.
uga
Feedback
Your answer is correct.
Question 28
Correct
Mark 1.00 out of 1.00

Flag question
Question text
A ___________ are stored in the flash recovery area when Flashback Database is enabled.

a.
datafiles copies

b.
flashback logs

c.
rman backupsets

d.
none of the above
Feedback
Your answer is correct.
Question 29
Correct
Mark 1.00 out of 1.00
Flag question
Question text
If the DBA performs a _________ backup, the backup files are simply operating system copies of
the datafiles, redo log files, control files, archvielog files and so on and so forth.

a.
increment

b.
hot

c.
cold

d.
online
Feedback
Your answer is correct.
Question 30
Correct
Mark 1.00 out of 1.00

Flag question
Question text
This is an area that allocates once the database instance is started?

a.
sca

b.
sga

c.
pga

d.
uga
Feedback
Your answer is correct.
Question 31
Correct
Mark 1.00 out of 1.00
Flag question
Question text
An area that stores the Oracle executable files that are running as part of an Oracle instance?

a.
buffer cache

b.
software code area

c.
streams pool

d.
java pool
Feedback
Your answer is correct.
Question 32
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Oracle database 11g created default tablespace. Except?

a.
system

b.
useraux

c.
undotbs1

d.
users
Feedback
Your answer is correct.
Question 33
Correct
Mark 1.00 out of 1.00
Flag question
Question text
RMAN stores _____________ backups in the flash recovery area.

a.
datafile copies

b.
control file automatic

c.
archived redo log files

d.
flashback logs
Feedback
Your answer is correct.
Question 34
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Commands are usually grouped and run inside of a command block using the RUN command.

a.
offline backup

b.
none of the above

c.
standalone commands

d.
job commands
Feedback
Your answer is correct.
Question 35
Correct
Mark 1.00 out of 1.00
Flag question
Question text
An Oracle tablespace consists of one or more ___________.

a.
system

b.
segment

c.
datafiles

d.
user
Feedback
Your answer is correct.
Question 36
Correct
Mark 1.00 out of 1.00

Flag question
Question text
An ___________ is an exact copy of a tablespace’s datafile, an archived redo log file, or a control
file.

a.
backupset

b.
dbid

c.
channel

d.
image copy
Feedback
Your answer is correct.
Question 37
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Backups that occur when the database has been shut down normally using the NORMAL,
IMMEDIATE, or TRANSACTIONAL option of the SHUTDOWN command.

a.
none of the above

b.
offline backup

c.
physical backup

d.
logical backup
Feedback
Your answer is correct.
Question 38
Correct
Mark 1.00 out of 1.00

Flag question
Question text
It is the next level of logical grouping in the oracle database?

a.
asm

b.
control file

c.
block

d.
extent
Feedback
Your answer is correct.
Question 39
Correct
Mark 1.00 out of 1.00
Flag question
Question text
A backups back up all changed blocks since the last level 0 incremental backup?

a.
cumulative level 1 backup

b.
full backup

c.
whole database backup

d.
incremental level 0 backup
Feedback
Your answer is correct.
Question 40
Correct
Mark 1.00 out of 1.00

Flag question
Question text
LGWR stands for?

a.
log writer path

b.
log writer process

c.
load writer process

d.
load writer path
Feedback
Your answer is correct.
Question 41
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Following are a few sample substitution variable types. except?

a.
%s

b.
%d

c.
%f

d.
%%
Feedback
Your answer is correct.
Question 42
Correct
Mark 1.00 out of 1.00

Flag question
Question text
This backup includes a copy of all datafiles in the database plus the control file?

a.
whole database backup

b.
full backup

c.
incremental level 0 backup

d.
cumulative level 0 backup
Feedback
Your answer is correct.
Question 43
Correct
Mark 1.00 out of 1.00
Flag question
Question text
A database backups involve copying the files that constitute the database. These backups are
also referred to as file system backups because they involve using operating system file backup
commands.

a.
offline backup

b.
none of the above

c.
logical backup

d.
physical backup
Feedback
Your answer is correct.
Question 44
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Another way to improve the performance of incremental backups is to enable a
_________________?

a.
data change tracking

b.
redo change tracking

c.
block change tracking

d.
file change tracking
Feedback
Your answer is correct.
Question 45
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Which of the following command used to turn off block change tracking?

a.
alter database disable block temp tracking;

b.
alter database blocking track;

c.
alter database disable block change tracking;

d.
change database enable block tracking;
Feedback
Your answer is correct.
Question 46
Correct
Mark 1.00 out of 1.00

Flag question
Question text
If you want to keep recent backupsets on disk and older backupsets on tape, you can use the
COMPLETED and __________ options.

a.
change

b.
delete input

c.
crosscheck

d.
alter input
Feedback
Your answer is correct.
Question 47
Correct
Mark 1.00 out of 1.00
Flag question
Question text
An area that is private to each server and background process?

a.
pga

b.
uga

c.
sga

d.
sca
Feedback
Your answer is correct.
Question 48
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Whenever data is added, removed, or change in a table, index, or other oracle objects, an entry
is written to the current ________.

a.
datafile

b.
control file

c.
tablespace

d.
redo log file
Feedback
Your answer is correct.
Question 49
Correct
Mark 1.00 out of 1.00
Flag question
Question text
DBWn stand for?

a.
datafile writer process

b.
database writer process

c.
database writer path

d.
datafile writer path
Feedback
Your answer is correct.
Question 50
Correct
Mark 1.00 out of 1.00

Flag question
Question text
It is a command-line utility that provides an easy way for you to browse and maintain objects
within ASM disk groups by using a command set similar to Linux shell commands such as ls and
mkdir.

a.
asmcmd utility

b.
rman utility

c.
none of the above

d.
asm utility
Feedback
Your answer is correct.

You might also like