The new RAML spec has been published to Anypoint Exchange with client credentials. What is the next step to gain access to the API?
A. Request access to the API in Anypoint Exchange
B. Email the owners of the API
C. Create a new client application
D. No additional steps needed
Correct answer is Request access to the API in Anypoint Exchange. This way we can get clientId and Client secret which we can use to access the API.
Refer to the exhibits.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option C
Why would a Muleapplication use the ${http.port} property placeholder for its HTTP
Listener port when it is deployed to CloudHub?
A.
Allows CloudHub to automatically change the HTTP port to allow external clients to
connect to the HTTP Listener
B.
Allows CloudHub to automatically register the application with API Manager
C.
Allows MuleSoft Support to troubleshoot the application by connecting directly to the
HTTP Listener
D.
Allows clients to VPN directly to the application at the Mule application's configured
HTTP port
Allows CloudHub to automatically change the HTTP port to allow external clients to
connect to the HTTP Listener
Which of the below is not the mandatory configurations for HTTP Listener?
A. Path
B. Allowed methods
C. HTTP port in Connector Configuration
D. HTTP host in Connector Configuration
Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported. Rest all are mandatory.
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
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
A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these operations have the default configurations. Which operation is asynchronous and which one is synchronous?
A. Publish consume: Synchronous. Publish: Asynchronous.
B. Publish consume: Asynchronous. Publish: Synchronous
C. Publish consume: Asynchronous. Publish: Asynchronous
D. Publish consume: Synchronous. Publish: Synchronous
Which of the below is used by Mule application to manage dependencies which make sharing the projects lightweight and easier?
A. Configuration file
B. Global element
C. POM.xml
D. Cloudhub
POM.xml contains info about the project and configuration details used by Maven to build the project.
| Page 1 out of 29 Pages |