- | Page
ANYPOINT PLATFORM
DEVELOPMENT: FUNDAME NTALS
(MULE 4) TEST | 80 QUESTIONS WITH
100% CORRECT ANSWERS
Question : What MuleSoft API-led connectivity layer is
intended to expose part of a backend database without business logic?
Correct answer: System
Question : What statement is part of MuleSoft's description of
an application network?
Correct answer: Create reusable APIs and assets designed to
be consumed by other business units
Question : According to MuleSoft, what is the Center for
Enablement's role in the new IT operating model?
Correct answer: Creates and manages discoverable assets to
be consumed by line of business developers
Question : What is a core characteristic of the modern API?
- | Page
Correct answer: API is designed first using an API
specification for rapid development
Question : What HTTP method in a RESTful web service is
typically used to completely replace an existing resource?
Correct answer: PUT
Question : What is the main purpose of Flow Designer in
Design Center?
Correct answer: To design and develop fully functional Mule
applications in a hosted development environment
Question : Where does a deployed Flow Designer application
run in Anypoint Platform?
Correct answer: CloudHub worker
Question : What MuleSoft product enables publishing,
sharing, and searching of APIs?
Correct answer: Anypoint Exchange
- | Page
Question : What asset can NOT be created using Design
Center?
Correct answer: API Portals
Question : A web client submits a GET request to a Mule 4
application to the endpoint /customers?id=48493. Where is the id stored in the Mule event by the HTTP Listener?
Correct answer: Attributes
Question : An API has been created in Design Center. What is
the next step to make the API discoverable?
Correct answer: Publish the API to Anypoint Exchange
Question : 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?Correct answer: examples: !include examples/BankAccountsExample.raml
- | Page
Question : What is the purpose of the api:router element in APIkit?
Correct answer: Validates requests against RAML API
specifications and routes them to API implementations
Question : What is the minimum required configuration in a
flow for a Mule application to compile?
Correct answer: An event processor
Question : A Database connector is configured to select rows
from a MySQL database.What is the format of the array of results returned from the database query?
Correct answer: Java
Question : What is NOT part of a Mule 4 event?
Correct answer: inboundProperties
Question : How does APIkit determine the number of flows to
generate from a RAML specification?