What is the main purpose of flow designer in Design Center?
A. To design and develop fully functional Mule applications in a hosted development environment
B. To design API RAML files in a graphical way
C. To design and mock Mule application templates that must be implemented using Anypoint Studio
D. To define API lifecycle management in a graphical way
Its primary function is to design and develop fully functional Mule applications in a hosted development environment.
What MuleSoft product enables publishing, sharing, and searching of APIs?
A. Runtime Manager
B. API Notebook
C. API Designer
D. Anypoint Exchange
Anypoint Exchange provided a way to publish , share and search API's.
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]
#["The payload is: " ++ payload]
An API instance of type API endpoint with API proxy is created in API manager using an
API specification from Anypoint Exchange. The API instance is also configured with an API
proxy that is deployed and running in CloudHub.
An SLA- based policy is enabled in API manager for this API instance.
Where can an external API consumer obtain a valid client ID and client secret to
successfully send requests to the API proxy?
A. In the organization's public API portal in Anypoint Exchange, from an approved client application for the API proxy
B. In Anypoint Studio, from components generated by APIkit for the API specification
C. In Anypoint Studio, from components generated by Rest Connect for API specification
D. In Runtime Manager, from the properties tab of the deployed approved API proxy
Explanation:
* When a client application is registered in Anypoint Platform, a pair of credentials
consisting of a client ID and client secret is generated.
* When the client application requests access to an API, a contract is created between the
application and that API.
* An API that is protected with a Client ID Enforcement policy is accessible only to
applications that have an approved contract.
-------------------------------------------------------------------------------------------------------------------------
Correct Answer: In the organization's public API portal in Anypoint Exchange, from an
approved client application for the API proxy.
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
Refer to the exhibits.

Set paylaod transformer is set the firstName and lastName of the customer as shown in
below images.
What is the correct Dataweave expression which can be added in message attribute of a
Logger activity to access firstName (which in this case is Madhav) from the incoming
event?
A. firstName
B. customer.firstName
C. vars."customer.firstName"
D. vars."customer"."firstName"
Correct answer is vars."customer"."firstName"
Please you can also access firstName using this syntax vars.customer.firstName.
Refer to the exhibits. APIKit router is used to generate the flow components for RAML
specification.
The Mule application must be available to REST clients using the two URL's
http://localhost:8081/internal and http://localhost:8081/external
How many APIKit Router components are generated to handle requests to every endpoint
defined in RAML specification?
1.Library.raml
2./books
3. get:
4. post:
5./order:
6. get
7. patch
8./members
9. get:
A. 1
B. 2
C. 3
D. 5
Correct answer is 5 as APIkit for REST generates a backend flow for each resource-action pairing in a RAML file.
A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?
A.
attributes.queryParams.dept
B.
attributes.dept
C.
message.queryParams.dept
D.
vars.dept
attributes.queryParams.dept
| Page 1 out of 29 Pages |