Oracle 1z0 931 - Dumpspedia
Oracle 1z0 931 - Dumpspedia
1z0-931
Oracle Autonomous
Database Cloud 2019
Specialist
Version: 6.0
Email: support@[Link]
IMPORTANT NOTICE
Feedback
We have developed quality product and state-of-art service to ensure our customers interest. If you have any
suggestions, please feel free to contact us at feedback@[Link]
Support
If you have any questions about our product, please provide the following items:
exam code
screenshot of the question
login id/email
please contact us at support@[Link] and our technical experts will provide support within 24 hours.
Copyright
The product of each order has its own encryption code, so you should use it independently. Any unauthorized
changes will inflict legal punishment. We reserve the right of final explanation for this statement.
Braindumps Questions Oracle - 1z0-931
Question #:9
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 non-peak hours. The architecture team is debating
whether such reports should be run on the OLTP database or in a separate data mart. The DBA Manager does
not want to add anymore admin responsibility to the team and is 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. ATP. Using 'tpurgenf and 'high' TNS services to separate connection types
C. Since the application needs to be highly available, It should to be deployed on a Kubernetes Cluster.
D. It is best to build a separate data warehouse, and move the OLTP data on a nightly basis.
Answer: D
Question #:4
Which method can be used to migrate on-premises databases to Autonomous Databases in cloud?
C. Data Pump
Answer: C
Question #:7
B. The source files can reside in Oracle Object Storage, Amazon S3 Object storage, or Azure Blob storage.
C. The source file can be in either Oracle Standard Storage or Oracle Archive Storage bucket in the Object
Store.
D. The target table will be created in Autonomous Database if it does not already exist.
E. The source file will be automatically removed after the DBMS_CLOUD.COPY_DATA procedure
finishes successfully.
Answer: B D
Question #:57
The 3rd party application that your customer wants to migrate to Autonomous Database (ADB) has some
specific demands like tablespace names, usernames and [Link] parameters. The decision was made to adhere
to the suggested migration method using an instant client and the datapump version that was suggested (and
came with it).
Which statement is true about the migration of the application's database success?
A. The tablespace names will result in a blocking error during datapump import because of ADB
limitations.
B. The migration can be technically a success but the 3-rd party vendor needs to support the result.
C. The migration can be a success, both technically and functional due to datapump enhancements.
D. The suggested datapump version will create an alias for non-standard tablespace names so the migration
is successful.
Answer: D
Question #:32
How many pre-defined service names are configured in [Link] for a single Autonomous Transaction
Processing database instance, and what are they called?
A. Five. They are called tpurgent, tp, high, medium and low.
Answer: A
Question #:41
A customer wants to migrate to Autonomous Database (ADB) but only allows for a very small window of
downtime. Golden Gate was advised to be used during the migration. For maximum reassurance of their
end-users, the customer also would like to use Golden Gate as a fall-back scenario for the first 6 months after
the migration. If customers complain, the on-premise data can be synchronised with the ADB instance for a
switch back.
A. The fallback scenario is not possible using Golden Gate because the capture-process cannot be installed
on ADB.
B. Migration to ADB is not possible using Golden Gate because the apply-process cannot be installed on
ADB.
C. Golden Gate on premise Is not certified with ADB because Golden Gate Cloud Service exists for this.
D. Only the migration to ADB is possible from an on-premise installation of Golden Gate.
E. The described scenario is correct, can be used for migration and fallback scenarios.
Answer: D
Question #:54
A. Flashback Database
D. Online Indexing
Answer: C
Question #:56
Which three statements are true regarding how Autonomous Database provides data security?
A. Network connections from clients to Autonomous Database are encrypted using the client credentials
wallet.
C. Oracle automatically applies security updates to ensure data is not vulnerable to known attack vectors.
Answer: A C D
Question #:15
What predefined user is created when an Autonomous Database (ADB) instance is created that you connect to
A. SCOTT
B. ADMIN
C. SYS
D. DWDEV
Answer: A
Question #:52
What are the two methods that could be used during the migration of your existing Oracle database to
Autonomous Database?
B. Data Pump
C. Golden Gate
Answer: D
Question #:11
Autonomous Data Warehouse configures and optimizes your database for you, therefore you do not need to
perform some of the administration operations for configuring the database.
Which statement is true regarding the default configuration of the Autonomous Data Warehouse?
B. Degree of parallelism for SQL statements is set based on the number of OCPUs in the system and the
database service the user is connecting to.
C. In Autonomous Data Warehouse direct access to the database node and the local file system is allowed.
D. Compression is not enabled by default and you must specify the compression method for your tables
with the compression clause in your CREATE TABLE and ALTER TABLE commands.
Answer: A
Question #:24
Once you have a connection to the Autonomous Data Warehouse, how do you import tables into the Oracle
Analytics Cloud (OAC)?
A. Import Table
Answer: D
Question #:59
Your customer receives information in various formats like .csv files from their suppliers. The business user
would like to collect all of this information and store it in a ATP environment. The Oracle adviser
recommends to use Oracle Data Sync for this.
A. Data Sync can only load files into tables (insert-only), the customer has to write the additional code.
B. Data Sync can not transform your data while loading it into the destination table.
C. Data Sync can load a combination of data source, such as xsv, .xlsx and Oracle relational files.
D. Data Sync can only load data from one source into one destination table.
Answer: C
Question #:25
The default eight day retention period for Autonomous Database performance data can be modifiedusing
whichDBMS_WORKLOAD_REPOSITORY subprogram procedure?
A. MODIFY_SNAPSHOT_SETTINGS
B. UPDATE_OBJECT_INFO
C. CREATE_BASELINE_TEMPLATE
D. UPDATE_OBJECT_INFO
Answer: A
Explanation
[Link]
Question #:21
When you connect Oracle Analytics Cloud to the Autonomous Data Warehouse, what file needs to be
uploaded?
A. [Link]
B. [Link]
C. [Link]
D. [Link]
Answer: B
Question #:34
Which is the correct subset of services offered via OCI-CLI (command line interface) for Autonomous
Database (ABD) via calls made to the OCI API's?
Answer: B
Question #:58
While Autonomous Transaction Processing and Autonomous Data Warehouse use the same Oracle database,
which statement is true about the workloads?
B. Autonomous Transaction Processing workloads are optimized for data warehouse, data mart, and data
lake.
C. Data that Is bulk loaded, by default, uses the row format in Autonomous Transaction Processing where
Autonomous Data Warehouse data format Is columnar.
D. Autonomous Transaction Processing memory usage optimizes workloads for parallel joins and
aggregations.
Answer: A
Question #:35
Answer: A
Question #:60
In which way can a SQL Developer help you test your data loading scenario to Autonomous Database (ADB)?
A. In the TEST phase, a temporary table will be populated with the records before inserting them in the
destination table.
B. In the Column Definition Phase, the system cross-references with the file-contents and shows the
conflicts with the definition.
C. In the TEST phase of the wizard, a subset of accepted records are displayed based on your definition.
D. In the TEST phase of the wizard a list is generated containing the records that would be rejected during
import.
Answer: C
Question #:1
A. Concurency
B. Memory
C. Parallelism
D. Storage
E. Sessions
Answer: B
Question #:53
A. VALIDATE_ANALYTIC_VIEW
B. VALIDATE_LEVELS
C. VALIDATE_MEASURES
D. VALIDATE_DIMENSION
E. VALIDATE_HIERARCHY
Answer: A E
Explanation
[Link]
Question #:22
What two methods can you use to define Machine Learning Users?
B. SQL/Developer
D. Client tools
Answer: A C
Question #:23
When running lots of high concurrent queries in Autonomous Database, you should use which predefined
service connection?
A. DBNAME_MEDIUM
B. DBNAME_HIGH
C. DBNAME_CONCURRENT
D. DBNAME_LOW
Answer: B
Question #:48
Which open source orchestration tool can be used to provision autonomous database resources in Oracle Cloud
Infrastructure?
A. Terraform
B. Enterprise Manager
C. REST API
D. Dlocker
Answer: A
Explanation
[Link]
Question #:31
Which Autonomous Database Service is NOT used to connect to an Autonomous Transaction Processing
instance?
A. TPPERFORMANT
B. TPURGENT
C. LOW
D. MEDIUM
E. HIGH
Answer: A
Explanation
[Link]
Question #:28
Which statement is true regarding database client credentials file required to connect to your Autonomous
Database?
A. When you share the credential files with authorized users, mail the wallet password and the file in the
same email.
B. The Transparent Data Encryption (TDE) wallet can be used for your client credentials to connect to your
database.
C. Place the credential files on a share drive that all users can use to connect to the database.
D. Store credential files in a secure location and share the files only with authorized users to prevent
unauthorized access to the database.
Answer: B
Question #:37
A. Service name
B. Wallet file
C. Database name
Answer: C
Question #:40
A. SQL
B. JSON
C. ASCII
D. XML
E. TXT
Answer: B
Question #:55
Users are required to select a service when connecting to Autonomous Data Warehouse and these services
match to one of three different consumer groups: High, Medium, and Low.
A.
B. Medium provides intermediate resource and concurrency, and queries run in a serial.
Answer: D
Question #:33
What two tasks can be executed from the service console for Autonomous Databases?
D. Creating schemas.
Answer: C D
Question #:12
When scaling OCPUs in Autonomous Database, which statement is true in regards to active transactions?
A. Scaling cannot happen while there are active transactions in the database.
Answer: A
Question #:44
What are three methods to load data into the Autonomous Database?
A. Transportable Tablespace
C. RMAN Restore
D.
D. Oracle GoldenGate
E. SQL*Loader
Answer: B D E
Question #:26
Which Autonomous Database Cloud service ignores hints in SQL Statements by default?
Answer: C
Question #:47
Answer: A D
Question #:20
Which Java Database Connectivity (JDBC) thin client version supports the use of HTTP proxy settings that
does NOT support TCP to connect to Autonomous Data Warehouse?
A. 17.4 onwards
B. Any version
D. 18.1 onwards
Answer: D
Question #:50
Which three statements are true about procedures in the DBMS_CLOUD package?
A. The DBMS_CLOUD.DELETE_FILE procedure removes the credentials file from the Autonomous Data
Warehouse database.
C. The DBMS_CLOUD.PUT_OBJECT procedure copies a file from Cloud Object Storage to the
Autonomous Data Warehouse.
Answer: A C D
Question #:51
Which three data dictionary views contain information about analytic view objects?
A. ALL_ANALYTIC_VIEW_PATHS
B. ALL_ANALYTIC_VIEW_DIM_CLASS
C. ALL_ANALYTIC_VIEW_ID_ATTRS
D. ALL_ANALYTIC_VIEW_LVLGRPS
E. ALL_ANALYTIC_VIEW_KEYS
Answer: B
Question #:5
Which two are correct actions to take in order to Download the Autonomous Database Credentials?
A. Find the Service Console for your Autonomous Database, then pick Administration, then Download the
Client Credentials (Wallet).
B.
B. Click the Compute section of the menu, then choose Instance Configurations, then Download Wallet.
C. Click on the Autonomous Data Warehouse section, pick a database, then Choose Actions, then
Download the Wallet.
D. Click on the Autonomous Data Warehouse in the menu, click a database name, then Choose DB
Connection button, then Download the Wallet.
E. Click on the Object Storage and find your Autonomous Bucket and Download the Wallet Credentials.
Answer: C D
Question #:13
Which two methods can you use to create users and grant roles in Autonomous Database services?
A. through SQLPIus
D. through SQL/Developer
Answer: B
Question #:10
Which three tasks by default are taken care of by the Autonomous Database?
A. Database Upgrades
C. Backups
D. Firmware Patching
E. Data Loading
Answer: A D E
Question #:43
When you choose to scale your Autonomous Database, which statement is true in regards to OCPUs and
storage?
Answer: C
Question #:46
Which two statements are true about the The Oracle Cloud Infrastructure (OCI)?
A. Because availability domains do not share infrastructure such as power or cooling, or the internal
availability domain network, a failure at one availability domain within a region is unlikely to impact the
availability of the others within the same region.
B. Regions are dependent on other regions and must be located with 5 thousand kilometers of each other.
C. A single fault domain can be associated with multiple regions and availability domains.
D. An OCI region is a localized geographic area, and an availability domain is one or more data centers
located within a region.
Answer: A C
Question #:61
What are two security features enabled by default by the Autonomous Database?
Answer: A E
Question #:8
As a database architect you are tasked with configuring a high concurrency, production OLTP application to
connect to an Autonomous Transaction Processing database with a requirement to have some reporting queries
run in parallel mode.
A. MEDIUM
B. TP
C. HIGH
D. TPURGENT
Answer: C
Question #:16
C. You can call PL/SQL procedures and functions using a database link.
D. Create a database link from one Autonomous Database to another Autonomous Database instance.
Answer: A
Question #:36
What are the two methods that could be used during the migration of your existing Oracle database to
Autonomous Database?
B. Data Pump
C. Golden Gate
Answer: A C
Question #:14
Which Autonomous Database Cloud service ignores hints in SQL Statements by default?
Answer: C
Question #:6
Your customer has upgraded their on premise 11.2 database to 12.2. During this migration the database was
migrated to a pluggable database and is now in production.
How should the customer unplug their database to migrate to Autonomous Database (ADB)?
B Create a database link from source database to the ADB environment and clone the PDB.
C. Unplug to an xml file so database files and xml file can be uploaded to object storage.
Answer: B
Question #:2
Which two system privileges does a user need to create analytic views?
Answer: B D
Question #:17
Where can a user's public ssh key be added on the Oracle Cloud Infrastructure Console in order to execute API
calls?
C. SSH keys cannot be added from console. They have to be added using REST APIs only.
D. Navigate to Identity, select Users panel on the console and select "Add Public Key".
Answer: C
Question #:30
Which two statements are true with regards to Oracle Data Sync?
A. Data Sync can use a normal OCI (thick) client connection to connect to an Oracle database.
B. Data Sync has default drivers available that supported loading data from DB2, Microsoft SQL Server,
MySQL and Teradata.
C. Data Sync can connect to any jdbc compatible source like MongoDB, RedShift and Sybase.
D. Data Sync can load your data in parallel in order to speed up the loading process.
Answer: D
Question #:42
How can an Autonomous Database resource be provisioned without logging into the Oracle Cloud
Infrastructure console?
B. It cannot be done.
D. Using the Oracle Cloud Infrastructure Command Line interface tool or REST API calls.
Answer: A
Question #:18
Migrating an on-premise database to Autonomous Database (ADB) for large amounts of data involves
multiple steps like creating a credential object, creating (access to) a storage object/location, running datapump
export and running a datapump import.
Which three statements are true for SQL Developer (18.3 and up) in combination with ADB Data Loading?
A. SQL Developer can only export/move/import files using datapump from databases running on Linux
systems.
B. SQL Developer can import .csv files into ADB which are located on the system where SQL Developer
B.
is running.
C. SQL Developer can be used to export/move/import of a database to ADB in l set of wizard steps.
D. SQL Developer can be started from the ADB Cloud console but only for data loading scenarios.
E. SQL Developer can import files (.dmp and .csv for example) into ADB which are located on Amazon
S3 Object storage.
Answer: A B D
Question #:39
What is the default retention period for both Automatic and Manual Autonomous Database Backups?
A. One Year
B. 90 days
C. 7 days
D. 30 days
E. 60 days
Answer: D
Question #:49
What REST verb is used to create an Autonomous Database service using REST APIs?
Answer: D
Question #:62
Which is correct about security features that are available in Oracle Autonomous Database?
Answer: A
Question #:19
A. Linux
B. Solaris
C. Windows
D. AIX
Answer: C
Explanation
[Link]
Question #:29
What are two advantages of using Data Pump to migrate your Oracle Databases to Autonomous Database?
B. Data Pump can exclude migration of objects like indexes and materialized views that are not needed by
Autonomous Database.
D. Data Pump is platform independent - it can migrate Oracle Databases running on any platform.
Answer: A D
Question #:3
Which Autonomous Database Cloud service ignores hints in SQL Statements by default?
C.
Answer: C
Question #:27
2. Create projects
3. Create workspaces
4. Create Notebooks
Which two steps are out of order when working with Oracle Machine learning?
B. Create Notebooks
C. Create workspaces
D. Create projects
Answer: A D
Question #:38
Which statement about the Export Wizard used to export database objects and data is NOT correct?
A. If "Dependents" is checked as a DDL Option, for non-privileged users, only dependent objects in their
schema are exported.
B. Export DDL includes features such as "Show schema," "Storage," and "Terminator."
C. If "Grants" Is checked as a DDL Option, GRANT statements are Included for any grant objects on the
exported objects, including those owned by the SYS schema.
D. If "Clipboard" is selected as the "Output," the output will be placed on the system clipboard, so that it
can be pasted into a file, a command line, or other location appropriate for the format.
Answer: C
Question #:45
If you need to connect to Autonomous Data Warehouse (ADW) using Java Database Connectivity (JDBC) via
an HTTP proxy, where do you set the proxy details?
A. [Link]
B. [Link]
C. [Link]
D. [Link]
E. [Link]
Answer: E
We help you pass any IT / Business Certification Exams with 100% Pass Guaranteed or Full Refund. Especially
Cisco, CompTIA, Citrix, EMC, HP, Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on.
We prepare state-of-the art practice tests for certification exams. You can reach us at any of the email addresses listed
below.
Sales: sales@[Link]
Feedback: feedback@[Link]
Support: support@[Link]
Any problems about IT certification or our products, You can write us back and we will get back to you within 24
hours.