仕事や学業と両立しながらOracle MySQL 5.7 Database Administratorの合格を目指す方にとって、限られた時間をどう使うかが最大の課題です。CertJukenの1Z0-888練習問題は155問の厳選された内容で、短い準備期間でも出題範囲を効率よくカバーできます。
Oracle 1Z0-888 試験概要:
| 認定ベンダー: | Oracle |
|---|---|
| 試験名: | MySQL 5.7 Database Administrator |
| 試験番号: | 1Z0-888 |
| 試験時間: | 120 分 |
| 出題数: | 124 |
| 認定の有効期間: | MySQL 5.7 リリース試験のライフサイクル期間中有効(固定の有効期限なし) |
| 受験料: | USD 125 (おおよその Oracle 受験料。公式価格を確認してください) |
| 試験形式: | 選択式 |
| 関連資格: | Oracle Certified Professional, MySQL 5.7 Database Administrator |
| 対応言語: | 日本語, 英語 |
| 合格点: | ≈70% (ベンダーの一般的な合格基準、公式の変更に準拠) |
| サンプル問題: | ![]() |
| 受験方法: | Oracleのポリシーに従い、OracleのPearson VUE(オンライン監督試験またはテストセンター)を通じて実施されます。 |
| 前提条件: | 必須となる前提試験はありません。MySQLの実務経験が推奨されます。 |
| 公式シラバスのURL: | https://education.oracle.com/mysql-5-7-database-administrator/pexam_1Z0-888 |
Oracle 1Z0-888 試験シラバストピック:
| セクション | 目標 |
|---|---|
| MySQLのインストールと構成 | - セットアップとインストール
|
| 安定したシステムの監視とメンテナンス | - パフォーマンスと監視
|
| バックアップとリカバリ | - データ保護戦略
|
| パフォーマンスの最適化 | - クエリとシステムのチューニング
|
| MySQLサーバーのアーキテクチャと動作 | - データベースのコア概念
|
| ユーザー管理とセキュリティ | - アクセス制御
|
| レプリケーションと高可用性 | - レプリケーショントポロジ
|
Oracle MySQL 5.7 Database Administratorの疑問をまとめたQ&A
1Z0-888は、Oracleが実施する「MySQL Database Administration」を取得するための認定試験です。認定レベルはプロフェッショナル (Oracle Certified Professional)で、実務に即した知識とスキルが問われます。Oracle Certified Professional, MySQL 5.7 Database Administratorなどの関連認定へのステップとしても位置づけられており、キャリアアップを目指す方に広く選ばれています。CertJukenの練習問題を活用すれば、試験の全体像を把握しながら計画的に対策を進められます。
1Z0-888試験の問題数は124、制限時間は120 分です。1問あたりに使える時間を意識すると、序盤で時間を使いすぎないペース配分が重要になります。見直しの時間を確保するためにも、CertJukenの模擬試験で時間を計りながら解く練習を重ね、本番と同じ時間感覚を身につけておくと安心です。
1Z0-888試験の合格基準点は≈70% (ベンダーの一般的な合格基準、公式の変更に準拠)で、受験料はUSD 125 (おおよその Oracle 受験料。公式価格を確認してください)です。万が一不合格になった場合、再受験には再度全額の受験料が必要になります。そのため、本番の前にCertJukenの練習問題で安定して合格点を超えられるかを確認してから受験することをおすすめします。
はい。CertJukenでは1Z0-888練習問題の無料サンプル(PDFデモ)を用意しており、内容や使い勝手を確かめてから購入を判断できます。購入後は365日間の無料更新が付き、更新期間の終了後は50%割引で継続更新を利用できます。
CertJukenでは「返金保証」を用意しています。購入後60日以内に1Z0-888試験を受験して不合格だった場合、受験票の写しと公式のスコアレポート(Score Report)のPDFを試験後2日以内に提出すれば、7日以内に全額返金の手続きが完了します。なお、受験者名と購入時の支払者名が一致している必要があり、購入から3日以内の受験や、実際に受験しなかった場合は対象外です。返金の代わりに、同等の試験対策教材2つを無料で受け取り、購入済み製品の更新サービスを継続する選択も可能です。商品は購入後すぐにダウンロードでき、メールでも1分以内にお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
1Z0-888試験の出題範囲は7の分野に分かれています。主な分野はレプリケーションと高可用性、パフォーマンスの最適化、ユーザー管理とセキュリティです。各分野の詳細な出題項目は、このページ上部の出題範囲一覧で確認できます。
Oracle MySQL 5.7 Database Administrator 認定 1Z0-888 試験問題:
A MySQL server was initialized with separate UNDO tablespaces. Users complain that when they roll back large transactions, the time to process the request takes too long. The DBA would like to move the MySQL InnoDB UNDO tablespace to a solid-state drive (SSD) for better performance. Is this possible and how?
- A. No. The UNDO tablespaces must remain on the same file system as the system tablespaces.
- B. Yes. Shut down, copy the UNDO tablespaces to the new location, and change the innodb_undo_directory value in your my.cnf.
- C. Yes. Shut down the mysqld process, enable the transportable_tablespace option, and move the UNDO directory to the SSD.
- D. No. The sequential write pattern of the UNDO tablespaces is not supported on modern SSD block devices.
正解:A 🗳️
You have created a new user with this statement:
CREATE USER `erika'@'localhost' IDENTIFIED BY `first#1Pass' PASSWORD EXPIRE; What is the outcome?
- A. You receive a syntax error that indicates that you cannot set a password and expire it at the same time.
- B. When `erika'@'localhost' tries to log in with the MySQL command-line client, the user will have to change the password before seeing the mysql> prompt.
- C. When `erika'@'localhost' tries to log in with the MySQL command-line client, the user will not be permitted to log in because the password is expired.
- D. When `erika'@'localhost' tries to log in with the MySQL command-line client, the user will be permitted to log in but will not be able to issue ant statements until the user changes the password.
正解:D 🗳️
解説: (CertJuken メンバーにのみ表示されます)
You are setting up a new installation of MySQL Server 5.7 (a GA release.) You have used a ZIP or TAR package to ensure that the mysqld binary, along with its support files, such as plug-ins and error messages, now exist on the host. Assume that the default datadir exists on the host. You installed the binary in the default location (the default --basedir value) for your operating system. Which step should you perform before defining your own databases and database tables?
- A. Create a configuration file containing default-storage-engine=InnoDB.
- B. Create additional login accounts (so that everyone does not need to log in as root) and assign them appropriate privileges.
- C. Set an exception in the host machine's firewall to allow external users to talk to mysqld.
- D. Register mysqld as a service that will start automatically on this host machine.
- E. Execute a command with a minimal form of: mysql --initialize
正解:A 🗳️
What are three methods to reduce MySQL server exposure to remote connections? (Choose three.)
- A. setting specific grant privileges to limit remote authentication
- B. setting --mysql_secure_configuration to enable paranoid mode
- C. using SSL when transporting data over remote networks
- D. setting --skip-networking when remote connections are not required
- E. using the sql_mode=STRlCT_SECURE after connections are established for encrypted communications
正解:A、C、D 🗳️
The Performance Schema includes these tables related to status variables:
Which two facts are true about these tables? (Choose two.)
- A. All these tables have the same number of rows.
- B. The variable values in global_statusare the sum of those in status_by_threadgrouped by the variable name.
- C. The session_statustable is equivalent to status_by_threadfor the current thread.
- D. The variable values in status_by_accountare the sum of those in status_by_hostand status_by_user grouped by the variable name.
- E. The global_statustable is equivalent to the SHOW GLOBAL STATUSstatement.
正解:C、D 🗳️

クリック」


Enomoto
相川**
Ooyama
宫原**
