MySQL 1Z0-908 sample questions with explanations, traps, topic labels, and IT Mastery route links.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for MySQL 8.0 Database Administrator (1Z0-908) topics such as backup choice, binary logs, replication safety, account privileges, configuration, monitoring, and recovery planning. The prompts focus on operational judgment, not memorizing isolated commands.
The sample set below is part of the Oracle MySQL 1Z0-908 guide path:
Work through each prompt before opening the explanation. For DBA questions, start with recoverability, safety, and the least risky operational path.
Topic: Point-in-time recovery requirement
A database is backed up every night. The business asks whether it can recover to 10:17 a.m. after an accidental data change at 10:20 a.m. What must be available in addition to a usable backup?
SELECT privileges.Best answer: A
Explanation: Point-in-time recovery uses a backup plus binary log events replayed up to the target time or position. Without the relevant binary logs, the restore can only reach the backup point.
Why the other choices are weaker:
What this tests: Backup strategy, binary log purpose, and RPO-aware recovery planning.
Related topics: Backup; Binary logs; Point-in-time recovery; RPO
Topic: Least privilege for maintenance
A monitoring tool needs to read server status and performance information but must not modify application data. Which approach best matches the security goal?
Best answer: B
Explanation: A dedicated low-privilege account limits blast radius and keeps monitoring separate from application or administrative access.
Why the other choices are weaker:
What this tests: Least privilege, account separation, and operational security judgment.
Related topics: Privileges; Monitoring; Security; Accounts
Topic: Replication lag response
A read replica is lagging during a reporting workload. The application requires fresh reads for payment status but can tolerate stale reads for dashboard charts. What is the safest routing choice?
Best answer: B
Explanation: Freshness requirements should drive read routing. Critical reads that cannot tolerate stale data should use the primary, while tolerant dashboard reads can continue using the replica during investigation.
Why the other choices are weaker:
What this tests: Replication lag, read consistency, failover caution, and operational tradeoffs.
Related topics: Replication; Read routing; Consistency; Failover
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by Oracle or any certification body.