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 does C4E stands for in MuleSoft recommended IT operating model?
A. Centre for Empowerment
B. Centre for Engagement
C. Centre for Enablement
D. Centre for Excellence
Centre for Enablement (C4E) is an IT operating model that enables an enterprise to build reusable assets, accumulate API’s, leverage best practices and knowledge to enable self service and efficient delivery in the organization and implement new solutions faster.
What execution model is used by For Each and Batch Job scopes?
A.
For Each is single-threaded and Batch Job is multi-threaded
B.
Both are single-threaded
C.
Both aremulti-threaded
D.
Batch Job is single-threaded and For Each Is multi-threaded
For Each is single-threaded and Batch Job is multi-threaded
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file. Where does the configuration file'slocation need to be specified in the Mule application?
A.
The pom.xml file
B.
A global element
C.
The mule-art if act .json file
D.
a flow attribute
A global element
What should this endpoint return considering the API is build using standard practices?
http://dev.acme.com/api/patients?year=2021
A. Patient with id 2021
B. Patients from year 2021
C. No patients
D. All patients
Explanation:
Correct answer is Patients from year 2021.
The thing to note here is that year is not a query parameter and not the uri parameter.
Hence it will filter all the patients and return the ones for whom year is 2021.
Refer to the exhibits.
A JSON payload is set in the Set Payload transformer.
What is logged by the Logger?
A.
"String"
B.
"Object"
C.
"Array"
D.
"JSON"
"Array"
Refer to the exhibits.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
Refer to the exhibits.

A. Option A
B. Option B
C. Option C
D. Option D
| Page 1 out of 29 Pages |