Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

started on Friday, 16 June 2023, 1:53 PM

State Finished
Completed on Friday, 16 June 2023, 2:20 PM
Time taken 27 mins 17 secs
Marks 27.00/30.00
Grade 90.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Holds information about changes made to the database

Select one:

a.
Data Buffer Cache

b.
Large Pool

c.
Redo Log Buffer

d.
Java Pool

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It represents the state of a current user login to the database instance.

Select one:

a.
Connection

b.
User process

c.
Session

d.
Communication

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following is not included in the memory requirements of oracle database.

Select one:

a.
Manager Database Control

b.
1 GB for the database instance with Oracle Enterprise

c.
1.5 GB for the ASM instance and Oracle Restart

d.
3GB for the ASM instance

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It represents the state of a current user login to the database instance.
Select one:

a.
Connection

b.
session

c.
User process

d.
Communication

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following is the correct example of creating a user ANNA with password
ANN01?

Select one:

a.
CREATE USER ANNA
IDENTIFIED BY PASSWORD ANN01;

b.
CREATE USER ANNA
IDENTIFIED BY ANN01;

c.
CREATE ANNA
IDENTIFIED BY ANN01;

d.
CREATE USER ANNA
PASSWORD ANN01;

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It holds information about changes made to the database

Select one:

a.
Large Pool

b.
Redo Log Buffer

c.
Data Buffer Cache

d.
Java Pool

Question 7
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text
Which of the following is the correct example of selecting all columns from employees table
using the user BEN?

Select one:

a.
SELECT * FROM STUDENT

b.
SELECT * FROM SYSTEM.STUDENT;

c.
SELECT * FROM SYSTEM.STUDENT BY USER BEN;
d.
SELECT * FROM STUDENT BY USER BEN;

Question 8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a type of process structure that writes the redo log buffer to a redo log file on disk

Select one:

a.
Log Writer Process (LGWR)

b.
Database Writer Process (DBWn)

c.
Checkpoint Process (CKPT)

d.
Process Monitor Process (PMON)

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a type a Oracle environment where Oracle Products run.

Select one:

a.
ORACLE_HOME

b.
ORACLE_SID
c.
ORACLE_WAREHOUSE

d.
ORACLE_BASE

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is part of the System Global Area (SGA) that hold copies of data blocks that are read from
data files

Select one:

a.
Data Buffer Cache

b.
Java Pool

c.
Redo Log Buffer

d.
Large Pool

Question 11
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Also known as Oracle Database backup and restore operations

Select one:
a.
Data Buffer Cache

b.
Large Pool

c.
Java Pool

d.
Redo Log Buffer

Question 12
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a type process structure that records checkpoint information in Control file on each data
file header.

Select one:

a.
Log Writer Process (LGWR)

b.
Checkpoint Process (CKPT)

c.
Database Writer Process (DBWn)

d.
Process Monitor Process (PMON)

Question 13
Correct
Mark 1.00 out of 1.00

Flag question
Question text
Which of the following is the correct example of creating a role STUDENT?

Select one:

a.
CREATE NEW ROLE AS STUDENT;

b.
CREATE ROLE STUDENT;

c.
CREATE ROLE AS NEW ROLE STUDENT;

d.
CREATE NEW ROLE STUDENT;

Question 14
Correct
Mark 1.00 out of 1.00

Flag question

Question text
Which of the following follows the correct order of designing, implementing and mainting
and Oracle Database.

Select one:

a.
Evaluating the database server hardware
Installing the Oracle software
Planning the database and security strategy
Creating, migrating, and opening the database
Backing up the database
Enrolling system users and planning for their Oracle Network access.
Implementing the database design
Recovering from database failure
Monitoring database performance

b.
Backing up the database
Recovering from database failure
Evaluating the database server hardware
Installing the Oracle software
Creating, migrating, and opening the database
Enrolling system users and planning for their Oracle Network access.
Implementing the database design
Monitoring database performance
Planning the database and security strategy

c.
Recovering from database failure
Evaluating the database server hardware
Installing the Oracle software
Creating, migrating, and opening the database
Enrolling system users and planning for their Oracle Network access.
Implementing the database design
Monitoring database performance
Planning the database and security strategy
Backing up the database

You might also like