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

Oracle 1z0-915-1 Dumps

Page: 1 / 5
Total 65 questions

MySQL HeatWave Implementation Associate Rel 1 Questions and Answers

Question 1

Which two are true about MySQL HeatWave configuration resources? (Choose two.)

Options:

A.

You can set a value for any global MySQL variable in a configuration.

B.

You must copy the configuration before changing any variable values.

C.

You can view custom configuration sets with the OCI CLI oci mysql db-system get command.

D.

You can compare configurations in the same compartment in OCI console.

Buy Now
Question 2

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 3

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.

Question 4

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 5

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 6

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 7

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 8

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

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

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 12

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

Question 13

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 14

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 15

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 16

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 17

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:

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

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 18

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 19

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

Page: 1 / 5
Total 65 questions