認定試験の出題内容は定期的に見直されるため、古い教材では太刀打ちできません。CertJukenのC9520-911問題集は65問を収録し、購入後365日間無料で更新され、2026年の最新傾向にも対応した内容を受け取れます。
IBM C9520-911 試験概要:
| 認定ベンダー: | IBM |
|---|---|
| 試験名: | IBM WebSphere Portal 8.0 Solution Development |
| 試験番号: | LOT-911 |
| 対応言語: | 英語 |
| 試験形式: | 選択式 |
| 出題数: | 約65問 |
| 関連資格: | IBM Certified Solution Developer - WebSphere Portal 8.0 |
| サンプル問題: | ![]() |
| 受験方法: | Pearson VUE テストセンターまたはオンライン監督試験(利用可能な場合)。 |
| 前提条件: | 正式な前提試験はありません。IBM WebSphere Portal 8.0 アプリケーションおよびポートレット開発の実務経験が推奨されます。 |
| 公式シラバスのURL: | https://www.ibm.com/training/certification |
IBM C9520-911 試験シラバストピック:
| セクション | 目標 |
|---|---|
| トピック 1: テスト、デプロイ、およびトラブルシューティング | - パフォーマンスの最適化 - 問題判別とロギング - アプリケーションのテストとデバッグ - デプロイ手順 |
| トピック 2: Webコンテンツとパーソナライズ | - Web Content Manager の統合 - パーソナライズルールとターゲティング - コンテンツレンダリングコンポーネント |
| トピック 3: ポータルのアーキテクチャと開発コンセプト | - WebSphere Portal アーキテクチャ - 開発環境の構成 - ポータルフレームワークとAPI |
| トピック 4: セキュリティとポータルサービス | - ユーザー管理とアクセス制御 - ポータルサービスの統合 - 認証と認可 |
| トピック 5: テーマとスキン | - スキンの開発 - レスポンシブおよびモジュール式テーマ - テーマのカスタマイズ |
| トピック 6: ポートレット開発 | - ポートレット間通信 - ポートレットのデプロイとパッケージング - ポートレットのライフサイクルとモード - JSR 168 および JSR 286 ポートレット |
IBM WebSphere Portal 8.0 Solution Developmentの疑問をまとめたQ&A
C9520-911は、IBMが実施する「IBM Certified System Administrator」を取得するための認定試験です。認定レベルはプロフェッショナルで、実務に即した知識とスキルが問われます。IBM Certified Solution Developer - WebSphere Portal 8.0などの関連認定へのステップとしても位置づけられており、キャリアアップを目指す方に広く選ばれています。CertJukenの練習問題を活用すれば、試験の全体像を把握しながら計画的に対策を進められます。
はい。CertJukenではC9520-911練習問題の無料サンプル(PDFデモ)を用意しており、内容や使い勝手を確かめてから購入を判断できます。購入後は365日間の無料更新が付き、更新期間の終了後は50%割引で継続更新を利用できます。
CertJukenでは「返金保証」を用意しています。購入後60日以内にC9520-911試験を受験して不合格だった場合、受験票の写しと公式のスコアレポート(Score Report)のPDFを試験後2日以内に提出すれば、7日以内に全額返金の手続きが完了します。なお、受験者名と購入時の支払者名が一致している必要があり、購入から3日以内の受験や、実際に受験しなかった場合は対象外です。返金の代わりに、同等の試験対策教材2つを無料で受け取り、購入済み製品の更新サービスを継続する選択も可能です。商品は購入後すぐにダウンロードでき、メールでも1分以内にお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
C9520-911試験の出題範囲は6の分野に分かれています。主な分野はテスト、デプロイ、およびトラブルシューティング、セキュリティとポータルサービス、Webコンテンツとパーソナライズです。各分野の詳細な出題項目は、このページ上部の出題範囲一覧で確認できます。
IBM WebSphere Portal 8.0 Solution Development 認定 C9520-911 試験問題:
問題 #1
Usha has developed a JSR 286 compliant portlet. She wants to use it on a WSRP producer so that it can be consumed by a remote IBM WebSphere Portal server. What changes if any should be made?
A. She must set the enable WSRP portlet initialization parameter to true in the portlet.xml file.
B. She does not have to make any changes.
C. She should change her portlet class to implement ServiceDescription, Markup, Registration and PortletManagement interface.
D. She should change her portlet class to implement ServiceDescription and Markup interface.
問題 #2
Emery is trying to make it so users from a specific geographic location do not have access to a specific metrics application hosted on their IBM WebSphere Portal server. Which of the following options is provided within WebSphere Portal that Emery can use to this purpose?
A. Emery's users must register as being from a specific geography and Emery can develop workflow methods leveraging thePortalUserIdentityBean (or PUIB) object to ensure the portlet does not generate markup for the user in this geography.
B. Emery can use Personalization Rules to hide the portlet, leveraging information in the user repository regarding the user's geographiclocation.
C. Emery can use the
D. None of the above. Emery is going to need to create a page and assign metadata parameters to hide the specific portlet from users fromgeographies that are not allowed to see it.
問題 #3
The XYZ company has a custom portlet that provides access to data from the company's mainframe. Twice a day, the mainframe performs a batch process to update the data. During the batch process, the portlet cannot access the data. Which one of the following options allows Sara to hide the portlet during the batch processing times?
A. Use the Personalization editor to create a portlet visibility rule and to assign the rule to the portlet.
B. Use the Policy editor to create a portlet availability policy, then use the Page Layout editor to assign the policy to the portlet.
C. Use the Policy editor to create a portlet availability policy and to assign the policy to the portlet.
D. Use the Personalization editor to create a portlet visibility rule, then use the Page Layout editor to assign the rule to the portlet.
問題 #4
The following code defines the selectEmployee() method in a portlet: @processAction(name=select) void selectEmployee(ActionRequest, ActionResponse) throws PortletException, java.io.IOException { } To use the portlet action dispatching, which of the following key-value pairs must be set as a parameter in the HTML form?
A. javax.portlet.action / selectEmployee
B. processAction / selectEmployee
C. processAction / select
D. javax.portlet.action / select
問題 #5
The javax.portlet.GenericPortlet abstract class provides default functionality and convenience methods for handling portlet requests. It provides a default implementation for which interfaces from the javax.portlet package?
A. Portlet, PortletConfig, PortletPreferences, PortletSession
B. EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
C. EventPortlet, Portlet, PortletConfig, PortletContext
D. EventPortlet, Portlet, PortletPreferences, PortletSession
解説:
| 問題 #1 正解: B | 問題 #2 正解: B | 問題 #3 正解: D | 問題 #4 正解: D | 問題 #5 正解: B |




Gotou
堀口**
Hirano
伊藤**
