Summer Sale- Special Discount Limited Time 65% Offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

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

Page: 1 / 7
Total 65 questions

MySQL HeatWave Implementation Associate Rel 1 Questions and Answers

Question 1

Which MySQL HeatWave AutoML routine evaluates a model?

Options:

A.

ML_EXPLAIN

B.

ML_EXPLAIN_TABLE

C.

ML_TRAIN

D.

ML_SCORE

E.

ML_PREDICT_TABLE

Question 2

Which two are true about creating a new DB system with data import? (Choose two.)

Options:

A.

The data must be created with the mysqldump client utility.

B.

The files containing the data must be uploaded through OCI Console on the "Create DB system" page.

C.

The data must be stored in an Object Storage bucket in the same OCI region as the new DB system.

D.

A valid pre-authenticated request must be provided to access the data.

E.

The data must be created with MySQL Enterprise Backup.

Question 3

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 4

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”}] }’

Question 5

Why would you select "Source cannot use GTID auto-positioning" when creating a channel?

Options:

A.

The target DB system is a high-availability DB system.

B.

Some tables have no primary key

C.

The binary log offset is unknown.

D.

The source gtid mode is OFF.

Question 6

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 7

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 8

A port-forwarding Bastion session has been created for a MySQL DB system listening on 10.10.1.187:3306. The SSH command provided by the Bastion session is:

Question # 8

An SSH tunnel is created successfully on a client machine by running this command:

Question # 8

Which command connects to the MySQL DB System from the client machine?

Options:

A.

mysqlsh mysql://admin@10.10.1.187:3311

B.

mysqlsh mysql://admin@127.0.0.1:3306

C.

mysqlsh mysql://admin@127.0.0.1:3311

D.

mysqlsh mysql://admin@10.10.1.187:3306

Question 9

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 10

The first query has an estimated cost of 100,000,000 and is offloaded to a HeatWave cluster for execution:

SELECT flightno, departure, country FROM flight JOIN airport_geo ON ‘from’=airport_id;

The second query has an estimated cost of 10,000 and is NOT offloaded to the Heatwave cluster for execution:

SELECT DISTINCT country FROM airport_geo ORDER BY country;

Which two methods can offload the second query to the Heatwave cluster for execution? (Choose two.)

Options:

A.

SET use_secondary_engine=FORCED;

B.

SET secondary_engine_cost_threshold=1000;

C.

SET optimizer_trace=”enabled=on”;

D.

CALL sys.heatwave_load(‘[“airport_geo”]’);

E.

CALL sys.heatwave_advisor(JSON_OBJECT(“auto_enc”, JSON_OBJECT(“mode”, “recommend”)));

Question 11

You want to connect to a DB system with MySQL Shell.

DB system endpoint IP address: 10.0.1.221

Username: admin

Password: MySQL8.0

Which two commands work? (Choose two.)

Options:

A.

mysqlsh -h 10.0.1.221 -u admin -p MySQL8.0

B.

mysqlsh mysql://MySQL8.0:admin@10.0.1.221

C.

mysqlsh mysql://admin:MySQL8.0@10.0.1.221

D.

mysqlsh -h10.0.1.221 -uadmin -pMySQL8.0

E.

mysqlsh -host 10.0.1.221 -user admin -password MySQL8.0

Question 12

You have a MySQL DB system with five active read replicas. The workload consists of 5% writes and 95% reads.

Which connection method provides the fastest query response time?

Options:

A.

Connect to the source DB system to perform read-only operations.

B.

Connect to a specific read replica to perform read-only operations.

C.

Connect to the read replica load balancer to perform read-only operations.

D.

Connect to the read replica load balancer to perform read/write operations.

Question 13

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 14

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 15

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.

Question 16

You want to restore the backup of a stand-alone DB system to a new DB system.

Which two changes are allowed? (Choose two.)

Options:

A.

Use a smaller data storage size for the new DB system.

B.

Use a different subnet for the new DB system.

C.

Use a different shape for the new DB system.

D.

Use a different tenancy for the new DB system.

E.

Use a different region for the new DB system.

Question 17

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 18

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 19

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.

Page: 1 / 7
Total 65 questions