Oracle MySQL Cloud Service 2018 Implementation Essentials - 1z1-320 Exam Practice Test

A keyfile has been generated as follows:
# openssl rand 32 -hex >keyfile
# cat keyfile
6a1d325e6ef0577f3400b7cd624ae574f5186d0da2eeb946895de418297ed75b
You are required to do a backup on the MySQL database using MySQL Enterprise Backup with encryption.
Which option can perform the backup with the keyfile provided in order to encrypt the backup files?
Correct Answer: E Vote an answer
You have installed MySQL 5.6.20 on Windows 2012. This MySQL Instance is monitored without an Enterprise Monitor Agent. You cannot see any MySQL queries. How can you enable this feature?
Correct Answer: C Vote an answer
You have a text file named "xyz.csv" exported from another system.

You are asked to import data to a MySQL Database table named "country".
The table definition is as follows:

Identify the action that imports the data from Workbench or MySQL Client to the database correctly.
Correct Answer: D Vote an answer
Your newly created MySQL Cloud Service is not available from your application. Select the two correct options that apply.
Correct Answer: C,E Vote an answer
An existing MySQL Database environment has been doing backup and restore in a logical way by using the mysqldump and mysql client utilities. When the backup is started using mysqldump with single-transaction mode, the existing application has long wait time. When the restore is required, it takes more than three hours to restore.
What are two benefits of using mysqlbackup from MySQL Enterprise Backup in this situation?
Correct Answer: D,E Vote an answer
How do you restrict a user named joe from being able to connect from any IP address to a MySQL database?
Correct Answer: D Vote an answer
Which two ports need to be opened on a network firewall to allow an outside client (on the other side of the firewall) to be able to access a MySQL instance inside the firewall?
Correct Answer: B,C Vote an answer
Which three features are available only on MySQL Enterprise Workbench?
Correct Answer: B,C,E Vote an answer
When there are long-running queries, mysqbackup hangs there to wait for the completion of the queries. You know that the system has only user data on InnoDB and there is no DDL execution during the backup period.
There is no update/alternation to tables with non-InnoDB storage engines.
Which two ways allow the MySQL Enterprise Backup to be executed without being blocked or without locking?
Correct Answer: D,E Vote an answer
Which three statements are true about MySQL Enterprise Backup?
Correct Answer: A,B,C Vote an answer