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

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

You created a backup of the world database with this command:

shell > mysqldump --opt world > dump.sql

Which two will import the data from dump.sql? (Choose two.)

A.

shell > mysqladmin recover test dump.sql

B.

shell > mysql test < dump.sql

C.

shell > mysqlimport test dump.sql

D.

mysql > USE test;

mysql > LOAD DATA INFILE ‘dump.sql’;

E.

mysql > USE test;

mysql > SOURCE dump.sql;

Question # 32

When you examine a new MySQL installation with default configuration, you find a file called ibdata1 in the database directory. Which two statements are true about this file? (Choose two.)

A.

it contains the binary log.

B.

it contains a general tablespace.

C.

it is the default location for all new tables that you create.

D.

it contains the system tablespace.

E.

it contains the redo log.

F.

it contains the undo log.

Question # 33

A master-slave replication setup has the slave showing this error:

On the master server, the binary logs show:

What could explain this error? (Choose two.)

A.

binlog_cache_size=1024 is too small and transactions are lost.

B.

binlog_format=STATEMENT and a non-deterministic query was executed.

C.

enforce_gtid_consistency=ON and consistency is broken between the master and the slave.

D.

The sync_relay_log=1000 setting on the slave is too small.

E.

sync_binlog=0 and the master server crashed.

Question # 34

Consider the join_buffer_size parameter in MySQL Server.

Which two statements are true about the join buffer? (Choose two.)

A.

The value should be increased if the client performs several SELECT operations.

B.

The join buffer is set per connection.

C.

The join buffer is used to process sorts when complex joins are being performed.

D.

The value should be increased from the default if the query joins large rows without using an index.

E.

The join buffer is global and can be changed only by restarting the server.

Question # 35

Examine the mysqldumpslow output:

Which two options could explain the slow query? (Choose two.)

A.

There is network congestion between client and server.

B.

No index has been defined on the filtered column.

C.

There are 108 queries still being executed.

D.

A table lock is causing delays.

E.

A full table scan is being used.

Question # 36

An employee cannot access the company database. You check the connection variables:

A look at the user privileges shows:

What is a valid explanation for why one of the users is unable to connect to the database?

A.

Bob has max_user_connections set to zero, which blocks all his connections.

B.

All users are blocked because max_user_connections is accumulated over the host account information.

C.

connect_timeout is too small to allow a connection to occur.

D.

Joe has exceeded the max_user_connections global limit.

E.

Kay is already connected elsewhere and attempting to log in again.

Question # 37

Which two statements are true regarding the creating of new MySQL physical and logical backups? (Choose two.)

A.

Physical backups can be used to recover from data corruption.

B.

Logical backups are human-readable whereas physical backups are not.

C.

Logical backups are always larger than physical backups.

D.

Physical backups are usually slower than text backups.

E.

Physical backups are usually faster than text backups.

Go to page: