Pass the Oracle MySQL Database Administration 1z0-915-1 Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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;


Questions # 2:

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.


Questions # 3:

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.


Questions # 4:

You want to create a second user called admin2 with the same privileges as the administrator specified when creating the DB system.

Which statement helps you achieve this?

Options:

A.

CREATE USER admin2 IDENTIFIED BY ‘Password’ DEFAULT ROLE ‘administrator’;


B.

CREATE USER admin2 IDENTIFIED BY ‘Password’; GRANT SUPER ON *.* TO admin2 WITH GRANT OPTION;


C.

CREATE USER admin2 IDENTIFIED BY ‘Password’; GRANT AUDIT_ADMIN, BACKUP_ADMIN, SESSION_VARIABLES_ADMIN ON *.* TO admin2 WITH GRANT OPTION;


D.

CREATE USER admin2 IDENTIFIED BY ‘Password’; GRANT ALL PRIVILEGES ON *.* TO admin2 WITH GRANT OPTION;


Questions # 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.


Questions # 6:

What happens when you perform a switchover of a high-availability DB system with an attached HeatWave cluster?

Options:

A.

The HeatWave cluster is deleted and a new HeatWave cluster is attached to the new primary instance.


B.

The HeatWave cluster is attached to the new primary instance.


C.

The HeatWave cluster remains attached to the same DB system and the new primary instance redirects queries to that cluster.


D.

The HeatWave cluster is no longer valid; you must re-create the HeatWave cluster.


Questions # 7:

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


Questions # 8:

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.


Questions # 9:

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


Questions # 10:

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.


Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions