Big Halloween Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Complete Salesforce-MuleSoft-Developer-I Salesforce Materials

Salesforce Certified MuleSoft Developer (Mule-Dev-201) Questions and Answers

Question 9

Refer to theexhibits.

A Mule application contains a Choice router. What is logged when the flow completes?

Options:

A.

EU

B.

US

C.

"REGION"

D.

["US", "EU"]

Question 10

Refer to the exhibits. The Mule application does NOT define any global error handlers.

A web client sends a POST request to the Mule application with this input payload. The File Write operation throws a FILE: CONNECTIVITY error.

What response message is returned to the web client?

Options:

A.

"FILE: CONNECTMTV

B.

"OTHER ERROR"

C.

"File written"

D.

"ORDER: NOT CREATED"

Question 11

Refer tothe exhibits.

The Batch job processes an array of strings.

What information is logged by the logger component after the batch job scope completes processing of the input payload?

Options:

A.

Total Records Processed: 3Successful Records: 3Failed Records: 0payload: ["A","B","C"]

B.

["A","B","C"]

C.

Total Records Processed: 3Successful Records: 3Failed Records: 0payload: ["a", "b", "c"]

D.

Total Records Processed: 3Successful Records: 3Failed Records: 0

Question 12

Refer to the exhibits. In the color flow , both the variable named color and payload are set to "red".

An HTTP POST request is then sent to the decideColor flow's HTTP Listener.

What isthe payload value at the Logger component after the HTTP request completes?

Options:

A.

white

B.

red

C.

blue

D.

Error message