A web client submits a request to http://localhost:8081?accountType=personal. The query parameter is captured using a Set Variable transformer to a variable named accountType. What is the correct DataWeave expression to log accountType?
A. Account Type: #[flowVars.accountType]
B. Account Type: #[message.inboundProperties.accountType]
C. Account Type: # [attributes.accountType]
D. Account Type: #[vars.accountType]
Refer to the exhibit.
What is the correct syntax to add an employee ID as a URI parameter in an HTTP Listener
path?
A. (employeelD)
B. ${emp!oyeelD}
C. {employeelD}
D. # [employeelD]
Refer to the exhibits.
The main flow contains an HTTP Request in the middle of the flow.
The HTTP Listeners and HTTP Request use default configurations.
A web client submits a request to the main flow's HTTP Listener that includes query
parameters for the pedigree of the piano.
What values are accessible to the Logger component at the end of the main flow?
A. payload
B. payload
pedigree query params
C. payload
producer var
D. payload
pedigree query params producer var
Refer to the exhibits.

A. Response body: "Error" Default response status code: 200
B. Response body: "Success - Begin* Default response status code: 200
C. Error response body: error, description Default error response status code: 500
D. Response body: "Success - End" Default response status code: 200
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?custid=true&custid=1234
B. /customers/1234
C. /customers/custid=1234
D. /customers?operation=get&custid=1234
A Database On Table Row listener retrieves data from a CUSTOMER table that contains a primary key userjd column and an increasing kxjin_date_time column. Neither column allows duplicate values. How should the listener be configured so it retrieves each row at most one time?
A. Set the watermark column to the bgin_date_time column
B. Set the target value to the last retrieved login_date_time value
C. Set the target value to the last retrieved user_jd value
D. Set the watermark column to the user_Id column
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
B. payload quantity var
C. payload color query param
D. payload quantity var color query param
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]
| Page 3 out of 13 Pages |
| Mulesoft MCD-Level1-Delta Exam Questions Home | Previous |