Exam Name: | Salesforce Certified MuleSoft Developer 1 Exam (SU24) | ||
Exam Code: | Salesforce-MuleSoft-Developer-I Dumps | ||
Vendor: | Salesforce | Certification: | Salesforce MuleSoft |
Questions: | 230 Q&A's | Shared By: | greta |
Refer to the exhibit.
What can be added to the flow to persist data across different flow executions?
A web client sends one GET request to the test flow's HTTP Listener, which causes the test flow to call the updateTemp flow After the test flow returns a response, the web client then sends a different GET request to trie getTemp flow's HTTP Listener The test flow is not called a second time.
What response is returned from the request to the getTemp flow's HTTP Listener?
A)
B)
C)
D)
Refer to the exhibits.
A Mule application is being developed to process web client POST requests with payloads containing order information including the user name and purchased items The Shipping connector returns a shipping address for the input payloads user name The Shipping connector's Shipping Address operation is configured with a target named shippingAddress.
The Set Payload transformer needs to set an item key equal to the items value from the original received payload and a shippinglnfo key equal to the the ShippingAddress operation's response
What is a straightforward way to property configure the Set Payload transformer with the required data?
A)
B)
C)
D)