Topic 1 - Exam A: Hide Solution Discussion
Topic 1 - Exam A: Hide Solution Discussion
Topic 1 - Exam A: Hide Solution Discussion
Question #1Topic 1
Which vaults are used for storing customer-managed encryption keys for Autonomous Database on
Dedicated Infrastructure?
Correct Answer: D
Question #2Topic 1
Which two are ways Oracle Database can optimally access data in Object Storage? (Choose two.)
Correct Answer: AC
Question #3Topic 1
A Corporation is building a web application to allow its customers to schedule service requests online.
There is also a need to run operational reports at times during nonpeak hours. The architecture team is
debating whether such reports should be run on the online transaction processing (OLTP) database or in
a separate data mart. The DBA Manager does not want to add anymore admin responsibility to the team
and looking for a database option that's low to zero maintenance, but meets their strict performance
requirements as well.
Which Oracle Cloud Infrastructure database service is appropriate for this scenario?
A. It is best to build a separate data warehouse, and move the OLTP data on a nightly basis.
B. Use Autonomous Transaction Processing (ATP) with "tpurgent" and "high" TNS services to
separate connection types.
C. Use Autonomous Data Warehouse (ADW) because operational reporting is a higher priority
this scenario.
Correct Answer: B
Question #4Topic 1
Which statement is correct with respect to the required action to move Oracle Autonomous Database
resources to a different compartment?
A. You do not require sufficient access permissions on the compartment that the resource is
being moved to.
B. Moving an Autonomous Database instance does not include its automatic backups.
D. Moving the compartment of the Autonomous Database also moves the Autonomous
Container Database and Autonomous Exadata Infrastructure.
Correct Answer: C
Question #5Topic 1
Which statement is true when the Autonomous Database has auto scaling enabled?
A. It scales the PGA and SGA size when needed for the workload.
C. It enables the database to use up to 3x OCPU/IO resources immediately when needed by the
workload.
Question #6Topic 1
Which statement is true about the use of Access Control Lists (ACLs) with an Autonomous Database on
Shared Infrastructure?
A. An ACL can only be set during the creation of an Autonomous Database on Shared
Infrastructure.
B. An ACL can be set up for an IP address or a virtual cloud network (VCN) but not for both at the
same time.
D. When you restore a database, the existing ACLs are not overwritten by the restore action.
Correct Answer: D
Question #7Topic 1
Your company has a .NET application and wants to deploy it on Autonomous Database (ADB).
What software is used to connect to ADB from the .NET application?
A. SQL*Plus
B. Java
Correct Answer: D
Question #8Topic 1
A customer wants to increase the throughput of their inserts. They have discovered that the bottleneck
in the storage I/Os of their environment.
What should they do to remove this bottleneck?
Correct Answer: C
Question #9Topic 1
Which two of the following data sources are available when using the Data Load page on Database
Actions? (Choose two.)
B. REST endpoints
C. Local Files
Correct Answer: BC
Question #10Topic 1
Which two optimizations are different between Autonomous Data Warehouse and Autonomous
Transaction Processing? (Choose two.)
A. Memory Usage
B. Backup Retention
C. Undo Management
D. Data Organization
Correct Answer: AD
Question #11Topic 1
B. Data insights are automatically generated by various analytic functions built into the database.
C. The results of the insight analysis appear as a series of bar charts in the Data Insights
dashboard.
D. Data Insights displays information about patterns and anomalies in the data of entities in your
Oracle Autonomous Database.
Correct Answer: A
Question #12Topic 1
Which three operations are available for a quarterly maintenance update on Autonomous Container
Database? (Choose three.)
B. Patch immediately.
C. Reschedule patching.
D. Skip patching.
Question #13Topic 1
Which set of Oracle Cloud Infrastructure (OCI) metrics is available only for Autonomous Database on
Dedicated Infrastructure?
Correct Answer: D
Question #14Topic 1
Oracle Autonomous Database on Dedicated Infrastructure is composed of which Oracle Cloud resources?
A. Virtual Cloud Network, Compartments, Policies, and Autonomous Exadata infrastructure
Correct Answer: B
Question #15Topic 1
Which option should you use to create a graph with Graph Studio?
B. NoSQL configuration
Correct Answer: C
Question #16Topic 1
A. REST
B. Python
C. Java
D. PL/SQL
E. Gremlin
Correct Answer: E
Question #17Topic 1
A. Find patterns that are anomalous and use that to detect fraud.
B. 3-D modeling
C. Product recommendations
D. Facial recognition
Correct Answer: AC
Question #18Topic 1
Which two options are available for restoring an Autonomous Database? (Choose two.)
C. Using Recovery Manager (RMAN) to connect to Autonomous Database and back it up.
Correct Answer: AE
Question #19Topic 1
You see a clock icon in the Status column on the SQL Monitoring tab of Performance Hub.
What does it indicate?
Question #20Topic 1
You need to set up a notification for a scheduled shutdown of an Autonomous Database instance.
What should you do?
C. Create a rule for the Oracle Cloud Infrastructure Event for "Autonomous Database STOP END."
Correct Answer: C
Question #21Topic 1
Which four resources need to be provisioned by the fleet administrator and the database administrator
before a developer can connect to an Autonomous Database on Dedicated Infrastructure as a database
user? (Choose four.)
B. Identity and Access Management (IAM) policy rules that allow access to the database
Question #22Topic 1
Which three Oracle Cloud Infrastructure (OCI) resources do you need to configure before provisioning
your Autonomous Database with Private Endpoint? (Choose three.)
A. Route Table
B. Security List
C. VCN
D. Subnet
Question #23Topic 1
Which statement is FALSE about loading data into the Autonomous Database using the Data Load card in
Database Actions?
A. Data can be loaded from a remote database using Database Links (DBLinks).
B. Data formats supported include: text, csv, json, avro and parquet.
C. Data can be uploaded from several cloud storage sources including S3, Azure, Google Cloud
and Oracle Object Storage.
D. You must first manually create your database credentials using dbms_cloud.create_credential
before accessing your Oracle Object Storage Bucket.
Correct Answer: D
Question #24Topic 1
An Autonomous Database user with an instance wallet has left the company. The user had shared a
database user ID with other users when accessing the Autonomous Database.
Other than changing the shared user password, what can an administrator do to protect the instance?
C. Rotate the instance wallet and share the new wallet with the remaining users.
Question #25Topic 1
Which three tools can be used to monitor the usage and activities of Autonomous Database on
Dedicated Infrastructure? (Choose three.)
B. RMAN
C. Logs
D. OCI Metrics
E. Performance Hub
Question #26Topic 1
Which command should you issue to enable application continuity on Oracle Autonomous Database on
Shared Infrastructure?
A. exec dbms_cloud_admin.enable_app_cont('<service_name>')
Correct Answer: A
Question #27Topic 1
You have been tasked with analyzing a year's worth of sales data stored in an Autonomous Data
Warehouse instance.
Which tool would you use to automate data exploration and create pivot tables?
A. APEX
B. Data Load
Correct Answer: D
Question #28Topic 1
Which of the following two statements regarding Data Transforms are correct? (Choose two.)
A. Data Transforms provides access to Oracle Data Integrator (ODI) Web Edition.
B. Data Transforms allows you to design data transformations in the form of data loads, data
flows, and workflows.
C. All capabilities to transform data in ODI Classic are available with ODI Web Edition.
D. Workflows for data transforms is only available on the ODI Web Edition.
Correct Answer: BD
Question #1
AData Lakes
CTransactions
DData Marts
Correct Answer: B
Question #2
Your company has a .NET application and wants to deploy it on Autonomous Database (ADB). What
software is used to connect to ADB from the .NET application?
ASQL*Plus
BJava
Correct Answer: D
Oracle Data Access Components (ODAC) for Windows is a collection of software components that
provide data access to Oracle databases from .NET applications.ODAC includes Oracle Data Provider
for .NET (ODP.NET), which is the driver that connects to Autonomous Database from .NET
applications2.ODP.NET supports both .NET Framework and .NET Core applications3.ODP.NET can be used
with Visual Studio and Visual Studio Code to develop and deploy .NET applications for Autonomous
Database45.Reference:
Connect Microsoft .NET, Visual Studio Code, and Visual Studio with a Wallet (mTLS) - Oracle Help Center,
section ''Oracle Data Provider for .NET (ODP.NET)''.
Connect Microsoft .NET, Visual Studio Code, and Visual Studio Without a Wallet - Oracle Help Center,
section ''Oracle Data Provider for .NET (ODP.NET)''.
Question #3
Which three methods can be used to migrate on-premises databases to Oracle Autonomous Database
(both Shared and Dedicated)?
Correct Answer: C, E, F
Question #4
AParallelism settings
BAmount of storage
DLevel of concurrency
DI/O resources
Correct Answer: A, B, D, D
Question #5
Which three methods can be used to migrate on-premises databases to Oracle Autonomous Database
(both Shared and Dedicated)?
Correct Answer: C, E, F