A RAML example fragment named StudentExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?
A. examples: !include StudentExample.raml
B. examples: #import StudentExample.raml
C. examples: !include examples/StudentExample.raml
D. examples: #import examples/StudentExample.raml
To include property. To keep the API definition concise, you can include external content,
such as documentation, schemas, and frequently used patterns outside the definition itself.
The parser interprets !include as if the content of the externally-hosted file or a URL were declared in-line.
To use the fragments in RAML you have to include the exact path(copy the path) of that
fragment you want to use as shown below
Option 3 is the correct as correct syntax is
examples: !include examples/StudentExample.raml
An SLA based policy has been enabled in API Manager. What is the next step to configure
the API proxy to enforce the newSLA policy?
A.
Add new property placeholders and redeploy the API proxy
B.
Add new environment variables and restart the API proxy
C.
Restart the API proxy to clear the API policy cache
D.
Add required headers to the RAML specification and redeploy the newAPI proxy
Add required headers to the RAML specification and redeploy the newAPI proxy
Refer to the exhibits.

How many private flows does APIKIt generate from RAML specification?
A. 1
B. 2
C. 3
D. 4
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.
Refer tothe exhibits. 
The Validation component in the Try scope throws an error.
What response message is returned to a client request to the main flow's HTTP Listener?
The Validation component in the Try scope throws an error. What response message is
returned to a client request to the main flow's HTTP Listener?
A.
Success - main flow
B.
Error - main flow
C.
Error - Try scope
D.
Validation Error
Error - main flow
According to MuleSoft. what is the first step to create a Modern API?
A.
Gather a list of requirements to secure the API
B.
Create an API specification and get feedback from stakeholders
C.
Performance tune and optimize the backend systems and network
D.
Create a prototype of the API implementation
Create an API specification and get feedback from stakeholders
Refer to the exhibits.
The Batch job processes an array of strings.
What information is logged by the logger component after the batch job scope completes
processing of the input payload?
A. Total Records Processed: 3
Successful Records: 3
Failed Records: 0
payload: ["A","B","C"]
B. ["A","B","C"]
C. Total Records Processed: 3
Successful Records: 3
Failed Records: 0
payload: ["a", "b", "c"]
D. Total Records Processed: 3
Successful Records: 3
Failed Records: 0
Explanation:
Correct answer is as below. On complete phase only has access to batch job result
statistics and payload is not available.
Total Records Processed: 3
Successful Records: 3
Failed Records: 0
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 |