MuleSoft Certification Questions with
Accurate Solutions (MuleSoft cert)
What HTTP method in a RESTful web service is typically used to completely
replace an existing resource?
• - -PUT
- According to mulesoft, what is the center for enablement's role in the new
IT operating model?
• - -creates & manages discoverable assets to be consumed by the line of
business developers.
- What statement is part of Mulesoft's description of an application network?
• - -Creates reusable APIs & assets designed to be consumed by other
business units.
- What mulesoft API led connectivity layer is intended to expose part of a
backend database without a business logic?
• - -System
- Refer to the exhibit. the API specification supports searching for articles on
the searchworld.org site
What is the most idiomatic(used for the intended purpose) URL method to
retrieve articles about "einstein" in XML format?
• - -Ans
http://www.searchworld.org/s/api.php?
action=search&query=einstein&format=xml
AUTH : SK33DKD83829283JS
- What is the core characteristic of modern API?
• - -API is designed first using an API specification for rapid feedback
- What assets can NOT be created using the Design Center?
• - -API portals
- What assets CAN be created using the Design Center?
• - -API specification
• Mule Applications
• Api Fragments
- What Mulesoft product enables sharing & searching of APIs?
• - -API Exchange
, - Where does a deployed Flow Designer application run in anypoint
platform?
• - -CloudHub Worker
- What is the main purpose of Flow Designer in the Design Center?
• - -To design and develop fully functional Mule applications in a hosted
development environment.
- A web client submits a GET request to a Mule 4 application to the
endpoint/customers?id=548, where is the id stored in the Mule event by
HTTP Listener?
• - -Attributes
- Following is a representation of the Mule event
Refer to the exhibit. There is an error in the flight_id resource's GET method.
What needs to be done to fix the problem?
#%RAML 1.0
version: v1
title: American Flight API/flights:
get: - -/{flight_id}:
get:
• Intend the get method under the {flight_id} resource.
- A RAML example fragment named BankAccountsExample.raml is placed in
the examples folder in an API specification project. What is the correct
syntax to reference the fragment?
examples: !include examples/BankAccountExample.raml - -examples: !
include examples/BankAccountExample.raml
- An API has been created in the Design Center. What is the next step to
make the API discoverable?
• - -Publish the API to anypoint platform
- 16. Refer the exhibit. What is the correct URL to submit a GET request to
/patients?
#%RAML 1.0
title: ACME Medical API
baseUri: http://dev.acme.com/api/patients:
get: - -queryParameters:
year:
type: integer
example: 2017
• http://dev.acme.com/api/patients?year=2016
Accurate Solutions (MuleSoft cert)
What HTTP method in a RESTful web service is typically used to completely
replace an existing resource?
• - -PUT
- According to mulesoft, what is the center for enablement's role in the new
IT operating model?
• - -creates & manages discoverable assets to be consumed by the line of
business developers.
- What statement is part of Mulesoft's description of an application network?
• - -Creates reusable APIs & assets designed to be consumed by other
business units.
- What mulesoft API led connectivity layer is intended to expose part of a
backend database without a business logic?
• - -System
- Refer to the exhibit. the API specification supports searching for articles on
the searchworld.org site
What is the most idiomatic(used for the intended purpose) URL method to
retrieve articles about "einstein" in XML format?
• - -Ans
http://www.searchworld.org/s/api.php?
action=search&query=einstein&format=xml
AUTH : SK33DKD83829283JS
- What is the core characteristic of modern API?
• - -API is designed first using an API specification for rapid feedback
- What assets can NOT be created using the Design Center?
• - -API portals
- What assets CAN be created using the Design Center?
• - -API specification
• Mule Applications
• Api Fragments
- What Mulesoft product enables sharing & searching of APIs?
• - -API Exchange
, - Where does a deployed Flow Designer application run in anypoint
platform?
• - -CloudHub Worker
- What is the main purpose of Flow Designer in the Design Center?
• - -To design and develop fully functional Mule applications in a hosted
development environment.
- A web client submits a GET request to a Mule 4 application to the
endpoint/customers?id=548, where is the id stored in the Mule event by
HTTP Listener?
• - -Attributes
- Following is a representation of the Mule event
Refer to the exhibit. There is an error in the flight_id resource's GET method.
What needs to be done to fix the problem?
#%RAML 1.0
version: v1
title: American Flight API/flights:
get: - -/{flight_id}:
get:
• Intend the get method under the {flight_id} resource.
- A RAML example fragment named BankAccountsExample.raml is placed in
the examples folder in an API specification project. What is the correct
syntax to reference the fragment?
examples: !include examples/BankAccountExample.raml - -examples: !
include examples/BankAccountExample.raml
- An API has been created in the Design Center. What is the next step to
make the API discoverable?
• - -Publish the API to anypoint platform
- 16. Refer the exhibit. What is the correct URL to submit a GET request to
/patients?
#%RAML 1.0
title: ACME Medical API
baseUri: http://dev.acme.com/api/patients:
get: - -queryParameters:
year:
type: integer
example: 2017
• http://dev.acme.com/api/patients?year=2016