Oracle Database Quiz Questions

Course Name:Oracle
Chapter Name:Chapter 4 - Setup Sample Database
Lesson Content Link:Database Hosting
Current Quiz Count:30
Progress
0%
Q1
True / False

Oracle Database can be hosted on both physical servers and virtual machines.

Q2
True / False

Oracle Cloud Infrastructure (OCI) provides a platform for hosting Oracle Databases in the cloud.

Q3
True / False

Oracle Database hosting is only available in a single deployment model.

Q4
True / False

Oracle Autonomous Database is a cloud service that automates database management tasks, including patching and backups.

Q5
True / False

Oracle Exadata is a cloud-only platform for hosting Oracle Databases.

Q6
True / False

Oracle Multitenant allows multiple pluggable databases to be hosted within a single container database.

Q7
True / False

Oracle Data Guard provides disaster recovery and data protection for hosted Oracle Databases by creating and managing standby databases.

Q8
True / False

Oracle Real Application Clusters (RAC) allows multiple instances of Oracle Database to run on different servers, providing high availability and scalability.

Q9
True / False

Oracle Cloud Infrastructure (OCI) provides dedicated bare metal servers for hosting Oracle Databases, offering isolated, high-performance environments.

Q10
True / False

The Oracle Certified Professional (OCP) certification includes knowledge of various Oracle Database hosting solutions, including cloud and on-premises deployments.

Q11
Single Choice

Which Oracle service is designed for hosting databases in the cloud?

Q12
Single Choice

What is the primary benefit of hosting an Oracle database on Oracle Cloud Infrastructure (OCI)?

Q13
Single Choice

Which Oracle tool allows you to migrate an on-premise Oracle database to Oracle Cloud Infrastructure (OCI)?

Q14
Single Choice

Which Oracle SQL command is commonly used to connect to an Oracle database hosted on OCI?

Q15
Single Choice

What is the purpose of the Oracle Autonomous Database on OCI?

Q16
Single Choice

Which SQL statement is necessary to establish an Oracle Net connection string for accessing a database hosted on OCI?

SQL Code
ALTER SYSTEM SET LOCAL_LISTENER='(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=port))';
Q17
Single Choice

Which feature in Oracle Cloud Infrastructure (OCI) ensures high availability for databases?

Q18
Single Choice

What does the following SQL statement accomplish in the context of an Oracle database hosted on OCI?

SQL Code
CREATE PLUGGABLE DATABASE salespdb FROM sales@remote_link;
Q19
Single Choice

Which Oracle Cloud Infrastructure (OCI) feature allows for automatic scaling of database resources based on workload demands?

Q20
Single Choice

In Oracle Cloud Infrastructure (OCI), what is the purpose of Oracle Exadata Cloud Service?

Q21
Multiple Choice

Identify the SQL scripts that correctly set up a sample database on an Oracle-hosted environment.

Q22
Multiple Choice

Select the SQL scripts that demonstrate setting up a tablespace in an Oracle-hosted environment.

Q23
Multiple Choice

Determine the SQL scripts that correctly create and configure user accounts in an Oracle-hosted sample database.

Q24
Multiple Choice

Identify the SQL scripts that correctly set up network configurations for an Oracle-hosted sample database.

Q25
Multiple Choice

Choose the SQL scripts that demonstrate correct backup and recovery configurations for an Oracle-hosted sample database.

Q26
Multiple Choice

Determine the SQL scripts that correctly configure Oracle Data Guard for high availability in an Oracle-hosted sample database.

Q27
Multiple Choice

Select the SQL scripts that demonstrate configuring Oracle Automatic Storage Management (ASM) for an Oracle-hosted sample database.

Q28
Multiple Choice

Identify the SQL scripts that correctly configure Oracle RAC for high availability in an Oracle-hosted sample database.

Q29
Multiple Choice

Determine the SQL scripts that correctly configure Oracle Transparent Data Encryption (TDE) for an Oracle-hosted sample database.

Q30
Multiple Choice

Select the SQL scripts that demonstrate correct performance tuning configurations for an Oracle-hosted sample database.