Winter Special Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

Salesforce-MuleSoft-Developer-I Salesforce Certified MuleSoft Developer (Mule-Dev-201) Questions and Answers

Questions 4

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 4

What is the correct syntax to add a customer ID as a URI parameter in an HTTP Listener's path attribute?

Options:

A.

(customerlD)

B.

{customerlD}

C.

#[customerlD]

D.

${ customerID}

Buy Now
Questions 5

Which of the following is invalid type of event processor which can be used as a router ?

Options:

A.

Choice

B.

Round Robin

C.

Pick First

D.

First Successful

Buy Now
Questions 6

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 6

The Mule application does NOT define any global error handlers.

The Validation component in the private flowthrows an error

What response message is returned to a web client request to the main flow's HTTP Listener?

Salesforce-MuleSoft-Developer-I Question 6

Options:

A.

''Child error"

B.

"Parent error"

C.

"Validation Error"

D.

"Parent completed"

Buy Now
Questions 7

Refer to theexhibit.

Salesforce-MuleSoft-Developer-I Question 7

How many private flows does APIKIT generate from the RAML specification?

Options:

A.

1

B.

2

C.

3

D.

4

Buy Now
Questions 8

An API specification is designed using RAML. What is the next step to create a REST Connector from this APIspecification?

Options:

A.

Download the API specification and build the interface using APIkit

B.

Publish the API specification to Any point Exchange

C.

Implement the API specification using flow designer in Design Center

D.

Add the specification to a Mule project's src/main/resources/api folder

Buy Now
Questions 9

A Mule application contains aglobal error handler configured to catch any errors.

Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?

Options:

A.

A configuration properties file

B.

Nowhere, the global error handler is automatically used

C.

A global element

D.

The pom.xml file

Buy Now
Questions 10

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 out that anotherteam 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?

Options:

A.

Center of Excellence

B.

Center for Enablement

C.

MuleSoft Support Center

D.

Central API Review Board

Buy Now
Questions 11

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?

Options:

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

Buy Now
Questions 12

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 12

What payload and quantity are togged at the end of the main flow?

Options:

A.

[[order1, order2, order3, order4], 14]

B.

[[1,2,3,4], 10]

C.

[[1,2,3,4],14]

D.

[orderlorder2order3order4, 14]

Buy Now
Questions 13

What is the default port used by Mule application debugger configuration in AnypointStudio?

Options:

A.

8082

B.

8080

C.

7777

D.

6666

Buy Now
Questions 14

Correct answer is {customerID}.

Options:

A.

var toUpper(userName) -> upper(userName)

B.

fun toUpper(userName) = upper(userName)

C.

fun toUpper(userName) -> upper(userName)

D.

var toUpper(userName) = upper(userName)

Buy Now
Questions 15

A Mule application configured with Autodiscovery implements an API.

Where is governance enforced for policies defined for this Mule application?

Options:

A.

In RuntimeManager

B.

Runtime Manager

C.

In the Mule application

D.

In API manager

Buy Now
Questions 16

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 16

What is the output payload in the On Complete phase

Options:

A.

summary statistics with NO record data

B.

The records processed by thelast batch step: [StepTwol, StepTwo2, StepTwo3]

C.

The records processed by all batch steps: [StepTwostepOnel, stepTwostepOne2, StepTwoStepOne3]

D.

The original payload: [1,2,31

Buy Now
Questions 17

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 17

B)

Salesforce-MuleSoft-Developer-I Question 17

C)

Salesforce-MuleSoft-Developer-I Question 17

D)

Salesforce-MuleSoft-Developer-I Question 17

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 18

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 18

The input array of strings is processed by the batch job that processes, filters, and aggregates the values. What is the last message logged by the Logger component after the batch job completes processing?

Options:

A.

[ ["A", "C", "D" ], ["E"] ]

B.

[''E'']

C.

[''D", "E"]

D.

[ "A", "C, "D", "E" ]

Buy Now
Questions 19

A web client submits a request tohttp://localhost:8081/books/0471767840. The value "0471767840" is captured by a Set Variable transformer to a variable named booklSBN.

What is the DataWeave expression to access booklSBN later in the flow?

Options:

A.

booklSBN

B.

attributes.booklSBN

C.

flowVars.booklSBN

D.

vars. booklSBN

Buy Now
Questions 20

Refer tothe exhibit.

Salesforce-MuleSoft-Developer-I Question 20

Salesforce-MuleSoft-Developer-I Question 20

The main flow is configured 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?

Options:

A.

APP:API RESOURCE NOT FOUND

B.

HTTP: NOT FOUND

C.

other error

D.

success - main flow

Buy Now
Questions 21

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?

Options:

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

Buy Now
Questions 22

Mule application contains ActiveMQ JMS dependency. Mule application was compiled and run successfully in Anypoint Studio. The mule application must now beexported from Anypoint Studio and shared with other developer. What export options should be selected to create the smallest JAR file that can be imported into other developer's Anypoint Studio and run successfully?

Options:

A.

Select only Attach Project Sources only

B.

Select both Attach Project Sources and Include project modules and dependencies option

C.

Select the Include project modules and dependencies option only

D.

De-select both Attach Project Sources and Include project modules and dependencies option

Buy Now
Questions 23

An API was designed in API Designer, published to Anypoint Exchange, then imported into APIManager.

A Mule application implements this API and is deployed to CloudHub. API Manager manages this deployed API implementation.

What is the easiest and most idiomatic (used for its intended purpose) way to enforce a Client ID Enforcement policy on thisMule application?

Options:

A.

In API Manager, apply a Client ID Enforcement policy for the API instance

B.

In Anypoint Studio, code a custom policy tor Client ID Enforcement and then add the custom policy to Runtime Manager for the Mule application deployment

C.

InAnypoint Design Center, code a custom policy for Client ID Enforcement and then publish the custom policy to the API portal in Anypoint Exchange

D.

In API Designer, add Client ID Enforcement policy requirements to the API specification

Buy Now
Questions 24

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 24

A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?

Options:

A.

Mule event

B.

Mule message payload

C.

Mule message

D.

Mule message attributes

Buy Now
Questions 25

Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity.

During E2E testing it is found that that HTTP:METHOD_NOT_ALLOWED error is thrown whenever client sends request to this flow.

What attribute you would change in ClientRequestFlow to make this implementation work successfully?

Salesforce-MuleSoft-Developer-I Question 25

Salesforce-MuleSoft-Developer-I Question 25

Salesforce-MuleSoft-Developer-I Question 25

Options:

A.

Change the method attribute value to "*’’

B.

Change the path attribute value to "/api/ship"

C.

Change the allowed method attributes value to "POST"

D.

Change the protocol attribute value to "HTTPS"

Buy Now
Questions 26

Refer to theexhibits.

Salesforce-MuleSoft-Developer-I Question 26

Salesforce-MuleSoft-Developer-I Question 26

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

Options:

A.

EU

B.

US

C.

"REGION"

D.

["US", "EU"]

Buy Now
Questions 27

What valid RAML retrieves details on a specific by its orderld as a URL parameter?

A)

Salesforce-MuleSoft-Developer-I Question 27

B)

Salesforce-MuleSoft-Developer-I Question 27

C)

Salesforce-MuleSoft-Developer-I Question 27

D)

Salesforce-MuleSoft-Developer-I Question 27

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 28

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 28

What datais expected by the POST /accounts endpoint?

A)

Salesforce-MuleSoft-Developer-I Question 28

B)

Salesforce-MuleSoft-Developer-I Question 28

C)

Salesforce-MuleSoft-Developer-I Question 28

D)

Salesforce-MuleSoft-Developer-I Question 28

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 29

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 29

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?

Options:

A.

A non-empty Java object

B.

The original XML payload

C.

null

D.

The returned JSON response

Buy Now
Questions 30

Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example?

Salesforce-MuleSoft-Developer-I Question 30

A)

Salesforce-MuleSoft-Developer-I Question 30

B)

Salesforce-MuleSoft-Developer-I Question 30

C)

Salesforce-MuleSoft-Developer-I Question 30

D)

Salesforce-MuleSoft-Developer-I Question 30

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 31

There are three routes configured for Scatter-Gather and incoming event has a payload is an Array of three objects. How routing will take place in this scenario?

Options:

A.

Incoming array objects would be split into three and each part would be sent to one route each in sequential manner

B.

Incoming array objects would be split into three and each part would be sent to one route each in parallel

C.

Entire event would be sent to each route sequentially

D.

Entire event would be sent to each route in parallel

Buy Now
Questions 32

Refer to the exhibits. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Requestuse default configurations.

A web client submits a request to the main flow's HTTP Listener that includes query parameters for the pedigree of the piano.

What values are accessible to the Logger component at the end of the main flow?

Salesforce-MuleSoft-Developer-I Question 32

Options:

A.

payload

B.

payloadpedigree query params

C.

payloadproducer var

D.

payloadpedigree query params producer var

Buy Now
Questions 33

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 33

Salesforce-MuleSoft-Developer-I Question 33

What payload and quantity are logged at the end of the main flow?

Options:

A.

[[1,2,3,4], 14]

B.

[[order1, order2, order3, order4], 14]

C.

[[1,2,3,4], 10]

D.

[orderlorder2order3order4,14]

Buy Now
Questions 34

Where is metadata stored in a Mule project

Options:

A.

Config.yaml file

B.

POM.xml file

C.

application-types.xml

D.

Global Element

Buy Now
Questions 35

Refer to the exhibits. What payload is logged at the end of the main flow?

Salesforce-MuleSoft-Developer-I Question 35

Options:

A.

[order1, order2, order3, order4]

B.

[1, 2, 3, 4]

C.

order4

D.

order1order2order3order4

Buy Now
Questions 36

An HTTP Request operation sends an HTTP request with a non-empty JSON object payload to an external HTTP endpoint. The response from the external HTTP endpoint returns an XML body. The result is stored in a target named the Result.

What is the payload at the event processor after the HTTP Request?

Options:

A.

The XML response body

B.

null

C.

The original JSON request body

D.

A non-empty Java object

Buy Now
Questions 37

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 37

In the execution of the Scatter_Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds.

Howmany seconds does it take for the Scatter_Gather to complete?

Options:

A.

0

B.

10

C.

20

D.

30

Buy Now
Questions 38

What HTTP method in a RESTful web service is typically used to completely replace an existing resource?

Options:

A.

GET

B.

PATCH

C.

PUT

D.

POST

Buy Now
Questions 39

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 39

The Mule application's connectors areconfigured with property placeholders whose values are set in the config.yaml file

What must be added to the Mule application to link the config.yaml file's values with the property placeholders?

Options:

A.

A configuration-properties element in the acme-app xml file

B.

A dependency element in the pom xml file

C.

A file-config element in the acrne-app xml file

D.

A propertiesFile key/value pair in the mule-artifact json file

Buy Now
Questions 40

An organization's Center for enablement (C4E)has built foundationalassets (API specifications and implementation templates, common frameworks, and best practices guides) and published them to Anypoint Exchange.

What is a metric related to these foundational assets that helps the organization measure the success of it's C4E efforts?

Options:

A.

Utilization counts of foundational assets in production applications

B.

Correlation of each foundational asset with the counts of developers that download such asset

C.

Correlation of key performance indicators (KPI) of productionapplications with foundational assets

D.

Count how many Lines Of Business (LoBs) onsumed each foundational asset

Buy Now
Questions 41

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 41

The Set Payload transformer In the addltem subflow uses DataWeave to create an order object.

What is the correct DataWeave code for the Set Payloadtransformer in the createOrder flow to use the addltem subflow to add a router cable with the price of 100 to the order?

Options:

A.

addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )

B.

lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )

C.

addltemf { price: "100", item: "router", itemType: "cable" })

D.

lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )

Buy Now
Questions 42

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 42

Salesforce-MuleSoft-Developer-I Question 42

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

Options:

A.

A string withvalue "FR"

B.

A DataVVeave syntax error

C.

The result of the intemationalShipping flow

D.

The result of the domesticShipoing flow

Buy Now
Questions 43

A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines afunction named pascalize that reformats strings to pascal case.

What is the correct DataWeave to call the pascalize function in a Transform Message component?

A)

Salesforce-MuleSoft-Developer-I Question 43

B)

Salesforce-MuleSoft-Developer-I Question 43

C)

Salesforce-MuleSoft-Developer-I Question 43

D)

Salesforce-MuleSoft-Developer-I Question 43

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 44

What of the below is not a feature of API Notebooks?

Options:

A.

API documentation

B.

Creates a client for an API

C.

Creates a mock service for an API

D.

Perform authenticated live calls on a real server

Buy Now
Questions 45

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 45

Salesforce-MuleSoft-Developer-I Question 45

The expression for the Choice router needs to be written.

What is a valid expression to route Mule events to the non-default flow?

Options:

A.

#['MuleSoft' == paytoad.company]

B.

#[ company = "MuleSoft" ]

C.

#[ if( company = "MuleSoft") ]

D.

#[ if( 'MuleSoff == payload.company) ]

Buy Now
Questions 46

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 46

Options:

A.

Validation Error

B.

"END"

C.

"ERROR1"

D.

''ERROR2"

E.

Validation Error

F.

"END"

G.

"ERROR1"

Buy Now
Questions 47

A Mule project contains a DataWeave module like WebStore.dwl that defines a function named loginUser. The module file is located in the project's src/main/resources/libs/etl folder.

What is correctDataWeave code to import all of the WebStore.dwl file's functions and then call the loginUser function for the login "Todd.Pal@mulesoft.com"?

Options:

A.

1. 1. import libs.etl2. 2. ---3. 3. WebStore.loginUser("Todd.Pal@mulesoft.com")

B.

1. 1. import * fromlibs::etl2. 2. ---3. 3. WebStore::loginUser("Todd.Pal@mulesoft.com")

C.

1. 1. import libs.etl.WebStore2. 2. ---3. 3. loginUser("Todd.Pal@mulesoft.com")

D.

1. 1. import * from libs::etl::WebStore2. 2. ---3. 3. loginUser("Todd.Pal@mulesoft.com")

Buy Now
Questions 48

What payload is returned by a Database SELECT operation that does not match any rows in the database?

Options:

A.

false

B.

null

C.

Exception

D.

Empty Array

Buy Now
Questions 49

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 49

Salesforce-MuleSoft-Developer-I Question 49

A web client submits a request to theHTTP Listener and the HTTP Request throws an error.

What payload and status code are returned to the web client?

Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP Request throws an error.

What payload and status code are returned to the web client?

Options:

A.

Response body: "Error" Default response status code: 200

B.

Response body: "Success - Begin* Default response status code: 200

C.

Error response body: error, description Default error response status code: 500

D.

Responsebody: "Success - End" Default response status code: 200

Buy Now
Questions 50

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 50

Options:

A.

0

B.

1

C.

5

D.

6

Buy Now
Questions 51

As a part of project requirement , you want to build an API for a legacy client. Legacy client can only consume SOAP webservices. Which type the interface documentation can be prepared to meet the requirement?

Options:

A.

RAML file to define SOAP services

B.

WSDL file

C.

JSON file

D.

plain text file documenting API's

Buy Now
Questions 52

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 52

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?

Options:

A.

payload

B.

payloadquantity var

C.

payloadcolor query param

D.

payloadquantity var color query param

Buy Now
Questions 53

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 53

Salesforce-MuleSoft-Developer-I Question 53

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 53

B)

Salesforce-MuleSoft-Developer-I Question 53

C)

Salesforce-MuleSoft-Developer-I Question 53

D)

Salesforce-MuleSoft-Developer-I Question 53

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 54

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 54

All three of the conditions for the Choice router are true. What messages are written in the application log?

Options:

A.

Route1

B.

Route2

C.

Route1,Route2

D.

Route1,Route2,Default

Buy Now
Questions 55

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 55

Salesforce-MuleSoft-Developer-I Question 55

Themy-app xml file contains an Error Handier scope named "global-error-handler"

The Error Handler scope needs to be set to be the default error handler for every flow in the Mule application

Where and how should the value "global-error-handler" be added in the Mule project so that the Error Handler scope is the default error handler of the Mule application?

Options:

A.

In the mule-artifact json file, as the value of a key-value pair

B.

In the Validation folder as the value of a global element in the error-handling yamlfile

C.

In the pom.xml file, as the value of a global element

D.

In the my-app.xml file, as an attribute of a configuration element

Buy Now
Questions 56

As a part of requirement , application property defined below needs to be accessed as dataweave expression. What is the correct expression to map it to port value?

Options:

A.

{ port : p('db.port')}

B.

{ port : {db:port}}

C.

{ port : p['db.port']}

D.

Application property cannot be accessed in Dataweave

Buy Now
Questions 57

The new RAML spec has been published to Anypoint Exchange with client credentials.

What is the next step to gain access to the API?

Options:

A.

Request access to the API in Anypoint Exchange

B.

Email the owners of the API

C.

Create a new client application

D.

No additional steps needed

Buy Now
Questions 58

Refer to the exhibit. APIkit is used to generate flow components for the RAML specification.

How many apikit:router XML elements are generated to handle requests to every endpoint defined in the RAML specification?

Salesforce-MuleSoft-Developer-I Question 58

Options:

A.

3

B.

5

C.

2

D.

1

Buy Now
Questions 59

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 59

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 59

B)

Salesforce-MuleSoft-Developer-I Question 59

C)

Salesforce-MuleSoft-Developer-I Question 59

D)

Salesforce-MuleSoft-Developer-I Question 59

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 60

Refer to the exhibits.

A web client sends sale data ina 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?

Salesforce-MuleSoft-Developer-I Question 60

Options:

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

Buy Now
Questions 61

What is the object type returned by the File List operation?

Options:

A.

Object of String filenames

B.

Array of String file names

C.

Object of Mule event objects

D.

Array of Mule event objects

Buy Now
Questions 62

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 62

This main mule application calls a separate flow called as ShippingAddress which returns the address corresponding to the name of the user sent to it as input. Output of this ShippingAddress is stored in a target variable named address.

Next set of requirement is to have a setPayload transformer which will set below two values

1) orderkey which needs to set to be equal to the order element received in the original request payload.

2) addressKey which needs to be set to be equalto the address received in response of ShippingAddress flow

What is the straightforward way to properly configure the Set Payload transformer with the required data?

Salesforce-MuleSoft-Developer-I Question 62

Salesforce-MuleSoft-Developer-I Question 62

A mule application is being developed which will process POST requests coming fromclients containing the name and order information. Sample request is as below

Options:

A.

1. 1. {2. 2. orderkey: "payload.order",3. 3. addresskey: "vars.address"4. 4. }

B.

1. 1. {2. 2. orderkey: "attributes.shippingaddress.order",3. 3. addresskey: "payload"4.}

C.

1. 1. {2. 2. orderkey: "payload.order",3. 3. addresskey: "address"4. }

D.

1. 1. {2. 2. orderkey: "attributes.order",3. 3. addresskey: "vars.address"4. }

Buy Now
Questions 63

Refer to the exhibits.

The mule application implements a REST API that accepts GET request from two URL's which are as follows

1)http://acme.com/order/status

2) http://acme.com/customer/status

What path value should be set in HTTP listener configuration so that requests can be accepted for both these URL's using a single HTTP listener event source?

Salesforce-MuleSoft-Developer-I Question 63

Options:

A.

*[order,customer]/status

B.

?[order,customer]/status

C.

*/status

D.

*status

Buy Now
Questions 64

In the execution of scatter gather, the"sleep 2 sec" Flow Reference takes about 2 sec to complete, and the "sleep 8 sec" Flow Reference takes about 8 sec to complete.

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

Salesforce-MuleSoft-Developer-I Question 64

Options:

A.

8

B.

0

C.

2

D.

10

Buy Now
Questions 65

A Mule project contains a MySQL Database dependency. The projectis exported from Anypoint Studio so it can be deployed to CloudHub.

What export options create the smallest deployable archive that will successfully deploy to CloudHub?

What export option create their smallest deployable archive that will successfully deploy to CloudHub?

A)

Salesforce-MuleSoft-Developer-I Question 65

B)

Salesforce-MuleSoft-Developer-I Question 65

C)

Salesforce-MuleSoft-Developer-I Question 65

D)

Salesforce-MuleSoft-Developer-I Question 65

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 66

What is the output type of the DataWeave map operator?

Options:

A.

String

B.

Array

C.

Map

D.

Object

Buy Now
Questions 67

A web client sends one GET request to the test flow's HTTP Listener, which causes the test flow to call the updateTemp flow After the test flow returns a response, the web client then sends a different GET request to trie getTemp flow's HTTP Listener The test flow is not called a second time.

What response is returned from the request to the getTemp flow's HTTP Listener?

Salesforce-MuleSoft-Developer-I Question 67

Salesforce-MuleSoft-Developer-I Question 67

Salesforce-MuleSoft-Developer-I Question 67

A)

Salesforce-MuleSoft-Developer-I Question 67

B)

Salesforce-MuleSoft-Developer-I Question 67

C)

Salesforce-MuleSoft-Developer-I Question 67

D)

Salesforce-MuleSoft-Developer-I Question 67

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 68

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 68

The main flow contains a Flow Reference for the child flow.

What values are accessible in the child flow after a web client submits a request to http://localhost:8Q81/order? color=red?

Options:

A.

payload

B.

payloadquantity var

C.

payloadcolor query param

D.

payloadquantity var color query param

Buy Now
Questions 69

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 69

Salesforce-MuleSoft-Developer-I Question 69

Salesforce-MuleSoft-Developer-I Question 69

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?

Options:

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}

Buy Now
Exam Name: Salesforce Certified MuleSoft Developer (Mule-Dev-201)
Last Update: Nov 11, 2025
Questions: 230

PDF + Testing Engine

$72.6  $181.49

Testing Engine

$57.8  $144.49
buy now Salesforce-MuleSoft-Developer-I testing engine

PDF (Q&A)

$49.8  $124.49
buy now Salesforce-MuleSoft-Developer-I pdf