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

1z0-915-1 Exam Dumps - MySQL HeatWave Implementation Associate Rel 1

Question # 4

The following statements are executed successfully:

Which two are true? (Choose two.)

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.

Full Access
Question # 5

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

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.

Full Access
Question # 6

Which type of configuration variables CANNOT be modified in MySQL custom configurations?

A.

Initialization variables

B.

User variables

C.

System variables

D.

Default user variables

Full Access
Question # 7

You want to migrate an on-premises MySQL database to a MySQL DB system on OCI.

Which method provides the least amount of application down time when switching to the DB system?

A.

Run MySQL Shell on an OCI compute instance to export and import the data for faster migration.

B.

Store the exported data in object storage to speed up the export and import.

C.

Use inbound replication to synchronize the MySQL database transactions to the DB system.

D.

Use the largest DB system shape to speed up the import.

Full Access
Question # 8

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

A.

HeatWave cluster

B.

Inbound replication

C.

Read replica

D.

Outbound replication

Full Access
Question # 9

Which MySQL HeatWave AutoML routine evaluates a model?

A.

ML_EXPLAIN

B.

ML_EXPLAIN_TABLE

C.

ML_TRAIN

D.

ML_SCORE

E.

ML_PREDICT_TABLE

Full Access
Question # 10

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

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.

Full Access
Question # 11

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

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.

Full Access
Question # 12

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?

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.

Full Access
Question # 13

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?

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.

Full Access
Question # 14

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

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.

Full Access
Question # 15

How can you determine the uptime of a DB system?

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

Full Access
Question # 16

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

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.

Full Access
Question # 17

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

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.

Full Access
Question # 18

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

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.

Full Access
Question # 19

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

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

Full Access