Oracle 1z0-908 Exam Practice Questions (P. 4)
- 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 #16
Binary log events for the ‘mydb1’ schema must be copied to a different schema name ‘mydb2’.
Which command will do this?
Which command will do this?
- Amysqlbinlog --rewrite-db=’mydb1->mydb2’ | mysqlMost Voted
- Bmysqlbinlog --datebase=mydb1 --database=mydb2 | mysql
- Cmysqlbinlog --rewrite-db=’mydb1’ --rewrite-db=’mydb2’ | mysql
- Dmysqlbinlog --read-from-remote-server --raw | sed ‘s/mydb1/mydb2/g’ | mysql
Correct Answer:
D
D
send
light_mode
delete
Question #17
Examine this MySQL Shell command:
dba.rebootClusterFromCompleteOutage()
Which two statements are true? (Choose two.)
dba.rebootClusterFromCompleteOutage()
Which two statements are true? (Choose two.)
- AIt reconfigures InnoDB Cluster if the cluster was stopped.Most Voted
- BIt performs InnoDB Cluster instances rolling restart.
- CIt only starts all InnoDB Cluster instances.
- DIt is not mandatory that all instances are running and reachable before running the command.
- EIt stops and restarts all InnoDB Cluster instances and initializes the metadata.
- FIt only stops and restarts all InnoDB Cluster instances.
- GIt picks the minimum number of instances necessary to rebuild the quorum and reconfigures InnoDB Cluster.Most Voted
Correct Answer:
BD
BD
send
light_mode
delete
Question #18
Which two statements are true about MySQL server multi-source replication? (Choose two.)
- AIt is not compatible with auto-positioning.
- BIt needs to be re-instanced after a crash to maintain consistency.
- CIt uses only time-based replication conflict resolution.
- DIt relies on relay_log_recovery for resilient operations.Most Voted
- EIt does not attempt to detect or resolve replication conflicts.Most Voted
- FIt must use GTID replication.
Correct Answer:
CF
CF
send
light_mode
delete
Question #19
Which command enables rule-based MySQL Auditing capabilities?
- Ashell> mysql < audit_log_filter_linux_install.sql
- Bshell> mysqld --initialize --log-raw=audit.log
- Cmysql> INSTALL PLUGIN audit_log;
- Dmysql> INSTALL COMPONENT audit_log;
Correct Answer:
A
A
send
light_mode
delete
Question #20
Examine this SQL statement:
mysql> GRANT r_read@localhost TO mark WITH ADMIN OPTION;
Which two are true? (Choose two.)
mysql> GRANT r_read@localhost TO mark WITH ADMIN OPTION;
Which two are true? (Choose two.)
- AMark can grant the privileges assigned to the r_read@localhost role to another user.
- BADMIN OPTION causes the role to be activated by default.
- CMark can grant the r_read@localhost role to another user.Most Voted
- DMark can revoke the r_read@localhost role from another role.Most Voted
- EADMIN OPTION allows Mark to drop the role.
- FMark must connect from localhost to activate the r_read@localhost role.
Correct Answer:
AE
AE
send
light_mode
delete
All Pages