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

Salesforce-MuleSoft-Developer-I Salesforce Certified MuleSoft Developer 1 Exam (SU24) Questions and Answers

Questions 4

A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio.

The Mule application must now be exported from Anypoint Studio and shared with another developer.

What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?

Salesforce-MuleSoft-Developer-I Question 4

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 5

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 6

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 6

Salesforce-MuleSoft-Developer-I Question 6

Mule application has an HTTP request configurationwhere host name is hardcoded. Organization is looking to move host and port values to configuration file. What valid expression can be used to so that HTTP configuration can pick the value from configuration file?

Options:

A.

#[training.host]

B.

${http.host}

C.

#{training.host}

D.

${training.host}

Buy Now
Questions 7

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 7

This RAML specification includes a resource and method to retrieve accounts by account_type and industry.

What is the correct URI to get all retail finance accounts?

Options:

A.

/accounts/retail/finance

B.

/accounts?account_type=retail&industry=finance

C.

/accounts/account_type=retail/industry=finance

D.

/accounts?account_type:retail&industry:finance

Buy Now
Questions 8

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 8

What is the response to a web client request tohttp://localhost:8081 ?

Options:

A.

After

B.

before

C.

Validation Error

D.

null

Buy Now
Questions 9

Refer to the payload.

Salesforce-MuleSoft-Developer-I Question 9

Salesforce-MuleSoft-Developer-I Question 9

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?

Options:

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

Buy Now
Questions 10

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 10

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 10

Salesforce-MuleSoft-Developer-I Question 10

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 11

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 12

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 13

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 13

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?

Options:

A.

vars "customer first"

B.

"customer first"

C.

customer first

D.

vars "customer" "first"

Buy Now
Questions 14

Refer to theexhibit.

Salesforce-MuleSoft-Developer-I Question 14

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

Options:

A.

1

B.

2

C.

3

D.

4

Buy Now
Questions 15

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 15

What is the correct way to create a user?

A)

Salesforce-MuleSoft-Developer-I Question 15

B)

Salesforce-MuleSoft-Developer-I Question 15

C)

Salesforce-MuleSoft-Developer-I Question 15

D)

Salesforce-MuleSoft-Developer-I Question 15

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 16

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 16

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 17

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 17

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

Options:

A.

The JSON payload

B.

An error message

C.

Nothing

D.

The payload convert to CVS

Buy Now
Questions 18

In the Database On Table Row operation, what does the Watermark column enable the On Table Row operation to do?

Options:

A.

To avoid duplicate processing of records in a database.

B.

To delete the most recent records retrieved from a database to enable database caching

C.

To enable duplicate processing of records in a database

D.

To save the most recent records retrieved from a database to enable database caching

Buy Now
Questions 19

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:

Options:

A.

1

B.

2

C.

3

D.

5

Buy Now
Questions 20

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 20

Options:

A.

"FILE: CONNECTMTV

B.

"OTHER ERROR"

C.

"File written"

D.

"ORDER: NOT CREATED"

Buy Now
Questions 21

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 22

A shopping API contains a method to look up store details by department.

To get the information for a particular store, web clients will submit requests with a query parameter named departmentand uri parameter named storeId

What is valid RAML snippet that supports requests from a web client to get a data for a specific storeId and department name?

Options:

A.

1./department:

2.get:

3.uriParameter:

4.storeId:

B.

1.get:

2.uriParameter:

3.{storeId}:

4.queryParameter:

5.department:

C.

1.get:

2.queryParameter:

3.department:

4.uriParameter:

5.{storeId}:

D.

1./{storeId}:

2.get:

3.queryParameter:

4.department:

Buy Now
Questions 23

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

Salesforce-MuleSoft-Developer-I Question 23

Options:

A.

[order1, order2, order3, order4]

B.

[1, 2, 3, 4]

C.

order4

D.

order1order2order3order4

Buy Now
Questions 24

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 24

Salesforce-MuleSoft-Developer-I Question 24

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 25

What DataWeave expressiontransforms the array a to the XML output?

Salesforce-MuleSoft-Developer-I Question 25

Options:

A.

1.1. trains:

2.2. {(

3.3. a map ((engId, index) ->

4.4. train: {

5.5. TrainNumber: engId

6.6.

7.7. }

8.8. )

9.9. )}

B.

1.1. trains:

2.2. a map ((engId, index) ->

3.3. train: {

4.4. TrainNumber:engId

5.5.

6.6. }

7.7. )

C.

1.1. {(

2.2. trains:

3.3. a map ((engId, index) ->

4.4. train: {

5.5. TrainNumber: engId

6.6.

7.7. }

8.8. )

9.)}

D.

1.1. {

2.2. trains:

3.3. a map ((engId, index) ->

4.4. train: {

5.5. TrainNumber: engId

6.6.

7.7. }

8.8. )

9.}

Buy Now
Questions 26

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 26

Options:

A.

ID ZIPCODE

1 90001

2 90005

3 90009

4 90001

B.

ID ZIPCODE

1 90001

2 90005

3 90009

5 90006

C.

ID ZIPCODE

1 90001

2 90005

3 90009

D.

ID ZIPCODE

1 90001

2 90005

3 90009

4 90001

5 90006

Buy Now
Questions 27

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 27

The web client sends a POST request to the ACME Order API with an XML payload. An error is returned.

What should be changed in the request so that a success response code is returned to the web client?

Options:

A.

Set a request header with the name Content-Type to a value of applicatron/octet-stream

B.

Set a request header with the name Content-Type to a value of application/xml

C.

Set a response header with the name Content-Type to a value of applkation/xml

D.

Set a response header with the name Content-Type to a value of application/octet-stream

Buy Now
Questions 28

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 28

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

Salesforce-MuleSoft-Developer-I Question 29

What datais expected by the POST /accounts endpoint?

A)

Salesforce-MuleSoft-Developer-I Question 29

B)

Salesforce-MuleSoft-Developer-I Question 29

C)

Salesforce-MuleSoft-Developer-I Question 29

D)

Salesforce-MuleSoft-Developer-I Question 29

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 30

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 31

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 31

Options:

A.

The payload and all variables

B.

All variables

C.

The entire Mule event

D.

The payload and all attributes

Buy Now
Questions 32

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 32

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 33

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 33

B)

Salesforce-MuleSoft-Developer-I Question 33

C)

Salesforce-MuleSoft-Developer-I Question 33

D)

Salesforce-MuleSoft-Developer-I Question 33

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 34

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

Options:

A.

Inbound Properties

B.

Variables

C.

Attributes

D.

Payload

Buy Now
Questions 35

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 35

Salesforce-MuleSoft-Developer-I Question 35

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 36

Pick the component with whichDataWeave is tightly integrated.

Options:

A.

All APIs

B.

Mule runtime

C.

Exchange

D.

Flow Designer

Buy Now
Questions 37

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 37

Salesforce-MuleSoft-Developer-I Question 37

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 38

Refer to the exhibit.

Salesforce-MuleSoft-Developer-I Question 38

What DataWeave expression transforms the conductorlds arrayto the XML output?

A)

Salesforce-MuleSoft-Developer-I Question 38

B)

Salesforce-MuleSoft-Developer-I Question 38

C)

Salesforce-MuleSoft-Developer-I Question 38

D)

Salesforce-MuleSoft-Developer-I Question 38

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 39

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 40

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 40

Salesforce-MuleSoft-Developer-I Question 40

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?

Options:

A.

‘’FILE:CONNECnvnY'

B.

"ORDER:NOT_CREATED"

C.

"OTHER ERROR"

D.

"File written"

Buy Now
Questions 41

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 41

Salesforce-MuleSoft-Developer-I Question 41

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 41

B)

Salesforce-MuleSoft-Developer-I Question 41

C)

Salesforce-MuleSoft-Developer-I Question 41

D)

Salesforce-MuleSoft-Developer-I Question 41

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 42

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/orde r?color=red?

Salesforce-MuleSoft-Developer-I Question 42

Options:

A.

payload

B.

payload quantity var

C.

payload color query param

D.

payload quantity var color query param

Buy Now
Questions 43

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 44

A Utlility.dwl is located in a Mule project at src/main/resources/modules. The Utility.dwl file defines a function named encryptString that encrypts a String What is thecorrect DataWeave to call the encryptString function in a Transform Message component?

Options:

A.

1. %dw 2.0

2. output application/json

3. import modules::Utility

4. ---

5. Utility::encryptString( "John Smith" )

B.

1. %dw 2.0

2. output application/json

3. import modules::Utility

4. ---

5. encryptString( "John Smith" )

C.

1. %dw 2.0

2. output application/json

3. import modules.Utility

4. ---

5. encryptString( "John Smith" )

D.

1. %dw 2.0

2. output application/json

3. import modules.Utility

4. ---

5. Utility.encryptString( "John Smith" )

Buy Now
Questions 45

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 45

Salesforce-MuleSoft-Developer-I Question 45

Salesforce-MuleSoft-Developer-I Question 45

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 45

B)

Salesforce-MuleSoft-Developer-I Question 45

C)

Salesforce-MuleSoft-Developer-I Question 45

D)

Salesforce-MuleSoft-Developer-I Question 45

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 46

A Database On Table Row listener retrieves data from a CUSTOMER table that contains a primary key userjd column and an increasing kxjin_date_time column. Neither column allows duplicate values.

How should the listener be configured so it retrieves each row at most one time?

Options:

A.

Set the watermark column to the bgin_date_time column

B.

Set the target value to the last retrieved login_date_time value

C.

Set the target value to thelast retrieved user_jd value

D.

Set the watermark column to the user_Id column

Buy Now
Questions 47

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 47

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 48

An API instance of type API endpoint with API proxy is created in API manager using an API specification from Anypoint Exchange. The API instance is also configuredwith an API proxy that is deployed and running in CloudHub.

An SLA- based policy is enabled in API manager for this API instance.

Where can an external API consumer obtain a valid client ID and client secret to successfully send requests to the API proxy?

Options:

A.

In the organization's public API portal in Anypoint Exchange, from an approved client application for the API proxy

B.

In Anypoint Studio, from components generated by APIkit for the API specification

C.

In Anypoint Studio, from components generated by Rest Connect for API specification

D.

In Runtime Manager, from the properties tab of the deployed approved API proxy

Buy Now
Questions 49

How many Mule applications can run on a CloudHub worker?

Options:

A.

At most one

B.

At least one

C.

Depends

D.

None of these

Buy Now
Questions 50

A web client sends a request tohttp;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?

Options:

A.

attributes.queryParams.dept

B.

attributes.dept

C.

message.queryParams.dept

D.

vars.dept

Buy Now
Questions 51

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 52

A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these operations have the default configurations. Which operation is asynchronous and which one is synchronous?

Options:

A.

Publish consume: Synchronous. Publish: Asynchronous.

B.

Publish consume: Asynchronous. Publish: Synchronous

C.

Publish consume: Asynchronous. Publish: Asynchronous

D.

Publish consume: Synchronous. Publish: Synchronous

Buy Now
Questions 53

What DataWeave expressiontransforms the example XML input to the CSV output?

Salesforce-MuleSoft-Developer-I Question 53

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

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 54

B)

Salesforce-MuleSoft-Developer-I Question 54

C)

Salesforce-MuleSoft-Developer-I Question 54

D)

Salesforce-MuleSoft-Developer-I Question 54

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 55

Refer to the below exhibit.

A Mule applicationconfigures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.

What is the valid properties placeholder file to set these values?

Salesforce-MuleSoft-Developer-I Question 55

Options:

A.

1.http:

2.host = "localhost"

3.port = "8081"

B.

1.http:

2.basepath: "api"

3.host : "localhost"

4.port : "8081"

C.

1.http.host = localhost

2.http.port = 8081

D.

1.{

2.http:

3.basePath: "api",

4.port: "8081",

5.host: " localhost"

Buy Now
Questions 56

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 57

Which one of them is NOT a flow in Mule?

Options:

A.

sync flow

B.

subflow

C.

async sub flow

D.

async flow

Buy Now
Questions 58

How we can scale deployed Mule application vertically on cloudhub?

Options:

A.

Changingworker size

B.

Adding multiple workers

C.

Mule applications can be scaled only horizontally

D.

Option 1 and 2 both can be used

Buy Now
Questions 59

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

A shopping API contains a method to look up store details by department

To get information for a particular store, web clients will submit requests with a query parameter named department and a URIparameter named storeld.

What is a valid RAML snippet that supports requests from web clients to get data for a specific storeld and department name?

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

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 62

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 63

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

Options:

A.

0.2 vCores

B.

0.5 vCores

C.

1.0 vCores

D.

0.1 vCores

Buy Now
Questions 64

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 65

What is the output of Dataweave Mapoperator?

Options:

A.

Map

B.

Object

C.

String

D.

Array

Buy Now
Questions 66

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 66

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 67

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 67

Salesforce-MuleSoft-Developer-I Question 67

Salesforce-MuleSoft-Developer-I Question 67

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 68

What isthe purpose of the api:router element in APIkit?

Options:

A.

Creates native connectors using a 3rd party Java library

B.

Serves as an API implementation

C.

Validates requests against RAML API specifications and routes them to API implementations

D.

Validatesresponses returned from API requests and routes them back to the caller

Buy Now
Questions 69

Refer tothe exhibits.

Salesforce-MuleSoft-Developer-I Question 69

Salesforce-MuleSoft-Developer-I Question 69

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

Successful Records: 3

Failed Records: 0

payload: ["A","B","C"]

B.

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

C.

Total Records Processed: 3

Successful Records: 3

Failed Records: 0

payload: ["a", "b", "c"]

D.

Total Records Processed: 3

Successful Records: 3

Failed Records: 0

Buy Now
Exam Name: Salesforce Certified MuleSoft Developer 1 Exam (SU24)
Last Update: Dec 22, 2024
Questions: 230

PDF + Testing Engine

$57.75  $164.99

Testing Engine

$43.75  $124.99
buy now Salesforce-MuleSoft-Developer-I testing engine

PDF (Q&A)

$36.75  $104.99
buy now Salesforce-MuleSoft-Developer-I pdf