Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

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

Questions 4

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 4

Salesforce-MuleSoft-Developer-I Question 4

Salesforce-MuleSoft-Developer-I Question 4

A Mule application is being developed to process web client POSTrequests with payloads containing order information including the user name and purchased items The Shipping connector returns a shipping address for the input payloads user name The Shipping connector ' s Shipping Address operation is configured with a target named shippingAddress.

The Set Payload transformer needs to set an item key equal to the items value from the original received payload and a shippinglnfo key equal to the the ShippingAddress operation ' s response

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

A)

Salesforce-MuleSoft-Developer-I Question 4

B)

Salesforce-MuleSoft-Developer-I Question 4

C)

Salesforce-MuleSoft-Developer-I Question 4

D)

Salesforce-MuleSoft-Developer-I Question 4

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 5

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 5

Salesforce-MuleSoft-Developer-I Question 5

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

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 8

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

Options:

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

Buy Now
Questions 9

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 9

What datais expected by the POST /accounts endpoint?

A)

Salesforce-MuleSoft-Developer-I Question 9

B)

Salesforce-MuleSoft-Developer-I Question 9

C)

Salesforce-MuleSoft-Developer-I Question 9

D)

Salesforce-MuleSoft-Developer-I Question 9

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 10

What are the latest specification of RAML available?

Options:

A.

1.2

B.

1

C.

0.8

D.

2

Buy Now
Questions 11

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

A)

Salesforce-MuleSoft-Developer-I Question 11

B)

Salesforce-MuleSoft-Developer-I Question 11

C)

Salesforce-MuleSoft-Developer-I Question 11

D)

Salesforce-MuleSoft-Developer-I Question 11

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 12

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 12 Salesforce-MuleSoft-Developer-I Question 12

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?

Options:

A.

Error - private flow

B.

Error - main flow

C.

Success - main flow

D.

Validation Error

Buy Now
Questions 13

Refer to the exhibits. A web client submits a request to http://localhost:8081/fliqhts?destination=SFO and the Web Service Consumer throws a WSC:BAD_REQUEST error.

What is the next stepto fix this error?

Salesforce-MuleSoft-Developer-I Question 13

Options:

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 query parameter

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

Buy Now
Questions 14

Which out of below is not an asset?

Options:

A.

Template

B.

Connector

C.

Exchange

D.

Example

Buy Now
Questions 15

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 15

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 15

Salesforce-MuleSoft-Developer-I Question 15

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 16

An API has been created in Design Center. What is the next step to make the API discoverable?

Options:

A.

Publish theAPI to Anypoint Exchange

B.

Publish the API from inside flow designer

C.

Deploy the API to a Maven repository

D.

Enable autodiscovery in API Manager

Buy Now
Questions 17

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 17

Salesforce-MuleSoft-Developer-I Question 17

The Validation component in theTry scope throws an error.

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

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

Options:

A.

Success - main flow

B.

Error - main flow

C.

Error - Try scope

D.

Validation Error

Buy Now
Questions 18

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

Options:

A.

Path

B.

Allowed methods

C.

HTTP port in Connector Configuration

D.

HTTP host in Connector Configuration

Buy Now
Questions 19

How can you call a subflow from Dataweave?

Options:

A.

Not possible in Mule 4

B.

Import function

C.

Lookup function

D.

Include function

Buy Now
Questions 20

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 20

What is the correct way to create a user?

A)

Salesforce-MuleSoft-Developer-I Question 20

B)

Salesforce-MuleSoft-Developer-I Question 20

C)

Salesforce-MuleSoft-Developer-I Question 20

D)

Salesforce-MuleSoft-Developer-I Question 20

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 21

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 21

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

Salesforce-MuleSoft-Developer-I Question 21

Options:

A.

[[5, 10, 15, 20], 1]

B.

[[5, 10, 15, 20], 5]

C.

[[Req5, Req10, Req15, Req20], 5]

D.

[Req5Req10,Req15Req20, 5]

Buy Now
Questions 22

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 22

The Mule application implements a RESTAPI that accepts GET requests from web clients on the URLs: http://acme com/order/status and http:Vacme.com/customer/status.

What path value can be set in the HTTP GE~ event source to accept web client requests from both of these URLs?

Options:

A.

*[order,customer]/status

B.

*/status

C.

?[order,customer]/status

D.

*status

Buy Now
Questions 23

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

Options:

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 ' ]

Buy Now
Questions 24

Which of the below is used by Mule application to manage dependencies which make sharing the projects lightweight and easier?

Options:

A.

Configuration file

B.

Global element

C.

POM.xml

D.

Cloudhub

Buy Now
Questions 25

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 25

Salesforce-MuleSoft-Developer-I Question 25

The < when > expression for the Choice router needs to be written.

What is a valid < when > 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 26

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?

Options:

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

Buy Now
Questions 27

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 27

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

Options:

A.

${db.username >

B.

#[db.username]

C.

#[db:username]

D.

${db:username >

Buy Now
Questions 28

What is not the function of API Gateway ?

Options:

A.

Determine which traffic is authorized to pass through the API to backend services

B.

Meter the traffic flowing through

C.

Logs all transactions , collecting and tracking analytics data

D.

Specify throttling , security and other policies

Buy Now
Questions 29

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 30

Refer tothe exhibits.

Salesforce-MuleSoft-Developer-I Question 30

Salesforce-MuleSoft-Developer-I Question 30

The Batch job processes an array of strings.

What information is logged by the logger component after the batch job scope completes processing of the input payload?

Options:

A.

Total Records Processed: 3Successful Records: 3Failed Records: 0payload: [ " A " , " B " , " C " ]

B.

[ " A " , " B " , " C " ]

C.

Total Records Processed: 3Successful Records: 3Failed Records: 0payload: [ " a " , " b " , " c " ]

D.

Total Records Processed: 3Successful Records: 3Failed Records: 0

Buy Now
Questions 31

Which file is used to define the interface contract to invoke a web service implemented as a SOAP service

Options:

A.

RAML

B.

WSDL

C.

JSON

D.

OAS

Buy Now
Questions 32

What is minimal requirement in a flow for a Mule application to compile?

Options:

A.

Event Source

B.

Event Processors

C.

Error handlers

D.

Source and processors both

Buy Now
Questions 33

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 33

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 34

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 34

What DataWeave expression transforms the conductorlds arrayto the XML output?

A)

Salesforce-MuleSoft-Developer-I Question 34

B)

Salesforce-MuleSoft-Developer-I Question 34

C)

Salesforce-MuleSoft-Developer-I Question 34

D)

Salesforce-MuleSoft-Developer-I Question 34

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 35

Which of the module is imported automatically in Dataweave scripts?

Options:

A.

dw::core

B.

dw::System

C.

dw::Runtime

D.

dw::Crypto

Buy Now
Questions 36

What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener ' s path attribute?

Salesforce-MuleSoft-Developer-I Question 36

Options:

A.

#[customerID]

B.

$[customerID]

C.

{customerID}

D.

(customerID)

Buy Now
Questions 37

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 37

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 37

B)

Salesforce-MuleSoft-Developer-I Question 37

C)

Salesforce-MuleSoft-Developer-I Question 37

D)

Salesforce-MuleSoft-Developer-I Question 37

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 38

What statement is a part of MuleSoft ' s description of an application network?

Options:

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

Buy Now
Questions 39

Refer to the exhibit. The input array of stringsis passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?

Salesforce-MuleSoft-Developer-I Question 39

Options:

A.

Summary report of processed records

B.

[ " Apple " , " Banana " ]

C.

[ " Apptel2 " , " Bananal2 " ]

D.

[ " Apptel " , " Bananal " , 2 ]

Buy Now
Questions 40

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 40

Salesforce-MuleSoft-Developer-I Question 40

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?

Options:

A.

The payload and all attributes

B.

The payload and all variables

C.

The entire Mule event

D.

The payload

Buy Now
Questions 41

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 41

Salesforce-MuleSoft-Developer-I Question 41

Options:

A.

" ORDER NOT_CREATED "

B.

" OTHER ERROR "

C.

" File written "

D.

" FILECONNECTIVITY "

Buy Now
Questions 42

Which of the below is not a valid category for connector type?

Options:

A.

Gold

B.

Select

C.

Premium

D.

Community

Buy Now
Questions 43

A function named newProdCode needs to be defined that accepts two input parameters, an integer value for itemID and a string value for productCategory, and returns a new product code.

What is the correct DataWeave code to define the newProdCode function?

Options:

A.

fun newProdCode{itemID: Number, productCategory: String) — > " PC- " ++ productCategory ++ (itemID as String)

B.

fun newProdCode(itemID: Number, productCategory: String) = " PC- " ++ productCategory ++ (itemID as String)

C.

function newProdCode(itemID: Number, productCategory: String) = " PC- " ++ productCategory ++ (itemID as String)

D.

var newProdCode(itemID: Number, productCategory: String) - > " PC- " ++ productCategory ++ (itemID as String)

Buy Now
Questions 44

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 44

Salesforce-MuleSoft-Developer-I Question 44

A web client submits a request to http://localhQst:8081. What is the structure of the payload at the end of the flow?

A)

Salesforce-MuleSoft-Developer-I Question 44

B)

Salesforce-MuleSoft-Developer-I Question 44

C)

Salesforce-MuleSoft-Developer-I Question 44

D)

Salesforce-MuleSoft-Developer-I Question 44

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 45

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 45

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 46

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?

Options:

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

Buy Now
Questions 47

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 47

What is the response when a client submits a request tohttp://localhost:8081?

Options:

A.

After

B.

null

C.

Before

D.

Validation error

Buy Now
Questions 48

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 48

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 49

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 50

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 50

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 51

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 51

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 52

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?

Options:

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

Buy Now
Questions 53

How to import Core (dw::Core) module into your DataWeave scripts?

Options:

A.

#include dw::core

B.

Not needed

C.

import core

D.

import dw::core

Buy Now
Questions 54

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 54

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

Options:

A.

(employeelD)

B.

${emp!oyeelD}

C.

{employeelD}

D.

# [employeelD]

Buy Now
Questions 55

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 55

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 56

A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?

Options:

A.

#[attributes.queryParams.firstName]

B.

#[message.queryParams.hrstName]

C.

#[message.inboundProperties. ' http.query.params ' .firstName]

D.

#[attributes. ' http.query.params ' .firstName]

Buy Now
Questions 57

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 57

Salesforce-MuleSoft-Developer-I Question 57

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 58

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 58

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

Options:

A.

Route 1

B.

Route2

C.

Route1, Route2

D.

Route1, Route2, Default

Buy Now
Questions 59

Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations.

What values are accessible to the Logger at the end of the flow after a web client submit request tohttp://local:801/order?color=red?

Salesforce-MuleSoft-Developer-I Question 59

Options:

A.

payload

B.

payload quantity var

C.

payload color query param

D.

payload quantity var color query param

Buy Now
Questions 60

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 60

What expression correctly specifies inputparameters to pass the city and state values to the SQL query?

A)

Salesforce-MuleSoft-Developer-I Question 60

B)

Salesforce-MuleSoft-Developer-I Question 60

C)

Salesforce-MuleSoft-Developer-I Question 60

D)

Salesforce-MuleSoft-Developer-I Question 60

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 61

What asset cannot be created using Design Center?

Options:

A.

Mule Applications

B.

API fragments

C.

API specifications

D.

API portals

Buy Now
Questions 62

Refer to theexhibits.

Salesforce-MuleSoft-Developer-I Question 62

Salesforce-MuleSoft-Developer-I Question 62

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 63

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 64

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 64

Salesforce-MuleSoft-Developer-I Question 64

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?

Options:

A.

firstName

B.

customer.firstName

C.

vars. " customer.firstName "

D.

vars. " customer " . " firstName "

Buy Now
Questions 65

According to MuleSoft. what isthe first step to create a Modern API?

Options:

A.

Gather a list of requirements to secure the API

B.

Create an API specification and get feedback from stakeholders

C.

Performance tune and optimize the backend systems and network

D.

Create a prototype of the API implementation

Buy Now
Questions 66

How does APIkit determine the number of flows to generate from a RAML specification?

Options:

A.

Creates a separate flow for each resource

B.

Creates a separate flow for each HTTP method

C.

Creates a separate flow for each response status code

D.

Creates a separate flow for each resource that contains child resources

Buy Now
Questions 67

Refer to theexhibits. In the choice router, the When expression for the domestic shipping route is set to " #[payload= " FR " ] " .

What is the output of logger after the execution of choice router is completed?

Salesforce-MuleSoft-Developer-I Question 67

Options:

A.

" Domestic "

B.

" International "

C.

" US "

D.

A dataweave syntax error

Buy Now
Questions 68

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 68

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 69

According to Mulesoft, how are Modern APIs treated as?

Options:

A.

Products

B.

SOAP API ' s

C.

Rest API ' s

D.

Code

Buy Now
Exam Name: Salesforce Certified MuleSoft Developer (Mule-Dev-201)
Last Update: May 20, 2026
Questions: 230

PDF + Testing Engine

$64.99  $185.69

Testing Engine

$49.99  $142.83
buy now Salesforce-MuleSoft-Developer-I testing engine

PDF (Q&A)

$54.99  $157.11
buy now Salesforce-MuleSoft-Developer-I pdf