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
Where are values of query parameters stored in the Mule event by the HTTP Listener?
A. Inbound Properties
B. Variables
C. Attributes
D. Payload
Correct answer is Attributes.
Query parameters , URI parameters and headers are some of examples which are part of
attributes.
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 is valid RAML to specify a method to update the details for a specific department?

A. Option A
B. Option B
C. Option C
D. Option D
URI parameter is basically used to identify a specific resource or resources
* Here we want to update details about specific department, so question is asking 'How to
use URI parameter' in RAML
* Correct answer is
/departments:
/{deptId}:
patch:
Reference: https://docs.mulesoft.com/design-center/design-common-problems-raml-10
Referto the exhibit.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option C
Refer to the exhibit.
The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer. What is the next step to fix the error to get the project to run successfully?
A.
Edit the dependency in the Mule project's pom.xml file
B.
Install the dependency to the computer's local Maven repository
C.
Deploy the dependency to MuleSoft's Maven repository
D.
Add the dependency to the MULE_HOME/bin folder
Install the dependency to the computer's local Maven repository
What valid RAML retrieves details on aspecific by its orderld as a URL parameter?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
Refer to the exhibits.
The main flow contains a Flow Reference to the child flow.
A web client sends a GET request to the main flow's HTTP Listener that includes a make
query parameter.
What values are accessible in the child flow?
A.
payload
B.
payload
make query param
C.
payload
model var
D.
payload
make query param model var
payload
make query param model var
Refer to the exhibits.
A web client sends a POST request to the HTTP Listener with the payload "Hello-". What
response is returned to the web client?
What response is returned to the web client?
A.
Hello- HTTP-] MS2-Three
B.
HTTP-JMS2-Three
C.
Helb-JMS1-HTTP-JMS2 -Three
D.
Hello-HTTP-Three
Hello- HTTP-] MS2-Three
| Page 1 out of 29 Pages |