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 7 hours ago Total Questions : 141

The MySQL 8.0 Database Administrator content is now fully updated, with all current exam questions added 7 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 # 21

You have semi-synchronous replication configured and working with one slave. rpl_semi_sync_master_timeout has never been reached.

You find that the disk system on the master has failed and as a result, the data on the master is completely unrecoverable.

Which two statements are true? (Choose two.)

A.

No committed transactions are lost.

B.

The slave automatically identifies that the master is unreachable and performs any required actions so that applications can start using the slave as the new master.

C.

As soon as the incident happens, application can read data from the slave and rely on it to return a full and current set of data.

D.

Reads from the slave can return outdated data until the value of the rpi_semi_sync_master_timeout variable is reached.

E.

Reads from the slave can return outdated data for some time, until it applies all transactions from its relay log.

F.

A small amount of committed transactions may be lost in case they were committed just before the disk failure.

Question # 22

You are upgrading a MySQL instance to the latest 8.0 version.

Examine this output:

You plan to add this parameter to the configuration: innodb_directories=’/innodb_extras’ Which statement is true?

A.

It defines all innodb tablespace options relative to a starting parent directory.

B.

It is not necessary because innodb_data_home_dir is already defined.

C.

It allows scanning of other locations to discover more innodb tablespaces.

D.

It moves all innodb tablespaces to the /innodb_extras directory to enable a new

innodb_data_home_dir to be defined.

E.

It adds more temporary workspace in addition to the innodb_tmpdir location.

Question # 23

Which two are valid uses for binary logs on a MySQL instance? (Choose two.)

A.

recording the order in which queries are issued

B.

audit of all queries

C.

point-in-time recovery

D.

replication

E.

logging the duration and locks for all queries

Question # 24

Which four connection methods can MySQL clients specify with the --protocol option when connecting to a MySQL server? (Choose four.)

A.

TCP

B.

SOCKET

C.

PIPE

D.

DIRECT

E.

IPv6

F.

FILE

G.

IPv4

Question # 25

You are using mysqlcheck for server maintenance.

Which two statements are true? (Choose two.)

A.

The mysqlcheck --check --all-databases command takes table write locks while performing a series of checks.

B.

The mysqlcheck --optimize --all-databases command reclaims free space from table files.

C.

The mysqlcheck --repair --all-databases command can repair an InnoDB corrupted table.

D.

The mysqlcheck command can be renamed mysqlrepair so that it repairs tables by default.

E.

The mysqlcheck --analyze --all-databases command performs a series of checks to spot eventual table corruptions.

Question # 26

Which two statements are true about raw binary backups? (Choose two.)

A.

They are converted to a highly compressible binary format.

B.

The data format is identical to how MySQL stores the data on disk.

C.

They are required to obtain FIPS security compliance.

D.

The resulting files are easily human readable.

E.

They are faster than logical backups because the process is a simple file or file system copy.

Question # 27

Examine these statements and output:

Which statement is true?

A.

The user is logged in with --user=accounting as an option.

B.

The user is authenticated as the anonymous proxy user ‘’@’%’.

C.

The user is authorized as the accounting@localhost user.

D.

The user is authorized as the rsmith@localhost user.

E.

The user failed to define a username and the connecting username defaulted to ‘’@’%’.

Question # 28

You issue this command:

SHOW SLAVE STATUS -

In the output, there is a value for Seconds_behind_master.

How is this time calculated?

A.

It is the time between the I/O thread receiving details of the master ' s last transaction and the time it was applied by the SQL thread.

B.

It is the time between the most recent transaction written to the relay logs and the time it was committed on the master.

C.

It is the time between the I/O thread receiving details of the master’s last transaction and the time it was written to the relay log on the slave.

D.

It is the time between the most recent transaction applied by a SQL thread and the time it was committed on the master.

Question # 29

Examine these InnoDB Cluster parameter settings:

Now examine the partial status:

A permanent network failure isolates host3.

Which two statements are true? (Choose two.)

A.

The instance deployed on host2 is elected as the new primary instance.

B.

The instance deployed on host3 is expelled from the cluster and must be rejoined using cluster.addInstance ( ' host3:3377 ' )

C.

The instance deployed on host3 will automatically rejoin the cluster when connectivity is re-established.

D.

Failure of the instance deployed on host1 provokes an outage.

E.

The issuing command cluster.switchToMuitiPrimaryMode() will fail to enable multi-primary mode.

F.

The primary instance can be specified by using the command cluster.setPrimaryInstance( < host > : < port > ).

Question # 30

You execute this command:

shell > mysqlpump --exclude-databases=% --users

Which statement is true?

A.

It creates a logical backup of all MySQL user accounts.

B.

It creates a logical backup of all metadata, but contains no table data.

C.

It returns an error because the mysqldump command should have been used.

D.

It creates a logical backup of only the users database.

Go to page: