Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror

Pass the Oracle MySQL Database Administration 1z0-888 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam 1z0-888 Premium Access

View all detail and faqs for the 1z0-888 exam


694 Students Passed

94% Average Score

90% Same Questions
Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions
Questions # 31:

Examine the mysqldumpslow output:

Question # 31

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

Options:

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.

Questions # 32:

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

Options:

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.

Questions # 33:

The ‘applicationdb’ is using InnoDB and consuming a large amount of file system space. You have a /backup partition available on NFS where backups are stored.

You investigate and gather this information:

Question # 33

Three tables are stored in the InnoDB shared tablespace and the details are as follows:

    The table data_current has 1,000,000 rows.

    The table data_reports has 1,500,000 rows.

    The table data_archive has 4,500,000 rows.

Question # 33

You attempt to free space from ibdata1 by taking a mysqldump of the data_archive table and storing it on your backup partition.

Question # 33

Unfortunately, this action does not free any actual disk space back to the file system and the server disk space is running out.

Which set of actions will allow you to free disk space back to the file system?

Options:

A.

Enable compression on the table, causing InnoDB to release unused pages on disk to the file system:

B.

Execute OPTIMIZE TABLE so that the InnoDB engine frees unused pages on disk back to the file system:

C.

Set the server to use its own tablespace, and then alter the table so that data is moved from the shared tablespace to its own:

D.

Take a backup, stop the server, remove the data files, and restore the backup:

Questions # 34:

You inherited a busy InnoDB OLTP Instance with 100 schemas and 100 active users per schema.

    Total dataset size is 200G with an average schema size of 2G.

    The data is transient and is not backed up and can be repopulated easily.

    Performance and responsiveness of the DB is paramount.

    The query pattern for the DB instance is split 90/10 read/write.

    DB host is dedicated server with 256G RAM and 64 cores.

One of your colleagues made some recent changes to the system and users are now complaining of performance impacts.

Which four configuration file edits might your colleague have performed to cause the negative DB performance? (Choose four.)

Options:

A.

table_open_cache = 64

B.

innodb_buffer_pool_instances=64

innodb_buffer_pool_size=200G

C.

log_bin=mysql –bin

Innodb_flush_log_at_trx_commit=1

D.

sync_binlog=10

E.

innodb_flush_method=O_DIRECT

F.

max_heap_table_size = 2G

tmp_table_size=2G

G.

query_cache_size = 2G

query_cache_enabled=1

Questions # 35:

You want to immediately stop access to a database server for remote user ‘mike’@’client.example.com’. This user is currently not connected to the server.

Which two actions can you take to stop any access from the user?

Options:

A.

Use ALTER USER ‘mike’@’client.example.com’ PASSWORD EXPIRE;

B.

Use REVOKE ALL PRIVILEGES FROM ‘mike’@’client.example.com’;

C.

Execute the mysql_secure_installation command.

D.

Use DROP USER ‘mike’@’client.example.com’;

E.

Use GRANT USAGE ON *.* TO ‘mike’@’client.example.com’ MAX_USER_CONNECTIONS=0;

F.

Use ALTER USER ‘mike’@’client.example.com’ ACCOUNT LOCK;

Questions # 36:

A simple master-to-slave replication is currently being used. This information is extracted from the SHOW SLAVE STATUS output:

Question # 36

You execute a ‘SHOW CREATE TABLE mytable” on the slave:

Question # 36

The table mytable on the slave contains:

Question # 36

You have issued a STOP SLAVE command. You have determined that it is safe to skip the transaction in this case. One or more statements are required before you can issue a START SLAVE command to resolve the duplicate key error. Which statement should be used?

Options:

A.

SET GTID_NEXT=”CONSISTENCY”;

BEGIN; COMMIT;

SET GTID_NEXT=”AUTOMATIC”;

B.

SET GTID_NEXT=”5da6b4f5-6f60-11e8-b2d6-0010e05f3e06:8”;

BEGIN; COMMIT;

SET GTID_NEXT=”AUTOMATIC”;

C.

SET GLOBAL SQL_SKIP_SLAVE_COUNTER=1

D.

SET GLOBAL enforce_gtid_consistency=ON

E.

SET GTID_EXECUTED=”5da6b4f5-6f60-11e8-b2d6-0010e05f3e06:8”;

Questions # 37:

old_alter_table is disabled as shown.

mysql> SELECT @@old_alter_table;

Question # 37

Consider this statement on a RANGE-partitioned table:

mysql> ALTER TABLE orders DROP PARTITION p1, p3;

What is the outcome of executing this statement?

Options:

A.

All data in p1 and p3 partitions is removed and the table definition is changed.

B.

All data in p1 and p3 partitions is removed, but the table definition remains unchanged.

C.

Only the first partition (p1) will be dropped because only one partition can be dropped at any time.

D.

It results in a syntax error because you cannot specify more than one partition in the same statement.

Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.