Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Oracle 1z0-908 Practice Exam with Questions & Answers | Set: 2

Questions 11

Examine this query and its output:

1z0-908 Question 11

Which two statements are true? (Choose two.)

Options:
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.

Oracle 1z0-908 Premium Access
Questions 12

You have an InnoDB Cluster configured with three servers.

Examine this command, which executes successfully:

mysqldump -uroot -p -d mydatabase > mydatabase_backup.sql

Due to data loss, the cluster is initialized and a restore is attempted resulting in this error:

ERROR 13176 (HY000) at line 23: Cannot update GTID_PURGED with the Group Replication plugin running

Which two actions, either one of which, can fix this error and allow a successful restore of the cluster? (Choose two.)

Options:
A.

Stop all instances except the primary read/write master instance and run the restore.

B.

Remove the @@GLOBAL.gtid_purged statement from the dump file.

C.

Create the backup by using the --set-gtid-purged=OFF option.

D.

Remove the group replication plugin from each instance before restoring.

E.

Remove the @@GLOBAL.gtid_executed statement from the dump file.

F.

Restore using the --set-gtid-purged=OFF option.

Questions 13

Which two storage engines provide a view of the data consistent with the storage system at any moment? (Choose two.)

Options:
A.

MyISAM

B.

NDB

C.

MEMORY

D.

ARCHIVE

E.

InnoDB

Questions 14

Which four are types of information stored in the MySQL data dictionary? (Choose four.)

Options:
A.

performance metrics

B.

table definitions

C.

access control lists

D.

view definitions

E.

server runtime configuration

F.

server configuration rollback

G.

stored procedure definitions

Questions 15

Examine this command and output:

1z0-908 Question 15

Which statement is true?

Options:
A.

Firewall_cached_entries is the number of statements found in the query cache for users in DETECTING mode.

B.

Firewall_access_denied is the number of connection attempts from prohibited hosts that are denied.

C.

Firewall_access_suspicious is the number of statements logged as suspicious for users in DETECTING mode.

D.

Firewall_access_granted is the number of connections granted from whitelisted hosts.

Questions 16

Examine this statement and output:

1z0-908 Question 16

Which two SQL statements can jsmith execute? (Choose two.)

Options:
A.

UPDATE world.country SET Name='all';

B.

UPDATE world.country SET Name='one' LIMIT 1;

C.

UPDATE world.country SET Name='new' WHERE Name='old';

D.

UPDATE world.country SET Name=CONCAT('New ',Name);

E.

UPDATE world.country SET Name='first' ORDER BY Name LIMIT

Questions 17

There are five MySQL instances configured with a working group replication.

Examine the output of the group members:

1z0-908 Question 17

Which two statements are true about network partitioning in the cluster? (Choose two.)

Options:
A.

The cluster will shut down to preserve data consistency.

B.

The cluster has built-in high availability and updates group_replication_ip_whitelist to remove the unreachable nodes.

C.

The group replication will buffer the transactions on the online nodes until the unreachable nodes return online.

D.

There could be both a 2 node and 3 node group replication still running, so shutting down group replication and diagnosing the issue is recommended.

E.

A manual intervention to force group members to be only the working two instances is required.

Questions 18

You are using an existing server with a new configuration. MySQL Server fails to start.

Examine this snapshot of the error log:

1z0-908 Question 18

Which action would allow the server to start?

Options:
A.

Remove ib_logfile0 and ib_logfile1 files from the file system.

B.

Execute mysqladmin flush-logs.

C.

First run mysqld --initialize to refresh the Size of ib_logfile.

D.

Create a new ib_logfile0 file of size 26214400.

Questions 19

Examine this snippet from the binary log file named binlog.000036:

1z0-908 Question 19

The rental table was accidentally dropped, and you must recover the table.

You have restored the last backup, which corresponds to the start of the binlog.000036 binary log.

Which command will complete the recovery?

Options:
A.

mysqlbinlog --stop-position=500324 binlog.000036 | mysql

B.

mysqlbinlog --stop-datetime='2019-ll-20 14:55:18' binlog.000036 | mysql

C.

mysqlbinlog --stop-position=5004S3 binlog.000036 | mysql

D.

mysqlbinlog --stop-datetime='2019-ll-20 14:55:16' binlog.000036 | mysql

Questions 20

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

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

Options:
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;

Exam Code: 1z0-908
Certification Provider: Oracle
Exam Name: MySQL 8.0 Database Administrator
Last Update: Jul 15, 2025
Questions: 141