Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Oracle 1z0-915-1 MySQL HeatWave Implementation Associate Rel 1 Exam Practice Test

Demo: 19 questions
Total 65 questions

MySQL HeatWave Implementation Associate Rel 1 Questions and Answers

Question 1

The following statements are executed successfully:

Which two are true? (Choose two.)

Options:

A.

The data placement key of the airport table is airport_id.

B.

The airport.tbl file is in CSV format.

C.

The fields in the airport.tbl file are delimited by comma.

D.

The data of the airport table is loaded into the MySQL DB system.

E.

Every row in the airport table has a unique airport_id value.

Question 2

Which is true about automatic DB system version upgrades?

Options:

A.

You must specify the next version to be used before the upgrade.

B.

The DB system is never upgraded automatically.

C.

The DB system is upgraded to the next release in sequence.

D.

The DB system is upgraded to the most recent release.

Question 3

You want to train a model that predicts sales based on the available data the company holds.

This is an excerpt of thesalestable:

Which command trains the model?

Options:

A.

CALL sys.ML_TRAIN(‘ml_data.sales’, ‘Sales’, JSON_OBJECT(‘task’, ‘anomaly_detection’), @model);

B.

CALL sys.mML_TRAIN(‘ml_data.sales’, ‘Sales’, JSON_OBJECT(‘task’, ‘forecasting’), @model);

C.

CALL sys.ML_TRAIN(‘ml_data.sales’, ‘Sales’, JSON_OBJECT(‘task’, ‘classification’), @model);

D.

CALL sys.ML_TRAIN(‘ml_data.sales’, ‘Sales’, JSON_OBJECT(‘task’, ‘regression’), @model);

Question 4

You want to create a new DB system with data import. How do you prepare the data?

Options:

A.

Export the data into the file system with a MySQL Shell dump utility

B.

Export the data into anObject Storage bucket with a MySQL Shell dump utility.

C.

Back up the database into an Object Storage bucket with MySQL Enterprise Backup.

D.

Export the data into the file system with the mysqldump client utility.

Question 5

Which is true about dynamic variables in MySQL HeatWave configurations?

Options:

A.

Initialization variables are not dynamic.

B.

Changes in dynamic variables require a server restart.

C.

Dynamic variables in a custom configuration can be changed without copying the configuration to a new configuration.

D.

All user variables are dynamic.

Question 6

Which two are true about data loaded into a MySQL HeatWave cluster? (Choose two.)

Options:

A.

Data is replicated across cluster nodes for high availability.

B.

Data is partitioned across cluster nodes for scalability.

C.

Data is stored locally in each cluster node's solid state disks (SSD) to increase I/O performance.

D.

Data is stored in hybrid columnar format to speed up analytic queries.

E.

Data rows are sorted on the primary key to speed up range search.

Question 7

A MySQL DB system has an endpoint in an OCI VCN subnet. The VCN is not configured with VCN peering, VPN access, and FastConnect. You want to connect to the MySQL DB system directly from an OCI Cloud Shell session.

Which two are true? (Choose two.)

Options:

A.

You must attach the Cloud Shell session to a VCN subnet that can connect to the MySQL DB system.

B.

You must install mysql client programs in the Cloud Shell session.

C.

The MySQL DB system subnet must be in the Cloud Shell tenancy home region.

D.

The VCN subnet of the Cloud Shell session must have a Service Gateway in its route table.

E.

The VCN subnet of the Cloud Shell session must have an Internet Gateway in its route table.

Question 8

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 9

Which feature do you use to copy transactions from an on-premises MySQL instance to a DB system?

Options:

A.

HeatWave cluster

B.

Inbound replication

C.

Read replica

D.

Outbound replication

Question 10

How can you determine the uptime of a DB system?

Options:

A.

By using the Audit section in Logging information in the OCI Web console

B.

By checking the DB system details in the OCI Web console

C.

By querying performance_schema.global_status from a connected MySQL client

D.

By executing mysql db-system get --db-system-id with OCI CLI

Question 11

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 12

You run this command to connect successfully to a DB system:

mysqlsh john@10.0.1.122 --auth-method=authentication_oci_client

Why does the command NOT require a password?

Options:

A.

The credential is stored in an OCI vault secret.

B.

The operating system user credential is used to authenticate with the DB system.

C.

The correct API key-pair is specified in the -/. oci. config file.

D.

The correct password is saved in the local MySQL Shell secret store.

Question 13

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 14

Which two are true about creating a Bastion service to connect to a MySQL DB system? (Choose two.)

Options:

A.

The Bastion service must have a public IP address.

B.

The Bastion service must be in the same VCN as the DB system.

C.

The Bastion CIDR block allowlist must include the IP address of all valid client machines.

D.

The Bastion CIDR block allowlist must include the IP address of the DB system.

E.

TheBastion subnet must have an ingress rule to allow stateful connections on the MvSQL DB system port number.

Question 15

What is the benefit of creating a new DB system with data import?

Options:

A.

Faster import with minimal logging

B.

Smaller storage size with better compression

C.

Faster backup with a first full backup

D.

Consistent data with no user connection

Question 16

You want to deploy a high-availability MySQL DB system in a region with multiple availability domains.

Which two types of subnet provide maximum redundancy? (Choose two.)

Options:

A.

A public AD-specific subnet

B.

A private regional subnet

C.

A public regional subnet

D.

A private AD-specific subnet

Question 17

You have successfully provisioned a MySQL DB system on Oracle Cloud Infrastructure by using OCI Console. You have installed the standard MySQL client libraries and MySQL Shell on your workstation that is not connected to any VPN, FastConnect, or SSH tunnel.

You CANNOT connect directly to the DB system endpoint from your workstation connected to the Internet.

What is the reason?

Options:

A.

MySQL DB system allows only SSL-encrypted connections.

B.

MySQL DB system endpoint does not have a public IP address.

C.

MySQL DB system allows only connections through a proxy server.

D.

MySQL DB system cannot use the standard MySQL client libraries.

Question 18

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 19

Which two are benefits of read replicas? (Choose two.)

Options:

A.

Reduce query latency.

B.

Reduce down time.

C.

Reduce network latency.

D.

Scale read queries.

E.

Speed up analytical queries.

Demo: 19 questions
Total 65 questions