Oracle 1z0-908 Exam Practice Questions (P. 5)
- Full Access (152 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
Which four are types of information stored in the MySQL data dictionary? (Choose four.)
- Aperformance metrics
- Btable definitionsMost Voted
- Caccess control listsMost Voted
- Dview definitionsMost Voted
- Eserver runtime configuration
- Fserver configuration rollback
- Gstored procedure definitionsMost Voted
- HInnoDB buffer pool LRU management data
Correct Answer:
BDFG
BDFG
send
light_mode
delete
Question #22
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.)
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.)
- AStop all instances except the primary read/write master instance and run the restore.
- BRemove the @@GLOBAL.gtid_purged statement from the dump file.
- CCreate the backup by using the --set-gtid-purged=OFF option.
- DRemove the group replication plugin from each instance before restoring.
- ERemove the @@GLOBAL.gtid_executed statement from the dump file.
- FRestore using the --set-gtid-purged=OFF option.
Correct Answer:
BC
BC
send
light_mode
delete
Question #23
Which statement is true about MySQL Enterprise Transparent Data Encryption (TDE)?
- AMySQL TDE uses an appropriate keyring plugin to store the keys in a centralized location.Most Voted
- BBoth MyISAM and InnoDB tables can be encrypted by setting the keyring_engine = ALL variable in the MySQL configuration file.
- CLost tablespace encryption keys can be regenerated only if the master database key is known or present in the Key Vault specification.
- DTDE can encrypt InnoDB and MyISAM tables only when the tables are stored in the SYSTEM tablespace.
Correct Answer:
C
C
send
light_mode
delete
Question #24
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?
Examine this output:

You plan to add this parameter to the configuration:
innodb_directories=’/innodb_extras’
Which statement is true?
- AIt defines all innodb tablespace options relative to a starting parent directory.
- BIt is not necessary because innodb_data_home_dir is already defined.
- CIt allows scanning of other locations to discover more innodb tablespaces.Most Voted
- DIt moves all innodb tablespaces to the /innodb_extras directory to enable a new innodb_data_home_dir to be defined.
- EIt adds more temporary workspace in addition to the innodb_tmpdir location.
Correct Answer:
B
B
send
light_mode
delete
Question #25
You wish to store the username and password for a client connection to MySQL server in a file on a local file system.
Which is the best way to encrypt the file?
Which is the best way to encrypt the file?
- AUse the AES_ENCRYPT() MySQL function on the option file.
- BUse mysql_secure_installation to encrypt stored login credentials.
- CUse a text editor to create a new defaults file and encrypt it from Linux prompt.
- DUse mysql_config_editor to create an encrypted file.Most Voted
Correct Answer:
D
D
send
light_mode
delete
All Pages