認定試験の出題内容は定期的に見直されるため、古い教材では太刀打ちできません。CertJukenの1z1-106問題集は62問を収録し、購入後365日間無料で更新され、2026年の最新傾向にも対応した内容を受け取れます。
Oracle 1z1-106 試験概要:
| 認定ベンダー: | Oracle |
|---|---|
| 試験名: | Oracle Linux 8 高度システム管理 |
| 試験番号: | 1Z0-106 |
| 関連資格: | Oracle Certified Professional, Oracle Linux Oracle Linux 8 システム管理 |
| 対応言語: | English |
| サンプル問題: | ![]() |
| 前提条件: | Oracle Linux 8 システム管理の経験を推奨 |
Oracle 1z1-106 試験シラバストピック:
| セクション | 目標 |
|---|---|
| 高度なシステム構成および管理 | - システムの初期化とサービス管理 - カーネルパラメータとチューニング |
| ストレージ管理 | - 高度な LVM 構成 - ファイルシステムの管理とチューニング |
| ネットワークとセキュリティ | - ファイアウォールとセキュリティ制御 - ネットワーク構成とトラブルシューティング |
| システムのトラブルシューティングとパフォーマンス | - パフォーマンスの監視と最適化 - ログ分析と診断 |
Oracle Linux 8 Advanced System Administrationに関するよくある質問
1z1-106は、Oracleが実施する「Oracle Linux 8 高度システム管理」を取得するための認定試験です。認定レベルはProfessionalで、実務に即した知識とスキルが問われます。Oracle Linux 8 システム管理、Oracle Certified Professional, Oracle Linuxなどの関連認定へのステップとしても位置づけられており、キャリアアップを目指す方に広く選ばれています。CertJukenの練習問題を活用すれば、試験の全体像を把握しながら計画的に対策を進められます。
はい。CertJukenでは1z1-106練習問題の無料サンプル(PDFデモ)を用意しており、内容や使い勝手を確かめてから購入を判断できます。購入後は365日間の無料更新が付き、更新期間の終了後は50%割引で継続更新を利用できます。
CertJukenでは「返金保証」を用意しています。購入後60日以内に1z1-106試験を受験して不合格だった場合、受験票の写しと公式のスコアレポート(Score Report)のPDFを試験後2日以内に提出すれば、7日以内に全額返金の手続きが完了します。なお、受験者名と購入時の支払者名が一致している必要があり、購入から3日以内の受験や、実際に受験しなかった場合は対象外です。返金の代わりに、同等の試験対策教材2つを無料で受け取り、購入済み製品の更新サービスを継続する選択も可能です。商品は購入後すぐにダウンロードでき、メールでも1分以内にお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
1z1-106試験の出題範囲は4の分野に分かれています。主な分野はシステムのトラブルシューティングとパフォーマンス、ネットワークとセキュリティ、高度なシステム構成および管理です。各分野の詳細な出題項目は、このページ上部の出題範囲一覧で確認できます。
Oracle Linux 8 Advanced System Administration 認定 1z1-106 試験問題:
Examine this command and output:
# mdadm --detail /dev/md0
/dev/md0:
Version: 1.2
Creation Time: Tue Oct 27 16:53:38 2020
Raid Level: raid5
Array Size: 207872 (203.03 MiB 212.86 MB)
Used Dev Size: 103936 (101.52 MiB 106.43 MB)
Raid Devices: 3
Total Devices: 3
Persistence : Superblock is persistent
Update Time: Tue Oct 27 16:53:38 2020
State: clean, degraded, recovering
Active Devices: 2
Working Devices: 3
Failed Devices: 0
Spare Devices: 1
Layout: left-symmetric
Chunk Size: 512K
Rebuild Status: 60% complete
Name: ol8.example.com:0 (local to host ol8.example.com)
UUID: 70f8bd2f:0505d92d:750a781e:c224508d
Events: 66
Number Major Minor RaidDevice State
0 8 49 0 active sync /dev/sdd1
1 8 65 1 active sync /dev/sde1
3 8 81 2 spare rebuilding /dev/sdf1
Which two are true?
- A. The RAID set read and write performance is currently sub-optimal.
- B. A new RAID device was just added to replace a failed one.
- C. A RAID device failed and has returned to normal operating status.
- D. An extra device was added to this RAID set to increase its size.
- E. Only write performance is currently sub-optimal on this RAID set.
正解:A、B 🗳️
解説: (CertJuken メンバーにのみ表示されます)
Which two statements are true about the Linux Auditing System?
- A. Auditing modes include permissive, enforcing, and disabled.
- B. Auditing can scan for Common Vulnerabilities and Exposures (CVE) and automatically apply needed patches to a system.
- C. Auditing includes security policies, each of which includes security rules, or checks, which are checked when you run a security scan.
- D. Auditing system call rules can affect system performance depending on the amount of information that is logged.
- E. Auditing rules can log administrator attempts to access user home directories.
正解:D、E 🗳️
解説: (CertJuken メンバーにのみ表示されます)
Examine this command and output:
$ ftp host01.example.com
Connected to host01.example.com (192.168.40.131).
220 (vsFTPd 3.0.2)
Name (host01.example.com:oracle):
After entering a carriage return, this error message is displayed:
530 Permission denied
Login Failed
ftp>
Why is the oracle user denied access to the FTP server on host01.example.com?
- A. LOCAL_ENABLE is set to NO in /etc/vsftpd/vsftpd.conf.
- B. The oracle user does not exist on host01.example.com.
- C. The oracle user is listed in /etc/vsftpd/user_list and USERLIST_ENABLE is set to YES in /etc/vsftpd
/vsftpd.conf. - D. The oracle user is listed in /etc/vsftpd/user_list and USERLIST_ENABLE is set to NO in /etc/vsftpd
/vsftpd.conf. - E. The oracle user is listed in /etc/vsftpd/ftpusers.
正解:C 🗳️
解説: (CertJuken メンバーにのみ表示されます)
Examine this segment of /etc/rsyslog.conf:
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* -/var/log/maillog
# Log cron stuff
cron.* /var/log/cron
# Everybody gets emergency messages
*.emerg :omusrmsg:*
Now examine this log output:
less
Nov 9 20:32:16 server02 sudo[4570]: pam_unix(sudo:session): session opened for user opc (uid=0) Nov 9 20:32:17 server02 sudo[4570]: pam_unix(sudo:session): session closed Nov 9 20:32:24 server02 unix_chkpwd[4661]: password check failed for user Nov 9 20:32:24 server02 su[4581]: pam_unix(su:auth): authentication failed; logname= uid=1000 euid=0 tty=pts/0 ruser=opc rhost= user=root Which setting enabled the reporting of this log file output?
- A. cron.* /var/log/cron
- B. authpriv.* /var/log/auth
- C. #kern.* /dev/sssd/sssd.log
- D. *.emerg *
- E. *.info;mail.none;authpriv.none;cron.none /var/log/messages
正解:B 🗳️
解説: (CertJuken メンバーにのみ表示されます)
Which two directories store PAM authentication modules?
- A. /var/lib
- B. /lib/security
- C. /etc/pam.d
- D. /usr/lib
- E. /lib64/security
正解:B、E 🗳️
解説: (CertJuken メンバーにのみ表示されます)




Sawamatsu
伊妻**
Matsumoto
佐藤**
