You are on page 1of 5

https://appsdbablogger.wordpress.

com/2014/03/27/oracle-database-11gr2-administration-ii-1z0-053-exam-
questions-part-2/

Question 1
Correct
Mark 1.00 out of 1.00
Question text
What are the default characteristics of an ASM file created with no options?

Select one:

a.The ASM object is neither striped nor mirrored.

b.The ASM object is striped and mirrored by default.

c.The ASM object is mirrored but not striped.

d.The ASM object is striped but not mirrored.


Question 2
Correct
Mark 1.00 out of 1.00
Question text
What is the value for INSTANCE_TYPE in the init.ora file or SPFILE for an ASM instance?

Select one:

a.There is no such initialization parameter INSTANCE_TYPE

b.RDBMS

c.+ASM

d.NOMOUNT

e.ASM
Question 3
Correct
Mark 1.00 out of 1.00
Question text
Which of the following initialization parameters is not valid?

Select one:

a.LOG_ARCHIVE_DEST = ‘/rmtdisk/u01/app/oracle/flash’

b.LOG_ARCHIVE_DEST_10 = ‘/rmtdisk/u01/app/oracle/flash’

c.LOG_ARCHIVE_DEST = ‘SERVICE=RMTDB99’

d.LOG_ARCHIVE_DEST_10 = ‘SERVICE=RMTDB99’

e.LOG_ARCHIVE_DEST_3 = ‘/rmtdisk/u01/app/oracle/flash’

f.LOG_ARCHIVE_DUPLEX_DEST = ‘+DATA’
Question 4
Correct
Mark 1.00 out of 1.00
Question text
At which level does ASM perform mirroring?

Select one:

a.At the disk volume level

b.ASM does not perform mirroring, it only supports disk hardware that is already RAID-enabled

c.At the tablespace level

d.At the database object level 


Question 5
Correct
Mark 1.00 out of 1.00
Question text
What happens to the state of an ASM instance when a connected RDBMS instance fails?

Select one:

a.The ASM instance fails.

b.There is no effect on the ASM instance.

c.The ASM instance performs instance recovery on the failed RDBMS instance while continuing to service other RDBMS
clients.

d.The ASM instance shuts down automatically.

e.All other connected RDBMS instances are paused until the failed RDBMS instance restarts.
Question 6
Correct
Mark 1.00 out of 1.00
Question text
Which of the following are not RMAN standalone commands?

Select one:

a.CREATE CATALOG

b.BACKUP DATABASE

c.ALLOCATE CHANNEL

d.CONNECT

e.CREATE SCRIPT
Question 7
Correct
Mark 1.00 out of 1.00
Question text
Which of the following statement is not true regarding database backups?

Select one:

a.A consistent offline backup occurs after a SHUTDOWN NORMAL, IMMEDIATE, or TRANSACTIONAL.

b.A logical database backup reads a set of database rows and writes them to a file.

c.A logical database backup reads a set of database rows and writes them to an ASM disk group.

d.Online backups can occur only when your database is in ARCHIVELOG mode.

e.As of Oracle Database 11g, RMAN supports only online backups.

f.A physical database backup copies one or more files that constitute the database.
Question 8
Correct
Mark 1.00 out of 1.00
Question text
block
a database Answer   is the smallest unit of storage in Oracle. 

Question 9
Correct
Mark 1.00 out of 1.00
Question text
Which of the following background processes exist in both an ASM instance and an RDBMS instance, and also support ASM
disk groups?
Select one:

a.LGWR

b.ARCn

c.RBAL

d.ARBn

e.ASMB
Question 10
Correct
Mark 1.00 out of 1.00
Question text
Which of the following parameters are required for an ASM instance?

Select one:

a.INSTANCE_TYPE

b.ASM_POWER_LIMIT

c.ASM_DISKGROUPS

d.INSTANCE_NAME

e.ASM_PREFERRED_READ_FAILURE_GROUPS
Question 11
Correct
Mark 1.00 out of 1.00
Question text
logical
A Answer  backup of a database involves reading a set of database rows and writing them to a file. 

Question 12
Correct
Mark 1.00 out of 1.00
Question text
segment
A Answer  is a group of extents that form a database object that Oracle treats as a unit, such as a table
or index.

Question 13
Correct
Mark 1.00 out of 1.00
Question text
extent
The Answer   is the next level of logical grouping in the database

Question 14
Correct
Mark 1.00 out of 1.00
Question text
If you specify the initialization parameter DB_RECOVERY_FILE_DEST, what other initialization parameter must be set?

Select one:

a.DB_CREATE_ONLINE_LOG_DEST_n

b.DB_RECOVERY_FILE_DEST_SIZE

c.No other parameter needs to be set

d.DB_CREATE_FILE_DEST
Question 15
Correct
Mark 1.00 out of 1.00
Question text
If you want to use two-way mirroring (normal redundancy) for a new disk group, how many failure groups do you need?

Select one:

a.Two failure groups.

b.One failure group with two disks on the same controller.

c.Three or more failure groups.

d.Two-way mirroring is supported only at the operating system level using a RAID hardware or software mirroring
solution.
Question 16
Correct
Mark 1.00 out of 1.00
Question text
What is the maximum number of database writer processes (DBWn) in an Oracle database instance?

Select one:

a.20

b.1

c.10
Question 17
Correct
Mark 1.00 out of 1.00
Question text
Physical
Answer  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. 

Question 18
Correct
Mark 1.00 out of 1.00
Question text
What is the difference between coarse striping and fine striping for files in a disk group?

Select one:

a.Coarse striping spreads files in units of 4MB each across all disks, and fine striping spreads files in units of 128KB.

b.Coarse striping spreads files in units of 64MB each across all disks, and fine striping spreads files in units of 1MB.

c.Coarse striping spreads files in units of 1MB each across all disks, and fine striping spreads files in units of 64KB.

d.Coarse striping spreads files in units of 1MB each across all disks, and fine striping spreads files in units of 128KB.
Question 19
Correct
Mark 1.00 out of 1.00
Question text
Choose the four best commands from the following list that you would use to enable ARCHIVELOG mode, and put them in
the correct order:
1. STARUP MOUNT
2. SHUTDOWN ABORT 
3. ALTER DATABASE ARCHIVELOG;
4. STARTUP FORCE
5. ALTER DATABASE ENABLE ARCHIVELOG;
6. ALTER SYSTEM SWITCH LOGFILE;
7. SHUTDOWN NORMAL
8. ALTER DATABASE OPEN;
9. SHUTDOWN IMMEDIATE

Select one:

a. 9, 1, 3, 8 

b.9, 3, 1, 8

c.2, 1, 3, 8

d.4, 5, 7, 6

e.7, 1, 3, 8
Question 20
Correct
Mark 1.00 out of 1.00
Question text
You have just received a pager alert indicating that the flash recovery area is below 3 percent free space. Which view and
column can you query for a possible corrective action for this space condition?

Select one:

a.DBA_OUTSTANDING_ALERT, SUGGESTED_ACTIONS

b.DBA_OUTSTANDING_ALERTS, SUGGESTED_ACTION

c.DBA_OUTSTANDING_ALERTS, SUGGESTED_ACTIONS

d.V$FLASH_RECOVERY_AREA_USAGE, PERCENT_SPACE_RECLAIMABLE

You might also like