Sei sulla pagina 1di 11

1.

A cloud
customer Mark for Review
already (1) Points
has many
database
instances
configured
and
running in
the cloud
but he is
reporting
that he is
unable to
create any
more
instances.
What
could be
the
problem?
Choose 2
potential
answers:

(Choose all correct answers)

His account might have reached its compute quota. (*)

The customer has not kept up with their patching requirements, new
instances can’t be created unless the majority of existing instances are
up to date
He doesn't have the proper user rights

He reached the database instance limit of 32

Their system could be experiencing a heavy load and they should try
again later (*)

Incorrect. User rights don't effect creating


instances, there is no limit of instances and being
up to date with patches has nothing to do with
crating instances.

2. For network access to an Oracle Database Cloud instance customers will


configure the network ports through the Compute Cloud Service. Oracle has Mark for Review
provided the most common network security rules and made them available (1) Points
via the Compute Cloud Service configuration screen. How does a customer
enable a node port, or range of ports that are not one of the automatically
created Compute Cloud rules?

Customers must login to the Linux OS and create network security


rules manually
Security rules are created in the Database as a Service hamburger drop
down menu
Oracle Database as a Service security rules are created through the
MyServices panel by the Services administrator
Customer created security rules are prohibited in the Oracle Database
as a Service cloud
The customer can create their own security rules through the Security
Applications subtab on the network section of the Compute Cloud (*)
Correct. The customer can create their own
security rules through the Security Applications
subtab on the network section of the Compute
Cloud

3. Which service level of Oracle Database as a Service allows the use of Hybrid
Columnar Compression? Mark for Review
(1) Points

Oracle Database Cloud Service (*)

Oracle Enterprise Edition on–premise

Virtual Image

Oracle Database HCC Cloud

Database Schema Service

Correct. Oracle Database Cloud Service uses


Hybrid Columnar Compression

4. A customer cloud administrator has just created their first database as a


service instance and they are unable to connect via SQL*Net over SSH, Mark for Review
what could be the problem? (1) Points

SQL*Net is not supported in Oracle Database as a Service Cloud

They forgot to enable the ora_p2_dblistener port 1521 in the Compute


Cloud Service (*)
They need to install the SQL*Net access pack before they can use that
product
They need to create a custom security rule allowing SQL*Net access to
their database instance
They did not enable ora_p2_dbconsole for Enterprise Manager access

Correct. They might have forgotten to enable the


ora_p2_dblistener port 1521 in the Compute
Cloud Service

5. What is the name of the downloadable Linux based cli application that
allows basic instance management from a Linux computer? Mark for Review
(1) Points

putty
bash

dbaas-cli

sql*plus

oracle-dbcs-cli (*)

6. Under
which Mark for Review
tab in (1) Points
the
Compute
Cloud
Services
section
would
you find
the
security
rules for
cloud
database
access?

Instances

Storage

Orchestrations

Network (*)

Monitoring

Correct. They can be found under the network


tab.

7. What are security rules within the Compute Cloud Service?


Mark for Review
(1) Points

They are essentially firewall rules that can help control traffic between
Cloud Service instances as well as between instances and external hosts
(*)
They allow administrators access to applications in the cloud

They are user role designations that assign rights to certain users

These are rules established by HIPAA for securing end user data

Security rules are data encryption levels that control who can see the
data

Correct. Firewall rules is the correct answer.

8. When working with the Linux operating system on a database cloud instance
(non RAC), which user accounts are available for database and non-database Mark for Review
administration? (1) Points

administrator, opc, and oracle

administrator, ora-cloud, and oracle

root, opc-administrator, and oracle through sudo

cloud-administrator, oracle, and root

opc, oracle, and root through sudo (*)

Correct. The administrion accounts are opc, oracle,


and root through sudo

9. Which 3 items are examples of cloud tooling included in the Oracle Database
as a Service UI? Mark for Review
(1) Points

(Choose all correct answers)


Create Service (*)

Compliance Check

Scale Up / Scale Down (*)

Change DB Version

One Click Patching (*)

Correct. The three cloud tooling apps are Create


Service, One Click Patching and Scale Up / Scale
Down

10. In the Database as a Service instance dashboard for non-RAC, which action
will display the instances activity log which shows past starts, stops, restarts, Mark for Review
and scaling operations? (1) Points

Clicking on the hamburger icon next to the database cloud service /


instance name
Clicking the triangle icon next to the Activity heading will display this
information (*)
Clicking the Dashboard icon at the top right of the page

Clicking the hamburger icon next to the node information will display the
node activity
Clicking the drop down menu next to the Oracle Cloud My Services
heading at the top of the page

Incorrect. It's the triangle icon next to the Activity


heading that displays this information
11. When
creating and Mark for Review
using an (1) Points
Oracle
Storage Cloud
Service
container for
backing up
the database
what is a
recommended
best practice
from Oracle?

Don’t use the container to back up more than one type of cloud
service. Using the container for multiple purposes can result in
billing errors (*)
Always us RMAN to change the retention period on the cloud

Don’t backup the database configuration files

Avoid using customizations on your cloud backups

Perform all of your backups via the cli

Incorrect. Don’t use the container to back


up more than one type of cloud service.
Using the container for multiple purposes
can result in billing errors.
12. Your customer is a developer and looking for the quickest way to
create and deploy solutions in the cloud. Which Oracle Cloud service Mark for Review
would you recommend they start with? (1) Points

Virtual Image is best because it starts with just the bare OS

Oracle Service Cloud would fit their needs perfectly

Database as a Service full instance is the best recommendation

Database Schema service is ideal for this purpose (*)

IaaS Cloud would be the best recommendation so they can start


from bare metal

Incorrect. Database Schema service is ideal


for this purpose

13. Cloud customers are rightfully concerned about security in the public
cloud. What is Oracle’s default policy for databases backed up in the Mark for Review
Oracle Storage cloud? (1) Points

Oracle offers strong third party encryption choices at a reasonable


cost to cloud database customers
Encryption of backups is the responsibility of the customer
depending on their security needs
All databases stored in the Oracle Storage cloud are encrypted by
default. (*)
Oracle does not offer encryption for database cloud storage

Database users will need to use encryption commands to send


and retrieve as well as manipulate data in the cloud. Ample
training is provided to make this easier on them

Correct. The default policy is for all


databases stored in the Oracle Storage
cloud to be encrypted by default.

14. A customer is working with an existing Oracle Database as a Service


trial account and they want to transfer their information to a paid Mark for Review
account. What is the current procedure for executing a transfer from a (1) Points
trial account to a paid cloud account?

From the MyServices panel on cloud.oracle.com initiate a trial-to-


paid procedure through the Actions menu
Use the oracle-dbcs-cli –transfer subcommand

Customers cannot convert or transfer trial accounts to paid


accounts. They’ll need to start fresh. Sometime in the future
Oracle will allow conversions (*)
Call Oracle Support and they will execute the transfer for the
customer
In the hamburger icon menu on the control panel, select Convert
to Paid and follow the instructions

Correct. Conversion isn't available at the


time of this test creation. Conversions may
be available sometime soon.

15. Name 2 commands that customers could use to create SSH keys for
secure communication with their cloud database instance? Mark for Review
(1) Points
(Choose all correct answers)

Putty PuTTYgen command (*)

Linux / Unix ssh-keygen command (*)

Windows ssh-rsa.exe command

Solaris cloud-keygen command

bzip ssh command

Correct. SSH Keys are created with the


Putty PuTTYgen command or the Linux /
Unix ssh-keygen command
16. Which
predefined Mark for Review
Oracle (1) Points
Database as
a Service user
type manages
administrative
functions
related to
configuration,
management,
monitoring
and
management
tasks related
to the
service?

User

Identity domain administrator

Entitlement administrator

Service administrator or service instance administrator (*)

Buyer

Incorrect. The Service Administrator or


Service Instance Administrator enables
service management

17. When creating a database as a service instance you have 3 choices for
backup destinations. What are these 3 choices? Mark for Review
(1) Points

(Choose all correct answers)

Cloud tape library

Flash Archive Recovery Area

None (*)
Both cloud storage and local storage (*)
Cloud Storage Only (*)

Incorrect, Oracle doesn't have a Cloud Tape


Library yet and the FLAR is not a valid
backup destination

18. Oracle Database Cloud – Database as a Service instances include


access to Oracle DBaaS Monitor which provides basic management of Mark for Review
Oracle Cloud databases. Choose 3 management capabilities that DBaaS (1) Points
Monitor provides:

(Choose all correct answers)

Clone a pluggable database (*)

Drop a table

Open and close a pluggable database (*)

Start up and shut down the database instance (*)

Add users to the database

Incorrect. Dropping a table or adding users


to the database are not management tasks
that DBaaS Monitor provides.

19. Which service would you access in order to enable or disable network
ports for SSH access to your database cloud instance? Mark for Review
(1) Points

Oracle Java Cloud Service

Oracle Compute Cloud Service (*)

Application Container Cloud

Oracle Storage Cloud Service

Oracle Database Cloud Service

Correct. Oracle Compute Cloud Service is


where you access network information for
your cloud service.

20. Name 3 ways to remotely load data into the Oracle Database Cloud
Service? Mark for Review
(1) Points

(Choose all correct answers)

FTP

Linux copy command

APEX (*)

SQL Developer (*)


Create your own data loading process through RESTful Web
Services (*)
Incorrect. FTP and Linux Copy are not valid
ways to remotely load data.
21. List 2 ways
that you can Mark for Review
check (1) Points
patching
prerequisites
in the Oracle
Database
Cloud
Service:

(Choose all correct answers)

select dbms_qopatch.get_opatch_install_info from dual;

Use the Oracle Database Cloud Service Console (*)

dbaascli dbpatchm –run –prereq (*)

opatch lsinventory

patch –pnum <patchfile>

Correct. Patching prerequisites can be


checked throught the Service Console or the
CLI.

22. Name 3 ways customers can receive notifications such as outages,


configuration changes, database emergencies, and other information on Mark for Review
their database as a service instances: (1) Points

(Choose all correct answers)

SMS (*)

Browser pop-ups

Direct support call from an Oracle Representative

Notification tab on the dashboard (*)

Email (*)

Incorrect. Email, SMS, Notification tab on the


dashboard

23. If a customer needs to utilize RAC in the Oracle Cloud, which Oracle
Database Cloud Edition should they choose? Choose 2. Mark for Review
(1) Points

(Choose all correct answers)

Exadata Cloud Service (*)

Enterprise Edition
Standard Edition
Extreme Performance Edition (*)

High Performance Edition

Incorrect. Exadata Cloud Service, Extreme


Performance Editionare the correct answers.

24. There are several consoles available to manage Oracle Database as a


Service cloud features, name 4: Mark for Review
(1) Points

(Choose all correct answers)

Glassfish (*)

APEX (*)

Cloud Mon

DBaaS Monitor (*)

EM Express (*)

Correct. The available consoles are DBaaS


Monitor, APEX, Glassfish, EM Express

25. What is the Oracle Glassfish Server used for in the Oracle Database as a
Service Cloud? Mark for Review
(1) Points

The Glassfish server maintains system passwords and user data

It’s used as the application host for Oracle REST Data Services, the
Oracle Cloud Database Monitor and APEX (*)
Oracle RAC Administration

Glassfish is a security administration and virus filtering application

The Glassfish Server administers the database instances in the


cloud

Correct. Glassfish is used as the application


host for Oracle REST Data Services, the
Oracle Cloud Database Monitor and APEX
26. Name 2
methods Mark for Review
that (1) Points
customers
can use to
roll back
patch or
failed
patch
operations
on their
database
cloud
instances:

(Choose all correct answers)


Oracle Database Cloud Service Console – Rollback command (*)

Patches can’t be rolled back in the database cloud

The instance must be deleted and reinitialized

dbaascli subcommand dbpatchm rollback (*)

PDB migration to on premise and rollback with normal Oracle


Database commands

Incorrect. The two methods are the console


rollback command and the dbpatchm rollback
command.

27. Which Oracle Database Cloud Tooling application allows you to view
tablespace storage allocation and how much storage is being used? Mark for Review
(1) Points

Scale Up / Scale Down tool

Create Service Applet

DBaaS Monitor (*)


SSH Express Application

Application Express

Correct. DBaaS Monitor enables access to this


information

28. There are many methods available to migrate Oracle databases to the
Oracle Database Cloud, name 3: Mark for Review
(1) Points

(Choose all correct answers)

Data Pump Full transportable (*)

Remote clone of a PDB (*)

Unplugging/Plugging a PDB (*)

Remote copy

Oracle Database Transfer Utility (ODTU)

Correct. The three migration options are remote


clone of a PDB , Data Pump Full transportable,
and unplugging/Plugging a PDB

29. Name 3 ways to access the Oracle Database as a Service REST API:
Mark for Review
(1) Points

(Choose all correct answers)

Bash
Oracle DBaaS Monitor
Client application such as a web browser (*)

Curl (*)

GNU Wget (*)

Incorrect. Neither Bash, nor DBaaS monitor are


ways to access the REST API.

30. How are network connections secured in the Oracle Database Cloud
Service? Mark for Review
(1) Points

Native Oracle Net encryption (*)

All encryption is done through the Linux operating system and needs
to be configured by the customer in advance of database installation
Network encryption should be handled by the customer’s on premise
network routing equipment
Oracle offers the encryption key management cloud to help secure
network connections to the cloud database instances
Oracle offers a choice of third party network encryption products at a
price to Database as a Service cloud customers

Incorrect. Network connections use native


Oracle Net encryption

Potrebbero piacerti anche