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

Exact2Pass Menu

MySQL 8.0 Database Administrator

Last Update 6 hours ago Total Questions : 141

The MySQL 8.0 Database Administrator content is now fully updated, with all current exam questions added 6 hours ago. Deciding to include 1z0-908 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 1z0-908 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 1z0-908 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any MySQL 8.0 Database Administrator practice test comfortably within the allotted time.

Question # 11

What does the slave I/O thread do?

A.

connects to the master and requests it to send updates recorded in its binary logs

B.

monitors and schedules I/O calls to the subsystem for the relay logs

C.

acquires a lock on the binary log for reading each event to be sent to the slave

D.

reads the relay log and executes the events contained in them

Question # 12

Examine this query and its output:

Which two statements are true? (Choose two.)

A.

The root user had the largest number of modified rows for a SELECT statement.

B.

User bob had the largest total time waiting for locks.

C.

The root user had the largest single wait time.

D.

The app user had the highest total number of rows read from storage engines.

E.

User bob had a significantly higher ratio of SELECT + INSERT statements to QUIT than both app and root users.

Question # 13

Which three are types of InnoDB tablespaces? (Choose three.)

A.

redo tablespaces

B.

encryption tablespaces

C.

schema tablespaces

D.

data tablespaces

E.

undo tablespaces

F.

temporary table tablespaces

Question # 14

Which statement is true about displaying and retrieving data with MySQL Enterprise Monitor Query Analyzer?

A.

The Query Analyzer graph view range selector can extend to cover the same hour over multiple days.

B.

It is possible to filter a Query Analyzer view graph by database and by table.

C.

The Query Analyzer can plot a CPU utilization graph for remote hosts with a MySQL Enterprise Service Manager ' s built-in Agent installation.

D.

It is possible to export statements included in a graph selection in CSV format.

Question # 15

Which statement is true about cold backups?

A.

They are backups taken from snapshots of a running database.

B.

They are backups taken from OS copy commands.

C.

They are good to use if only data structures must be backed up but not log files.

D.

They are good to use when many users are online accessing the database.

Question # 16

You wish to protect your MySQL database against SQL injection attacks.

Which method would fail to do this?

A.

installing and configuring the Connection Control plugin

B.

avoiding concatenation of SQL statements and user-supplied values in an application

C.

using stored procedures for any database access

D.

using PREPARED STATEMENTS

Question # 17

User account baduser@hostname on your MySQL instance has been compromised.

Which two commands stop any new connections using the compromised account? (Choose two.)

A.

ALTER USER baduser@hostname PASSWORD DISABLED;

B.

ALTER USER baduser@hostname MAX_USER_CONNECTIONS 0;

C.

ALTER USER baduser@hostname ACCOUNT LOCK;

D.

ALTER USER baduser@hostname IDENTIFIED WITH mysql_no_login;

E.

ALTER USER baduser@hostname DEFAULT ROLE NONE;

Question # 18

Which two are use cases of MySQL asynchronous replication? (Choose two.)

A.

You can scale writes by creating a replicated mesh.

B.

It guarantees near real-time replication between a master and a slave.

C.

You can scale reads by adding multiple slaves.

D.

MySQL Enterprise Backup will automatically back up from an available slave.

E.

It allows backup to be done on the slave without impacting the master.

Question # 19

Which two statements are true about MySQL Enterprise Backup? (Choose two.)

A.

It supports backing up only table structures.

B.

It can perform hot or warm backups.

C.

It creates logical backups.

D.

It supports the creation of incremental backups.

E.

It supports backup of a remote MySQL system.

F.

It supports restoring to a remote MySQL system.

Question # 20

Examine this command, which executes successfully:

cluster.addInstance(‘ < user > @ < host > : < port > ’, {recoveryMethod: ‘clone’})

Which three statements are true? (Choose three.)

A.

The account used to perform this recovery needs the BACKUP_ADMIN privilege.

B.

A target instance must exist, then it will be provisioned with data from an instance already in the cluster and joined to the cluster.

C.

InnoDB tablespaces outside the datadir are able to be cloned.

D.

It is always slower than {recoveryMethod: ‘incremental’}.

E.

A new instance is installed, initialized, and provisioned with data from an instance already in the cluster and joined to the cluster.

F.

InnoDB redo logs must not rotate for the duration of the execution; otherwise, the recovery will fail.

Go to page: