Oracle 1z0-908 Exam Practice Questions (P. 2)
- 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 #6
Which two are features of MySQL Enterprise Firewall? (Choose two.)
- Arecording incoming SQL statement to facilitate the creation of a whitelist of permitted commandsMost Voted
- Bblocking of potential threats by configuring pre-approved whitelistsMost Voted
- Cmodifying SQL statement dynamically with substitutions
- Dautomatic locking of user accounts who break your firewall
- Eprovides stateless firewall access to TCP/3306
Correct Answer:
BC
BC
send
light_mode
delete
Question #7
Examine the modified output:

Seconds_Behind_ Master value is steadily growing.
What are two possible causes? (Choose two.)

Seconds_Behind_ Master value is steadily growing.
What are two possible causes? (Choose two.)
- AThe master is most probably too busy to transmit data and the slave needs to wait for more data.Most Voted
- BOne or more large tables do not have primary keys.
- CThis value shows only I/O latency and is not indicative of the size of the transaction queue.
- DThe master is producing a large volume of events in parallel but the slave is processing them serially.Most Voted
- EThe parallel slave threads are experiencing lock contention.
Correct Answer:
CD
CD
send
light_mode
delete
Question #8
You must configure the MySQL command-line client to provide the highest level of trust and security when connecting to a remote MySQL Server.
Which value of --ssl-mode will do this?
Which value of --ssl-mode will do this?
send
light_mode
delete
Question #9
Consider this shell output and executed commands:
[root@oel7 ~]# ps aux | grep mysqld
mysql 2076 3.5 24.6 1386852 372572 ? Ssl 12:01 0:01 /usr/sbin/mysqid
[root@oel7 ~]# kill -15 2076
Which statement is true about MySQL server shutdown?
[root@oel7 ~]# ps aux | grep mysqld
mysql 2076 3.5 24.6 1386852 372572 ? Ssl 12:01 0:01 /usr/sbin/mysqid
[root@oel7 ~]# kill -15 2076
Which statement is true about MySQL server shutdown?
- Akill -15 should be avoided. Use other methods such as mysqladmin shutdown or systemctl stop mysqld.
- Bkill -15 and kill -9 are effectively the same forced shutdown that risk committed transactions not written to disk.
- Ckill -15 carries out a normal shutdown process, such as mysqladmin shutdown.Most Voted
- Dmysqld_safe prohibits commands that would harm the operation of the server. An error would be returned by the kill command.
Correct Answer:
C
C
send
light_mode
delete
Question #10
You wish to protect your MySQL database against SQL injection attacks.
Which method would fail to do this?
Which method would fail to do this?
- Ainstalling and configuring the Connection Control plugin
- Bavoiding concatenation of SQL statements and user-supplied values in an application
- Cusing stored procedures for any database access
- Dusing PREPARED STATEMENTSMost Voted
Correct Answer:
C
C
send
light_mode
delete
All Pages