Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

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

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

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 2

You have successfully enabled high availability of a stand-alone DB system. Which is true?

Options:

A.

The DB system performs load balancing by distributing client connections to all instances.

B.

The DB system provides new port numbers on the same endpoint to connect to the secondary instances for read-only connections.

C.

The DB system provides new endpoints to connect to the secondary instances for read-only connections.

D.

The DB system has three instances running in different availability or fault domains.

Question 3

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.

Question 4

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 5

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 6

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 7

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.

Question 8

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 9

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.

Question 10

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 11

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 12

You create a MySQL DB system with default port numbers, and attach it to a subnet.

Which configuration is required on the subnet to enable client applications to connect to the DB system?

Options:

A.

Create an ingress rule that allows stateless connections on port 3306 and 33060.

B.

Create an egress rule that allows stateful connections on port 3306 and 33060.

C.

Create an ingress rule that allows stateful connections on port 3306 and 33060.

D.

Create an egress rule that allows stateless connections on port 3306 and 33060.

Question 13

What must be enabled for using the point-in-time recovery feature in a DB system?

Options:

A.

Delete protection

B.

Automatic backups

C.

High availability

D.

HeatWave cluster

Question 14

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 15

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 16

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

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

Options:

A.

Initialization variables

B.

User variables

C.

System variables

D.

Default user variables

Question 19

You want to change the configuration of an active stand-alone DB system. The DB system is configured as the target of a channel, and the channel is currently active.

Which sequence of steps must you perform?

Options:

A.

Edit the DB system and change the configuration.

B.

Stop the DB system, edit the DB system, change the configuration, and start the DB system.

C.

Delete the channel, edit the DB system, change the configuration, and re-create the channel.

D.

Stop the channel, edit the DB system, change the configuration, and start the channel.

Page: 1 / 7
Total 65 questions