最近更新の2023年11月テストエンジンとPDF MuleSoft MCD-Level-1日本語テストあなたの最速MuleSoft合格準備を保証させる! [Q30-Q50]

Share

最近更新の2023年11月テストエンジンとPDF MuleSoft MCD-Level-1日本語テストあなたの最速MuleSoft合格準備を保証させる!

完全版MCD-Level-1日本語練習テスト226別格な問題と解釈が待ってます。今すぐゲット!

質問 # 30
ペイロードを参照してください。


Set payload トランスフォーマーは、ペイロードをオブジェクトに設定します。ロガー コンポーネントのメッセージ属性は、文字列「Result #["INFO"++ payload]」で構成されます。このフローを実行すると、ロガーの出力は何になりますか?

  • A. エラー: インライン式 # を ++ なしで評価しました
  • B. 1. 1. 「次の引数を指定して関数 '++' を呼び出しました:
    2.2.1: 文字列 (「情報」)
    3. 3: オブジェクト ({student: {name: "Anay" as String {class: "java.lang.String"},age: 6 as Numbe...)
  • C. 結果INFOペイロード
  • D. 結果情報{"学生":{"名前":"アナイ","年齢":6}}

正解:B

解説:
Correct answer is as below as concatenation operation works only with string and not with the objects. In this case payload is object.
"You called the function '++' with these arguments:
1: String ("INFO")
2: Object ({student: {name: "Anay" as String {class: "java.lang.String"},age


質問 # 31
展示品をご参照ください。
Web クライアントは HTTP リスナーに GET リクエストを送信します。
Web クライアントにはどのような応答メッセージが返されますか?

  • A. 「終わり」
  • B. 「開始」
  • C. 「」
  • D. "文字列が空白ではありません"

正解:A

解説:
1. Set Payload "Start"
2. 'Is Balnk String' Creates an Error object with #[error.description] ="String is not blank"
3. Default Error Handler catches and Propagates error
4. 'On Error Propogate' is 'RED IN RED OUT'. It Returns Status Code : 500 & #[error.description]
-------------------------------------------------------------------------------------------------------------------------- Correct answer is String is not blank. Because validation component will throw an error as payload is not blank.


質問 # 32
展示品をご参照ください。

データベース コネクタ構成のフィールドを config.yaml ファイルで指定されたユーザー名の値に設定するための有効なテキストは何ですか?

  • A. ${db.username>
  • B. ${db:ユーザー名>
  • C. #[db:ユーザー名]
  • D. #[db.ユーザー名]

正解:A

解説:
option 3 is the correct syntz to access application properties


質問 # 33
展示を参照してください。

データベース選択操作はデータベースから 5 行を返します。Logger コンポーネントによって何が記録されますか?

  • A. "CaselnsensitrveHashMap"
  • B. 「オブジェクト」
  • C. "リンクされたハッシュマップ"
  • D. 「配列」

正解:C


質問 # 34
展示品をご参照ください。

APIKIt は RAML 仕様から生成するプライベート フローの数を教えてください。

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:A

解説:
APIKIt Creates a separate flow for each HTTP method. Hence 4 private flows would be generated.
MuleSoft Documentation Referrence : https://docs.mulesoft.com/mule-runtime/4.3/build-application-from-api


質問 # 35
展示品をご参照ください。



ユーザー名や購入した商品などの注文情報を含むペイロードを含む Web クライアントの POST リクエストを処理する Mule アプリケーションが開発されています。 Shipping コネクタは、入力されたペイロードのユーザー名に対して配送先住所を返します。 Shipping コネクタの Shipping Address オペレーションは、shippingAddress という名前のターゲットで構成されています。 。
Set Payload トランスフォーマーは、元の受信ペイロードの items 値に等しい item キーと、 ShippingAddress 操作の応答に等しい ShippingInfo キーを設定する必要があります。必要なデータを使用して Set Payload トランスフォーマーをプロパティ構成する簡単な方法は何ですか?
A)

B)

C)

D)

  • A. オプション C
  • B. オプション D
  • C. オプション A
  • D. オプション B

正解:D


質問 # 36
展示品をご参照ください。

Mule アプリケーションは Anypoint Studio でデバッグされており、ブレークポイントで停止します。このブレークポイントでデバッガに表示されるペイロードの値は何ですか?

  • A. 開始
  • B. 完了
  • C. 処理中

正解:A


質問 # 37
組織は、最新の API を使用して統合ソリューションの開発とライフサイクルをサポートし、IT デリバリーのギャップを埋めるために、Mulesoft が推奨する API 主導の接続アプローチに従い始めています。
MuleSoft が推奨する API 主導の接続アプローチにおける最新の API の編成方法と、他の一般的なエンタープライズ統合ソリューションとの違いは何ですか?

  • A. API インターフェイスは、開発者が統合プロセスの特定の側面を使用することを目的とした粒度で指定されています。
  • B. APIO 実装は、共通ツール、集中監視、セキュリティ システムによって監視されます。
  • C. API インターフェイスは、既存の実証済みのエンドツーエンド ソリューションのすべてのビジネス ロジックを表す 1 つの API を備えたマクロサービスとして指定されます。
  • D. API 実装は、共通のライフサイクルと集中構成管理ツールを使用した標準に従って構築されています。

正解:A

解説:
Correct answer is The API interfaces are specified at a granularity intended for developers to consume specific aspect of integration processes


質問 # 38
展示を参照してください。

Scatter_Gather の実行では、flow1 ルートは 10 秒後に完了し、flow2 ルートは 20 秒後に完了します。
Scatter_Gather が完了するまでに何秒かかりますか?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C


質問 # 39
StudentExample.raml という名前の RAML サンプル フラグメントは、API 仕様プロジェクトのサンプル フォルダーに配置されます。フラグメントを参照するための正しい構文は何ですか?

  • A. 例: #import StudentExample.raml
  • B. 例: #import Example/StudentExample.raml
  • C. 例: !include StudentExample.raml
  • D. 例: !include Examples/StudentExample.raml

正解:D

解説:
To include property. To keep the API definition concise, you can include external content, such as documentation, schemas, and frequently used patterns outside the definition itself. The parser interprets !include as if the content of the externally-hosted file or a URL were declared in-line.
To use the fragments in RAML you have to include the exact path(copy the path) of that fragment you want to use as shown below Option 3 is the correct as correct syntax is examples: !include examples/StudentExample.raml


質問 # 40
展示を参照してください。

APIKIT は RAML 仕様から生成するプライベート フローの数を教えてください。

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:A


質問 # 41
ある企業は、API で使用する 2 つの RAML フラグメント、Book Data Type と Book Example を定義しました。
これらのフラグメントを使用する有効な RAML は何でしょうか?

  • A. 1. #%RAML 1.0
    2. タイトル: 本
    3. ブック: bookDataType.raml
    4. /本:
    5.投稿:
    6.本体:
    7. アプリケーション/json:
    8.タイプ: 本
    9. 例:
    10. 入力: bookExample.raml
    11. 回答:
    12.201:
    13.本体:
    14. アプリケーション/json:
    15. 例:
    16. メッセージ: 本を追加しました
  • B. 1.#%RAML 1.0
    2. タイトル: 本
    3. 種類:
    4. ブック: ABC/Examples/bookDataType.raml
    5. /本:
    6.投稿:
    7.本体:
    8. アプリケーション/json:
    9.タイプ: 本
    10. 例:
    11. 入力: ABC/Examples/bookExample.raml
    12. 回答:
    13.201:
    14.本体:
    15. アプリケーション/json:
    16. 例:
    17. メッセージ: 本を追加しました
  • C. 1. #%RAML 1.0
    2. タイトル: 本
    3. ブック: !include bookDataType.raml
    4. /本:
    5.投稿:
    6.本体:
    7. アプリケーション/json:
    8.タイプ: 本
    9. 例:
    10. 入力: !include bookExample.raml
    11. 回答:
    12.201:
    13.本体:
    14. アプリケーション/json:
    15. 例:
    16. メッセージ: 本を追加しました
  • D. 1. #%RAML 1.0
    2. タイトル: 本
    3. ブック: bookDataType.raml
    4. /本:
    5.投稿:
    6.本体:
    7. アプリケーション/json:
    8.タイプ: 本
    9. 例:
    10. 入力: bookExample.raml
    11. 回答:
    12.201:
    13.本体:
    14. アプリケーション/json:
    15. 例:
    16. メッセージ: 本を追加しました

正解:A

解説:
* RAML file contains lot of information that could be considered as "not API-describing". Sort of "economy-class" members.
Equally important, but not necessarily part of the main RAML file.
* Through !includes, RAML allows us to build file-distributed API definitions, which is not only useful to encourage code reuse but also improves readability.
* We can create RAML fragments with such code and then include them in main RAML project using !include like:
types:
Book: !include bookDataType.raml and
examples:
input: !include bookExample.raml
* Additionally for


質問 # 42
Mule アプリケーションの HTTP リスナーは HTTP プロトコルで設定されます。HTTP リスナーのポート属性は、http.port という名前のプロパティ プレースホルダーを使用して構成されます。ESB Mule アプリケーションは、http.port プロパティのプレースホルダの値を 9090 に設定します。ESB Mule アプリケーションは、ランタイム マネージャの [プロパティ] タブでプロパティを設定せずに CloudHub にデプロイされ、Mule アプリケーションのデプロイメント完了後に HTTP リスナーのステータスがログ メッセージで報告されます。
Mule アプリケーションがデプロイされた後、Mule アプリケーションの HTTP リスナーがリッスンするポートに関連するワーカー ログにはどのような情報が報告されますか?

  • A. HTTP リスナーはポート 80 でリッスンしています。
  • B. HTTP リスナーはポート 8081 でリッスンしています。
  • C. HTTP リスナーはポートへのバインドに失敗し、接続をリッスンしていません。
  • D. HTTP リスナーはポート 9090 でリッスンしています。

正解:B

解説:
Cloudhub expose services on port 8081 and override value in http.port with this one .
Sample log in Runtime Manager is below
21:15:53.148 08/08/2021 Worker-0 ArtifactDeployer.start.01 INFO
Listening for connections on 'http://0.0.0.0:8081'


質問 # 43
展示を参照してください。

POST /accounts エンドポイントではどのようなデータが予期されますか?
A)

B)

C)

D)

  • A. オプション D
  • B. オプション B
  • C. オプション C
  • D. オプション A

正解:A


質問 # 44
展示を参照してください。

415 エラーを修正するには何を変更する必要がありますか?

  • A. 応答 Content-Type ヘッダーを application/json に設定します。
  • B. リクエストの Content-Type ヘッダーを application/] に設定します。
  • C. リクエストの Content-Type ヘッダーを text/plain に設定します。
  • D. 応答の Content-Type ヘッダーを text/plain に設定します。

正解:B

解説:
The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload format is in an unsupported format. The format problem might be due to the request's indicated Content-Type or Content-Encoding , or as a result of inspecting the data directly. In this case as per RAML specification data is expected in application/json and in request Content-Type is set as "text/plain" which is incorrect. Hence solution is set the request Content-Type header to application/json


質問 # 45
展示を参照してください。

ユーザーを作成する正しい方法は何ですか?
A)

B)

C)

D)

  • A. オプション C
  • B. オプション D
  • C. オプション A
  • D. オプション B

正解:D


質問 # 46
展示品をご参照ください。

フローの実行時に records.csv ファイルには何が書き込まれますか?

  • A. JSON ペイロード
  • B. エラーメッセージ
  • C. なし
  • D. CVS に変換されるペイロード

正解:A

解説:
Transform Message Add write_date is coverting payload in JSON format and same JSON payload is avaialble to file write processor. However, if the payload is a different format (for example, not CSV) , you can place the transformation inside the Write operation to generate content that will be written without producing a side effect on the message in transit. This is not done in this case. By default, the connector writes whatever is in the message payload. Hence JSON payload will be written to file.


質問 # 47
ショッピング API には、部門ごとに店舗の詳細を検索するメソッドが含まれています。 特定の店舗の情報を取得するために、Web クライアントは、Department という名前のクエリ パラメーターと、storeld という名前の URI パラメーターを使用してリクエストを送信します。
特定のストア ID および部門名のデータを取得するための Web クライアントからのリクエストをサポートする有効な RAML スニペットは何ですか?
A)

B)

C)

D)

  • A. オプション C
  • B. オプション B
  • C. オプション D
  • D. オプション A

正解:A


質問 # 48
このエンドポイントは何を返すべきでしょうか? http://dev.acme.com/api/patients?name=John&surname=Bell

  • A. ジョンという名前の患者
  • B. 姓がベルの患者
  • C. ジョンという名前またはベルという姓のいずれかの患者
  • D. 名前がジョン、姓がベルの患者

正解:D

解説:
Query parameters are a defined set of parameters attached to the end of a url. They are extensions of the URL that are used to help define specific content or actions based on the data being passed. To append query params to the end of a URL, a '?' Is added followed immediately by a query parameter.
To add multiple parameters, an '&' is added in between each.
Hence coming back to question, endpoint would return Patients with name as John and (and is very important here) surname as Bell


質問 # 49
サブフローと同期フローの違いは何ですか?

  • A. 同期フローには独自のエラー処理がありませんが、サブフローには独自のエラー処理があります。
  • B. サブフローには独自のエラー処理がありませんが、同期フローには独自のエラー処理があります。
  • C. 違いはありません
  • D. サブフローは同期、同期フローは非同期

正解:B

解説:
Correct answer is Subflow has no error handling implementation where as sync flow has.
Subflow
A subflow processes messages synchronously (relative to the flow that triggered its execution) and always inherits both the processing strategy and exception strategy employed by the triggering flow. While a subflow is running, processing on the triggering flow pauses, then resumes only after the subflow completes its processing and hands the message back to the triggering flow.
Synchronous Flow
A synchronous flow, like a subflow, processes messages synchronously (relative to the flow that triggered its execution). While a synchronous flow is running, processing on the triggering flow pauses, then resumes only after the synchronous flow completes its processing and hands the message back to the triggering flow. However, unlike a subflow, this type of flow does not inherit processing or exception strategies from the triggering flow.
This type of flow processes messages along a single thread, which is ideally suited to transactional processing


質問 # 50
......

完全版MCD-Level-1日本語練習テスト226別格な問題と解釈が待ってます。:https://jp.fast2test.com/MCD-Level-1-JPN-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어