
Oracle MySQL Cloud Service 2018 Implementation Essentials - 1z1-320 Exam Questions
QUESTION NO: 1
Which query will find rows in a table that have no counterpart in another table?
Which query will find rows in a table that have no counterpart in another table?
Correct Answer: D
QUESTION NO: 2
When working with the Linux operating system on a database cloud instance (non-RAC), which user accounts are available for database and non-database administration?
When working with the Linux operating system on a database cloud instance (non-RAC), which user accounts are available for database and non-database administration?
Correct Answer: B
QUESTION NO: 3
The following backup command is executed:
mysqlbackup --defaults-file=config/mysqlbackup.cnf --compress --port=3306 --host=127.0.0.1
--user=mysqlbackup --password --suspend-at-end backup
*** log started **
....
160308 14:43:00 mysqlbackup: INFO: Copying /home/mysql/data/07/test/xmltable.ibd (Barracuda file format).
160308 14:43:00 mysqlbackup: INFO: Completing the copy of innodb files.
160308 14:43:00 mysqlbackup: INFO: Preparing to lock tables: Connected to mysqld server.
160308 14:43:00 mysqlbackup: INFO: Starting to lock all the tables...
160308 14:43:00 mysqlbackup: INFO: All tables are locked and flushed to disk mysqlbackup: INFO:
--suspend-at-end option is specified.
160308 14:43:00 mysqlbackup: INFO: Suspending the backup procedure to wait until the marker file
'/home/mysql/backup/full/mybackup/datadir/ibbackup_suspended' is deleted.
....
*** log ended **
Which option allows mysqlbackup to continue backing up the rest of the data?
The following backup command is executed:
mysqlbackup --defaults-file=config/mysqlbackup.cnf --compress --port=3306 --host=127.0.0.1
--user=mysqlbackup --password --suspend-at-end backup
*** log started **
....
160308 14:43:00 mysqlbackup: INFO: Copying /home/mysql/data/07/test/xmltable.ibd (Barracuda file format).
160308 14:43:00 mysqlbackup: INFO: Completing the copy of innodb files.
160308 14:43:00 mysqlbackup: INFO: Preparing to lock tables: Connected to mysqld server.
160308 14:43:00 mysqlbackup: INFO: Starting to lock all the tables...
160308 14:43:00 mysqlbackup: INFO: All tables are locked and flushed to disk mysqlbackup: INFO:
--suspend-at-end option is specified.
160308 14:43:00 mysqlbackup: INFO: Suspending the backup procedure to wait until the marker file
'/home/mysql/backup/full/mybackup/datadir/ibbackup_suspended' is deleted.
....
*** log ended **
Which option allows mysqlbackup to continue backing up the rest of the data?
Correct Answer: A
QUESTION NO: 4
Which three backup scenarios can be accommodated with MySQL Enterprise Backup? (Choose three.)
Which three backup scenarios can be accommodated with MySQL Enterprise Backup? (Choose three.)
Correct Answer: B,C,E
QUESTION NO: 5
Which two architecture options can provide Active/Active Master configuration for the MySQL Database?
Which two architecture options can provide Active/Active Master configuration for the MySQL Database?
Correct Answer: D,E
QUESTION NO: 6
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?
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: C,E
QUESTION NO: 7
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?
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: B
QUESTION NO: 8
A Cloud customer already has many database instances configured and running in the cloud, however, they are reporting that they are unable to create any more instances.
What could be the problem?
A Cloud customer already has many database instances configured and running in the cloud, however, they are reporting that they are unable to create any more instances.
What could be the problem?
Correct Answer: C
QUESTION NO: 9
Which three features are available only on MySQL Enterprise Workbench?
Which three features are available only on MySQL Enterprise Workbench?
Correct Answer: A,C,D
QUESTION NO: 10
Your system is being swamped by business users running multiple ad hoc queries. What is a valid way to limit the resources for a particular user?
Your system is being swamped by business users running multiple ad hoc queries. What is a valid way to limit the resources for a particular user?
Correct Answer: A




