Weekend Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

1z0-915-1 MySQL HeatWave Implementation Associate Rel 1 Questions and Answers

Questions 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.

Buy Now
Questions 5

Which placement is NOT valid for a high-availability DB system? (Note: AD refers to availability domain and FD refers to fault domain.)

Options:

A.

Primary instance: AD1-FD1; Secondary instance 1: AD2-FD2; Secondary instance 2: AD3-FD3

B.

Primary instance: AD1-FD3; Secondary instance 1: AD2-FD2; Secondary instance 2: AD3-FD3

C.

Primary instance: AD1-FD1; Secondary instance 1: AD1-FD2; Secondary instance 2: AD1-FD3

D.

Primary instance: AD1-FD3; Secondary instance 1: AD1-FD2; Secondary instance 2: AD1-FD3

Buy Now
Questions 6

The following statements are executed successfully:

1z0-915-1 Question 6

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.

Buy Now
Questions 7

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.

Buy Now
Questions 8

You create a new MySQL DB system. It fails because you use mysql.sys as the administrator username.

What is the reason?

Options:

A.

mysql.sys is a reserved username that cannot be used in customer-defined user accounts.

B.

The username can contain only uppercase characters.

C.

The username cannot contain non-alphanumeric characters, such as a period.

D.

The username must have at least 10 characters.

Buy Now
Questions 9

Which two are available when creating a new MySQL DB system in OCI Console? (Choose two.)

Options:

A.

High availability

B.

Lakehouse

C.

Standalone server

D.

Read replica

E.

HeatWave cluster

Buy Now
Questions 10

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()

Buy Now
Questions 11

You want to create a read replica on a DB system.

Which is true about the read replica?

Options:

A.

It must have at least 4 OCPUs.

B.

It must have at least 1 TB of storage

C.

It must be a bare metal shape

D.

lt must have at least 64 GB of memory.

Buy Now
Questions 12

Which table option defines a Lakehouse external table based on a CSV file?

Options:

A.

ENGINE=csv SECONDARY_ENGINE=rapid ENGINE_ATTRIBUTE=’{“file”: [{“region”: “us-ashburn-1”, “namespace”: “mytenant”, “bucket”: “bucket01”, “name”: “airport.csv”}] }’

B.

ENGINE=csv SECONDARY_ENGINE=lakehouse ENGINE_ATTRIBUTE=’{“file”: [{“region”: “us-ashburn-1”, “namespace”: “mytenant”, “bucket”: “bucket01”, “name”: “airport.csv”}] }’

C.

ENGINE=lakehouse SECONDARY_ENGINE=csv ENGINE_ATTRIBUTE=’{“file”: [{“region”: “us-ashburn-1”, “namespace”: “mytenant”, “bucket”: “bucket01”, “name”: “airport.csv”}] }’

D.

ENGINE=lakehouse SECONDARY_ENGINE=rapid ENGINE_ATTRIBUTE=’{“file”: [{“region”: “us-ashburn-1”, “namespace”: “mytenant”, “bucket”: “bucket01”, “name”: “airport.csv”}] }’

Buy Now
Questions 13

You can perform a node estimate when adding a HeatWave cluster to a DB system in OCI Console. Which two tasks are performed by the node estimate process? (Choose two.)

Options:

A.

Generate a load command to activate Auto Parallel Load.

B.

Estimate the number of OCPUs required to process selected user tables.

C.

Estimate the memory required for each user table.

D.

Generate a set of alter statements to load selected tables into the HeatWave cluster.

E.

Estimate the disk storage required for each user table.

Buy Now
Questions 14

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.

Buy Now
Questions 15

Which three must be provided when creating a channel? (Choose three.)

Options:

A.

Channel name

B.

Source connection SSL mode

C.

Target DB system

D.

Source connection password

E.

Replication delay

Buy Now
Questions 16

Which is true about changing the storage size of a DB system?

Options:

A.

You must increase the DB system's storage size in multiples of 100 GB.

B.

You cannot decrease the DB system's storage size.

C.

You must stop the DB system before changing its storage size.

D.

The DB system shuts down during the resize operation.

Buy Now
Questions 17

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;

Buy Now
Questions 18

You have obtained a new tenancy on Oracle Cloud Infrastructure. You first create a VCN by using the VCN Wizard, and then create a MySQL DB system. You want to create a Connection in Database tools to use the SQL Worksheet feature.

Which three steps are required? (Choose three.)

Options:

A.

Create an OCI password.

B.

Create an encryption key.

C.

Create an OCI vault.

D.

Create an OCI secret.

E.

Import an X.509 certificate into the OCI vault.

Buy Now
Questions 19

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.

Buy Now
Exam Code: 1z0-915-1
Exam Name: MySQL HeatWave Implementation Associate Rel 1
Last Update: Oct 1, 2025
Questions: 65

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90