Halloween Special Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

Salesforce-MuleSoft-Developer-I PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

Salesforce-MuleSoft-Developer-I PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: Salesforce Certified MuleSoft Developer (Mule-Dev-201)
  • Last Update: Oct 30, 2025
  • Questions and Answers: 230
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

Salesforce-MuleSoft-Developer-I Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

Salesforce-MuleSoft-Developer-I Practice Exam Questions with Answers Salesforce Certified MuleSoft Developer (Mule-Dev-201) Certification

Question # 6

What is the minimum Cloudhub worker size that can be specified while deploying muleapplication?

A.

0.2 vCores

B.

0.5 vCores

C.

1.0 vCores

D.

0.1 vCores

Full Access
Question # 7

A Scatter-Gather processes three separate HTTP requests. Each request returns a Mule event with a JSON payload. What is the final output of the Scatter-Gather?

A.

An Array of the three Mule event Objects

B.

An Object containing all three Mule event Objects

C.

An Array of the three JSON payload Objects

D.

An Object containing all three JSON payload Objects

Full Access
Question # 8

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

What is written to the records.csv file when the flow executes?

A.

The JSON payload

B.

An error message

C.

Nothing

D.

The payload convert to CVS

Full Access
Question # 9

Refer to exhibits.

Salesforce-MuleSoft-Developer-I question answer

In the execution of the Scatter-Gather , the flow route completes after 10 seconds and the flow2 route completes in 40 seconds. How many seconds does it take for the Scatter-Gather to complete?

A.

10

B.

50

C.

40

D.

20

Full Access
Question # 10

What happens to the attributes of a Mule event in a flow after an outbound HTTP Request is made?

A.

Attributes arereplaced with new attributes from the HTTP Request response (which might be null)

B.

New attributes may be added from the HTTP response headers, but no headers are ever removed

C.

Attributes do not change

D.

Previous attributes are passed unchanged

Full Access
Question # 11

Refer to the exhibits. A database Address table contains a ZIPCODE column and an increasing ID column. The Address table currently contains tour (4) records. The On Table Row Database listener is configured with its watermark set to the Address table's ZIPCODE column and then the Mule application is run in Anypoint Studio tor the first time, and the On Table Row Database listener polls the Address table.

Anew row is added to the database with 1D=5 and ZIPCODE-90006, and then the On Table Row Database listener polls the database again.

Alter the next execution of the On Table Row Database listener polling, what database rows have beenprocessed by the Mule flow since the Mule application was started?

Salesforce-MuleSoft-Developer-I question answer

A.

ID ZIPCODE1 900012 900053 900094 90001

B.

ID ZIPCODE1 900012 900053 900095 90006

C.

ID ZIPCODE1 900012 900053 90009

D.

ID ZIPCODE1 900012 900053 900094 900015 90006

Full Access
Question # 12

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

The main flow contains a Flow Reference component configured to callthe 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

Full Access
Question # 13

What path setting is required foran HTTP Listener endpoint to route all requests to an APIkit router?

A.

/(*)

B.

/

C.

/()

D.

“/*”

Full Access
Question # 14

A flowcontains an HTTP Listener as the event source. What is the DataWeave expression to log the Content-Type header using a Logger component?

A.

#["Content-Type: " ++ attributes.headers.'content-type']

B.

#["Content-Type: " + headers.'content-type']

C.

#["Content-Type: " + attributes.headers.'content-type']

D.

#["Content-Type: " ++ headers.'content-type']

Full Access
Question # 15

According to Semantic Versioning, which version would you change for incompatible API changes?

A.

No change

B.

MINOR

C.

MAJOR

D.

PATCH

Full Access
Question # 16

Refer to the exhibits. APIKit router is used to generate the flow components for RAML specification.

The Mule application must be available to REST clients using the two URL's

http://localhost:8081/internal and http://localhost:8081/external

How many APIKit Router components are generated to handle requests to every endpoint defined in RAML specification?

1.Library.raml

2./books

3.get:

4.post:

5./order:

6.get

7.patch

8./members

9.get:

A.

1

B.

2

C.

3

D.

5

Full Access
Question # 17

An On Table Row Database listener retrieves data from a table that contains record_id, an increasing numerical column.

How should the listener be configured so it retrieves new rows at most one time?

A.

Set the target to store the last retrievedrecord_id value

B.

Set the ObjectStore to store the last retrieved record_id value

C.

Set the target to the record_id column

D.

Set the watermark column to the record id column

Full Access
Question # 18

Refer to the exhibit. What is the output of logger component?

Salesforce-MuleSoft-Developer-I question answer

A.

String

B.

Object

C.

Array

D.

Map

Full Access
Question # 19

Which of the below is not the mandatory configurations for HTTP Listener?

A.

Path

B.

Allowed methods

C.

HTTP port in Connector Configuration

D.

HTTP host in Connector Configuration

Full Access
Question # 20

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

A web client sends a POST request with the payload {"oid": "1000", "itemid": "AC200", "qty": "4" } to the Mule application. The File Write operation throws a FILE:CONNECTIVITY error.

Whatresponse message is returned to the web client?

A.

‘’FILE:CONNECnvnY'

B.

"ORDER:NOT_CREATED"

C.

"OTHER ERROR"

D.

"File written"

Full Access
Question # 21

What is the output type of the DataWeave map operator?

A.

String

B.

Array

C.

Map

D.

Object

Full Access
Question # 22

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

Set paylaod transformer is set the firstName and lastName of the customer as shown in below images.

What is thecorrect Dataweave expression which can be added in message attribute of a Logger activity to access firstName (which in this case is Madhav) from the incoming event?

A.

firstName

B.

customer.firstName

C.

vars."customer.firstName"

D.

vars."customer"."firstName"

Full Access
Question # 23

Refer to the exhibits. A web client sends a POST request to the HTTP Listener and the Validation component in the Try scope throws an error.

What response message is returned to the web client?

Salesforce-MuleSoft-Developer-I question answer

A.

Validation Error

B.

"END"

C.

"ERROR1"

D.

''ERROR2"

E.

Validation Error

F.

"END"

G.

"ERROR1"

Full Access
Question # 24

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

In the requestFlow an HTTP Request operation is configured to send an HTTP request with an XML payload. The request is sent to the HTTP Listener in the transform Flow.

That flow transforms the incoming payload into JSON format and returns the response to the HTTP request. The response of the request is stored in a target variable named the Result.

What is the payload at the Logger component after the HTTP Request?

A.

A non-empty Java object

B.

The original XML payload

C.

null

D.

The returned JSON response

Full Access
Question # 25

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

The input array of strings is processed by the batch job that processes, fitters, and aggregates the values.

What is the last message logged by the Logger component after thebatch job completes processing?

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 26

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

Each route in the Scatter-Gather sets the payload to the number shown in the label. Whatresponse is returned to a web client request to the HTTP Listener?

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 27

A Batch Job scope has five batch steps. An event processor throws an error in the second batch step because theinput data is incomplete. What is the default behavior of the batch job after the error is thrown?

A.

All processing of the batch job stops.

B.

Event processing continues to the next batch step.

C.

Error is ignored

D.

Batch is retried

Full Access
Question # 28

Refer to the payload.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

The Set payload transformer sets the payload to an object. The logger component'smessage attribute is configured with the string "Result #["INFO"++ payload]"

What is the output of logger when this flow executes?

A.

Result INFOpayload

B.

Result INFO{"student":{"name":"Anay","age":6}}

C.

1. 1. "You called the function '++' with these arguments:2. 2. 1: String ("INFO")3. 3: Object ({student: {name: "Anay" as String {class: "java.lang.String"},age: 6 as Numbe...)

D.

Error : You evaluated inline expression # without ++

Full Access
Question # 29

Refer to theexhibits The Mule application does NOT define any global error handlers.

A web client sends a POST request to the Multi application with this input payload The File Write operation throws a FILECONNECTIVITY error

What response message is returned to the web client?

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

A.

"ORDER NOT_CREATED"

B.

"OTHER ERROR"

C.

"File written"

D.

"FILECONNECTIVITY"

Full Access
Question # 30

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

Full Access
Question # 31

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

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}

Full Access
Question # 32

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

Full Access
Question # 33

A mule project contains MySQL database dependency . The project is exported from Anypoint Studio so that it can be deployed to Cloudhub. What export options needs to be selected to create the smallest deployable archive that will successfully deploy to Cloudhub?

A.

Select both the options 1) Attach project sources 2) Include project module and dependencies

B.

No need to select any of the below options 1) Attach project sources 2) Include project module and dependencies

C.

Select only below option 2) Include project module and dependencies

D.

Select only below option 1) Attach project sources

Full Access
Question # 34

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

How many private flows does APIKIt generate from RAML specification?

A.

1

B.

2

C.

3

D.

4

Full Access
Question # 35

What is the main purpose of flow designer in Design Center?

A.

To design and develop fully functional Mule applications in a hosted development environment

B.

To design API RAML files in a graphical way

C.

To design and mock Muleapplication templates that must be implemented using Anypoint Studio

D.

To define API lifecycle management in a graphical way

Full Access
Question # 36

Which of the module is imported automatically in Dataweave scripts?

A.

dw::core

B.

dw::System

C.

dw::Runtime

D.

dw::Crypto

Full Access
Question # 37

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

The Batch Job scope contains two BatchStep scopes with different accept expressions.

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 components?

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 38

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I question answer

What is a valid expression for the Choice router’s when expression to route events to the documenticShipping flow?

A.

0#[ payload = 'US' ]

B.

#[ payload == 'US' J

C.

#[ if(payload ='US') J

D.

#[ if(payload == "US") ]

Full Access
Question # 39

Refer to the exhibit.

How should the WHERE clause be changed to set the city and state values from the configured input parameters?

Salesforce-MuleSoft-Developer-I question answer

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 40

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

In the Choice router, the When expression for the domesticShipping route is set to "#[payload = 'FR']". What is logged after the Choice router completes?

A.

A string withvalue "FR"

B.

A DataVVeave syntax error

C.

The result of the intemationalShipping flow

D.

The result of the domesticShipoing flow

Full Access
Question # 41

Where is metadata stored in a Mule project

A.

Config.yaml file

B.

POM.xml file

C.

application-types.xml

D.

Global Element

Full Access
Question # 42

What is the correct way to format the decimal 200.1234 as a string to two decimal places?

A.

200.1234 as string as format: ".0#"

B.

200.1234 as String{format: ".0#"}

C.

200.1234 as String as format: ".0#"

D.

200.1234 as string {format: ".0#"}

Full Access
Question # 43

How can you call a subflow from Dataweave?

A.

Not possible in Mule 4

B.

Import function

C.

Lookup function

D.

Include function

Full Access
Question # 44

Refer to the exhibits. The Mule application isstopped at the breakpoint in Anypoint Studio. A watch expression Is set to the counter variable.

What value is displayed for this watch expression?

Salesforce-MuleSoft-Developer-I question answer

A.

1

B.

11

C.

110

D.

null

Full Access
Question # 45

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

The Set Variable transformer is set with value #[ [ first "Max" last"Mule"} ].

What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?

A.

vars "customer first"

B.

"customer first"

C.

customer first

D.

vars "customer" "first"

Full Access
Question # 46

What does C4E stands for in MuleSoft recommended IT operatingmodel?

A.

Centre for Empowerment

B.

Centre for Engagement

C.

Centre for Enablement

D.

Centre for Excellence

Full Access
Question # 47

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I question answer

All three of thecondition for the Choice router are true. What log messages are written?

A.

Route 1

B.

Route2

C.

Route1, Route2

D.

Route1, Route2, Default

Full Access
Question # 48

According to MuleSoft, what is the Center for Enablement’s role in the new IT operating model?

A.

Implements line of business projects to enforce common security requirements

B.

Creates and manages discoverable assets to be consumed by line of business developers

C.

Centrally manages partners and consultants to implement line of business projects

D.

Implements line of business projects to enforce common security requirements

Full Access
Question # 49

Refer to the exhibits. The main flow contains an HTTP Request operation configured to call the child flow's HTTP Listener.

Aweb client sends a GET request to the HTTP Listener with the sty query parameter set to 30.

After the HTTP Request operation completes, what parts of the Mule event at the main flow's Logger component are the same as the Mule event that was input to theHTTP Request operation?

Salesforce-MuleSoft-Developer-I question answer

A.

The payload and all variables

B.

All variables

C.

The entire Mule event

D.

The payload and all attributes

Full Access
Question # 50

What MuleSoft product enables publishing, sharing, and searching of APIs?

A.

Runtime Manager

B.

API Notebook

C.

API Designer

D.

Anypoint Exchange

Full Access
Question # 51

How are multiple conditions used in a Choice router to route events?

A.

To route the same event to the matched route of EVERY true condition

B.

To find the FIRST true condition, then distribute the event to the ONE matched route.

C.

None of these

D.

To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes

Full Access
Question # 52

Refer to the exhibits. The Mule application does NOT define any global error handlers.

A web client sends a POST request to the Mule application with this input payload. The File Write operation throws a FILE: CONNECTIVITY error.

What response message is returned to the web client?

Salesforce-MuleSoft-Developer-I question answer

A.

"FILE: CONNECTMTV

B.

"OTHER ERROR"

C.

"File written"

D.

"ORDER: NOT CREATED"

Full Access
Question # 53

Refer to the exhibit.

In the execution of the Scatter-Gather, the "steep 1 sec" Flow Reference takes about 1 second to complete, and the "sleep 5 sees" Row Reference takes about 5 seconds to complete.

About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?

Salesforce-MuleSoft-Developer-I question answer

A.

0

B.

1

C.

5

D.

6

Full Access
Question # 54

A RAML example fragment named StudentExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?

A.

examples: !include StudentExample.raml

B.

examples: #import StudentExample.raml

C.

examples: !include examples/StudentExample.raml

D.

examples: #import examples/StudentExample.raml

Full Access
Question # 55

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I question answer

What Database expression transforms theinput to the output?

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 56

What should this endpoint return? http://dev.acme.com/api/patients?name=John &surname=Bell

A.

Patient with name as John

B.

Patient with surname as bell

C.

Patients with either name as John or surname as Bell

D.

Patients with name as John and surname as Bell

Full Access
Question # 57

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

What is valid text to set the field in the Database connector configuration to the username value specified in the config.yaml file?

A.

${db.username>

B.

#[db.username]

C.

#[db:username]

D.

${db:username>

Full Access
Question # 58

A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder.

What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 59

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I question answer

What can be added to the flow to persist data across different flow executions?

A.

Key/value pairs in the ObjectStore

B.

Properties of the Mule runtime flow object

C.

properties ofthe Mule runtime app object

D.

session variables

Full Access
Question # 60

A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices.

What isvalid RAML to specify a method to update the details for a specific department?

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 61

How we can scale deployed Mule application vertically on cloudhub?

A.

Changingworker size

B.

Adding multiple workers

C.

Mule applications can be scaled only horizontally

D.

Option 1 and 2 both can be used

Full Access
Question # 62

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer Salesforce-MuleSoft-Developer-I question answer

The Validation component in the private flow throws an error. What response message is returnedto a client request to the main flow's HTTP Listener?

A.

Error - private flow

B.

Error - main flow

C.

Success - main flow

D.

Validation Error

Full Access
Question # 63

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

The main flow contains anHTTP Request. The HTTP Listeners and HTTP Request use default configurations.

What values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or = red?

A.

payload

B.

payloadquantity var

C.

payloadcolor query param

D.

payloadquantity var color query param

Full Access
Question # 64

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

The Batch Job scope processes the array of strings

After the Batch Job scope completes processing the input payload what information is logged by the Logger component?

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 65

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I question answer

What is the correct syntax to add an employee ID as a URI parameter in an HTTP Listener path?

A.

(employeelD)

B.

${emp!oyeelD}

C.

{employeelD}

D.

# [employeelD]

Full Access
Question # 66

A Mule application's HTTP Listener is configured with the HTTP protocol. The HTTP listeners port attribute is configured with a property placeholder named http.port. The mule application sets the http.port property placeholder's value to 9090

The Mule application is deployed to CloudHub without setting any properties in the Runtime manager Properties tab and a logmessage reports the status of the HTTP listener after the Mule application deployment completes.

After the mule applications is deployed, what information is reported in the worker logs related to the port on which the Mule application's HTTP Listener listens?

A.

The HTTP Listener is listening on port 80

B.

The HTTP Listener is listening on port 9090

C.

The HTTP Listener is listening on port 8081

D.

The HTTP Listener failed to bind to the port and is not listening for connections

Full Access
Question # 67

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I question answer

The API needs to beupdated using the company-wide standard for the Plan data type. The Object data type has already been published in Anypoint Exchange with the global reference . ACME/DataTypes/PlanDataType.raml.

What is a valid RAML specification that reuses the Plan data type?

A)

Salesforce-MuleSoft-Developer-I question answer

B)

Salesforce-MuleSoft-Developer-I question answer

C)

Salesforce-MuleSoft-Developer-I question answer

D)

Salesforce-MuleSoft-Developer-I question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 68

Refer to theexhibits.

Salesforce-MuleSoft-Developer-I question answer

Salesforce-MuleSoft-Developer-I question answer

A Mule application contains a Choice router. What is logged when the flow completes?

A.

EU

B.

US

C.

"REGION"

D.

["US", "EU"]

Full Access
Question # 69

Where are values of query parameters stored in the Mule event by the HTTP Listener?

A.

Inbound Properties

B.

Variables

C.

Attributes

D.

Payload

Full Access