You are on page 1of 23

1.

Which two statements are true about the SSH tunnels within a Database as a Service
(DBaaS) Cloud environment?

A. The SSH tunnel must be selected by an access rule to enable remote access.

B. The server must hold the SSH public and private keys in the SSHauthorized_keysfile.

C. DBaaS provides a centralized key server for all SSH connections.

D. The client must provide the server with the SSH private key.

2. How do you access “none default ports” on your DBaaS VM server?

A. Review a file calledportlist.iniin your installation directory to acquire the list of “none 
default ports” that are assigned to your VM server.

B. You file a service request with your DBaaS support team to have the “none default 
ports” opened for use.

C. You create an SSH tunnel to the “none default port”.

D. All communication to DBaaS services must be configured only by using the default ports 
that are assigned to your VM server during the installation of yourDBaaS instances.

3. You want to perform an on-demand backup. Which two statements are true?
A. Connect to the instance’s VM as the opc user.

B. Connect to the instance’s VM as the oracle user.

C. Disable the backup configuration (crontab).

D. Enable the backup configuration (crontab).

4. You want to make sure that your database administrators have a convenient way to
monitor your DBaaS instance. To do so, you need to enable the Oracle DBaaS Monitor.
How would you enable the Oracle DBaaS Monitor?

A. Use the enable_dbaas_monitorcommand.

B. Create an SSH tunnel to port 443.

C. Disable theora_p2_httpsslsecurity rule in Oracle Compute Cloud Service Console.

D. Use the Oracle GlassFish Server Administration Console.

E. Add ODBM access to each DBA’s user profile.


5. You want to apply a patch to your Oracle Database Cloud – Database as a Service.
What command will you execute to patch your database instance?

A. dbaascli dbpatchm –run -config

B. dbaascli dbpatchm –run -setup

C. dbaascli dbpatchm –run-apply

D. dbaascli dbpatchm –run -patch

6. Which two must be true when you migrate an Oracle Database 12.1.0.2 non-CDB to a
database that is running in a Database as a Service (DBaaS) instance on Oracle Cloud by
using the Remote Cloning method?

A. The non-CDB may be opened in READ WRITE mode as long as ARCHIVELOG is 
enabled.

B. The database link owner must have theCREATE PDBsystem privilege.

C. The source platform must have the same endian format.

D. The non-CDB must be in archivelog mode.

E. The non-CDB must be opened in READ ONLY mode.

F. The database link owner must have theCREATE PLUGGABLE DBsystem privilege.

7. You want to migrate an Oracle Database 11.2.0.2 on-premises database to the Oracle
Database 11g database of the Database as a Service (DBaaS) instance on Oracle Cloud.
A subset of the data that you want to transfer includes data stored in LONG data type
columns. All required data is contained in a dedicated tablespace. The tablespace is 100 GB in size
and has 20% free space. The client wants the data migrated in the shortest possible time to
minimize impact on endusers.
Select the most appropriate migration method to meet this requirement.

A. Data Pump TDB

B. Data Pump TTS

C. SQL*Loader Direct Path

D. conventional export/import

E. Remote Cloning
8. How would you enable a port persistently to keep communication open through that port
always?

A. To enable a port persistently, you must contact your DBaaS support team to update the 
port specifications for use.

B. You can use server certificates to map a server’s identity to enable persistent 
connection through a port to DBaaS instances.

C. All ports that are available in DBaaS servers must use an SSH tunnel and cannot be 
enabled persistently.

D. To enable a port persistently, you would require access to the Compute Cloud Service 
Console to open the ports to a set of IP addresses.

9. You are configuring network connections to your database instance.


What does each network group represent?

A. It is used to allow unrestricted communication among some of your DBaaS instances 


by using a set of defined policies and access rules.

B. It is used to define load balancing and failover configurations between RAC database 
instances.

C. It is used to define network connections to the Pluggable Databases (PDBs) within a 


Container Database.

D. It is used to manage the connections between your external application servers 


(application servers that you currently use in your business environment) and your DBaaS 
instances.

10. Oracle provides additional web-based tools for monitoring Database as a Service (DBaaS)
instances. One of the tools is DBaaS Monitor Console.
Which user would you have to log in as to use this tool?

A. dbsnmp

B. sys

C. dbaas_monitor

D. sysman

11. You want all your colleagues to be able to access the compute node associated with an
Oracle Database Cloud – Database as a Service (DBaaS) instance. You want them to do
so by using a custom host name rather than an IP address regardless of the client machine
(personal or provided by the company) that they use for the access.
How would you enable this access?
A. Configure the Advanced Security Option (ASO).

B. Enable secure access to the DBaaS instance VM and database instance from remote 
hosts by using SSH.

C. Contact the administrator of your company’s intranet DNS and request a custom DNS 
record for the compute node’s public IP address.

D. Edit the machine’s/etc/hostsfile.

E. Resolve your domain name to the IP address of the DBaaS compute node by using the 
third-party domain registration vendor console.

12. Identify the access that is initially available to connect to your Database as a Service
(DBaaS) environment.

A. telnet on port 23

B. SSH on port 22

C. SSL/TLS on port 443

D. Cloud Controlon port 7799

E. Enterprise Manager on port 1158

13. You want to use traditional GUI tools on a Database as a Service (DBaaS) instance. You
have configured PuTTY and SSH sessions.
What two things would you need to configure?

A. X server program

B. VPN connection

C. X11 forwarding

D. Remote Desktop Connection

14. You have an Oracle Database 11g on-premises database with encrypted tablespaces.
You want to migrate this database to the pre-created database of the Database as a
Service (DBaaS) instance on Oracle Cloud.
Which two statements are true about this migration?

A. The on-premises database platform must be of the same endianness as the DBaaS 
platform.

B. You can use Full Transportable (TDB).

C. You can use Data Pump TTS with theENCRYPTION_PASSWORDparameter.

D. You can use Data Pump TTS with theENCRYPTED_PASSWORDparameter.

E. Data issent in clear when theNETWORK_LINKoption is used.


15. You did not configure Backup and Recovery during instance creation. You therefore need
to schedule your backup strategy with RMAN.
Which two tasks would you need to perform to customize the backup configuration?

A. Use the bkup_api utility logged in as the oracle user to reconfigure the retention period and 
cycle period of the backups.

B. Edit the/home/oracle/bkup/oscfg.spec specification file that is used by the DBaaS backup 


feature to maintain the list of system files and folders that are to be backed up.

C. Edit the/home/oracle/bkup/dbcfg.spec specification file that is used by the DBaaS backup 


feature to maintain the list of database configuration files that are to be backed up.

D. Use dbms_scheduler to perform automatic backups.

16. You may need to create an on-demand backup of a database instance or restore a
backup.
Which two steps are true about performing an on-demand backup?

A. You must first connect to the instance VM as the ROOT user.

B. You must disable the scheduled backup configuration.

C. You must first connect to the instance VM as the oracle user.

D. You must execute bkup_api with the bkup_start option.

E. You must execute bkup_api with the bkup_create option.

17. You want to make sure that Oracle Application Express (APEX) is enabled and accessible.
Which two steps must you perform?

A. Unblock the APEX instance’s VM and follow the URL toinstance-ip-address:4848.

B. Enable APEX in the Oracle GlassFish Server Administration Console.

C. Create an SSH tunnel to port 443 on the instance’s VM.

D. Select deploy_enable from the DBaaS instance monitor.

E. Select apex_launch from the GlassFish Server Administration Console monitor.


18. You are preparing the storage volume for use in an instance.
Which two tasks must you perform?

A. Point to a mount point that has existing files and directories.

B. Connect to the DBaaS instance to which you attached the storage volume by using ssh 
or PuTTY as the opc user.

C. Create a mount point on your instance.

D. Connect to the DBaaS instance to which you attached the storage volume by using ssh 
or PuTTY as the oracle user.

19. You want to access your database over SQL*Net with a client application that is running
locally on your machine.
How would you enable access to port 1521 of the Compute Node (VM)?

A. Use Oracle Compute Cloud Service to enable theora_p2_dblistenersecurity rule.

B. Run the lsnrctl reload listener command.

C. Use the Oracle GlassFish Server Administration Console to start the listener application.

D. Change the firewall rules.

20. The first step to connecting to Oracle Cloud is generating an SSH key pair.
To generate a key pair on a Unix or Linux machine, you would run the ssh-keygen utility.
What should be the number of bits in the key that must be created?

A. 1014

B. 2024

C. 2048

D. 1234

21. You get complaints from users of several different applications that performance has
degraded over time.
These applications run in this configuration:

A check of wait events for the sessions belonging to these applications shows that the
sessions are waiting longer and that there are more sessions from other applications in the
same database instance.
You wish to avoid scaling up your Database as a Service (DBaaS) instance in Oracle
Cloud.
Which three should you check and possibly reconfigure to avoid the need to scale up the
DBaaS instance?

A. Check the shares allocated only to the consumer group in the non-CDB that is used by 
the poorly performing application.

B. Check the shares allocated to all consumer groups in the non-CDB.

C. Check the CDB plan to configure the shares allocated to all PDBs, including the PDB 
that contains the two poorly performing applications.

D. Check the PDB plan for the PDB that is hosting the two poorly performing applications.

E. Check the CDB plan only to configurethe shares allocated to the PDB that contains the 
two poorly performing applications.

F. Check the PDB plan for all the PDBs in the CDB, including the PDB that is hosting the 
two poorly performing applications.

22. What are two ways to enable a port on your DBaaS VM server for access to your DBaaS
instance?

A. Use your public and private key pairs to define a list of preferred ports that get enabled 
during your DBaaS instance installation.

B. Create a tunnel for port forwarding by using SSH.

C. Configure all remote connections through port 22 that is assigned by default for SSH 
connections.

D. Ask Oracle DBaaS Support to open the required ports.

E. Use the DBaaS Compute Cloud Service Console to open ports to a set of IP addresses.

23. Which are two of the tasks that must be performed to enable SQL*NET access for your
DBaaS database instance over SSL?

A. You must open a port on the virtual machine (VM) that is hosting the instance.

B. You use Net Manager (NETMGR) to configure a database alias and set the connect 
string.

C. You use Oracle Connection Manager to configure the required network settings.

D. You must configure SSL support on the instance.


24. You are migrating an Oracle Database 11.2.0.4 on-premise database to an Oracle
Database Cloud Service (Database as a Service) that provides a pre-created Oracle
Database 12.1.0.2 database.
What four migration methods can be used?

A. conventional export/import

B. Transportable Tablespace (TTS) with RMAN conversion

C. Transportable Tablespace (TTS) by using Oracle Data Pump

D. SQL *Loader

E. RMAN image restore

F. Data Pump Transportable Database (TDB) export/import

25. Which three will be supported after migrating an on-premises database to a Database as a
Service (DBaaS) instance on Oracle Cloud?

A. increased security of application roles

B. reduction in operational costs

C. ability to increase capacity on demand

D. provisioning of application testing

E. centralization of database management

26. Which two situations require that your Database as a Service (DBaaS) instance be scaled
up?

A. The DBaaS instance is maxed out on semaphore sets.

B. The database instance has reached the limit in the license_max_sessions database 
parameter.

C. The DBaaS instance is maxed out on CPU.

D. The database instance is out of space in the sysaux and system tablespaces.

E. The DBaaS instance is maxed out on storage.

F. The DBaaS instance is maxed out on semaphores.

27. Which two statements are true about the information that you see on the Database Cloud
Service page?
A. It shows the date the instance was last accessed.

B. It shows the number of active sessions for each instance in your domain.

C. It shows the total memory for all instances in your domain.

D. It lists the memory for each instance in your domain.

E. It shows the name of each database instance.

28. dbaascli is a command-line interface for managing a database instance on cloud.


Which two functions can you manage with dbaascli?

A. running health checks on your database

B. creating users in the database instance

C. restoring from the most recent backup

D. creating a database instance

E. applying a patch

29. You want to control network traffic among your DBaaS instances.
Which two statements are true about network groups?

A. By default, the DBaaS instances in a network group are accessible from hosts outside 
the network group.

B. You can add a DBaaS instance to a network group, but this enables communication only 
within this network group.

C. You can add a DBaaS instance to a network group, thus enabling communication with 
all other DBaaS instances both inside and outside the network group.

D. You can create a network group to enable unrestricted communication among your 
DBaaS instances.

E. DBaaS prevents network groups from having unrestricted communication among DBaaS 
instances.

30. You use GUI tools on the Virtual Machine to create and administer the Database as a
Service (DBaaS) databases.
You wish to use the Oracle Database Configuration Assistant (DBCA) to create a database
instance. To run DBCA, you will need to use an SSH connection.
You need to perform several steps to establish this connection in DBCA and to create the
database.
What are two of these steps?

A. Connect to the DBaaS instance with the SSH terminal session as the oracle user.

B. Configure a PuTTY or SSH session to perform X11 forwarding.

C. Install an Xterminal program if required.

D. Update the tnsnames.ora file with the name of the service to which you want to connect.

31. You wish to perform database recovery and restore the most recent backup.
Which two steps will you perform?

A. Disable the scheduled backup configuration.

B. Disable thescheduled recovery configuration.

C. Perform the restore with thedbaascli orec –args –latestcommand.

D. Perform the restore with thedbaascli orec –-args –lastcommand.

E. Perform the restore with thedbaascli orec –-args –stop-lastcommand.

F. Performthe restore with thedbaascli orec –-args –close –lastcommand.

32. Which two migration methods are possible?

A. Data Pump Transportable Database (TDB) export/import

B. Remote Cloning

C. Data Pump Transportable Tablespace (TTS) export/import

D. RMAN Transportable Tablespace (TTS)

33. You are on the Database Cloud Service Instance View page.
Which three consoles can you open?

A. OPC Console

B. GlassFish Administration Console

C. Storage Container Console

D. Application Express Console

E. User Console
F. Database Express Manager Console

34. Which two statements are true about the sequence of steps that are performed when
creating a Database as a Service (DBaaS) instance in Oracle Public Cloud?

A. A Secure Shell (SSH) key is provided by Oracle for accessing the DBaaS environment 
as the first step in creating a DBaaSinstance.

B. The billing frequency depends on the Oracle database software edition that is selected 
for the DBaaS instance.

C. The public SSH key is provided when configuring the database in the DBaaS instance.

D. Storage configuration must be selected for the DBaaS instance.

E. The database that is configured may be an Oracle 11g database.

35. You created a Database as a Service (DBaaS) instance. This action also created a virtual
machine and configured it for the DBaaS instance. It also created two user accounts. One
of the users is oracle.
What three functions can the oracle user perform?

A. Grant privileges and roles to database users.

B. Create database users.

C. Back up and recover databases.

D. Create tablespaces.

E. Reboot a VM.

F. Use the sudo command to perform root user access operations.

36. Which two problems indicate that you should consider scaling up your Database as a
Service (DBaaS) instance that hosts an Oracle Database 12c multitenant container
database (CDB) with four pluggable databases (PDBs)?

A. hortage of CPU for two PDBs in the CDB

B. shortage of I/O bandwidth for the parallel queries that are issued by the CDB instance

C. shortage of memory for the DBaaS instance

D. shortage of memory in the Shared Pool of the CDB


E. shortage of CPU for the DBaaS instance

37. Which three statements are true about SSH tunnels in a Database as a Service (DBaaS)
Cloud configuration?

A. A separate SSH tunnel is required for each port that is required for the environment.

B. The SSH tunnel should include all required ports for the environment.

C. The available protocols include ssh-2 DSA.

D. The default protocol is ssh-1 RSA.

E. The SSH tunnel is opened automatically by the Cloud Services VPN and remains open.

F. The SSH tunnel must be opened manually and must remain open.

38. You created your Database as a Service (DBaaS) database instance. Predefined network
access rules are also created.
Which two predefined network access rules are created when you created the DBaaS
database instance?

A. The ora_p2_ssh access rule for the public-internet network group is created to 
communicate with the ora_db predefined network group over SSH.

B. Theora_db_publicaccess rules to manage database access through the default port 


and theora_db_adminaccess rules for SSH connection via SQL*Net through port 
5500 are created.

C. Theora_access dbaccess rule for SSH connection via PuTTY is created to configure 
network rules andora_access_consolefor HTTPS access to Oracle Cloud Services 
Console.

D. No access rules are created by default and users must manually configure all access 
rules.

E. The ora_p2_dblistener access rule for the public-internet network group (any host on the 
Internet) is created to communicate with the ora_db predefined network group over 
SQL*Net.

39. When you are using Oracle Compute Service Console and reviewing the network
configuration of your database instance, what do the arrows that are shown within the
Access Rules define?

A. They are used to show if the connection was completely secured.

B. They define the availability of network access to the database instance.

C. They define the direction of network access to the database instance.


D. They show the status of the database instance.

40. You have an Oracle Database 12c on-premise non-CDB database that is running on the
AIX platform. Which two methods can be used to migrate the on-premise database to a database
that is running in a Database as a Service (DBaaS) instance on Oracle Cloud?

A. Remote Cloning

B. Transporting Tablespaces by using RMAN convert

C. Data Pump

D. Transporting Tablespaces by using RMAN “backup from platform”

E. scpfile copy

41. Which statement is true about the Database as a Service (DBaaS) instances and Database
instances in Oracle Public Cloud?

A. An Oracle database instance can support only one DBaaS instance.

B. A DBaaS instance can support only one Oracle database instance.

C. An Oracle database instance can support multiple DBaaS instances.

D. A DBaaS instance runs in a pluggable database (PDB), which is contained in a multitenant


container database (CDB).

E. A DBaaS instance can support multiple Oracle database instances.

42. How would you stop Oracle REST Data Services (ORDS)?

A. Disable the APEX application in the Oracle GlassFish Server Administration Console.

B. Use the listener control tool (lsnrctl).

C. Stop the APEX resource in Enterprise Manager.

D. Use theords_stopcommand.

43. You are creating a new Database as a Service (DBaaS) instance.


Which statement is true about connections that are created by default?

A. A default network connection is created to your application server.

B. A default network connection is created to the other instances that you have created.
C. No default connections are created to other DBaaS instances or to any external servers.

D. All network connections are pre-created within DBaaS.

44. With Oracle Database Cloud Service as the subscription type, you must configure a
database for Backup and Recovery.
Which two options do you have to back up your database instance?

A. No backups required. You are responsible for configuring the database backups.

B. Backup to cloud storage and VM block storage. Ten days worth of backups are kept, 
with five most recent days worth of backups available directly on VM block storage.

C. Backup to Oracle Cloud Service storage volumes that is equal to five times the value 
that was provided in Usable Data Storage when the instance was created.

D. Backup to cloud storage and VM block storage. Fourteen days worth of backups 
are kept, with seven most recent days worth of backups available directly on VM block 
storage.

45. Which two can be increased to scale up the compute shape of a Database as a Service
(DBaaS) instance in Oracle Cloud?

A. Add more memory to the DBaaS instance by using the Scale up button on the DBaaS 
Instance Overview page.

B. Add more storage to the DBaaS instance by using the Scale up button on the DBaaS 
Instance Overview page.

C. Add more network adaptors (NICs) to the storage network used by the DBaaS instance 
by using the Scale Up button on the DBaaS Instance Overview page.

D. Add more network adaptors (NICs) to the public access network used by the DBaaS 
Instance by using the Scale Up button on the DBaaS Instance Overview page.

E. Add more CPUs to the DBaaS instance by using the Scale Up button on the DBaaS 
Instance.

46. Users must be granted roles to manage Cloud services.


Which three statements are true about roles and role assignment in Database as a Service
(DBaaS)?

A. Service administrators can assign and remove roles only for users of theservices that 
they manage.

B. The DBaaS Database Administrator role permits granting the DBaaS Database 
Administrator or DBaaS Database Operator role to existing users.

C. Identity domain administrators can assign and remove roles for users in any 
identitydomains.
D. The DBaaS Database Operator role permits the ability to scale, patch, and backup or 
restore service instances.

E. DBaaS network administrators can grant access privileges to designated users.

47. Which two tasks can you perform on the Database Cloud Service Instance View page?

A. You can add pluggable databases (PDBs) to the database.

B. You can decrease the storage of an instance.

C. You can see patching information.

D. You can create new users to access an instance.

E. You can scale up to increase the shape of the current instance.

48. You created a Database as a Service (DBaaS) instance. This action also created a virtual
machine and configured it for the DBaaS instance. It also created two user accounts. One
of the users is opc.
Which three functions can the opc user perform?

A. dropping the database instance

B. any root-user operation

C. database tuning

D. database backup and recovery

E. administrative operations in the virtual machine

F. operations that requires root-user access

49. Your Database as a Service (DBaaS) instance hosts a multitenant container database
(CDB) with four pluggable database (PDB) tenants.
Users of an application in one PDB and users of another application in another PDB
complain of poor performance.

Investigation shows that the application sessions are not using excessive CPU nor are they
requesting an unusual amount of I/O. Which two steps should you perform to resolve this problem?

A. Add storage to the DBaaS instance.

B. Add CPU to the DBaaS instance.

C. Examine the shares of resources allocated to each PDB within the CDB.
D. Examine the shares of resources allocated to each consumer group within all four 
PDBs.

E. Examine the shares of resources allocated to each consumer group within the PDBs 
that contain the two applications.

F. Add memory to the DBaaS instance.

50. Which three statements are true about the Oracle Cloud Service storage volumes that are
created as part of a Database as a Service (DBaaS) instance in Oracle Public Cloud?

OR
Which three statements are true about the Oracle Cloud Service storage volumes that are created
as part of a Database Deployment in Oracle Public Cloud?

A. The database data file storage and tempfile storage are placed on the same storage 
volume.

B. The database backup storage and redo log storage are placed on the same storage 
volume.

C. The Oracle database product software storage and the database data file storage are 
placed on the same storage volume.

D. The database backup storage and database product software storage are placed on 
different storage volumes.

E. The database data file storage and redo log storage areplaced on different storage 
volumes.

51. You want to perform database recovery with the most recent backup.
Which command would you execute?

A. dbaascli rec –args –latest

B. dbaascli orec –args-latest

C. dbaascli rec –args -last

D. dbaascli orec –args -last

52. Which three are ways to scale a Database as a Service (DBaaS) instance that is hosting
three Oracle 12c databases?

A. Add additional virtual network interfaces (VNICs) to the DBaaS instance.

B. Increase theMEMORY_TARGETparameter value in each database instance that is 


running on the DBaaSinstance.
C. Increase theCPU_COUNTparameter value in each database instance that is running on 
the DBaaS instance.

D. Increase the number of CPUs allocated to the DBaaS instance.

E. Add storage to the DBaaS instance.

F. Use the Oracle Database 12c In-Memory database option in each database instance 
that is running on the DBaaS instance.

G. Increase the memory allocated to the DBaaS instance.

53. There are two ways to enable a port to a Database as a Service (DBaaS) instance. The
first requires access to the Compute Cloud Service Console to open the ports to a set of IP
addresses. The second is to create a tunnel for port forwarding by using SSH.
Which statement is true about port forwarding by using SSH?

A. The SSH tunneling the configured SSH process must be running on the consumer side 
of the tunnel.

B. The SSH tunneling the configured SSH process must be running on the instance side of 
the tunnel.

C. The SSH tunneling to access the DBaaS instance database via SQL Developer or 
SQL*Plus must be configured to port 1522.

D. The SSH tunneling to access the DBaaS instance database via APEX must be 
configured to port 8080.

54. You are using access rules to control network traffic among your DBaaS instances.
Which statement is true about access rules?

A. They are used only for configuring external server access to DBaaS and do not impact 
how network groups communicate.

B. They define a specific communication path, which consists of a source, destination, and 
protocol-port combination over which communication is allowed.

C. They are used to map an external user to a database user to allow the user to 
communicate with and access the database.

D. They are used to encrypt communication between DBaaS instances.

55. You get complaints from users of several different applications that performance has degraded
over time.

These applications run in this configuration:

1. There are three different databases and database instances.


2. Two of the poorly performing applications run in the same Pluggable Database (PDB) in an Oracle
12c multitenant Container Database (CDB) with four PDBs.

3. One of the poorly performing applications runs in a different PDB in the same CDB.

4. One of the poorly performing applications runs in an Oracle 12c non-CDB, which also hosts other
applications.

5. You have the Oracle Resource Manager configured for the CDB, all PDBs, and the non-CDB.

6. Each application has a separate consumer group associated with the sessions that are running
that application.

A check of wait events for the sessions belonging to these applications shows that the sessions are
waiting longer and that there are more sessions from other applications in the same database
instance.

You wish to avoid scaling up your Database as a Service (DBaaS) instance in Oracle Cloud.

Which three should you check and possibly reconfigure to avoid the need to scale up the DBaaS
instance?

A. Check the shares allocated only to the consumer group in the non-CDB that is used by the poorly
performing application.

B. Check the shares allocated to all consumer groups in the non-CDB.

C. Check the CDB plan to configure the shares allocated to all PDBs, including the PDB that
contains the two poorly performing applications.

D. Check the PDB plan for the PDB that is hosting the two poorly performing applications.

E. Check the CDB plan only to configure the shares allocated to the PDB that contains the two
poorly performing applications.

F. Check the PDB plan for all the PDBs in the CDB, including the PDB that is hosting the two poorly
performing applications.

56. You wish to avoid scaling up your Database as a Service (DBaaS) instance in Oracle
Cloud.
Which four should you check and possibly reconfigure to avoid the need to scale up the
DBaaS instance?

A. Modify the users that are using each application so that their sessions are associated 
with the correct consumer group in the PDB that is hosting their application.

B. Check the CDB plan to configure the shares allocated to all PDBs, including the PDBs 
that containthe two poorly performing applications.

C. Check the CDB plan only to configure the shares allocated to the PDBs that contain the 
two poorly performing applications.
D. Create separate consumer groups for the sessions for all applications in the PDB 
plansfor the PDBs that are hosting the two poorly performing applications.

E. Check the PDB plan for all the PDBs in the CDB, including the PDB that is hosting the 
two poorly performing applications.

F. Create a PDB plan for each PDB in the CDB that has poorlyperforming applications.

G. Create a separate CDB plan for each PDB that has poorly performing applications.

57. Which statement is true about the Oracle software releases that are currently supported in
a Database as a Service (DBaaS) instance in Oracle Public Cloud?

A. All versions and releases of Oracle Database 12c are supported.

B. All versions and releases of Oracle Database 11g are supported.

C. Oracle Database 11g Release 2 is supported.

D. Oracle Database 12c is supported but only for single containerdatabases.

58. Which two statements are true about Database as a Service (DBaaS) or about Database
Schema Service in Oracle Public Cloud?

A. With Database Schema Service, there is a separate database for each schema.

B. With DBaaS, you get a dedicated database instance or instances.

C. With Database Schema Service, the schema or schemas may be in the same database 
as other schemas that belong to other subscribers.

D. With DBaaS, you cannot decide when to patch the database home.

E. With Database Schema Service, the schema may be in an Oracle Database 12c 
pluggable.

59. Which three statements are true about the service levels provided by Database as a
Service (DBaaS)?

A. The Virtual Image service level provides a pre-created database.

B. The Virtual Image service level provides tools for backups and patching.

C. The automated service provides a pre-installed virtual machine image.

D. The automated service provides a pre-created database.

E. The cloud tooling within the automated service level provides a tool for point-in-time 
database recovery.
60. What are two things can you do on the My Services Dashboard page?

A. You can customize the metric icon for each valid service.

B. You can add a data center and identity domain to your Cloud account.

C. You can activate services for the current data center and identity domain.

D. You can check the overall status of your active services for the current data centerand 
identity domain.

61. You are working on a DBaaS database instance.


Identify the location for the associated database files for your instance.

A. The installer sets the database file locations during installation by configuring the data 
file storage options.

B. The DBaaS database instance data files are stored at:/u01:Oracle product software; the 
entire bits Compute Cloud storagevolume/u02:Oracle Database data storage; the entire 
data Compute Cloud storage volume/u03:Database backup storage; the entire fra Compute 
Cloud storage volume/u04:Database redo logs; the entire redo Compute Cloud storage 
volume

C. All DBaaS database files are stored at/u01/app/oracle/oradata.

D. The database file locations are read from utl dbfiles.ora and users can update this file to 
set their own locations.

62. Which users are created and can be used for database and host management of your
DBaaS database servers?

A. root, opc and oracle users

B. root, oracle and cloud users

C. root and oracle users

D. opc and oracle users

E. cloud and oracle users

63. Where is the Oracle Database Cloud software for monitoring and backup installed?

A. The Oracle Database Cloud software is located in the Database Automatic Diagnostic 
Repository (ADR).
B. The installation is done at/var/opt/oracle/dbaascliand/var/opt/oracle/bkup_api.

C. The location must be set during installation as user-defined locations for the installation 
to start.

D. The location is based on Oracle Flex Architecture, which is similar to non-DBaaS 


systems.

64. A key pair is required to create a DBaaS instance. What can the key pair be used for?

A. They key pair is used to start up, shut down, and manage EM Expressavailability.

B. The keys are used to control the encryption that is used by DBaaS database instances: 
the first is for network encryption and the second is for database encryption.

C. The keys replace password use. DBaaS instance use only key pairs;password 
authentication is not enable for SSH default connections.

D. Communication between instances in a DBaaS account is controlled by network access 


rules and network groups.

65. Which statement is true about Database Schema Service and Database as a Service in
Oracle Public Cloud?

A. Database Schema Service requires no database administrators to administer the 


database.

B. Database as a Service (DBaaS) requires no database administrators to administer 


the database.

C. Database as a Service (DBaaS) provides complete database instances with shared 


control between the subscriber DBA and Oracle Support.

D. Database Schema Service provides database schemas with shared control between the 
subscriber DBA andOracle Support.

66. Which two statements are true about the Database as a Service (DBaaS) instances and
Oracle database instances that are provided by Oracle Public Cloud?

A. A DBaaS instance requires customers to install any additional management tools


for their environment.
B. A DBaaS instance never provides a pre-created Oracle database.
C. An Oracle database instance that is provided as part of DBaaS runs the same 
executable that would be run with the same version and you have anrelease of
Oracle Database on private premises.
D. A DBaaS instance always provides a customer-selected version of the Oracle
database software.
E. Only one Oracle database instance can run in a DBaaS instance on Oracle Public 
Cloud.

67. You are monitoring resource usage on your Database Cloud Service.
What two resource usage metrics can you find on the Instance Overview page?

A. number of days left on your subscription


B. number of processes allocated
C. I/O from reads and writes
D. memory
E. storage
F. number of current users

68. How would you connect from your local machine to the database instance on the DBaaS
server by using SQL*Net?

A. You start an SSH process on your local machine to communicate to a tunnel created 
on the DBaaS server.
B. You must use port 1521 and the TCPS communication protocol.
C. You can use only the SSH connection that is defined on port 22 that is configured by 
default during DBaaS instance installation.
D. You must use Transparent Data Encryption (TDE) to secure connections to the
DBaaS 
database instance when using SQL*Net connections from your local machine to
DBaaS 
database instances.

69. You are migrating an Oracle Database 11.2.0.2 on-premise database to an Oracle
Database Cloud Service (Database as a Service) that provides a pre-created Oracle
Database 11.2.0.4 database.
Which two migration methods are possible?

A.  Data Pump Transportable Database (TDB) export/import


B. Remote Cloning
C.  Data Pump Transportable Tablespace (TTS) export/import
D.  RMAN Transportable Tablespace (TTS)

70. When you are using Oracle Compute Service Console and reviewing the network
configuration of your database instance, what do the arrows that are shown within the Access Rules
define?
A. They are used to show if the connection was completely secured.
B. They define the availability of network access to the database instance.
C. They define the direction of network access to the database instance.
D. They show the status of the database instance.
71. Which two statements are true about a Database Deployment in Oracle Public Cloud?
A. A Secure Shell (SSH) key is provided by Oracle for accessing the DBaaS environment as
the first step in creating a DBaaS instance.
B. The billing frequency depends on the Oracle database software edition that is selected for
the DBaaS instance.
C. The public SSH key is provided when configuring the database in the DBaaS instance.
D. Storage configuration must be selected for the DBaaS instance.
E. The database that is configured may be an Oracle 11g database.

72. Which two statements are true about the Database as a Service (DBaaS) instances and
Oracle database instances that are provided by Oracle Public Cloud?

A. A DBaaS instance Virtual Image always provides a pre-created Oracle database.

B. An Oracle database instance that is provided as part of DBaaS runs a different executable
than would be run with the same version and release of Oracle Database on private premises.

C. A DBaaS instance Virtual Image always provides a Linux virtual machine.

D. A DBaaS instance Virtual Image requires customers to install their preferred version on
the Oracle database software.

E. Multiple Oracle database instances can run in a DBaaS instance on Oracle Public Cloud.

You might also like