0% found this document useful (0 votes)
85 views12 pages

Database MGT System Prelim Exam

The document is a review of a prelim exam attempt in an IT course about Oracle databases. It shows that the student answered all 15 multiple choice questions correctly, receiving full marks. The questions covered topics like the components of an Oracle database environment, the correct SQL syntax for tasks like creating users and granting/revoking privileges, and the basic hardware and software requirements for an Oracle database.

Uploaded by

julius obregon
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)
85 views12 pages

Database MGT System Prelim Exam

The document is a review of a prelim exam attempt in an IT course about Oracle databases. It shows that the student answered all 15 multiple choice questions correctly, receiving full marks. The questions covered topics like the components of an Oracle database environment, the correct SQL syntax for tasks like creating users and granting/revoking privileges, and the basic hardware and software requirements for an Oracle database.

Uploaded by

julius obregon
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/ 12

3/7/22, 7:48 AM Prelim Exam: Attempt review

Home / My courses /
UGRD-IT6203-2122S /
Week 5: Prelim Exam /
Prelim Exam

Started on Monday, 7 March 2022, 7:42 AM


State Finished
Completed on Monday, 7 March 2022, 7:53 AM
Time taken 11 mins 17 secs
Marks 30.00/30.00
Grade 100.00 out of 100.00

Question 1
Correct

Mark 1.00 out of 1.00

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

Mark 1.00 out of 1.00

It holds information about changes made to the database

Select one:
a. Java Pool

b. Data Buffer Cache

c. Redo Log Buffer 

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

Mark 1.00 out of 1.00

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;

b. SELECT * FROM SYSTEM.STUDENT BY USER BEN;

c. SELECT * FROM SYSTEM.STUDENT; 

d. SELECT * FROM STUDENT

Question 4
Correct

Mark 1.00 out of 1.00

Which of the following are mandatory tablespaces that are created at the time of database creation

Select one:
a. System and SysDba

b. Sysman and Sysdba

c. Sysman and System

d. System and Syshaux 

Question 5

Correct

Mark 1.00 out of 1.00

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

b. 1 GB of disk space in the /tmp directory

c. 3 GB for the preconfigured database (required) 

d. 3.8 GB for the Oracle Database 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

Mark 1.00 out of 1.00

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 NEW PASSWORD B@1;

b. ALTER USER ANNA



IDENTIFIED BY AN01;

c. ALTER OLD USER ANNA

IDENTIFIED BY AN01;

d. ALTER USER ANNA

IDENTIFIED B01 TO AN01;

Question 7
Correct

Mark 1.00 out of 1.00

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

Mark 1.00 out of 1.00

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 ANNA

IDENTIFIED BY ANN01;

c. CREATE USER ANNA



IDENTIFIED BY ANN01;

d. CREATE USER ANNA

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

Mark 1.00 out of 1.00

Which of the following is not included in the oracle environment?

Select one:
a. oracle_sid

b. NSL_LANG

c. oracle_base

d. Oracle_instance 

Question 10
Correct

Mark 1.00 out of 1.00

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

Select one:
a. 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

b. 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

c. 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

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

Mark 1.00 out of 1.00

It is the key to solving the problems of information management.

Select one:
a. Database server 

b. Oracle server

c. SQL server

d. Storage server

Question 12
Correct

Mark 1.00 out of 1.00

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;

b. REVOKE INSERT, UPDATE, DELETE

FROM EMPLOYEES

TO USER ANNA;

c. REVOKE INSERT, UPDATE, DELETE

FROM EMPLOYEES

ON USER ANNA;

d. REVOKE INSERT, UPDATE, DELETE



ON EMPLOYEES

TO ANNA;

Question 13
Correct

Mark 1.00 out of 1.00

It is the key in solving the problems of information management.

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

Mark 1.00 out of 1.00

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

b. Manager Database Control

c. 3GB for the ASM instance 

d. 1 GB for the database instance with Oracle Enterprise

Question 15
Correct

Mark 1.00 out of 1.00

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

c. Redo Log Buffer

d. Java Pool 

Question 16

Correct

Mark 1.00 out of 1.00

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

b. Checkpoint Process (CKPT)

c. Log Writer Process (LGWR)

d. Archiver Processes (ARCn) 

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

Mark 1.00 out of 1.00

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

Mark 1.00 out of 1.00

Which of the following is not part or Oracle Installation System Requirement.

Select one:
a. File Manager 

b. Memory

c. Operating System

d. Disk Space

Question 19

Correct

Mark 1.00 out of 1.00

It is a type of privilege that gain access to the database

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

Mark 1.00 out of 1.00

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)

b. Checkpoint Process (CKPT)

c. Database Writer Process (DBWn)

d. Log Writer Process (LGWR) 

Question 21
Correct

Mark 1.00 out of 1.00

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 

b. Database management System

c. Relational database management system

d. Oracle database management system

Question 22

Correct

Mark 1.00 out of 1.00

In planning to install Oracle which of the following is not important to consider.

Select one:
a. Does the hardware involved meet the minimum required specifications?

b. Any Oracle version will do even when multiple products are involved. 

c. Type of Oracle software .

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

Mark 1.00 out of 1.00

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

c. Creating new user

d. Removing tables

Question 24
Correct

Mark 1.00 out of 1.00

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) 

b. Log Writer Process (LGWR)

c. Database Writer Process (DBWn)

d. Process Monitor Process (PMON)

Question 25

Correct

Mark 1.00 out of 1.00

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

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

Mark 1.00 out of 1.00

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

WITH GRANT OPTION;

b. GRANT INSERT, UPDATE, DELETE

TO EMPLOYEES
ON ANNA

WITH GRANT OPTION;

c. GRANT INSERT, UPDATE, DELETE

ON EMPLOYEES

TO ANNA

WITH PRIVILEGE GRANT OPTION;

d. GRANT INSERT, UPDATE, DELETE



ON EMPLOYEES

TO ANNA

WITH GRANT OPTION;

Question 27
Correct

Mark 1.00 out of 1.00

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

Mark 1.00 out of 1.00

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;

b. GRANT CREATE SESSION, CREATE TABLE


TO USER ANNA;

c. GRANT SESSION,TABLE

TO ANNA;

d. GRANT CREATE SESSION, TABLE

TO ANNA;

Question 29
Correct

Mark 1.00 out of 1.00

Also known as Oracle Database backup and restore operations

Select one:
a. Large Pool 

b. Data Buffer Cache

c. Java Pool

d. Redo Log Buffer

Question 30
Correct

Mark 1.00 out of 1.00

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

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

Lesson 4: DB transaction and Concurrency Control ►

semestral.amaes.com/2122/mod/quiz/review.php?attempt=41566&cmid=71465 12/12

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy