• Barajar
    Activar
    Desactivar
  • Alphabetizar
    Activar
    Desactivar
  • Frente Primero
    Activar
    Desactivar
  • Ambos lados
    Activar
    Desactivar
  • Leer
    Activar
    Desactivar
Leyendo...
Frente

Cómo estudiar sus tarjetas

Teclas de Derecha/Izquierda: Navegar entre tarjetas.tecla derechatecla izquierda

Teclas Arriba/Abajo: Colvea la carta entre frente y dorso.tecla abajotecla arriba

Tecla H: Muestra pista (3er lado).tecla h

Tecla N: Lea el texto en voz.tecla n

image

Boton play

image

Boton play

image

Progreso

1/67

Click para voltear

67 Cartas en este set

  • Frente
  • Atrás
What are two advantages of using Data Pump to migrate your Oracle Databases to Autonomous Database? (Choose two.)
A. Data Pump can exclude migration of objects like indexes and materialized views that are not needed by Autonomous Database.
B. Data Pump is platform independent - it can migrate Oracle Databases running on any platform.
C. Data Pump is faster to migrate database than using RMAN (= Recovery Manager).
D. Data Pump creates the tablespaces used by your Autonomous Database.
A. Data Pump can exclude migration of objects like indexes and materialized views that are not needed by Autonomous Database.
B. Data Pump is platform independent - it can migrate Oracle Databases running on any platform.
The default eight-day retention period for Autonomous Database performance data can be modified using which DBMS_WORKLOAD_REPOSITORY subprogram procedure?
A. UPDATE_OBJECT_INFO
B. MODIFY_SNAPSHOT_SETTINGS
C. CREATE_BASELINE_TEMPLATE
D. MODIFY_BASELINE_WINDOW_SIZE
B. MODIFY_SNAPSHOT_SETTINGS
Which task is NOT automatically performed by the Oracle Autonomous Database?
A. Backing up the database.
B. Mask your sensitive data.
C. Patching the database.
D. Automatically optimize the workload.
B. Mask your sensitive data.
Which three statements are true about procedures in the DBMS_CLOUD package? (Choose three.)

A. The DBMS_CLOUD.PUT_OBJECT procedure copies a file from Cloud Object Storage to the Autonomous Data Warehouse.
B. The DBMS_CLOUD.CREATE_CREDENTIAL procedure stores Cloud Object Storage credentials in the Autonomous Data Warehouse database.
C. The DBMS_CLOUD.VALIDATE_EXTERNAL_TABLE procedure validates the source files for an external table, generates log information, and stores the rows that do not match the format options specified for the external table in a badfile table on Autonomous Data Warehouse.
D. The DBMS_CLOUD.DELETE_FILE procedure removes the credentials file from the Autonomous Data Warehouse database.
E. The DBMS_CLOUD.CREATE_EXTERNAL_TABLE procedure creates an external table on files in the cloud. You can run queries on external data from the Autonomous Data Warehouse.
B. The DBMS_CLOUD.CREATE_CREDENTIAL procedure stores Cloud Object Storage credentials in the Autonomous Data Warehouse database.
C. The DBMS_CLOUD.VALIDATE_EXTERNAL_TABLE procedure validates the source files for an external table, generates log information, and stores the rows that do not match the format options specified for the external table in a badfile table on Autonomous Data Warehouse.
E. The DBMS_CLOUD.CREATE_EXTERNAL_TABLE procedure creates an external table on files in the cloud. You can run queries on external data from the Autonomous Data Warehouse.
Which of these database features is NOT part of the Autonomous Database?

A. Online Indexing
B. Flashback Database
C. Real Application Clusters (RAC)
D. Java in the Database
D. Java in the Database
Which two statements are true with regards to Oracle Data Sync? (Choose two.)

A. Data Sync can connect to any JDBC compatible source like MongoDB, RedShift and Sybase.
B. Data Sync can use a normal OCI (thick) client connection to connect to an Oracle database.
C. Data Sync can load your data in parallel in order to speed up the loading process.
D. Data Sync has default drivers available that supported loading data from DB2, Microsoft SQL Server, MySQL and Teradata.
A. Data Sync can connect to any JDBC compatible source like MongoDB, RedShift and Sybase.
D. Data Sync has default drivers available that supported loading data from DB2, Microsoft SQL Server, MySQL and Teradata
Which statement is false about Autonomous Database Oracle Client Credentials (Wallets)?

A. In addition to the Oracle Client Credential Wallet, a user must have a username and password in order to connect to the Autonomous Database.
B. The Oracle Client Credential file is downloaded as a ZIP file.
C. The Wallet for the Autonomous Database is the same as the Transparent Data Encryption (TDE) wallet.
D. You MUST have an Oracle Client Credential Wallet in order to connect to the Autonomous Database
C. The Wallet for the Autonomous Database is the same as the Transparent Data Encryption (TDE) wallet.

https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/adwud/download-client-credentials.html#GUID-9F5AD1CB-5DAD-44C4-8978-C485575E23C2
Which two system privileges does a user need to create analytic views? (Choose two.)

A. CREATE ANALYTIC MEASURE
B. CREATE ANALYTIC LEVEL
C. CREATE ANALYTIC HIERARCHY
D. CREATE ANALYTIC VIEW
E. CREATE ATTRIBUTE DIMENSION
D. CREATE ANALYTIC VIEW
E. CREATE ATTRIBUTE DIMENSION

https://docs.oracle.com/en/database/oracle/oracle-database/19/dwhsg/overview-analytic-views.html#GUID-6F948948-6AE6-4A89-8AAC-5B8952CEF41D​
What is the predefined role that exists in Autonomous Database that includes common privileges that are used by a Data Warehouse developer?
 
A. ADBDEV
B. ADMIN
C. DWROLE
D. ADWC
C. DWROLE

https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/manage-users-privileges.html#GUID-50450FAD-9769-4CF7-B0D1-EC14B465B873
What are three methods to load data into the Autonomous Database? (Choose three.)
A. Oracle GoldenGate
B. Transportable Tablespace
C. RMAN Restore
D. Oracle Data Pump
E. SQL*Loader
A. Oracle GoldenGate
D. Oracle Data Pump
E. SQL*Loader

https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/load-data.html#GUID-1351807C-E3F7-4C6D-AF83-2AEEADE2F83E
While Autonomous Transaction Processing and Autonomous Data Warehouse use the same Oracle database, which statement is true about the workloads?
A. Autonomous Transaction Processing memory usage optimizes workloads for parallel joins and aggregations.
B. Autonomous Data Warehouse workloads are optimized for mixed workloads.
C. Autonomous Transaction Processing workloads are optimized for data warehouse, data mart, and data lake.
D. Data that is bulk loaded, by default, uses the row format in Autonomous Transaction Processing where Autonomous Data Warehouse data format is columnar.
D. Data that is bulk loaded, by default, uses the row format in Autonomous Transaction Processing where Autonomous Data Warehouse data format is columnar.
When scaling OCPUs in Autonomous Database, which statement is true in regards to active transactions?

A. Active transactions continue running unaffected.
B. Active transactions are paused.
C. Scaling cannot happen while there are active transactions in the database.
D. Active transactions are terminated and rolled back.
A. Active transactions continue running unaffected.
Which three statements are correct when the Autonomous Database is stopped? (Choose three.)

A. User with DWROLE can still access the database.
B. Tools are no longer able to connect to a stopped instance.
C. CPU billing is halted based on full-hour cycles of usage.
D. In-flight transactions and queries are stopped.
B. Tools are no longer able to connect to a stopped instance.
C. CPU billing is halted based on full-hour cycles of usage.
D. In-flight transactions and queries are stopped.

https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/autonomous-stop.html#GUID-9AF677F3-027A-43FD-B018-9F4A42D5CDE9
Which two are correct actions to take in order to Download the Autonomous Database Credentials? (Choose two.)
 
A. Click on the Autonomous Data Warehouse in the menu, click a database name, then Choose DB Connection button, then Download the Wallet.
B. Click on the Autonomous Data Warehouse section, pick a database, then Choose Actions, then Download the Wallet.
C. Find the Service Console for your Autonomous Database, then pick Administration, then Download the Client Credentials (Wallet).
D. Click on the Object Storage and find your Autonomous Bucket and Download the Wallet Credentials.
E. Click the Compute section of the menu, then choose Instance Configurations, then Download Wallet.
A. Click on the Autonomous Data Warehouse in the menu, click a database name, then Choose DB Connection button, then Download the Wallet.
C. Find the Service Console for your Autonomous Database, then pick Administration, then Download the Client Credentials (Wallet).
How many pre-defined service names are configured in tnsnames.ora for a single Autonomous Transaction Processing database instance, and what are they called?
A. Two. They are called ATP and ADW.
B. None. There are no pre-defined service names in tnsnames.ora.
C. Three. They are called high, medium and low.
D. Five. They are called tpurgent, tp, high, medium and low.
D. Five. They are called tpurgent, tp, high, medium and low.
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? [(*) OJO: No da a elegir dos opciones]

A. tnsnames.ora
B. keystore.jks
C. sqlnet.ora
D. cwallet.sso
E. ojdbc.properties
A. tnsnames.ora
C. sqlnet.ora - No da a elegir 2 opc pero esta tb parece valida
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.
Which statement is true regarding Oracle Data Sync?

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 .csv, .xlsx and Oracle relational files.
D. Data Sync can only load data from one source into one destination table.
C. Data Sync can load a combination of data source, such as .csv, .xlsx and Oracle relational files.
The 3rd party application that your customer wants to migrate to Autonomous Database (ADB) has some specific demands like tablespace names, usernames and init.ora 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 migration can be technically a success but the 3-rd party vendor needs to support the result.
B. The suggested datapump version will create an alias for non-standard tablespace names so the migration is successful.
C. The tablespace names will result in a blocking error during datapump import because of ADB limitations.
D. The migration can be a success, both technically and functional due to datapump enhancements.
B. The suggested datapump version will create an alias for non-standard tablespace names so the migration is successful.
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. Which statement about the migration using Golden Gate is correct?
A. Migration to ADB is not possible using Golden Gate because the apply-process cannot be installed on ADB.
B. Only the migration to ADB is possible from an on-premise installation of Golden Gate.
C. Golden Gate on premise is not certified with ADB because Golden Gate Cloud Service exists for this.
D. The fallback scenario is not possible using Golden Gate because the capture-process cannot be installed on ADB.
E. The described scenario is correct, can be used for migration and fallback scenar
D. The fallback scenario is not possible using Golden Gate because the capture-process cannot be installed on ADB.
Which statement is true regarding database client credentials file required to connect to your Autonomous Database?
 
A. Place the credential files on a share drive that all users can use to connect to the database.
B. The Transparent Data Encryption (TDE) wallet can be used for your client credentials to connect to your database.
C. Store credential files in a secure location and share the files only with authorized users to prevent unauthorized access to the database.
D. When you share the credential files with authorized users, mail the wallet password and the file in the same email.
C. Store credential files in a secure location and share the files only with authorized users to prevent unauthorized access to the database.
In which way can a SQL Developer help you test your data loading scenario to Autonomous Database (ADB)?

A. In the TEST phase of the wizard, a subset of accepted records is displayed based on your definition.
B. In the TEST phase of the wizard a list is generated containing the records that would be rejected during import.
C. In the Column Definition Phase, the system cross-references with the file-contents and shows the conflicts with the definition.
D. In the TEST phase, a temporary table will be populated with the records before inserting them in the destination table.
A. In the TEST phase of the wizard, a subset of accepted records is displayed based on your definition.
Where can a user's public ssh key be added on the Oracle Cloud Infrastructure Console in order to execute API calls?
 
A. On the Autonomous Database Console.
B. SSH keys are not required in Oracle Cloud Infrastructure.
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".
D. Navigate to Identity, select Users panel on the console and select "Add Public Key".

Explanation:
https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsg/adding-ssh-public-key.html
Which statement is true in regards to database links?

A. You can call PL/SQL procedures and functions using a database link.
B. Connect from Autonomous Database to remote database using a database link.
C. Connect to Autonomous Database from remote database using a database link.
D. Create a database link from one Autonomous Database to another Autonomous Database instance.
C. Connect to Autonomous Database from remote database using a database link.
How can an Autonomous Database resource be provisioned without logging into the Oracle Cloud Infrastructure console?

A. Using Database Configuration Assistant (DBCA) on the database server.
B. It cannot be done.
C. Connecting to the Cloud Infrastructure Command console via SSH wallet.
D. Using the Oracle Cloud Infrastructure Command Line interface tool or REST API calls.
D. Using the Oracle Cloud Infrastructure Command Line interface tool or REST API calls.
Which Autonomous Database Cloud service ignores hints in SQL Statements by default?
A. Autonomous Transaction Processing.
B. Autonomous Data Warehouse.
C. Neither service ignores hints by default.
D. Both services ignore hints by default.
B. Autonomous Data Warehouse.

Explanation:
En ADW por defecto viene:
OPTIMIZER_IGNORE_HINTS = TRUE
OPTIMIZER_IGNORE_PARALLEL_HINTS = TRUE
Once you have a connection to the Autonomous Data Warehouse, how do you import tables into the Oracle Analytics Cloud (OAC)?
 
A. Replicate the table using Golden Gate
B. Create a Data Set
C. Load data using Data Pump
D. Import Table
B. Create a Data Set
Which is correct about security features that are available in Oracle Autonomous Database?
 
A. TDE but not Data Redaction.
B. Data Redaction and TDE are both supported.
C. Data Redaction but not TDE.
D. Neither Data Redaction nor TDE are supported.
B. Data Redaction and TDE are both supported.

Explanation:
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html
What is the default retention period for both Automatic and Manual Autonomous Database Backups?
 
A. One Year
B. 7 days
C. 60 days
D. 30 days
E. 90 days
C. 60 days

Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/backup-manual.html#GUID-D95E5D6A-C470-4A68-9545-CC99D937E7D1
Which three statements are true regarding how Autonomous Database provides data security? (Choose three.)
 
A. Data is encrypted at rest using transparent data encryption.
B. Network connections from clients to Autonomous Database are encrypted using the client credentials wallet.
C. Users are given OS logons or SYSDBA privileges to prevent phishing attacking.
D. Oracle automatically applies security updates to ensure data is not vulnerable to known attack vectors.
A. Data is encrypted at rest using transparent data encryption.
B. Network connections from clients to Autonomous Database are encrypted using the client credentials wallet.
D. Oracle automatically applies security updates to ensure data is not vulnerable to known attack vectors.
 
Explanation:
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html
When exporting a notebook, what type of file is created?
 
A. XML
B. TXT
C. JSON
D. SQL
E. ASCII
C. JSON

Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/omlug/get-started-notebooks-data-analysis-and-data-visualization.html#GUID-1EE10D98-DEC3-4591-9D17-72DC5EDDD77D
What two tasks can be executed from the service console for Autonomous Databases? (Choose two.)
 
A. Autonomous Databases monitoring for usage and query performance.
B. Creating schemas.
C. Creating and scaling of Autonomous Database service.
D. Wizard to download connection wallet for connection from desktop tools.
A. Autonomous Databases monitoring for usage and query performance
D. Wizard to download connection wallet for connection from desktop tools.

Explanation:
Each Autonomous Database instance has its own service console for monitoring that specific instance.
The Overview and Activity tabs in the Service Console provide information about the performance of the service.
The Activity tab also shows past and current monitored SQL statements and detailed information about each statement.
Also from the Service Console for your Autonomous Database you can download Client Credentials (Wallet) , pick Administration, then Download the Client Credentials (Wallet).
What predefined user is created when an Autonomous Database (ADB) instance is created that you connect to in order to create other users and grant roles?
 
A. SCOTT
B. ADMIN
C. SYS
D. DWDEV
B. ADMIN

Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/manage-users-privileges.html#GUID-50450FAD-9769-4CF7-B0D1-EC14B465B873
What REST verb is used to create an Autonomous Database service using REST APIs?
 
A. A "POST" REST call
B. A "PUT" REST call
C. An "INSERT" REST call
D. A "GET" REST call
A. A "POST" REST call

Explanation:
https://medium.com/@fathi.ria/rest-apis-easily-manage-an-autonomous-database-in-oracle-cloud-b105d29b5c05
Which operating system can Data Visualization Desktop be run on?
 
A. AIX
B. Linux
C. Windows
D. Solaris
C. Windows

Explanation:
https://www.oracle.com/middleware/technologies/oracle-data-visualization-desktop.html
Which two PL/SQL functions can be used to validate an analytic view? (Choose two.)
 
A. VALIDATE_LEVELS
B. VALIDATE_HIERARCHY
C. VALIDATE_DIMENSION
D. VALIDATE_ANALYTIC_VIEW
E. VALIDATE_MEASURES
B. VALIDATE_HIERARCHY
D. VALIDATE_ANALYTIC_VIEW

Explanation:
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/dwhsg/overview-analytic-views.html#GUID-6F948948-6AE6-4A89-8AAC-5B8952CEF41D
Which three tasks by default are taken care of by the Autonomous Database? (Choose three.)
 
A. Backups
B. Firmware Patching
C. Data Loading
D. Database Upgrades
E. Application User Creation
A. Backups
B. Firmware Patching
D. Database Upgrades

Explanation:
http://www.oracle.com/us/products/database/autonomous-database-self-securing-5116048.pdf
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. Since the application needs to be highly available, it should to be deployed on a Kubernetes Cluster.
B. ADW since operational reporting is a higher priority in this scenario.
C. It is best to build a separate data warehouse, and move the OLTP data on a nightly basis.
D. ATP. Using 'tpurgent' and 'high' TNS services to separate connection types.
D. ATP. Using 'tpurgent' and 'high' TNS services to separate connection types.
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.
Which connection service is appropriate for such a workload?
 
A. HIGH
B. TP
C. MEDIUM
D. TPURGENT
D. TPURGENT

Explanation:
https://github.com/oracle/cloudtestdrive/blob/master/ATP/LabGuideOSC200Connect.md
Which two statements are true when running DBMS_CLOUD.COPY_DATA? (Choose two.)
 
A. The source file can be in either Oracle Standard Storage or Oracle Archive Storage bucket in the Object Store.
B. The source files can reside in Oracle Object Storage, Amazon S3 Object storage, or Azure Blob storage.
C. A valid credential must be created prior to running the DBMS_CLOUD.COPY_DATA procedure.
D. The source file will be automatically removed after the DBMS_CLOUD.COPY_DATA procedure finishes successfully.
E. The target table will be created in Autonomous Database if it does not already exist.
B. The source files can reside in Oracle Object Storage, Amazon S3 Object storage, or Azure Blob storage.
C. A valid credential must be created prior to running the DBMS_CLOUD.COPY_DATA procedure.

Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/file-uri-formats.html#GUID-5D3E1614-ADF2-4DB5-B2B2-D5613F10E4FA
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?
 
A. In Autonomous Data Warehouse direct access to the database node and the local file system is allowed.
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. Adding, removing, or modifying tablespaces 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.
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.

Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/experienced-database-users.html#GUID-58EE6599-6DB4-4F8E-816D-0422377857E5
What are two security features enabled by default by the Autonomous Database?
(Choose two.)
 
A. Transparent Data Encryption
B. Encrypted Database Links
C. SQL Net Encryption
D. One SYSDBA account
E. Read Only access to OS Audit logs
A. Transparent Data Encryption
C. SQL Net Encryption

Explanation:
https://juliandontcheff.wordpress.com/category/cloud/
Which method can be used to migrate on-premises databases to Autonomous Databases in cloud?
 
A. Original Import/Export tools
B. Physical migration method like database cloning
C. Data Pump
D. RMAN backup & restore
C. Data Pump

Explanation:
Oracle Data Pump provides very fast bulk data movement between Oracle Databases and Autonomous Data.
Reference: https://k21academy.com/1z0-931/migrate-database-to-oracle-autonomous-database-cloud-options-data-pump-sql-loader-dbms_cloud-goldengate/
Which two statements are true about the Oracle Cloud Infrastructure (OCI)? (Choose two.)
 
A. An OCI region is a localized geographic area, and an availability domain is one or more data centers located within a region.
B. 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.
C. A single fault domain can be associated with multiple regions and availability domains.
D. Regions are dependent on other regions and must be located with 5 thousand kilometers of each other.
A. An OCI region is a localized geographic area, and an availability domain is one or more data centers located within a region.
B. 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.

Explanation:
https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm
Which two methods can you use to create users and grant roles in Autonomous Database services? (Choose two.)
 
A. through the Oracle Cloud Infrastructure service console
B. through SQL/Developers
C. using DBMS_CLOUD_ADMIN package
D. through SQLPIus
B. through SQL/Developers
D. through SQLPIus

Explanation:
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html
Which Autonomous Database Service is NOT used to conned to an Autonomous Transaction Processing instance?
 
A. TPURGENT
B. MEDIUM
C. HIGH
D. TPPERFORMANT
E. LOW
D. TPPERFORMANT

Explanation:
https://docs.oracle.com/en/cloud/paas/atp-cloud/atpug/connect-predefined.html#GUID-9747539B-FD46-44F1-8FF8-F5AC650F15BE
When you choose to scale your Autonomous Database, which statement is true in regards to OCPUs and storage?
 
A. Storage in TB cannot be larger than the number of OCPUs.
B. OCPUs and storage must remain in sync.
C. Increasing OCPUs will automatically increase storage.
D. OCPUs and storage can be scaled independently.
D. OCPUs and storage can be scaled independently.

Explanation:
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html
Which two options are available to restore an Autonomous Data Warehouse? (Choose two.)
 
A. Backup and recovery must be done using Recovery Manager(RMAN).
B. Select the snapshot of the backup.
C. Select the archived redo logs.
D. Select the backup from which restore needs to be done.
E. Specify the point in time (timestamp) to restore.
D. Select the backup from which restore needs to be done.
E. Specify the point in time (timestamp) to restore.

Explanation:
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/backkup-recover.html#GUID-78C28C41-AA87-4AD7-BEB6-693235C73F3C
Which is NOT required to connect to Autonomous Database from SQL developer?
 
A. Database name
B. Service name
C. Wallet file
D. Username and password
A. Database name
What are the two methods that could be used during the migration of your existing Oracle database to Autonomous Database? (Choose two.)
 
A. Golden Gate
B. Recovery Manager (RMAN)
C. CSV files copied to Autonomous Database block storage
D. Data Pump
A. Golden Gate
D. Data Pump
Which open source orchestration tool can be used to provision autonomous database resources in Oracle Cloud Infrastructure?
 
A. Terraform
B. REST API
C. Dlocker
D. Enterprise Manager
A. Terraform

Explanation:
https://www.terraform.io/docs/providers/oci/index.html
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?
 
A. Create, Query, Update, List, Start
B. Create, Get, List, Stop, Restore
C. Start, Delete, Update, Query, Stop
D. Create, Query, List, Stop, Restore
B. Create, Get, List, Stop, Restore

Explanation:
https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/2.9.5/oci_cli_docs/cmdref/db/autonomous-database.html.
What two methods can you use to define Machine Learning Users? (Choose two.)
 
A. Use DBMS_CLOUD_ADMIN package
B. SQL/Developer
C. Oracle Cloud Infrastructure Console
D. Client tools
B. SQL/Developer
C. Oracle Cloud Infrastructure Console
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? (Choose three.)
 
A. SQL Developer can be used to export/move/import of a database to ADB in 1 set of wizard steps.
B. SQL Developer can import files (.dmp and .csv for example) into ADB which are located on Amazon S3 Object storage.
C. SQL Developer can import .csv files into ADB which are located on the system where SQL Developer is running.
D. SQL Developer can only export/move/import files using datapump from databases running on Linux systems.
A. SQL Developer can be used to export/move/import of a database to ADB in 1 set of wizard steps.
B. SQL Developer can import files (.dmp and .csv for example) into ADB which are located on Amazon S3 Object storage.
C. SQL Developer can import .csv files into ADB which are located on the system where SQL Developer is running.


OJO!!! En algunos casos aparece otra 5ª opción que hay que descartar, por lo que hay que saberse las respuestas
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. 18.1 onwards
B. Any version
C. 17.4 onwards
D. 12c Release 2 onwards
A. 18.1 onwards
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)?
 
A. Pluggable databases cannot be migrated to ADB using plug, unplug or clone.
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.
D. Unplug into a pdb archive which can be uploaded to object storage.
B. Create a database link from source database to the ADB environment and clone the PDB.
Given the steps:
1. Create Oracle Machine Learning User
2. Create projects
3. Create workspaces
4. Create Notebooks
5. Run SQL Scripts
 
Which two steps are out of order when working with Oracle Machine learning? (Choose two.)
 
A. Create Oracle Machine Learning User
B. Create workspaces
C. Create Notebooks
D. Run SQL Scripts
E. Create projects
B. Create workspaces
E. Create projects
Which can be Scaled independently of the number of CPUs in an Autonomous Database?
 
A. Memory
B. Concurrency
C. Sessions
D. Parallelism
E. Storage
E. Storage

Explanation:
https://www.oracle.com/database/technologies/datawarehouse-bigdata/adb-faqs.html
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.
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.

Explanation:
No hay "SYS" en ADB
When you connect Oracle Analytics Cloud to the Autonomous Data Warehouse, what file needs to be uploaded?
 
A. TNSNAMES.ORA
B. CWALLET.SSO
C. OJDBC.PROPERTIES
D. SQLNET.ORA
B. CWALLET.SSO

Explanation:
https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsom/administer-services-analytics-cloud.html#GUID-8DA9679F-47ED-4DCA-9AD6-51012FF79F1C
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.
Which statement about these consumer groups is correct?
 
A. Medium provides intermediate resource and concurrency, and queries run in a serial.
B. Low provides highest concurrency, lowest resources, and DoP =1.
C. High provides highest resources, lowest concurrency, and DoP is 1.
D. High provides highest concurrency and lowest resources, and DoP is 1.
B. Low provides highest concurrency, lowest resources, and DoP =1.
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
D. DBNAME_LOW

LOW es máxima concurrencia (2 x número de CPUs), mientras que HIGH es siempre 3.
LOW NO tiene paralelismo y HIGH va en función del número de CPUs
Which three data dictionary views contain information about analylic 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
B. ALL_ANALYTIC_VIEW_DIM_CLASS
D. ALL_ANALYTIC_VIEW_LVLGRPS
E. ALL_ANALYTIC_VIEW_KEYS
Which is the default port number for ADW and ATP?​

A.1521​
B.1522​
C.1523​
D.1524​
E.1525​
F.1526
B.1522​
Preguntan sobre la versión de JDK que se necesita con JDBC​: ​
JDK 8 or higher

Explanation:
Depending on your JDBC or UCP connections are set up, you will need to do some of the following. ​​

You will need JDK 8 or higher, specifically the JDK8u161 or higher, installed.​ ​

Also, there are specific JAR files needed to be in place.

If you're using JDBC Thin Driver 12.2.0.1 ojdbc8.jar, then you will need the 12.2.0 upc.jar. ​​

If you're using the patched JDBC Thin Driver 12.1.0.2 ojdbc7.jar, then you will need the 12.1.0.2 upc.jar.​
Elementos que te llevas al importar en Data Pump (Elegir 2 opciones)​​

A. Data​
B. Schemas​
C. Tablespaces​
D. ???​
A. Data​
B. Schemas​
Sobre que infraestructure esta funcionando ADB:​

A. Bar-Metal​
B. Exadata ​
C. xxx​
D. xxx
B. Exadata
A la hora de cargar datos, qué procedimientos de DBMS_CLOUD se utilizan​:

A. COPY_DATA​
B. CREATE_EXTERNAL_TABLE​
C. xxx​
D. xxx​
A. COPY_DATA​
B. CREATE_EXTERNAL_TABLE​

Explanation:
SGp207