Mulesoft MCD Level 1 Delta MuleSoft Certified Developer – Level 1 (Mule 4) DELTA Online Training
Mulesoft MCD Level 1 Delta Online Training
The questions for MCD Level 1 Delta were last updated at Nov 19,2024.
- Exam Code: MCD Level 1 Delta
- Exam Name: MuleSoft Certified Developer - Level 1 (Mule 4) DELTA
- Certification Provider: Mulesoft
- Latest update: Nov 19,2024
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?
- A . booklSBN
- B . attributes.booklSBN
- C . flowVars.booklSBN
- D . vars. booklSBN
Refer to the exhibit.
What Database expression transforms the input to the output?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
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 . Option A
- B . Option B
- C . Option C
- D . Option D
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
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 flow object
- C . properties of the Mule runtime app object
- D . session variables
good examples