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

Exact2Pass Menu

MySQL 5.7 Database Administrator

Last Update 22 hours ago Total Questions : 124

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

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

Question # 4

Which statement describes how the relay log works?

A.

when a slave receives a change from the master, it is processed first, and then recorded in the relay log.

B.

It maintains a record of available master binary logs and the current executed log position.

C.

It stores changes on the master, and relays them to the slave.

D.

When a slave receives a change from the master, it is recorded in the relay log first and processed later.

Question # 5

You have created a new user with this statement:

CREATE USER ‘erika’@’localhost’ IDENTIFIED BY ‘first#1Pass’ PASSWORD EXPIRE;

What is the outcome?

A.

When ‘erika’@’localhost’ tries to log in with the MySQL command-line client, the user will have to change the password before seeing the mysql > prompt.

B.

When ‘erika’@’localhost’ tries to log in with the MySQL command-line client, the user will not be permitted to log in because the password is expired.

C.

When ‘erika’@’localhost’ tries to log in with the MySQL command-line client, the user will be permitted to log in but will not be able to issue ant statements until the user changes the password.

D.

You receive a syntax error that indicates that you cannot set a password and expire it at the same time.

Question # 6

The MySQL user ‘adam’ currently has USAGE permissions to the database.

The football database is transactional and has non-stop updates from application users. The ‘adam’ user needs to be able to take consistent backups of the football database by using the –-single-transaction option.

Which extra GRANT permissions are required for adam to take mysqldump backups?

A.

The ‘adam’ user must also have SINGLE TRANSACTION global grant to take a consistent backup.

B.

The ‘adam’ user needs the PROCESS privilege to be able to take a consistent backup while other users are connected.

C.

The ‘adam’ user must have the SUPER privilege in order to take data backups.

D.

The ‘adam’ user must also have SELECT on the football database for backup to work.

Question # 7

You are using the Performance Schema to investigate replication on a slave which has a single master. The option slave-parallel-type is set to DATABASE.

Assume that all instruments and consumers are enabled and all threads are instrumented.

Which two facts can be concluded from the given output? (Choose two.)

A.

The slave has two intermediate relay slaves connected to it.

B.

The slave is configured with slave_parallel_workers = 4

C.

At most, two schemas are being updates concurrently.

D.

THREAD_ID 21 has stopped running.

E.

The slave cannot process the relay log fast enough to use all threads.

F.

The server needs more cores to use all slave threads.

Question # 8

How does the InnoDB storage engine handle deadlocks when they are detected?

A.

Both the affected transactions will be rolled back.

B.

The affected transactions wait for innodb_lock_wait_timeout seconds, and then roll back.

C.

One of the affected transactions will be rolled back, the other is allowed to proceed.

D.

The transaction isolation level determines which transaction is rolled back.

E.

The innodb_locks_unsafe_for_binlog setting determines which transaction is rolled back.

Question # 9

You have installed the validate_password plug-in and set the validate_password_policy variable.

Which validation is affected by the validate_password_policy setting?

A.

whether a new password is rejected if it contains a word found in a dictionary file.

B.

whether a new password is rejected if it contains the current user’s username.

C.

the amount of delay after an incorrect password is entered

D.

the length of time before a newly created password expires

Question # 10

Which two statements are true about InnoDB auto-increment locking? (Choose two.)

A.

InnoDB never uses table-level locks.

B.

InnoDB always protects auto-increment updates with a table-level lock

C.

InnoDB does not use locks to enforce auto-increment uniqueness.

D.

The auto-increment lock can be a table-level lock.

E.

Some settings for innodb_autoinc_lock_mode can help reduce locking.

Go to page: