From which application , Organization Administrators can approve/revoke/delete SLA tier access requests.
A. API Exchange
B. API Portal
C. API Gateway
D. API Manager
Organization Administrators can approve/revoke/delete SLA tier access requests via API Manager only.
Refer to the exhibits.
The Batch Job scope contains two Batch Steps scopes with different accept expression. The input payload is passed to the Batch Job scope.
After the entire payload is processed by the batch job scope , what messages have been
logged by the Logger component?
A. 1.{amount=140}
2.{amount=102}
3.{step2amount=100}
B. 1.{amount=140}
2.{amount=102}
3.{step2amount=100}
4.{step2amount=40}
C. 1.{amount=140}
2.{amount=102}
3.{step2amount=100}
4.{step2amount=140}
D. 1.{amount=140}
2.{amount=102}
3.{step2amount=100}
4.{step2amount=140}
5.{step2amount=102}
Explanation:
Lets understand this solution step by step.
1) Batch Step (Less than 50)
Accept expression for this batch step is less than 50. Hence elements which will go in this
batch step are amount value 40 and 2. Hence output of logger in first batch step is
{amount=140}
{amount=102}
2) Batch Step (Greater than 20)
Accept condition for this batch step is greater than 20. Note that input amount values for
this batch step are 100 , 140 and 102 (last two values have been updated in batch step
less than 50)
As all values satisfy this condition out put of second logger is
{step2amount=100}
{step2amount=140}
{step2amount=102}
Hence correct answer to this question is
{amount=140}
{amount=102}
{step2amount=100}
{step2amount=140}
{step2amount=102}
Refer to the exhibits.

A. Option A
B. Option B
C. Option C
D. Option D
An app team is developing a mobile banking app. It took them two months to create their
own APIs to access transaction information from a central database. The app team later
found outthat another team had already built an API that accesses the transaction
information they need.
According to MuleSoft, what organization structure could have saved the app team two
months of development time?
A.
Center of Excellence
B.
Center for Enablement
C.
MuleSoft Support Center
D.
Central API Review Board
Center for Enablement
Refer to the exhibits.
A web client sends sale data in a POST request to the Mule application. The Transform
Message component then enrich the payload by prepending a vendor name to the sale data.
What is written to the sales.csv file when the flow executes?
A. The enriched payload in JSON format
B. The enriched payload in XML format
C. The enriched payload in CSV format
D. An error message
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:
Refer to the exhibits.
The main flow contains a Flow Reference component configured to call the child flow What
part(s) of a Mule event passed to the Flow Reference component are available in the child
flow?
A. The payload and all attributes
B. The payload and all variables
C. The entire Mule event
D. The payload
Refer to the exhibits.

A.
Set a header In the Consume operation equal to the destination query parameter
B.
set a SOAP payload before the Consume operation that contains the destination
queryparameter
C.
set a property m the Consume operation equal to the destination query parameter
D.
set a JSON payload before the Consume operation that contains the destination query
parameter
set a SOAP payload before the Consume operation that contains the destination
queryparameter
| Page 1 out of 29 Pages |