| Exam Name: | Salesforce Certified MuleSoft Developer (Mule-Dev-201) | ||
| Exam Code: | Salesforce-MuleSoft-Developer-I Dumps | ||
| Vendor: | Salesforce | Certification: | Salesforce MuleSoft |
| Questions: | 230 Q&A's | Shared By: | nala |
A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices.
What isvalid RAML to specify a method to update the details for a specific department?
A)
B)
C)
D)
As a part of project requirement , you want to build an API for a legacy client. Legacy client can only consume SOAP webservices. Which type the interface documentation can be prepared to meet the requirement?
A web client submits a request tohttp://localhost:8081/books/0471767840. The value "0471767840" is captured by a Set Variable transformer to a variable named booklSBN.
What is the DataWeave expression to access booklSBN later in the flow?
Acompany has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to MuleSoft best practices.
What URI should a web client use to request order P05555?