Weekend Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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

What must you do before deleting a DB system?

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.

Full Access
Question # 6

You want to create a new DB system with data import. How do you prepare the data?

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.

Full Access
Question # 7

Which two are benefits of read replicas? (Choose two.)

A.

Reduce query latency.

B.

Reduce down time.

C.

Reduce network latency.

D.

Scale read queries.

E.

Speed up analytical queries.

Full Access
Question # 8

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

You want to enable high availability of a stand-alone DB system. Which two conditions are required? (Choose two.)

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.

Full Access
Question # 10

Which is true about exporting data to Object Storage with MySQL Shell util.dumpInstance?

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.

Full Access
Question # 11

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
Question # 12

You want to create a custom configuration for the MySQL DB system in OCI Console. Which three can you set? (Choose three.)

A.

Shape

B.

VCN

C.

Description

D.

Subnet

E.

Compartment

Full Access
Question # 13

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

A.

A public AD-specific subnet

B.

A private regional subnet

C.

A public regional subnet

D.

A private AD-specific subnet

Full Access
Question # 14

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

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.

Full Access
Question # 15

Automatic backup retention of a DB system is disabled. Which operation deletes all automatic backups of the DB system?

A.

Enabling point-in-time recovery

B.

Disabling delete protection

C.

Deleting the DB system

D.

Disabling point-in-time recovery

Full Access
Question # 16

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

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.

Full Access
Question # 17

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?

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.

Full Access
Question # 18

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?

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.

Full Access
Question # 19

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