Database MGT System Prelim Exam
Database MGT System Prelim Exam
Home / My courses /
UGRD-IT6203-2122S /
Week 5: Prelim Exam /
Prelim Exam
Question 1
Correct
Which of the following is not included in the optional requirement for operating system of oracle database?
Select one:
a. Asmoper
b. asmadmin
c. Dba
d. Asmdba
Question 2
Correct
Select one:
a. Java Pool
d. Large Pool
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 1/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 3
Correct
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 BY USER BEN;
Question 4
Correct
Which of the following are mandatory tablespaces that are created at the time of database creation
Select one:
a. System and SysDba
Question 5
Correct
Which of the following is not included in the disk requirements of oracle database?
Select one:
a. 4.5 GB for the Grid Infrastructure software
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 2/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 6
Correct
Which of the following is the correct example of changing a password to user ANNA from ANNA01 to AN01?
Select one:
a. ALTER USER ANNA
IDENTIFIED BY AN01;
Question 7
Correct
Also known as the application or tool that connects to the Oracle Database Processes
Select one:
a. User process
b. session
c. Communication
d. Connection
Question 8
Correct
Which of the following is the correct example of creating a user ANNA with password ANN01?
Select one:
a. CREATE USER ANNA
b. CREATE ANNA
IDENTIFIED BY ANN01;
PASSWORD ANN01;
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 3/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 9
Correct
Select one:
a. oracle_sid
b. NSL_LANG
c. oracle_base
d. Oracle_instance
Question 10
Correct
Which of the following follows the correct order of designing, implementing and mainting and Oracle Database.
Select one:
a. Backing up the database
Enrolling system users and planning for their Oracle Network access.
Enrolling system users and planning for their Oracle Network access.
Enrolling system users and planning for their Oracle Network access.
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 4/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 11
Correct
Select one:
a. Database server
b. Oracle server
c. SQL server
d. Storage server
Question 12
Correct
Which of the following is the correct example revoking a priviledge to INSERT, UPDATE and DELETE to USER ANNA?
Select one:
a. REVOKE INSERT, UPDATE, DELETE
TO EMPLOYEES
ON USER ANNA;
FROM EMPLOYEES
TO USER ANNA;
FROM EMPLOYEES
ON USER ANNA;
TO ANNA;
Question 13
Correct
Select one:
a. Oracle Database
b. Database Server
c. Oracle Storage
d. Database
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 5/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 14
Correct
Which of the following is not included in the memory requirements of oracle database.
Select one:
a. 1.5 GB for the ASM instance and Oracle Restart
Question 15
Correct
It is part of the System Global Area which is used to provide memory for Oracle Streams processes
Select one:
a. Data Buffer Cache
b. Large Pool
d. Java Pool
Question 16
Correct
It is a type of process structure that can collect transaction, redo data and transmit that data to standby destinations.
Select one:
a. Recoverer Process
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 6/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 17
Correct
Which of the following is the correct Disk space requirement when installing Oracle?
Select one:
a. 3.4 GB
b. 3 GB
c. 3.8 GB
d. 1GB
Question 18
Correct
Select one:
a. File Manager
b. Memory
c. Operating System
d. Disk Space
Question 19
Correct
Select one:
a. System
b. Object
c. Table / View
d. Schema
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 7/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 20
Correct
It is a type of process structure that writes the redo log buffer to a redo log file on disk
Select one:
a. Process Monitor Process (PMON)
Question 21
Correct
It is a collection of data treated as a unit. The purpose of a database is to store and retrieve related information.
Select one:
a. Oracle database
Question 22
Correct
Select one:
a. Does the hardware involved meet the minimum required specifications?
b. Any Oracle version will do even when multiple products are involved.
d. Are there prerequisite steps that must be performed by someone other than the DBA?
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 8/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 23
Correct
Which of the following system privileges is not part of the task by the database admin.?
Select one:
a. Managing user environment
b. Backing up tables
d. Removing tables
Question 24
Correct
It is a type of process structure that records checkpoint information in Control file on each data file header
Select one:
a. Checkpoint Process (CKPT)
Question 25
Correct
Select one:
a. ORACLE_HOME
b. ORACLE_BASE
c. ORACLE_WAREHOUSE
d. ORACLE_SID
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 9/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 26
Correct
Which of the following is the correct example of granting INSERT, UPDATE and DELETE to user ANNA with an option to pass the privilege to
other user?
Select one:
a. GRANT INSERT, UPDATE, DELETE
FROM EMPLOYEES
TO ANNA
TO EMPLOYEES
ON ANNA
ON EMPLOYEES
TO ANNA
TO ANNA
Question 27
Correct
This is use to connect to the Oracle instance and is started when a user establishes a session
Select one:
a. Communication
b. User process
c. Connection
d. Server process
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 10/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
Question 28
Correct
Which of the following is the correct example of granting create session and create table to user ANNA?
Select one:
a. GRANT CREATE SESSION, CREATE TABLE
TO ANNA;
c. GRANT SESSION,TABLE
TO ANNA;
TO ANNA;
Question 29
Correct
Select one:
a. Large Pool
c. Java Pool
Question 30
Correct
Select one:
a. Communication
b. session
c. Connection
d. User process
◄ Prelim Quiz 2
Jump to...
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 11/12
3/7/22, 7:48 AM Prelim Exam: Attempt review
semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 12/12