2026年版のMuleSoft Certified Developer - Level 2 (Mule 4)(MCD-Level-2)対策を、今すぐ始めたい方へ。ShikenPASSの練習問題は62問を収録しており、通勤時間や休憩時間などのスキマ時間でも効率よく学習を進められます。
MuleSoft MCD-Level-2 試験概要:
| 認定ベンダー: | MuleSoft (Salesforce) |
|---|---|
| 試験名: | MuleSoft 認定開発者 - レベル 2 (Mule 4) |
| 試験番号: | MCD-Level-2 |
| 関連資格: | MuleSoft 認定開発者 - レベル 1 (Mule 4) |
| 出題数: | 60 |
| 試験時間: | 120 分 |
| 合格点: | 70% |
| 認定の有効期間: | 2年間 |
| 対応言語: | 英語 |
| 試験形式: | 持ち込み不可, 単一選択式, 複数選択式 |
| 受験料: | USD $250+ |
| サンプル問題: | DOWNLOAD DEMO |
| 受験方法: | 監督付きオンライン、または認定試験会場で受験 |
| 前提条件: | MuleSoft 認定開発者 - レベル 1 (Mule 4) の有効な認定資格を保有していること |
| 公式シラバスのURL: | https://trailhead.salesforce.com/credentials/mulesoftdeveloperii |
MuleSoft MCD-Level-2 試験シラバストピック:
| セクション | 目標 |
|---|---|
| トピック 1: 試験分野 / 主要トピック領域 | - テストとデプロイ
|
MuleSoft Certified Developer - Level 2 (Mule 4)の疑問を解決するFAQ
MCD-Level-2試験は、MuleSoft (Salesforce)が実施する公式の認定試験で、合格すると「MuleSoft Certified Developer」の認定を取得できます。この認定は上級レベルに位置づけられています。関連する認定資格にはMuleSoft 認定開発者 - レベル 1 (Mule 4)などがあります。詳しい試験情報は、このページの試験概要やほかの質問項目でもご紹介しています。
MCD-Level-2試験の問題数は60、制限時間は120 分です。限られた時間で全問を解き切るには、1問ごとのペースを意識し、難しい問題に時間を使いすぎない進め方が重要です。ShikenPASSのテストエンジンには時間制限付きの模擬試験モードがあるため、本番と同じ時間配分で62問の練習問題に取り組めます。受験直前には、必ず時間を計った通し演習で時間感覚を確認しておきましょう。
MCD-Level-2試験の合格に必要なスコアは70%、受験料はUSD $250+です。万が一不合格になった場合、再受験には受験料を再度全額支払う必要があるため、本番前の仕上がり確認が欠かせません。ShikenPASSの練習問題で模擬試験を繰り返し、安定して合格点を上回る状態になってから受験することをおすすめします。
はい。ShikenPASSではMuleSoft Certified Developer - Level 2 (Mule 4)(MCD-Level-2)問題集の無料サンプルをご用意しており、購入前に内容や品質をご確認いただけます。また、ご購入後は365日間無料で最新版にアップデートでき、更新期間終了後の更新も50%割引でご利用いただけます。
ShikenPASSでは「返金保証」をご用意しています。ご購入後60日以内にMCD-Level-2試験を受験して不合格だった場合、受験票の写しと公式スコアレポート(Score Report)のPDFを試験後2日以内にご提出いただければ、7日以内に全額返金の手続きが完了します。なお、ご購入後3日以内の受験や、実際に受験されなかった場合、無料資料・期限切れのご注文は対象外となり、受験者名とお支払い者名の一致が必要です。返金の代わりに、同等の試験資料2点を無料でお受け取りいただき、元の製品の更新サービスを継続することも可能です。商品はお支払い完了後すぐにダウンロードでき、1分以内にメールでもお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
MCD-Level-2試験の出題範囲は、公式の発表では全部で1の分野に分かれています。主な分野としては、「試験分野 / 主要トピック領域」などが挙げられます。各分野に含まれる詳細なトピックは、上記の試験範囲一覧でご確認ください。
MuleSoft Certified Developer - Level 2 (Mule 4) 認定 MCD-Level-2 試験問題:
A developer deploys an API to CloudHub and applies an OAuth policy on API Manager. During testing, the API response is slow, so the developer reconfigures the API so that the out-of-the-box HTTP Caching policy is applied first, and the OAuth API policy is applied second.
What will happen when an HTTP request is received?
- A. In case of a cache hit, both the OAuth and HTTP Caching policies are evaluated; then the cached response is returned to the caller
- B. In case of a cache miss, only the HTTP Caching policy is evaluated; then the API retrieves the data from the API implementation, and the policy stores the data to be cached in Object Store
- C. In case of a cache it, only the HTTP Caching policy is evaluating; then the cached response is returned to the caller
- D. In case of a cache miss, both the OAuth and HTTP Caching policies are evaluated; then the API retrieves the data from the API implementation, and the policy does not store the data in Object Store
正解:C 🗳️
解説: (ShikenPASS メンバーにのみ表示されます)
Mule application A is deployed to CloudHub and is using Object Store v2. Mute application B is also deployed to CloudHub.
Which approach can Mule application B use to remove values from Mule application A'S Object Store?
- A. Object Store Connector
- B. CloudHub Connector
- C. Object Store v2 REST API
- D. CloudHub REST API
正解:C 🗳️
解説: (ShikenPASS メンバーにのみ表示されます)
A healthcare portal needs to validate the token that it sends to a Mule API. The developer plans to implement a custom policy using the HTTP Policy Transform Extension to match the token received in the header from the heathcare portal.
Which files does the developer need to create in order to package the custom policy?
- A. JSON properties file, YAML configuration file
- B. Deployable ZIP file, YAML configuration file
- C. XML template file, YAML configuration file
- D. JSON properties file, XML template file
正解:C 🗳️
解説: (ShikenPASS メンバーにのみ表示されます)
A Mule implementation uses a HTTP Request within an Unit Successful scope to connect to an API.
How should a permanent error response like HTTP:UNAUTHORIZED be handle inside Until Successful to reduce latency?
- A. Configure retrying until a MULERETRY_EXHAUSTED error is raised or the API responds back with a successful response.
- B. Put the HTTP Request inside a try scope in Unit Successful.
In the error handler, use On Error Continue to catch permanent errors like HTTP UNAUTHORIZED. - C. Put the HTTP Request inside a try scope in Unit Successful.
In the error handler, use On Error Propagate to catch permanent errors like HTTP UNAUTHORIZED. - D. In Until Successful configuration, set the retry count to 1 for error type HTTP: UNAUTHORIZED.
正解:B 🗳️
解説: (ShikenPASS メンバーにのみ表示されます)
A company with MuleSoft Titanium develops a Salesforce System API using MuleSoft out-of-the-box Salesforce Connector and deploys the API to CloudHub.
Which steps provide the average number of requests and average response time of the Salesforce Connector?
- A. Access Anypoint Monitoring's built-in dashboard. Select a resource.
Locate the information under the Connectors tab. - B. Access Anypoint Monitoring built-in dashboard.
Select a resource.
Locate the information under Log Manager < Raw Data. - C. Change the API Implementation to capture the information in the log.
Retrieve the information from the log file. - D. Access Anypoint Monitoring's built-in dashboard
Seclect a resource.
Create a custom dashboard to retrieve the information.
正解:A 🗳️
解説: (ShikenPASS メンバーにのみ表示されます)

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


-斉藤**

