没有合适的资源?快使用搜索试试~ 我知道了~
首页MySQL 5.7 OCP
资源详情
资源评论
资源推荐

Exam : 1z0-888
Title : MySQL 5.7 Database
Administrator
Vendor : Oracle
Version : V12.75
IT Certification Guaranteed, The Easy Way!
1

NO.1 To satisfy a security requirement, you have created or altered some user accounts to include
REQUIRE X509.
Which additional task needs to be performed for those user accounts to fulfill the requirement to use
X509?
A. Install the X509 plug-in on the server.
B. Set the X509 option in the [client] section of the MySQL server's configuration file.
C. Restart the server with the --require-x509 option.
D. Distribute client digital certificates to the client computers being used to log in by the user
accounts.
E. Provide users access to the server's private key.
Answer: B
NO.2 A master-slave replication setup has the slave showing this error:
On the master server, the binary logs show:
What could explain this error? (Choose two.)
A. binlog_cache_size=1024 is too small and transactions are lost.
B. binlog_format=STATEMENT and a non-deterministic query was executed.
C. enforce_gtid_consistency=ON and consistency is broken between the master and the slave.
D. The sync_relay_log=1000 setting on the slave is too small.
E. sync_binlog=0 and the master server crashed.
Answer: A,C
NO.3 You attempt to connect to a MySQL Server by using the mysql client program. However, you
receive this notice:
What would you run to fix the issue?
A. the mysql_upgrade script
B. the mysql client with the --ignore-password-hashing option
C. the mysql_secure_installation script to update server security settings
D. the mysql client with the --enable-cleartext-plugin option
E. the install plugin command for the mysql_cleartext_password plugin
Answer: C
Reference: http://planet.mysql.com/entry/?id=34077
IT Certification Guaranteed, The Easy Way!
2

NO.4 You are using the Performance Schema to investigate replication on a slave which has a single
master. The option slave-parallel-type is set to DATABASE.
Assume that all instruments and consumers are enabled and all threads are instrumented.
Which two facts can be concluded from the given output?
A. The salve has two intermediate relay slaves connected to it.
B. The slave is configured with slave_parallel_workers = 4
C. At most, two schemas are being updates concurrently.
D. THREAD_ID 21 has stopped running.
E. The slave cannot process the relay log fast enough to use all threads.
F. The server needs more cores to use all slave threads.
Answer: B,E
NO.5 One of your colleagues is trying to make a change using the mysql command-line client for his
or her application session.
The colleague instant messages you this command:
mysql> SET SESSION max_connections = 200;
Why does the command fail?
A. max_connections requires the GLOBAL scope.
B. Its current user does not have the SUPER privilege.
C. max_connections is not a dynamic variable. You need to change the config file and restart the
database.
IT Certification Guaranteed, The Easy Way!
3

D. Users can control only the max_user_connections variable.
Answer: A
NO.6 You have a consistent InnoDB backup created with mysqldump, the largest table is 50 GB in
size.
You start to restore your backup with this command;
shell> mysql -u root -p < backup.sql
After 30 minutes, you notice that the rate of restore seems to have slowed down. No other processes
or external factors are affecting server performance.
Which is the most likely explanation for this slowdown?
A. The MySQL server has stopped inserting data to check index consistency.
B. InnoDB is doing CRC32 checks over the tablespace data as it grows.
C. The MySQL server is taking a periodical snapshot of data so it can resume the restore if it is
interrupted mid-way.
D. InnoDB has filled the redo log and now must flush the pages.
E. Secondary indexes no longer fit into the buffer pool.
Answer: A
NO.7 After analysis on the slow query log on a high-end OLTP service, the table identified in the slow
queries is:
What are the two most likely reasons for the slowness given this output?
A. Date should be a TIMESTAMP field for better performance.
B. The User field is too long for most names.
C. The engine type is not appropriate to the application use.
D. Using default values for DATETIME causes table scans.
E. No indexes are defined.
Answer: C,E
NO.8 An admin attempts to enforce stronger security by using these commands:
IT Certification Guaranteed, The Easy Way!
4

The admin then leaves the system running with the specified changes. What are two remaining
security concerns?
A. validate_password_policy cannot be set without restarting the MySQL instance.
B. The name of the dictionary file is too obvious.
C. The dictionary file word list is too short.
D. validate_password_dictionary_file cannot be set without restarting the MySQL instance.
E. The validate_password plug-in has not been loaded.
F. The dictionary file is an insecure location.
Answer: B,F
NO.9 These details are shown when logged in to an account:
Which set of statements would match the accounts shown?
A. mysql> CREATE USER 'employee'@'localhost' IDENTIFIED BY 'more_secrets'; mysql> CREATE USER
''@'' IDENTIFIED BY 'valid_password' WITH PROXY
IT Certification Guaranteed, The Easy Way!
5
剩余32页未读,继续阅读








安全验证
文档复制为VIP权益,开通VIP直接复制

评论0