최신 Oracle MySQL 1Z0-922 무료샘플문제:
1. Which MySQL tool allows administrators to monitor resource usage such as memory, CPU, and disk I/O?
A) Performance Schema
B) MySQL Query Optimizer
C) MySQL Replication
D) MySQL Enterprise Backup
2. Which command is used to configure MySQL Enterprise Audit to start logging database events?
A) SET audit_log_enable = ON;
B) GRANT AUDIT ON *.* TO 'audit_user';
C) CREATE AUDIT TRAIL FOR 'audit_user';
D) INSTALL PLUGIN audit_log;
3. Which MySQL Enterprise Edition feature helps to enforce user privileges?
A) MySQL Enterprise Monitor MySQL
B) MySQL Role-Based Access Control
C) Cache
D) Enterprise Backup MySQL Query
4. What is the role of the storage engine in MySQL architecture?
A) To handle data storage, retrieval, and indexing
B) To manage user authentication and permissions
C) To execute queries and return results to clients
D) To analyze query performance and provide optimization suggestions
5. In MySQL replication, which component ensures the replica is synchronized with the primary?
A) The performance schema
B) The relay log
C) The binary log
D) The query cache
질문과 대답:
질문 # 1 정답: A | 질문 # 2 정답: D | 질문 # 3 정답: B | 질문 # 4 정답: A | 질문 # 5 정답: B |