PDF、デスクトップテストエンジン、オンラインテストエンジン——ShikenPASSではCompTIA Linux+ Certification(XK0-005)の学習教材を3つの形式でご用意しています。895問の練習問題を、ご自身の学習スタイルに合わせてお選びいただけます。
CompTIA XK0-005 試験概要:
| 認定ベンダー: | CompTIA |
|---|---|
| 試験名: | CompTIA Linux+ 認定試験 |
| 試験番号: | XK0-005 |
| 試験時間: | 90 分 |
| 出題数: | 最大90問 |
| 受験料: | $369 USD |
| 合格点: | 720 (100-900の尺度) |
| 関連資格: | CompTIA Server+ CompTIA Network+ CompTIA A+ |
| 試験形式: | パフォーマンスベース, 多肢選択式 |
| 対応言語: | 英語 |
| 認定の有効期間: | 3年 |
| サンプル問題: | DOWNLOAD DEMO |
| 受験方法: | Pearson VUEによるオンラインまたは会場受験 |
| 前提条件: | 正式な前提条件はありません。CompTIAは、CompTIA A+、Network+、Server+、および少なくとも12か月の実践的なLinux管理経験を推奨しています。 |
| 公式シラバスのURL: | https://www.comptia.org/en-us/certifications/linux/ |
CompTIA XK0-005 試験シラバストピック:
| セクション | 比重 | 目標 |
|---|---|---|
| トピック 1: トラブルシューティング | 28% | - システムのトラブルシューティング
|
| トピック 2: システム管理 | 32% | - シェルとバックアップ操作
|
| トピック 3: スクリプト、コンテナ、および自動化 | 19% | - 自動化とバージョン管理
|
| トピック 4: セキュリティ | 21% | - 認証と認可
|
CompTIA Linux+ Certification(XK0-005)受験者からのよくあるご質問
XK0-005試験は、CompTIAが実施する公式の認定試験で、合格すると「Linux+」の認定を取得できます。この認定は中級レベルに位置づけられています。関連する認定資格にはCompTIA A+、CompTIA Network+、CompTIA Server+などがあります。詳しい試験情報は、このページの試験概要やほかの質問項目でもご紹介しています。
XK0-005試験の問題数は最大90問、制限時間は90 分です。限られた時間で全問を解き切るには、1問ごとのペースを意識し、難しい問題に時間を使いすぎない進め方が重要です。ShikenPASSのテストエンジンには時間制限付きの模擬試験モードがあるため、本番と同じ時間配分で895問の練習問題に取り組めます。受験直前には、必ず時間を計った通し演習で時間感覚を確認しておきましょう。
XK0-005試験の合格に必要なスコアは720 (100-900の尺度)、受験料は$369 USDです。万が一不合格になった場合、再受験には受験料を再度全額支払う必要があるため、本番前の仕上がり確認が欠かせません。ShikenPASSの練習問題で模擬試験を繰り返し、安定して合格点を上回る状態になってから受験することをおすすめします。
はい。ShikenPASSではCompTIA Linux+ Certification(XK0-005)問題集の無料サンプルをご用意しており、購入前に内容や品質をご確認いただけます。また、ご購入後は365日間無料で最新版にアップデートでき、更新期間終了後の更新も50%割引でご利用いただけます。
ShikenPASSでは「返金保証」をご用意しています。ご購入後60日以内にXK0-005試験を受験して不合格だった場合、受験票の写しと公式スコアレポート(Score Report)のPDFを試験後2日以内にご提出いただければ、7日以内に全額返金の手続きが完了します。なお、ご購入後3日以内の受験や、実際に受験されなかった場合、無料資料・期限切れのご注文は対象外となり、受験者名とお支払い者名の一致が必要です。返金の代わりに、同等の試験資料2点を無料でお受け取りいただき、元の製品の更新サービスを継続することも可能です。商品はお支払い完了後すぐにダウンロードでき、1分以内にメールでもお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
XK0-005試験の出題範囲は、公式の発表では全部で4の分野に分かれています。主な分野としては、「スクリプト、コンテナ、および自動化」(19%)、「トラブルシューティング」(28%)、「セキュリティ」(21%)などが挙げられます。各分野に含まれる詳細なトピックは、上記の試験範囲一覧でご確認ください。
CompTIA Linux+ Certification 認定 XK0-005 試験問題:
問題 #1
A systems administrator must clean up all application files in the directory /var/log/app. However, the company's security policy requires the files to be kept on the backup server for one year. The Linux server has only the tar and bzip2 packages installed.
Which of the following commands will package and compress the files?
A. tar -cvf applicationfiles.tar.bz2 /var/log/app/*
B. tar -xvf applicationfiles.tar.bz2 /var/log/app/*
C. tar -jcvf applicationfiles.tar.bz2 /var/log/app/*
D. tar -zcvf applicationfiles.tar.bz2 /var/log/app/*
問題 #2
A raw VM image is being compressed with bzip2 and copied to a flash drive at /dev/hdb for off- site use by the marketing department.
Which of the following command lines accomplishes this task?
A. mv /vm/mkgt.img | bzip2 /dev/hdb/mkgt.img.bz2
B. bzip2 -c /vm/mktg.img | dd of=/dev/hdb
C. cp -a -r /vm/mktg.img bzip2 /dev/hdb/mktg.img.zip
D. cp /vm/mktg.img | bzip2 /dev/hdb/mktg.img.bz2
問題 #3
A directory called /employeeis shared with many employees in a company. New hardware was acquired, and the systems administrator needs to back up all files in /employeebefore the server is replaced.
Which of the following commands should be used to back up all the files and compress them to use little space in the filesystem?
A. tar -Tpf backup.tar.gz /employee
B. tar -zcvf backup.tar.gz /employee
C. tar -zxvf backup.tar.gz /employee
D. tar -Cvf backup.tar.gz /employee
問題 #4
Some servers in an organization have been compromised. Users are unable to access to the organization's web page and other services. While reviewing the system log, a systems administrator notices messages from the kernel regarding firewall rules:
Which of the following commands will remediate and help resolve the issue?
A.
B.
C.
D. 
問題 #5
A Linux systems administrator receives reports from various users that an application hosted on a server has stopped responding at similar times for several days in a row. The administrator logs in to the system and obtains the following output:
Output 1:
Output 2:
Output 3:
Which of the following should the administrator do to provide the BEST solution for the reported issue?
A. Configure memory allocation policies during business hours and prevent the Java process from going into a zombie state while the server is idle.
B. Configure a different nice value for the Java process to allow for more users and prevent the Java process from restarting during business hours.
C. Configure the swap space to allow for spikes in usage during peak hours and prevent the Java process from stopping due to a lack of memory.
D. Configure more CPU cores to allow for the server to allocate more processing and prevent the Java process from consuming all of the available resources.
解説:
| 問題 #1 正解: C | 問題 #2 正解: B | 問題 #3 正解: B | 問題 #4 正解: B | 問題 #5 正解: C |

クリック」
弊社は製品に自信を持っており、面倒な製品を提供していません。


-澄*薫

