Free Oracle 1z1-320 Practice Test & Real Exam Questions

  • Exam Code/Number: 1z1-320
  • Exam Name/Title: MySQL Cloud Service 2018 Implementation Essentials
  • Certification Provider: Oracle
  • Corresponding Certification: Oracle Data Management
  • Exam Questions: 95
  • Updated On: Aug 05, 2026
After the installation of the MySQL Server, you cannot find MySQL Utilities.
How would you correct the problem?
Correct Answer: B Vote an answer
You have the following mysqlbackup-inc.cnf config file:

Which two commands allow MySQL Enterprise Backup to perform incremental backup based on the last full backup?
Correct Answer: A Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
For accessing a new default MySQL Cloud Service (CS) cloud environment, you used the "Create SSH Keys function" during the guided MySQL CS setup. You want to use Putty from your Windows Client. Identify the correct steps.
Correct Answer: A Vote an answer
A MySQL 5.7 is monitored via 3306 without a MySQL agent (agentless installation).
Which two options are not available in such a setup in the MEM GUI?
Correct Answer: B,C Vote an answer
Your customer runs several Oracle products and would like to reuse them. Identify four options that are certified to work with the MySQL Enterprise Edition features.
Correct Answer: B,C,E,F Vote an answer
Which three options describe the setup of MySQL High Availability solutions?
Correct Answer: A,B,D Vote an answer
You have configured MySQL Enterprise Transparent Data Encryption (TDE). What command would you use to encrypt a table?
Correct Answer: A Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
You create two database tables as shown by the following CREATE TABLE statements:
CREATE TABLE parent (
parent_id INT,
name_first VARCHAR(30),
name_last VARCHAR(30),
PRIMARY KEY (parent_id)
);
CREATE TABLE child (
child_id INT,
parent_id INT,
name_first VARCHAR(30),
name_last VARCHAR(30),
PRIMARY KEY (child_id)
);
After populating both tables with data, which statement would produce an output of only the parents' first and last names and the first and last names of the related children?
Correct Answer: A Vote an answer
The MySQL pluggable authentication plug-in for Windows is enabled and configured. The following command is executed on a MySQL Server:
CREATE USER 'SQL_admin'@'%' IDENTIFIED WITH authentication_windows AS 'joe, henry, "Power Users"'; Which two statements are valid?
Correct Answer: C,E Vote an answer
You are setting up a MySQL Cluster on two machines, where each machine is hosting the following:
-1x ndbmtd
-1x ndb_mgmd
-1x mysqld
The cluster is started. What will happen if the network connection between the two machines is disconnected?
Correct Answer: D Vote an answer