Refer to the exhibits.
The Validation component in the private flow throws an error. What response message is
returned to a client request to the main flow's HTTP Listener?
A.
Error - private flow
B.
Error - main flow
C.
Success - main flow
D.
Validation Error
Success - main flow
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
Correct answer is as below. Query parameters are replaced when external HTTP call is
invoked.
payload
producer var
What HTTP method in a RESTful web service is typically used to completely replace an existing resource?
A. GET
B. PATCH
C. PUT
D. POST
PUT replaces the original version of the resource, whereas the PATCH method supplies a set of instructions to modify the resource.
What statement is a part of MuleSoft's description of an application network?
A. Creates and manages high availability and fault tolerant services and infrastructure
B. Creates reusable APIs and assets designed to be consumed by other business units
C. Creates and manages a collection of JMS messaging services and infrastructure
D. Leverages Central IT to deliver complete point-to-point solutions with master data management
A shopping API contains a method to look up store details by department.
To get the information for a particular store, web clients will submit requests with a query
parameter named department and uri parameter named storeId.
What is valid RAML snippet that supports requests from a web client to get a data for a
specific storeId and department name?
A. 1./department:
2. get:
3. uriParameter:
4. storeId:
B. 1.get:
2.uriParameter:
3.{storeId}:
4.queryParameter:
5.department:
C. 1.get:
2. queryParameter:
3. department:
4. uriParameter:
5. {storeId}:
D. 1./{storeId}:
2. get:
3. queryParameter:
4. department:
Refer to the exhibits. A company has defined this Book data typeand Book example to be
used in APIs. What is valid RAML for an API that uses this Book data type and Book
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option D
Refer to the exhibit.
The Mule application's connectors are configured with property placeholders whose values
are set in the config.yaml file.
What must be added to the Mule application to link the config.yaml file's values with the
property placeholders?
A. A configuration-properties element in the acme-app xml file
B. A dependency element in the pom xml file
C. A file-config element in the acrne-app xml file
D. A propertiesFile key/value pair in the mule-artifact json file
What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path attribute?

A. #[customerID]
B. $[customerID]
C. {customerID}
D. (customerID)
URL parameters are always accessed using { } like => {customerID}
| Page 1 out of 29 Pages |