100%無料MCD-Level-1試験問題集で試験を簡単に合格させます [Q20-Q36]

Share

100%無料MCD-Level-1試験問題集で試験を簡単に合格させるPassTest

無料MCD-Level-1試験問題MCD-Level-1実際のリアル試験問題


MCD-Level-1試験は、120分以内に完了する必要がある60問の択一問題で構成されています。試験は、MuleSoftアーキテクチャ、MuleSoft開発の基盤、データ変換、エラーハンドリング、API設計を含む様々なトピックをカバーしています。試験はコンピュータベースであり、世界中のどのピアソンVUEテストセンターでも受験できます。


MCD-Level-1認定を取得することは、開発者として自分のキャリアを進め、MuleSoftの技術における専門知識を証明する素晴らしい方法です。この認定は、雇用主や同僚から高いスキルと知識を持っていることを証明する有価なクレデンシャルとして認識されています。さらに、MuleSoftはAPIデザインや統合アーキテクチャなど、特定の統合開発領域に特化した専門家のためのさまざまな認定を提供しています。

 

質問 # 20
Refer to the exhibit.

This RAML specification includes a resource and method to retrieve accounts by account_type and industry.
What is the correct URI to get all retail finance accounts?

  • A. /accounts?account_type=retail&industry=finance
  • B. /accounts?account_type:retail&industry:finance
  • C. /accounts/retail/finance
  • D. /accounts/account_type=retail/industry=finance

正解:D


質問 # 21
Refer to the exhibit.

What can be added to the flow to persist data across different flow executions?

  • A. Key/value pairs in the ObjectStore
  • B. properties of the Mule runtime app object
  • C. session variables
  • D. Properties of the Mule runtime flow object

正解:A


質問 # 22
Refer to the exhibits.

What payload and quantity are togged at the end of the main flow?

  • A. [orderlorder2order3order4, 14]
  • B. [[order1, order2, order3, order4], 14]
  • C. [[1,2,3,4], 14]
  • D. [[1,2,3,4], 10]

正解:C


質問 # 23
Refer to the exhibits. A web client sends a POST request to the HTTP Listener and the Validation component in the Try scope throws an error.
What response message is returned to the web client?

  • A. "ERROR1"
  • B. "END"
  • C. ''ERROR2"
  • D. "ERROR1"
  • E. "END"
  • F. Validation Error
  • G. ''ERROR2"
  • H. Validation Error

正解:G


質問 # 24
Refer to the exhibits. What payload is logged at the end of the main flow?

  • A. order4
  • B. order1order2order3order4
  • C. [order1, order2, order3, order4]
  • D. [1, 2, 3, 4]

正解:D


質問 # 25
Refer to the exhibit.

What is the output payload in the On Complete phase

  • A. The original payload: [1,2,31
  • B. summary statistics with NO record data
  • C. The records processed by the last batch step: [StepTwol, StepTwo2, StepTwo3]
  • D. The records processed by all batch steps: [StepTwostepOnel, stepTwostepOne2, StepTwoStepOne3]

正解:A


質問 # 26
Refer to the exhibit.

What is the correct way to create a user?
A)

B)

C)

D)

  • A. Option C
  • B. Option D
  • C. Option B
  • D. Option A

正解:C


質問 # 27
Refer to the exhibit.

What Database expression transforms the input to the output?
A)

B)

C)

D)

  • A. Option C
  • B. Option D
  • C. Option B
  • D. Option A

正解:B

解説:
This kind of questions are best solved with filtering technique. Key thing to note here is XML attributes are always access by @ notation. So in this example orderId can be accessed as @OrderId which makes option 3 and option 4 false. Now difference in optin and option 2 is in mapping of lineItemPrice. Correct syntax to format a String in Numbse is value.price as Number. Hence option 2 is correct


質問 # 28
Refer to the exhibits.


What payload and quantity are logged at the end of the main flow?

  • A. [[order1, order2, order3, order4], 14]
  • B. [[1,2,3,4], 14]
  • C. [orderlorder2order3order4,14]
  • D. [[1,2,3,4], 10]

正解:B


質問 # 29
A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices.
What is valid RAML to specify a method to update the details for a specific department?
A)

B)

C)

D)

  • A. Option C
  • B. Option D
  • C. Option B
  • D. Option A

正解:B


質問 # 30
Refer to the exhibit.

What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?

  • A. lookupC createCustomerObJect( "Alice", "Green- ) )
  • B. lookupf "createCustomerObject", { first: "Alice", last: "Green" > )
  • C. createCustomerObject( { first: "Alice", last: "Green" > )
  • D. createCustomerObject( "Alice", "Green")

正解:B


質問 # 31
An API instance of type API endpoint with API proxy is created in API manager using an API specification from Anypoint Exchange. The API instance is also configured with an API proxy that is deployed and running in CloudHub.
An SLA- based policy is enabled in API manager for this API instance.
Where can an external API consumer obtain a valid client ID and client secret to successfully send requests to the API proxy?

  • A. In Runtime Manager, from the properties tab of the deployed approved API proxy
  • B. In Anypoint Studio, from components generated by Rest Connect for API specification
  • C. In Anypoint Studio, from components generated by APIkit for the API specification
  • D. In the organization's public API portal in Anypoint Exchange, from an approved client application for the API proxy

正解:D

解説:
* When a client application is registered in Anypoint Platform, a pair of credentials consisting of a client ID and client secret is generated.
* When the client application requests access to an API, a contract is created between the application and that API.
* An API that is protected with a Client ID Enforcement policy is accessible only to applications that have an approved contract.
---------------------------------------------------------------------------------------------------------------------------------------------
In the organization's public API portal in Anypoint Exchange, from


質問 # 32
Refer to the exhibits.

A Mule application has an HTTP Request that is configured with hardcoded values. To change this, the Mule application is configured to use a properties file named config.yaml.
what valid expression can the HTTP Request host value be set to so that it is no longer hardcoded?

  • A. #[training.host]
  • B. #[training:host]
  • C. ${training:host}
  • D. ${training.host}

正解:D

解説:
Correct answer is ${training.host}
-------------------------------------------------------------------------------------------------------------------------------------------------- How to Configure Properties to Mule 4.X Platform?
1) Go to /src/main/resources project directory.
2) Create a configuration file with the name configuration.yaml inside the newly created config folder.

3) Go To Project > Global Element > Create > General >select the configuration.yaml file create in step- 2)

4) To verify develop a simple flow with HTTP listener which has above entries. Put the logger that prints the values on console.

5) Additional info: Similarly, when you want to access this port in DataWeave you need to use p function


質問 # 33
A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?

  • A. attributes.queryParams.dept
  • B. attributes.dept
  • C. message.queryParams.dept
  • D. vars.dept

正解:A


質問 # 34
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.
Where does the configuration file's location need to be specified in the Mule application?

  • A. The pom.xml file
  • B. A global element
  • C. The mule-art if act .json file
  • D. a flow attribute

正解:B


質問 # 35
Refer to the exhibit.

The main flow contains a Flow Reference for the child flow.
What
values are accessible in the child flow after a web client submits a request to http://localhost:8Q81/order?
color=red?

  • A. payload
    quantity var
  • B. payload
    quantity var color query param
  • C. payload
  • D. payload
    color query param

正解:B


質問 # 36
......

最新100%合格率保証付きの素晴らしいMCD-Level-1試験問題PDF:https://www.passtest.jp/MuleSoft/MCD-Level-1-shiken.html