IBM Notes and Domino 9.0 Social Edition Application Development Bは出題範囲が広く、独学だけでは論点の取りこぼしが起きがちな試験です。Tech4Examが用意するC2040-410向けの116問の問題集は、本試験の傾向を踏まえて構成されており、苦手分野を的確に洗い出せます。
IBM C2040-410 試験概要:
| 認定ベンダー: | IBM |
|---|---|
| 試験名: | IBM Notes and Domino 9.0 Social Edition アプリケーション開発 B |
| 試験番号: | LOT-410 |
| 対応言語: | English |
| 推奨トレーニング: | IBM トレーニング - Notes および Domino 開発 |
| 受験申し込み: | IBM 認定およびトレーニングポータル |
| サンプル問題: | DOWNLOAD DEMO |
| 受験方法: | Pearson VUE テストセンター / オンライン監督試験(利用可能状況は異なる場合があります) |
| 前提条件: | IBM Notes および Domino アプリケーション開発の概念に関する知識 |
IBM C2040-410 試験シラバストピック:
| セクション | 目標 |
|---|---|
| XPages 開発 | - データソースとバインド - XPages アプリケーションの構造 - XPages におけるサーバーサイド JavaScript |
| アプリケーションのデプロイとメンテナンス | - アプリケーションのパフォーマンスに関する考慮事項 - 設計要素のデプロイ |
| Domino Designer での開発 | - 式と @関数 - フォーム、ビュー、およびページの設計 |
| アプリケーション開発の基礎 | - Notes クライアントと Web アプリケーションの動作の比較 - Domino アプリケーションアーキテクチャ |
| セキュリティとアクセス制御 | - 認証と認可の概念 - ACL とデータベースセキュリティ |
| LotusScript および Java エージェント | - LotusScript によるバックエンド処理 - Java エージェントの統合 - エージェントの開発とスケジュール設定 |
C2040-410試験のQ&A – 受験前に知っておきたいこと
C2040-410試験はIBM Notes and Domino 9.0 Social Edition Application Development Bの公式認定試験で、合格するとIBM 認定アプリケーション・デベロッパー - Notes and Domino 9.0 Social Editionの認定を取得できます。この認定はProfessionalレベルに位置づけられています。Tech4Examでは、この試験の出題傾向に沿った116問の練習問題をご用意しています。
受験条件は見直される場合があります。お申し込みの前に、で最新の情報をご確認ください。
C2040-410試験は、以下の公式窓口からお申し込みいただけます。
試験方式については、Pearson VUE テストセンター / オンライン監督試験(利用可能状況は異なる場合があります)
IBMが推奨する公式トレーニングには、以下のようなものがあります。
公式トレーニングで知識を体系的に学んだうえで、Tech4Examの116問の練習問題に取り組めば、理解度を試験形式で確かめながら弱点を補強できます。
はい、Tech4ExamではC2040-410練習問題の無料サンプルをご用意しています。116問の問題集の一部を事前にご確認いただけるので、内容や品質に納得してからご購入いただけます。ご購入後は365日間の無料アップデートが付き、期間終了後も50%割引で更新を継続いただけるため、常に最新の出題内容に沿って学習できます。
Tech4Examには返金保証があります。ご購入後60日以内に対応する試験を受験して不合格だった場合、全額返金をお申し込みいただけます。ただし、購入後3日以内の受験による不合格、ダウンロード後に実際の試験を受験しなかった場合、無料資料や有効期限切れのご注文は対象外となり、受験者の氏名はお支払い者の氏名と一致している必要があります。お申し込みの際は、受験票のコピーと公式のScore ReportのPDFを試験後2日以内にご提出ください。提出後7日以内に手続きが完了します。返金の代わりに、同等の試験資料2点を無料でお受け取りいただき、お手持ちの製品の更新サービスをそのまま継続する選択も可能です。納品は即時ダウンロード方式で、お支払い完了後1分以内にメールでお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールするパソコンの台数に制限はありません。
C2040-410試験の出題範囲は6の領域に分かれています。主な領域として、「XPages 開発」、「アプリケーションのデプロイとメンテナンス」、「LotusScript および Java エージェント」などが挙げられます。各領域の詳しい内訳については、このページ上部に掲載している試験シラバスをご確認ください。
IBM Notes and Domino 9.0 Social Edition Application Development B 認定 C2040-410 試験問題:
問題 #1
Tyler has designed a viewMobilePage to display a listing of customer names from the CustomersByName view. During testing Tyler determined that to avoid scrolling he will need to restrict the number of customer names displayed on the viewMobilePage to ten. How can he do this?
A. Add the property and value of rows="10" to the <xe:mobileView> control.
B. Add the property and value of rows="10" to the <xp:viewPanel> control.
C. Add the property and value of rows="10" to the <xp:dominoView> control.
D. Add the property and value of rows="10" to the <xe:dataView> control.
問題 #2
Jessica wants to design a Page that passes all data directly to the browser and treat the entire Page as HTML. How would she do this?
A. Click on "Render pass through HTML in Notes" in the Page properties.
B. Save all data in a HTML file and click on Import > File.
C. Select all the text on the Page and choose Text > Pass through HTML.
D. Select all text on the Page and choose Edit > Convert to HTML.
問題 #3
Jack wants to be able to add a client-side JavaScript (CSJS) library as a resource to his XPages custom control. How would he accomplish this?
A. Within the Properties view of the custom control, select "Dojo" and select the "Insert Custom Library" option. Then follow the prompts to add theappropriate library.
B. Within the Properties view of the custom control, select "Resources" and then add the appropriate resource by selecting from the prompts.
C. Within the Events view of the custom control, select the onClientLoad event and insert the resource name within the client-side JavaScriptsection.
D. Jack cannot accomplish this as resources can only be added to XPages and not custom controls.
問題 #4
There is a requirement in a XPage to display a dialog box to gather data from the user without losing the context of the underlying XPage. After the user enters FirstName, LastName, and MiddleInitial, the underlying XPage should be updated with the "Full Name". Which control should be used?
A. @DialogBox
B. Value Picker control
C. Name Picker
D. Dialog control
問題 #5
Which server-side JavaScript statement will return the user to the xHome.xsp XPage?
A. session.openPage("xHome.xsp")
B. facesContext.redirectToHome()
C. context.redirectToPage("xHome.xsp")
D. window.location("xHome.xsp")
解説:
| 問題 #1 正解: D | 問題 #2 正解: A | 問題 #3 正解: B | 問題 #4 正解: D | 問題 #5 正解: C |

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


-Satou

