Weekend Biggest Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Oracle 1z0-915-1 Dumps

Page: 1 / 7
Total 65 questions

MySQL HeatWave Implementation Associate Rel 1 Questions and Answers

Question 1

Which two methods can you use to import data into a MySQL DB system by using MySQL Shell? (Choose two.)

Options:

A.

util.importTable()

B.

util.dumpInstance()

C.

util.dumpSchemas()

D.

util.loadDump()

Question 2

What must you do before deleting a DB system?

Options:

A.

Take a manual backup

B.

Stop the instance if it is running.

C.

Disable delete protection if it is enabled.

D.

Stop and remove any connected HeatWave Cluster.

Question 3

You want to enable high availability of a stand-alone DB system. Which two conditions are required? (Choose two.)

Options:

A.

The DB system delete protection must be enabled.

B.

The DB system crash recovery must be enabled.

C.

The DB system point-in-time recovery must be enabled.

D.

The DB system must be active.

E.

The DB system automatic backup must be enabled.

Question 4

You want to determine which version of MySQL is running on your DB system.

Which two SQL statements show the MySQL version? (Choose two.)

Options:

A.

SELECT * FROM performance_schema.global_status WHERE VARIABLE_NAME=’version’;

B.

select @@version;

C.

SHOW VARIABLES LIKE ‘version’;

D.

SHOW STATUS LIKE ‘version’;

E.

SELECT @version;

Question 5

A DB system has been deleted successfully. Which two operations are allowed on the deleted DB system? (Choose two.)

Options:

A.

Change the storage size.

B.

Create a manual backup.

C.

Restore the DB system from an existing manual backup.

D.

View the metrics.

E.

View the API call logs on the Audit page.

Question 6

You want to train a classification model with MySQL HeatWave AutoML. Which two are requirements of the training data set? (Choose two.)

Options:

A.

The target column must be numeric.

B.

The target column and all feature columns must be stored in a single table.

C.

All feature columns must be numeric.

D.

There must be at least two feature columns.

E.

The target column must have at least two distinct values.

Question 7

You want to migrate an on-premises MySQL database to MySQL HeatWave by exporting the MySQL database with MySQL Shell util.dumpInstance.

What is the purpose of the ocimds: true option?

Options:

A.

It launches a new DB system and imports the data concurrently with the export operation.

B.

It enables all MySQL HeatWave compatibility options.

C.

It returns an error if the database has any incompatibilities with MySQL HeatWave.

D.

It stores the exported files in OCI Object Storage.

Question 8

Which two are true about read replica load balancer? (Choose two.)

Options:

A.

It has the same endpoint as the DB system.

B.

It distributes connections among the source DB system and all read replicas.

C.

User accounts containing a client host name cannot connect to the read replica load balancer.

D.

It is created when the DB system is first created.

E.

It distributes connections among read replicas.

Question 9

You want to create a custom configuration for the MySQL DB system in OCI Console. Which three can you set? (Choose three.)

Options:

A.

Shape

B.

VCN

C.

Description

D.

Subnet

E.

Compartment

Question 10

You want to import data into a DB system with MySQL Shell util.loadDump().

Which option can speed up the load?

Options:

A.

updateGtidSet: off

B.

showMetadata: false

C.

skipBinlog: true

D.

deferTableIndexes: all

Question 11

A query is not offloaded to the HeatWave cluster for execution. Which three are possible reasons? (Choose three.)

Options:

A.

The use_secondary_engine session variable is OFF.

B.

The client is connected to the DB system instead of the HeatWave cluster.

C.

The query estimated cost is less than the query cost threshold.

D.

The user does not have privileges to access the HeatWave cluster.

E.

A required column is excluded from the RAPID secondary engine.

Question 12

What happens when you perform a switchover of a high-availability DB system with an attached HeatWave cluster?

Options:

A.

The HeatWave cluster is deleted and a new HeatWave cluster is attached to the new primary instance.

B.

The HeatWave cluster is attached to the new primary instance.

C.

The HeatWave cluster remains attached to the same DB system and the new primary instance redirects queries to that cluster.

D.

The HeatWave cluster is no longer valid; you must re-create the HeatWave cluster.

Question 13

What must you do to minimize a DB system down time caused by automatic maintenance operations?

Options:

A.

Create read replicas.

B.

Add HeatWave cluster.

C.

Enable crash recovery.

D.

Enable high availability.

Question 14

Which is true about exporting data to Object Storage with MySQL Shell util.dumpInstance?

Options:

A.

You must have a valid OCI CLI configuration.

B.

You must specify ociParManifest: true.

C.

You must specify ocimds: true.

D.

You must provide an OCI username and password to gain write access to Object Storage.

Question 15

There are more than 10 concurrent users running queries on the DB system. The airport_geo table has been loaded successfully into a HeatWave cluster.

You want to run this query:

SELECT DISTINCT country FROM airport_geo ORDER BY country;

How do you determine whether the query is offloaded to the HeatWave cluster for execution?

Options:

A.

View the Query Execution Plan of the query by running EXPLAIN.

B.

Check the value of the rapid_query_offload_count global status variable.

C.

Query the rpd_tables table in performance_schema.

D.

Check the value of the hw_data_scanned global status variable.

Question 16

You want to replicate data from an on-premises MySQL server to a MySQL DB system. The on-premises MySQL server runs in your corporate network. The MySQL server accepts incoming connections from the Internet on a public IP endpoint.

The DB system runs in Oracle Cloud Infrastructure. The DB system endpoint is connected to a privatesubnet of a VCN.

Which network configuration is required?

Options:

A.

Configure an OCI network load balancer to accept incoming connections on a public IP and route to the DB system private IP address.

B.

Create a service gateway in the VCN and configure the DB system subnet to route Internet-bound traffic to the service gateway.

C.

Create an Internet gateway in the VCN and configure the DB system subnet to route Internet-bound traffic to the Internet gateway.

D.

Create a NAT gateway in the VCN and configure the DB system subnet to route Internet-bound traffic to the NAT gateway.

Question 17

The following statements execute successfully:

CALL sys.ML_TRAIN(‘ml_data.iris’, ‘class’, NULL, @model);

SELECT @model;

Which three are true? (Choose three.)

Options:

A.

The statements validate the data set but do not create a model.

B.

The generated model handle is shown in the output.

C.

The statements create a classification model.

D.

The training data set is obtained from the ml_data table in the iris schema.

E.

The target column is class.

Question 18

Automatic backup retention of a DB system is disabled. Which operation deletes all automatic backups of the DB system?

Options:

A.

Enabling point-in-time recovery

B.

Disabling delete protection

C.

Deleting the DB system

D.

Disabling point-in-time recovery

Question 19

You have successfully enabled high availability of a stand-alone DB system. Which is true?

Options:

A.

The DB system performs load balancing by distributing client connections to all instances.

B.

The DB system provides new port numbers on the same endpoint to connect to the secondary instances for read-only connections.

C.

The DB system provides new endpoints to connect to the secondary instances for read-only connections.

D.

The DB system has three instances running in different availability or fault domains.

Page: 1 / 7
Total 65 questions