Oracle 1z0-888 Exam Practice Questions (P. 3)
- Full Access (155 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 #11
You are contacted by a user who does not have permission to access a database table. You determine after investigation that this user should be permitted to have access and so you execute a GRANT statement to enable the user to access the table.
Which statement describes the activation of that access for the user?
Which statement describes the activation of that access for the user?
- AThe access does not take effect until the user logs out and back in.
- BThe access does not take effect until the next time the server is started.
- CThe access is available immediately.
- DThe access does not take effect until you issue the FLUSH PRIVILEGES statement.
Correct Answer:
C
C
send
light_mode
delete
Question #12
You have a MySQL replication setup and you intentionally stop the SQL thread on the slave.

What are two reasons that you may stop the SQL thread on the slave while keeping the I/O thread running? (Choose two.)

What are two reasons that you may stop the SQL thread on the slave while keeping the I/O thread running? (Choose two.)
- Ato allow the remaining events to be processed on the slave while not receiving new events from the master
- Bto allow a backup to be created under reduced load
- Cto allow for point-in-time recovery on the slave
- Dto prevent schema changes from propagating to the slave before they are validated
- Eto prevent any transaction experiencing a deadlock
Correct Answer:
BC
BC
send
light_mode
delete
Question #13
Which two methods accurately monitor the size of your total database size over time? (Choose two.)
- Amonitoring the Innodb_rows_inserted status variable
- Bmonitoring the innodb_redo_log_size variable
- Cmonitoring the information_schema.TABLES tableMost Voted
- Dmonitoring datadir size in the operating systemMost Voted
- Emonitoring cumulative Innodb_page_size increase
- Fmonitoring the performance_schema_hosts_size variable
Correct Answer:
CF
CF
send
light_mode
delete
Question #14
Consider the index information for the dept_emp table in the employee’s schema:

Which two conclusions can be made based on the output of the query? (Choose two.)

Which two conclusions can be made based on the output of the query? (Choose two.)
- AThere are three indexes on the table.Most Voted
- BThere is a redundant index on the dept_no column.
- CThe secondary indexes are optimized for unique key look-ups.
- DThe values on the emp_no column must be unique.
- EThe selectivity of the dept_no column is the best of the indexed columns.
- FThere is a redundant index on the emp_no column.Most Voted
Correct Answer:
CF
CF
send
light_mode
delete
Question #15
Which two statements are true about InnoDB auto-increment locking? (Choose two.)
- AInnoDB never uses table-level locks.
- BInnoDB always protects auto-increment updates with a table-level lock
- CInnoDB does not use locks to enforce auto-increment uniqueness.
- DThe auto-increment lock can be a table-level lock.
- ESome settings for innodb_autoinc_lock_mode can help reduce locking.
Correct Answer:
DE
DE
send
light_mode
delete
All Pages