Questions for the MCD-ASSOC were updated on : Nov 14 ,2024
Refer to the exhibit. All three of the conditions for the Choice router are true. What message
processors are executed?
C
Reference:
https://docs.mulesoft.com/mule-runtime/3.9/choice-flow-control-reference
Refer to the exhibits. A Mule application is configured to use the globalErrorHandler exception
handler.
When the flow is executed, a request is made to a host that is currently offline and a Java exception is
thrown with the message Error sending HTTP request to
http://offline.bad:80/
.
What response is returned to a web client request to postToOfflineHostFlows HTTP Listener?
C
Refer to the exhibits. The http:request has failed with a Tiemout execeeded error. What HTTP
Request parameter must be modified to resolve this error?
D
Reference:
https://help.mulesoft.com/s/article/Getting-Error-sending-HTTP-request-when-sending-
requestusing-http-requester
Refer to the exhibit. What DataWeave expression transforms the input to the output?
A
Reference:
https://blogs.mulesoft.com/dev/anypoint-platform-dev/weaving-it-with-dataweave-expression/
Refer to the exhibit. What is the output payload in the On Complete phase?
D
Reference:
https://docs.mulesoft.com/mule-runtime/4.2/batch-processing-concept
Refer to the exhibits. What value is logged after a web client submits a request to
http://localhost:8081/test?userName=Cindy
?
A
Refer to the exhibits. What is the expected payload at the end of mainFlow?
A
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
Reference:
https://dzone.com/articles/designing-api-with-raml
What valid RAML retrieves details on a specific order by its orderId as a URI parameter?
D
Reference:
https://raml.org/developers/raml-100-tutorial
A Transform Message component receives the XML payload:
What is the DataWeave expression to output the orderId string PO1234?
B
There are two types of accounts: personal and business. How can an accountType parameter be
specified in RAML so
http://localhost/acme/accounts?accountType=personal
is a valid request to the
implementation?
C
Refer to the exhibit. What should be changed to fix the 400 Bad Request error?
A
Refer to the exhibit. The orders.csv file is read, then processed to look up the orders from the
database. The Mule application is debugged in Anypoint Studio and stops at the breakpoint. What is
the payload shown in the debugger at this breakpoint?
B
Reference:
https://docs.mulesoft.com/studio/7.4/mule-debugger-view-reference
In a RAML specification for a banking application, accounts, account_id, and transactions are
identified as resources. What resource/method pair retrieves transactions for a specific account_id?
A
Refer to the exhibits. How is the userName property passed to the outbound HTTP request?
D