CertJukenの1z1-105問題集は、印刷して使えるPDF版、本番環境を再現するデスクトップ版、ブラウザで手軽に取り組めるオンライン版の3つの形態を用意しています。Oracle Linux 6 Advanced System Administrationの対策を、自分の学習スタイルに合った形で進められます。
Oracle 1z1-105 試験概要:
| 認定ベンダー: | Oracle |
|---|---|
| 試験名: | Oracle Linux 6 Advanced System Administration |
| 試験番号: | 1Z0-105 |
| 対応言語: | 英語 |
| 関連資格: | Oracle Certified Professional, Oracle Linux 6 System Administrator |
| 試験形式: | 選択式 |
| サンプル問題: | ![]() |
| 受験方法: | Oracle認定テストセンター、またはOracleが承認したオンライン監督付き試験(Oracleの空き状況による)。 |
| 前提条件: | Oracleは、Oracle Linuxシステム管理に関する事前の知識を推奨しています。この試験は、Oracle Certified Professional, Oracle Linux 6 System Administrator認定パスの一部でした。 |
| 公式シラバスのURL: | https://education.oracle.com/oracle-certification |
Oracle 1z1-105 試験シラバストピック:
| セクション | 目標 |
|---|---|
| 自動化およびエンタープライズ管理 | - 管理の自動化
|
| ネットワークおよびサービスの管理 | - ネットワーク設定
|
| 高度なブートおよびカーネル管理 | - ブートプロセスの管理
|
| システムセキュリティ | - セキュリティ管理
|
| 高度なストレージ管理 | - ストレージ管理
|
| システムの監視とパフォーマンス | - パフォーマンス管理
|
1z1-105試験で受験者がよく抱く疑問
1z1-105は、Oracleが実施する「Other Oracle Certification」を取得するための認定試験です。認定レベルはProfessionalで、実務に即した知識とスキルが問われます。Oracle Certified Professional, Oracle Linux 6 System Administratorなどの関連認定へのステップとしても位置づけられており、キャリアアップを目指す方に広く選ばれています。CertJukenの練習問題を活用すれば、試験の全体像を把握しながら計画的に対策を進められます。
はい。CertJukenでは1z1-105練習問題の無料サンプル(PDFデモ)を用意しており、内容や使い勝手を確かめてから購入を判断できます。購入後は365日間の無料更新が付き、更新期間の終了後は50%割引で継続更新を利用できます。
CertJukenでは「返金保証」を用意しています。購入後60日以内に1z1-105試験を受験して不合格だった場合、受験票の写しと公式のスコアレポート(Score Report)のPDFを試験後2日以内に提出すれば、7日以内に全額返金の手続きが完了します。なお、受験者名と購入時の支払者名が一致している必要があり、購入から3日以内の受験や、実際に受験しなかった場合は対象外です。返金の代わりに、同等の試験対策教材2つを無料で受け取り、購入済み製品の更新サービスを継続する選択も可能です。商品は購入後すぐにダウンロードでき、メールでも1分以内にお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
1z1-105試験の出題範囲は6の分野に分かれています。主な分野は自動化およびエンタープライズ管理、システムセキュリティ、ネットワークおよびサービスの管理です。各分野の詳細な出題項目は、このページ上部の出題範囲一覧で確認できます。
Oracle Linux 6 Advanced System Administration 認定 1z1-105 試験問題:
問題 #1
Examine the contents of /etc/mail/access:
Connect:localhost.localdomain
RELAY
Connect: localhost
RELAY
Connect:127.0.0.1
RELAY
This system is to be used as an MTA or mail gateway for the local LAN network address
192.168.1.0/24.
Which two actions allow this mail host to route email for the network?
A. Runsendmailagain; and the updated file can be accessed automatically.
B. Add this line to/etc/mail/access: From:192.168.1.0 RELAY
C. Rebuild the access database file after the source files have been modified. Restarting the sendmail service automatically rebuilds the maps.
D. Add this line to/etc/mail/access: Connect:192.168.1 RELAY
E. Add this line to/etc/mail/access: To:192.168.1 RELAY
問題 #2
Which three statements are true about an RPM SPEC file?
A. It contains metadata and helper scripts that are required during the build process of a binary RPM.
B. It is a Shell script that can be used to build a binary RPM.
C. It is mandatory for building a binary RPM usingrpmbuild.
D. It contains metadata that will be part of a binary RPM.
問題 #3
Which three statements are true about accessing Windows shares from Linux with SAMBA on Oracle Linux?
A. The password required to accessSAMBAshares on Windows may be specified in themountcommand.
B. Thesmbclientutility uses a lowercase version of the environment variableUSERorLOGNAMEif the username is not provided on the command line.
C. The findsmb utility queries a file to findSAMBAservers.
D. The username and password required to accessSAMBAshares on Windows may be specified in /etc/fstab.
E. Thesmbtreeutility queries a file to findSAMBAservers.
F. The username required to access theSAMBAshares on Windows may be specified in themountcommand.
G. FTPmay be used to accessSAMBAshares on Windows.
問題 #4
Consider the features of virtualization modes.
Which three statements are correct?
A. With paravirtualization (PV), the paravirtualized guests run a modified version of the guest OS, which communicates with the hypervisor by using hypercalls.
B. PV takes advantage of the virtualization hardware extensions offered by the physical server. These hardware extensions are required to run paravirtualized VMs.
C. Xen is a type-2 hypervisor that allows guests to run either as fully paravirtualized (PV guests) or as hardware virtualized (HVM guests), with or without paravirtualized drivers.
D. The Oracle Linux Unbreakable Enterprise Kernel (UEK) is a PVOPS kernel that contains all paravirtualized drivers and can determine whether the underlying system supports FV or PV operations.
E. With full virtualization (FV), all aspects of a guest OS are virtualized. The guest OS running on a virtual machine (VM) can run unmodified.
問題 #5
For which domain or domains does the default cache-only nameserver have a list of authoritative servers in the /var/named/named. ca file?
A. the domain to which the cache only nameserver belongs
B. the domains to which the local DHCP servers belong
C. the root domain
D. the domains to which the local DNS servers belong
解説:
| 問題 #1 正解: B、C | 問題 #2 正解: A、B、C | 問題 #3 正解: B、C、E | 問題 #4 正解: B、C、D | 問題 #5 正解: C |




Fukunaga
近藤**
Tameshige
夕木**
