What statement is a part of MuleSoft's description of an application network?
A. Creates and manages high availability and fault tolerant services and infrastructure
B. Creates reusable APIs and assets designed to be consumed by other business units
C. Creates and manages a collection of JMS messaging services and infrastructure
D. Leverages Central IT to deliver complete point-to-point solutions with master data management
What is the minimum Cloudhub worker size that can be specified while deploying mule application?
A. 0.2 vCores
B. 0.5 vCores
C. 1.0 vCores
D. 0.1 vCores
Explanation:
Correct answer is 0.1 vCores
MuleSoft Doc Ref : https://docs.mulesoft.com/runtime-manager/cloudhubarchitecture#
cloudhub-workers
CloudHub Workers
Workers are dedicated instances of Mule runtime engine that run your integration
applications on CloudHub. The memory capacity and processing power of a worker
depends on how you configure it at the application level.
Worker sizes have different compute, memory, and storage capacities. You can scale
workers vertically by selecting one of the available worker sizes:
Where is metadata stored in a Mule project
A. Config.yaml file
B. POM.xml file
C. application-types.xml
D. Global Element
Explanation:
Metadata is stored in application-types.xml flle located under src/main/resources.
Mule 4 applications contain an application-types.xml file, which is where metadata around
your data types is stored. For example, if you create a new CSV type, that metadata will be
added to this file. This new file is easy to share, commit, and merge when conflicts arise,
which enables you to do more metadata-driven development.
What is the correct syntax todefine and call a function in Database? 
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
By default, what happens to a file after it is read using an FTP connector Read operation?
A.
The file is deleted from the folder
B.
The file is moved to a different folder
C.
The file stays in the same folder unchanged
D.
The file is renamed in the same folder
The file stays in the same folder unchanged
Refer to the exhibit. 
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option D
Refer to the exhibit.
The main flow isconfigured with their error handlers. A web client submit a request to the
HTTP Listener and the HTTP Request throws an HTTP:NOT_FOUND error.
What response message is returned?’’
What response message is returned?
A.
APP: API RESOURCE NOT FOUND
B.
HTTP: NOT FOUND
C.
other error
D.
success - main flow
APP: API RESOURCE NOT FOUND
A company has an API to manage purchaseorders, with each record identified by a unique
purchase order ID. The API was built with RAML according to MuleSoft best practices.
What URI should a web client use to request order P05555?
A.
/orders/{P05555}
B.
/orders/order=P05555
C.
/orders?order=P05555
D.
/orders/P05555
/orders/P05555
| Page 1 out of 29 Pages |