New 2021 MCD-Level-1 exam questions Welcome to download the newest ValidVCE MCD-Level-1 PDF dumps (100 Q&As)
P.S. Free 2021 MuleSoft Certified Developer MCD-Level-1 dumps are available on Google Drive shared by ValidVCE
NEW QUESTION 16
Refer to the exhibits.
The main flow contains a Flow Reference to the child flow.
A web client sends a GET request to the main flow's HTTP Listener that includes a make query parameter.
What values are accessible in the child flow?
- A. payload
make query param model var - B. payload
make query param - C. payload
- D. payload
model var
Answer: A
NEW QUESTION 17
Refer to the exhibit.
What Database expression transforms the input to the output?
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 18
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
Answer: A
NEW QUESTION 19
Refer to the exhibits. What payload is logged at the end of the main flow?
- A. [1, 2, 3, 4]
- B. order4
- C. order1order2order3order4
- D. [order1, order2, order3, order4]
Answer: B
NEW QUESTION 20
Refer to the exhibits.

The Validation component in the Try scope throws an error.
What response message is returned to a client request to the main flow's HTTP Listener?
The Validation component in the Try scope throws an error. What response message is returned to a client request to the main flow's HTTP Listener?
- A. Validation Error
- B. Error - Try scope
- C. Success - main flow
- D. Error - main flow
Answer: D
NEW QUESTION 21
A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio.
The Mule application must now be exported from Anypoint Studio and shared with another developer.
What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 22
Refer to the exhibit.
What data is expected by the POST /accounts endpoint?
A)
B)
C)
D)
- A. Option A
- B. Option D
- C. Option B
- D. Option C
Answer: B
NEW QUESTION 23
Refer to the exhibits.

The <when> expression for the Choice router needs to be written.
What is a valid <when> expression to route Mule events to the non-default flow?
- A. #[ company = "MuleSoft" ]
- B. #[ if( 'MuleSoff == payload.company) ]
- C. #['MuleSoft' == paytoad'company']
- D. #[ if( company = "MuleSoft") ]
Answer: B
NEW QUESTION 24
A RAML specification is defined to manage customers with a unique identifier for each customer record.
What URI does MuleSoft recommend to uniquely access the customer identified with the unique ID 1234?
- A. /customers/1234
- B. /customers/custid=1234
- C. /customers?custid=true&custid=1234
- D. /customers?operation=get&custid=1234
Answer: C
NEW QUESTION 25
Refer to the exhibit.
What Database expression transforms the input to the output?
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 26
Refer to the exhibit.
How many private flows does APIKIT generate from the RAML specification?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 27
A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio.
The Mule application must now be exported from Anypoint Studio and shared with another developer.
What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?
- A. Option A
- B. Option D
- C. Option B
- D. Option C
Answer: B
NEW QUESTION 28
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?
- A. #["The payload is: " + payload]
- B. The payload is: $(payload)
- C. #["The payload is: " ++ payload]
- D. The payload is: #[payload]
Answer: C
NEW QUESTION 29
Refer to the exhibit.
A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?
- A. Mule message
- B. Mule message payload
- C. Mule event
- D. Mule message attributes
Answer: C
Explanation:
NEW QUESTION 30
Refer to the exhibit.
The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer.
What is the next step to fix the error to get the project to run successfully?
- A. Deploy the dependency to MuleSoft's Maven repository
- B. Install the dependency to the computer's local Maven repository
- C. Edit the dependency in the Mule project's pom.xml file
- D. Add the dependency to the MULE_HOME/bin folder
Answer: B
NEW QUESTION 31
Refer to the exhibits.

The <when> expression for the Choice router needs to be written.
What is a valid <when> expression to route Mule events to the non-default flow?
- A. #[ if( 'MuleSoff == payload.company) ]
- B. #[ company = "MuleSoft" ]
- C. #['MuleSoft' == paytoad.company]
- D. #[ if( company = "MuleSoft") ]
Answer: C
NEW QUESTION 32
Refer to the exhibit.
What should be changed to fix the 415 error?
- A. Set the request Content-Type header to ap pi I cation/] son
- B. set the response Content-Type header to application/json
- C. set the response Content-Type header to text/plain
- D. set the request Content-Type header to text/plain
Answer: A
NEW QUESTION 33
Refer to the exhibits.

A web client submits a request to the HTTP Listener and the HTTP Request throws an error.
What payload and status code are returned to the web client?
Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP Request throws an error.
What payload and status code are returned to the web client?
- A. Error response body: error, description Default error response status code: 500
- B. Response body: "Success - End" Default response status code: 200
- C. Response body: "Error" Default response status code: 200
- D. Response body: "Success - Begin* Default response status code: 200
Answer: C
NEW QUESTION 34
An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification?
- A. Download the API specification and build the interface using APIkit
- B. Add the specification to a Mule project's src/main/resources/api folder
- C. Implement the API specification using flow designer in Design Center
- D. Publish the API specification to Any point Exchange
Answer: D
NEW QUESTION 35
Refer to the exhibit.

The main flow is configured with their error handlers. A web client submit a request to the HTTP Listener and the HTTP Request throws an HTTP:NOT_FOUND error.
What response message is returned?''
What response message is returned?
- A. other error
- B. success - main flow
- C. APP: API RESOURCE NOT FOUND
- D. HTTP: NOT FOUND
Answer: C
NEW QUESTION 36
Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations.
What values are accessible to the Logger at the end of the flow after a web client submit request to
http://local:801/order?color=red?
- A. payload color query param
- B. payload
- C. payload quantity var color query param
- D. payload quantity var
Answer: D
NEW QUESTION 37
......
MCD-Level-1 exam questions from ValidVCE dumps: https://www.validvce.com/MCD-Level-1-exam-collection.html (100 Q&As)
