MCD-Level1-Delta 試験問題を無料オンラインアクセス
| 試験コード: | MCD-Level1-Delta |
| 試験名称: | MuleSoft Certified Developer - Level 1 (Mule 4) DELTA |
| 認定資格: | MuleSoft |
| 無料問題数: | 102 |
| 更新日: | 2026-08-26 |
A company has an API to manage purchase orders, with each record identified by a unique purchase order ID.
The API was built with RAML according to MuleSoft best practices.
What URI should a web client use to request order P05555?
A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?
Refer to the exhibit.
The API needs to be updated using the company-wide standard for the Plan data type. The Object data type has already been published in Anypoint Exchange with the global reference .
ACME/DataTypes/PlanDataType.raml.
What is a valid RAML specification that reuses the Plan data type?
A)
B)
C)
D)
A
web client submits a request to http://localhost:8081/books/0471767840. The value
"0471767840" is captured by a Set Variable transformer to a variable named booklSBN.
What is the DataWeave expression to access booklSBN later in the flow?




